docs: 📝 Documentation added

This commit is contained in:
PedroCailleret
2022-11-25 21:36:44 -03:00
parent 856da07def
commit fcdd8d8103
32 changed files with 2402 additions and 294 deletions

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -69,12 +69,6 @@
"name": "token",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "premium",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
@@ -129,6 +123,25 @@
"name": "DepositWithdrawn",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "FundsWithdrawn",
"type": "event"
},
{
"anonymous": false,
"inputs": [
@@ -197,25 +210,6 @@
],
"name": "LockReturned",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "PremiumsWithdrawn",
"type": "event"
}
],
"bytecode": "0x",

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/6c9bcd31e56d59a208be7520d57707e6.json"
"buildInfo": "../../build-info/0d20d1f12753266e5824cbfb8a85b2b2.json"
}

File diff suppressed because one or more lines are too long