@fairmint/c-org-abi
Advanced tools
Comparing version 1.2.3 to 1.2.4
380
abi.json
@@ -1573,3 +1573,3 @@ { | ||
"name": "", | ||
"type": "string" | ||
"type": "bytes32" | ||
} | ||
@@ -1584,9 +1584,19 @@ ], | ||
"constant": false, | ||
"inputs": [], | ||
"name": "stop", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x07da68f5" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "spender", | ||
"name": "guy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "value", | ||
"name": "wad", | ||
"type": "uint256" | ||
@@ -1608,2 +1618,17 @@ } | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "owner_", | ||
"type": "address" | ||
} | ||
], | ||
"name": "setOwner", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x13af4035" | ||
}, | ||
{ | ||
"constant": true, | ||
@@ -1627,11 +1652,11 @@ "inputs": [], | ||
{ | ||
"name": "sender", | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "recipient", | ||
"name": "dst", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "amount", | ||
"name": "wad", | ||
"type": "uint256" | ||
@@ -1659,3 +1684,3 @@ } | ||
"name": "", | ||
"type": "uint8" | ||
"type": "uint256" | ||
} | ||
@@ -1672,21 +1697,31 @@ ], | ||
{ | ||
"name": "spender", | ||
"name": "guy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "addedValue", | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "increaseAllowance", | ||
"outputs": [ | ||
"name": "mint", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x40c10f19" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "", | ||
"type": "bool" | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "burn", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x39509351" | ||
"signature": "0x42966c68" | ||
}, | ||
@@ -1697,11 +1732,37 @@ { | ||
{ | ||
"name": "_account", | ||
"name": "name_", | ||
"type": "bytes32" | ||
} | ||
], | ||
"name": "setName", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x5ac801fe" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [ | ||
{ | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
} | ||
], | ||
"name": "balanceOf", | ||
"outputs": [ | ||
{ | ||
"name": "_amount", | ||
"name": "", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "mint", | ||
"payable": false, | ||
"stateMutability": "view", | ||
"type": "function", | ||
"signature": "0x70a08231" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "stopped", | ||
"outputs": [ | ||
@@ -1714,19 +1775,29 @@ { | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"stateMutability": "view", | ||
"type": "function", | ||
"signature": "0x40c10f19" | ||
"signature": "0x75f12b21" | ||
}, | ||
{ | ||
"constant": true, | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "account", | ||
"name": "authority_", | ||
"type": "address" | ||
} | ||
], | ||
"name": "balanceOf", | ||
"name": "setAuthority", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x7a9e5e4b" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "owner", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "uint256" | ||
"type": "address" | ||
} | ||
@@ -1737,3 +1808,3 @@ ], | ||
"type": "function", | ||
"signature": "0x70a08231" | ||
"signature": "0x8da5cb5b" | ||
}, | ||
@@ -1747,3 +1818,3 @@ { | ||
"name": "", | ||
"type": "string" | ||
"type": "bytes32" | ||
} | ||
@@ -1760,11 +1831,45 @@ ], | ||
{ | ||
"name": "spender", | ||
"name": "guy", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "subtractedValue", | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "decreaseAllowance", | ||
"name": "burn", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0x9dc29fac" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "mint", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0xa0712d68" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "dst", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "transfer", | ||
"outputs": [ | ||
@@ -1779,3 +1884,3 @@ { | ||
"type": "function", | ||
"signature": "0xa457c2d7" | ||
"signature": "0xa9059cbb" | ||
}, | ||
@@ -1786,14 +1891,77 @@ { | ||
{ | ||
"name": "recipient", | ||
"name": "dst", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "amount", | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "transfer", | ||
"name": "push", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0xb753a98c" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "dst", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "move", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0xbb35783b" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [], | ||
"name": "start", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0xbe9a6555" | ||
}, | ||
{ | ||
"constant": true, | ||
"inputs": [], | ||
"name": "authority", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "view", | ||
"type": "function", | ||
"signature": "0xbf7e214f" | ||
}, | ||
{ | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "guy", | ||
"type": "address" | ||
} | ||
], | ||
"name": "approve", | ||
"outputs": [ | ||
{ | ||
"name": "", | ||
"type": "bool" | ||
@@ -1805,3 +1973,3 @@ } | ||
"type": "function", | ||
"signature": "0xa9059cbb" | ||
"signature": "0xdaea85c5" | ||
}, | ||
@@ -1812,7 +1980,7 @@ { | ||
{ | ||
"name": "owner", | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "spender", | ||
"name": "guy", | ||
"type": "address" | ||
@@ -1834,5 +2002,29 @@ } | ||
{ | ||
"inputs": [], | ||
"constant": false, | ||
"inputs": [ | ||
{ | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
{ | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "pull", | ||
"outputs": [], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "function", | ||
"signature": "0xf2d5d56b" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"name": "symbol_", | ||
"type": "bytes32" | ||
} | ||
], | ||
"payable": false, | ||
"stateMutability": "nonpayable", | ||
"type": "constructor", | ||
@@ -1846,8 +2038,21 @@ "signature": "constructor" | ||
"indexed": true, | ||
"name": "from", | ||
"name": "guy", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Mint", | ||
"type": "event", | ||
"signature": "0x0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "to", | ||
"name": "guy", | ||
"type": "address" | ||
@@ -1857,9 +2062,9 @@ }, | ||
"indexed": false, | ||
"name": "value", | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Transfer", | ||
"name": "Burn", | ||
"type": "event", | ||
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef" | ||
"signature": "0xcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca5" | ||
}, | ||
@@ -1871,19 +2076,106 @@ { | ||
"indexed": true, | ||
"name": "authority", | ||
"type": "address" | ||
} | ||
], | ||
"name": "LogSetAuthority", | ||
"type": "event", | ||
"signature": "0x1abebea81bfa2637f28358c371278fb15ede7ea8dd28d2e03b112ff6d936ada4" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "owner", | ||
"type": "address" | ||
} | ||
], | ||
"name": "LogSetOwner", | ||
"type": "event", | ||
"signature": "0xce241d7ca1f669fee44b6fc00b8eba2df3bb514eed0f6f668f8f89096e81ed94" | ||
}, | ||
{ | ||
"anonymous": true, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "sig", | ||
"type": "bytes4" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "spender", | ||
"name": "guy", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "foo", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "bar", | ||
"type": "bytes32" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "value", | ||
"name": "wad", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "fax", | ||
"type": "bytes" | ||
} | ||
], | ||
"name": "LogNote", | ||
"type": "event", | ||
"signature": "0x644843f351d3fba4abcd60109eaff9f54bac8fb8ccf0bab941009c21df21cf31" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "guy", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Approval", | ||
"type": "event", | ||
"signature": "0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925" | ||
}, | ||
{ | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"name": "src", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"name": "dst", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": false, | ||
"name": "wad", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "Transfer", | ||
"type": "event", | ||
"signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef" | ||
} | ||
@@ -1890,0 +2182,0 @@ ], |
@@ -5,9 +5,10 @@ { | ||
"usdc": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", | ||
"testUSDC": "0x6F39Ee6BA02770a9a18FE75A1726CC627C67780D", | ||
"bigMath": "0xDC746F0079c5D6455A437196ea1bEB80080b785B", | ||
"testDAI": "", | ||
"testUSDC": "0x7d9C10E2F7AF22200126A0EA6826c1A16F8F6d38", | ||
"bigMath": "0x9FF457d924A941A0f37A40a7E7EFCaC9c39bdC25", | ||
"orgs": [ | ||
{ | ||
"name": "Fairmint", | ||
"token": "0xc1C57Fb7D4156b988f263345deb9fd9c75408ff0", | ||
"proxyAdmin": "0xA326aC509d7a3361C6a08f4b34949f1838d3f529" | ||
"token": "0x9e9404849B9A6dd520bD6199AEe5CE7f76c09245", | ||
"proxyAdmin": "0xDF0678877FF0BE818d4e74B245AE6331b1cCE57e" | ||
} | ||
@@ -17,4 +18,4 @@ ] | ||
"ropsten": { | ||
"dai": "0xC51cA7FE8bA4bc64a9a2e25f295EECb4C3d8bABE", | ||
"usdc": "0xe12Aea94b74EEE8a2504E9f26c7f64c2c09E66BE", | ||
"dai": "0xF836D97Db00f091c98977bBa4a25Cd99dF1A9021", | ||
"usdc": "0x14039994048f873dc5F86a32075669652b9F0fA7", | ||
"bigMath": "0x63c28a2C0CE1917b8A75bC4109E64BcFc775b37b", | ||
@@ -24,9 +25,9 @@ "orgs": [ | ||
"name": "Fairmint", | ||
"token": "0xD5E0aF8f13Ef662Db7E220a833086041797680A8", | ||
"proxyAdmin": "0x79A1EdaBf6579c826F17F9eED12aC3E7e2912046" | ||
"token": "0xA47807BE67E76E7E464dc1f3cEB58790059785a7", | ||
"proxyAdmin": "0x677448852eeDd60803bdD9c5990cBB7B5d38Ff7E" | ||
}, | ||
{ | ||
"name": "HardlyDifficult (test w/ DAI)", | ||
"token": "0x62311413a079276A3583a668A78A335F6fE77854", | ||
"proxyAdmin": "0x0Ea600C865C9652D55aA7DF25cF2A6b59765a0Bf" | ||
"token": "0xb003DF166160097D83d27800d5927A3F2dd02D22", | ||
"proxyAdmin": "0x4D46d6cF57187713dE20B1fb69081b111F4c3Cb2" | ||
} | ||
@@ -33,0 +34,0 @@ ] |
{ | ||
"name": "@fairmint/c-org-abi", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "ABI for c-org contracts including FAIR and DAT.", | ||
@@ -5,0 +5,0 @@ "repository": { |
{ | ||
"bigMath": "0x6111be56600436101561000d576111b4565b600035601c52740100000000000000000000000000000000000000006020526f7fffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff8000000000000000000000000000000060605274012a05f1fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffed5fa0e000000000000000000000000000000000060a052600015610581575b6101a0526101405261016052610180526101605115610140511517156100d75760006000526000516101a051565b60006101e05261016051610140516100ee57600080fd5b610140517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156101805761014051151561012c576000610152565b6101605161014051610160516101405102041461014857600080fd5b6101605161014051025b6101e0526101e06101805161016657600080fd5b610180518151048152506101e0516000526000516101a051565b61016051610220526101405161024052610160516101405111156101af57610140516102205261016051610240525b610180516101bc57600080fd5b6101805161022051046101e0526305f5e1006101e051111561021d576101e0805115156101ea57600061020a565b61024051815161024051835102041461020257600080fd5b610240518151025b8152506101e0516000526000516101a051565b600161024051101561022e57600080fd5b60016102405103610280526102806fffffffffffffffffffffffffffffffff61025657600080fd5b6fffffffffffffffffffffffffffffffff81510481525061028080516001825101101561028257600080fd5b6001815101815250600161022051101561029b57600080fd5b600161022051036102a0526102a06fffffffffffffffffffffffffffffffff6102c357600080fd5b6fffffffffffffffffffffffffffffffff8151048152506102a08051600182510110156102ef57600080fd5b60018151018152506102a0516102805161030857600080fd5b610280517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156104465761028080511515610347576000610367565b6102a05181516102a051835102041461035f57600080fd5b6102a0518151025b8152506102805161037757600080fd5b6102805161022051046101e052630bebc2006101e0511115610445576101e0805115156103a55760006103c5565b6102405181516102405183510204146103bd57600080fd5b610240518151025b81525060016101805110156103d957600080fd5b600161018051036102a0526102a0610280516103f457600080fd5b610280518151048152506102a080516001825101101561041357600080fd5b60018151018152506101e06102a05161042b57600080fd5b6102a0518151048152506101e0516000526000516101a051565b5b600161024051101561045757600080fd5b60016102405103610280526102806fffffffffffffffffffffffffffffffff61047f57600080fd5b6fffffffffffffffffffffffffffffffff8151048152506102808051600182510110156104ab57600080fd5b6001815101815250610280516104c057600080fd5b6102805161024051046101e05260016101805110156104de57600080fd5b600161018051036102a0526102a0610280516104f957600080fd5b610280518151048152506102a080516001825101101561051857600080fd5b60018151018152506102a05161052d57600080fd5b6102a05161022051046102a0526101e08051151561054c57600061056c565b6102a05181516102a051835102041461056457600080fd5b6102a0518151025b8152506101e0516000526000516101a0515650005b63104884bf600051141561071f57341561059a57600080fd5b606435600281106105aa57600080fd5b506101405163403926c3610180526004356101a0526024356101c0526044356101e0526101e0516101c0516101a051600658016100a9565b61024052610140526102405161014052606435156107105761014051151561060f57600160005260206000f35b600161014051101561062057600080fd5b60016101405103610260526102606305f5e10061063c57600080fd5b6305f5e10081510481525061026080516001825101101561065c57600080fd5b600181510181525061026051610140517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff101561069857600080fd5b610140517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0310156106ee577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000f35b610140805161026051825101101561070557600080fd5b610260518151018152505b6101405160005260206000f350005b632bab74416000511415610d8f57341561073857600080fd5b60643560443561074757600080fd5b6044357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156107e45763403926c3610140526004356101605260243561018052604435151561079a5760006107ba565b6064356044356064356044350204146107b257600080fd5b606435604435025b6101a0526101a0516101805161016051600658016100a9565b610200526102005160005260206000f35b602435156004351517156107fd57600060005260206000f35b606435610220526044356102405260643560443511156108265760443561022052606435610240525b60006102605260243560043561083b57600080fd5b6004357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156108dc576004351515610877576000610897565b60243560043560243560043502041461088f57600080fd5b602435600435025b61026052610260610240516108ab57600080fd5b61024051815104815250610260610220516108c557600080fd5b610220518151048152506102605160005260206000f35b602435610280526004356102a052602435600435111561090557600435610280526024356102a0525b6102405161091257600080fd5b6102405161028051046102c052630bebc2006102c05111156109a557610220516102405161026051610280516102a0516102c05163403926c3610300526102c051610320526102a051610340526102205161036052610360516103405161032051600658016100a9565b6103c0526102c0526102a052610280526102605261024052610220526103c05160005260206000f35b60016102a05110156109b657600080fd5b60016102a051036103e0526103e06fffffffffffffffffffffffffffffffff6109de57600080fd5b6fffffffffffffffffffffffffffffffff8151048152506103e0805160018251011015610a0a57600080fd5b60018151018152506001610280511015610a2357600080fd5b600161028051036102c0526102c06fffffffffffffffffffffffffffffffff610a4b57600080fd5b6fffffffffffffffffffffffffffffffff8151048152506102c0805160018251011015610a7757600080fd5b60018151018152506102c0516103e051610a9057600080fd5b6103e0517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04101515610c13576103e080511515610acf576000610aef565b6102c05181516102c0518351020414610ae757600080fd5b6102c0518151025b8152506103e051610aff57600080fd5b6103e051610280510461026052630bebc200610260511115610c125761026080511515610b2d576000610b4d565b6102a05181516102a0518351020414610b4557600080fd5b6102a0518151025b81525061026061024051610b6057600080fd5b610240518151048152506000610260511115610c11576103e05161026051610b8757600080fd5b610260517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04101515610c105761026080511515610bc6576000610be6565b6103e05181516103e0518351020414610bde57600080fd5b6103e0518151025b81525061026061022051610bf957600080fd5b610220518151048152506102605160005260206000f35b5b5b5b610240516103e0526103e06fffffffffffffffffffffffffffffffff610c3857600080fd5b6fffffffffffffffffffffffffffffffff815104815250610220516102c0526102c0700100000000000000000000000000000000610c7557600080fd5b7001000000000000000000000000000000008151048152506103e080511515610c9f576000610cbf565b6102c05181516102c0518351020414610cb757600080fd5b6102c0518151025b815250610220610400525b61040051516020610400510161040052610400610400511015610cec57610cca565b63403926c3610420526103e051610d0257600080fd5b6103e0516102805104610440526102a051610460527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61048052610480516104605161044051600658016100a9565b6104e0526103e0610400525b6104005152602061040051036104005261022061040051101515610d8057610d5d565b6104e05160005260206000f350005b63be00ef3f60005114156111b3573415610da857600080fd5b6004356101405261014080516024351515610dc4576000610de4565b602435602435602435602435020414610ddc57600080fd5b602435602435025b8251011015610df257600080fd5b6024351515610e02576000610e22565b602435602435602435602435020414610e1a57600080fd5b602435602435025b815101815250610140670de0b6b3a7640000610e3d57600080fd5b670de0b6b3a7640000815104815250670de0b6b3a7640000610e5e57600080fd5b670de0b6b3a76400006101405104610160526402540be400610160511515610e87576000610ebc565b670de0b6b3a764000061016051670de0b6b3a764000061016051020414610ead57600080fd5b670de0b6b3a764000061016051025b610140511015610ecb57600080fd5b610160511515610edc576000610f11565b670de0b6b3a764000061016051670de0b6b3a764000061016051020414610f0257600080fd5b670de0b6b3a764000061016051025b610140510302608051811115610f2657600080fd5b6101805261018060a05181516b204fce5e3e25026110000000806402540be4008302059050905080608051901315610f5d57600080fd5b8091901215610f6b57600080fd5b81525061018060a0516402540be4006101605102608051811115610f8e57600080fd5b82510180608051901315610fa157600080fd5b8091901215610faf57600080fd5b8152506000610180511215610fc357600080fd5b60006101a052610180511515610fde5760006101a052611127565b60a05160a0516402540be400610180510180608051901315610fff57600080fd5b809190121561100d57600080fd5b6404a817c800806402540be400830205905090508060805190131561103157600080fd5b809190121561103f57600080fd5b6101a052610180516101c0526101e06000610100818352015b6101c0516101a051141561106b57611124565b6101a0516101c05260a05160a0516101a05160a051610180516101a0518061109257600080fd5b806402540be40083020590509050806080519013156110b057600080fd5b80919012156110be57600080fd5b01806080519013156110cf57600080fd5b80919012156110dd57600080fd5b6404a817c800806402540be400830205905090508060805190131561110157600080fd5b809190121561110f57600080fd5b6101a0525b8151600101808352811415611058575b50505b6101a0516101805261018060a0516b204fce5e3e250261100000008251818102811583838305141761115857600080fd5b6402540be40081059050905090508060805190131561117657600080fd5b809190121561118457600080fd5b8152506402540be40061018051600081121561119f57600080fd5b04610140526101405160005260206000f350005b5b60006000fd5b6100046111be036100046000396100046111be036000f3", | ||
"testDai": "0x608060405234801561001057600080fd5b506040518060400160405280600e81526020017f546573742044414920746f6b656e0000000000000000000000000000000000008152506040518060400160405280600381526020017f4441490000000000000000000000000000000000000000000000000000000000815250601282828282600390805190602001906100989291906100cc565b5081516100ac9060049060208501906100cc565b506005805460ff191660ff92909216919091179055506101679350505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061010d57805160ff191683800117855561013a565b8280016001018555821561013a579182015b8281111561013a57825182559160200191906001019061011f565b5061014692915061014a565b5090565b61016491905b808211156101465760008155600101610150565b90565b610a29806101766000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461021057806370a082311461023c57806395d89b4114610262578063a457c2d71461026a578063a9059cbb14610296578063dd62ed3e146102c2576100b4565b806306fdde03146100b9578063095ea7b31461013657806318160ddd1461017657806323b872dd14610190578063313ce567146101c657806339509351146101e4575b600080fd5b6100c16102f0565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100fb5781810151838201526020016100e3565b50505050905090810190601f1680156101285780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101626004803603604081101561014c57600080fd5b506001600160a01b038135169060200135610386565b604080519115158252519081900360200190f35b61017e61039c565b60408051918252519081900360200190f35b610162600480360360608110156101a657600080fd5b506001600160a01b038135811691602081013590911690604001356103a2565b6101ce6103f9565b6040805160ff9092168252519081900360200190f35b610162600480360360408110156101fa57600080fd5b506001600160a01b038135169060200135610402565b6101626004803603604081101561022657600080fd5b506001600160a01b03813516906020013561043e565b61017e6004803603602081101561025257600080fd5b50356001600160a01b031661049a565b6100c16104b5565b6101626004803603604081101561028057600080fd5b506001600160a01b038135169060200135610516565b610162600480360360408110156102ac57600080fd5b506001600160a01b038135169060200135610552565b61017e600480360360408110156102d857600080fd5b506001600160a01b038135811691602001351661055f565b60038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037c5780601f106103515761010080835404028352916020019161037c565b820191906000526020600020905b81548152906001019060200180831161035f57829003601f168201915b5050505050905090565b600061039333848461058a565b50600192915050565b60025490565b60006103af848484610676565b6001600160a01b0384166000908152600160209081526040808320338085529252909120546103ef9186916103ea908663ffffffff6107b816565b61058a565b5060019392505050565b60055460ff1690565b3360008181526001602090815260408083206001600160a01b038716845290915281205490916103939185906103ea908663ffffffff61081516565b60006c0c9f2c9cd04674edea400000008210610490576040805162461bcd60e51b815260206004820152600c60248201526b1313d5d15497d05353d5539560a21b604482015290519081900360640190fd5b6103938383610876565b6001600160a01b031660009081526020819052604090205490565b60048054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037c5780601f106103515761010080835404028352916020019161037c565b3360008181526001602090815260408083206001600160a01b038716845290915281205490916103939185906103ea908663ffffffff6107b816565b6000610393338484610676565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166105cf5760405162461bcd60e51b81526004018080602001828103825260248152602001806109d16024913960400191505060405180910390fd5b6001600160a01b0382166106145760405162461bcd60e51b815260040180806020018281038252602281526020018061098a6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b0383166106bb5760405162461bcd60e51b81526004018080602001828103825260258152602001806109ac6025913960400191505060405180910390fd5b6001600160a01b0382166107005760405162461bcd60e51b81526004018080602001828103825260238152602001806109676023913960400191505060405180910390fd5b6001600160a01b038316600090815260208190526040902054610729908263ffffffff6107b816565b6001600160a01b03808516600090815260208190526040808220939093559084168152205461075e908263ffffffff61081516565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60008282111561080f576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b60008282018381101561086f576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6001600160a01b0382166108d1576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b6002546108e4908263ffffffff61081516565b6002556001600160a01b038216600090815260208190526040902054610910908263ffffffff61081516565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a3505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373a265627a7a7230582072e7d0a446834eebb30927425eaac50a2ff047b075236808a91da4049dfca4dd64736f6c634300050a0032", | ||
"testUsdc": "0x608060405234801561001057600080fd5b506040518060400160405280600f81526020017f54657374205553444320746f6b656e00000000000000000000000000000000008152506040518060400160405280600481526020017f5553444300000000000000000000000000000000000000000000000000000000815250600682828282600390805190602001906100989291906100cc565b5081516100ac9060049060208501906100cc565b506005805460ff191660ff92909216919091179055506101679350505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061010d57805160ff191683800117855561013a565b8280016001018555821561013a579182015b8281111561013a57825182559160200191906001019061011f565b5061014692915061014a565b5090565b61016491905b808211156101465760008155600101610150565b90565b610a29806101766000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461021057806370a082311461023c57806395d89b4114610262578063a457c2d71461026a578063a9059cbb14610296578063dd62ed3e146102c2576100b4565b806306fdde03146100b9578063095ea7b31461013657806318160ddd1461017657806323b872dd14610190578063313ce567146101c657806339509351146101e4575b600080fd5b6100c16102f0565b6040805160208082528351818301528351919283929083019185019080838360005b838110156100fb5781810151838201526020016100e3565b50505050905090810190601f1680156101285780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101626004803603604081101561014c57600080fd5b506001600160a01b038135169060200135610386565b604080519115158252519081900360200190f35b61017e61039c565b60408051918252519081900360200190f35b610162600480360360608110156101a657600080fd5b506001600160a01b038135811691602081013590911690604001356103a2565b6101ce6103f9565b6040805160ff9092168252519081900360200190f35b610162600480360360408110156101fa57600080fd5b506001600160a01b038135169060200135610402565b6101626004803603604081101561022657600080fd5b506001600160a01b03813516906020013561043e565b61017e6004803603602081101561025257600080fd5b50356001600160a01b031661049a565b6100c16104b5565b6101626004803603604081101561028057600080fd5b506001600160a01b038135169060200135610516565b610162600480360360408110156102ac57600080fd5b506001600160a01b038135169060200135610552565b61017e600480360360408110156102d857600080fd5b506001600160a01b038135811691602001351661055f565b60038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037c5780601f106103515761010080835404028352916020019161037c565b820191906000526020600020905b81548152906001019060200180831161035f57829003601f168201915b5050505050905090565b600061039333848461058a565b50600192915050565b60025490565b60006103af848484610676565b6001600160a01b0384166000908152600160209081526040808320338085529252909120546103ef9186916103ea908663ffffffff6107b816565b61058a565b5060019392505050565b60055460ff1690565b3360008181526001602090815260408083206001600160a01b038716845290915281205490916103939185906103ea908663ffffffff61081516565b60006c0c9f2c9cd04674edea400000008210610490576040805162461bcd60e51b815260206004820152600c60248201526b1313d5d15497d05353d5539560a21b604482015290519081900360640190fd5b6103938383610876565b6001600160a01b031660009081526020819052604090205490565b60048054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561037c5780601f106103515761010080835404028352916020019161037c565b3360008181526001602090815260408083206001600160a01b038716845290915281205490916103939185906103ea908663ffffffff6107b816565b6000610393338484610676565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166105cf5760405162461bcd60e51b81526004018080602001828103825260248152602001806109d16024913960400191505060405180910390fd5b6001600160a01b0382166106145760405162461bcd60e51b815260040180806020018281038252602281526020018061098a6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b0383166106bb5760405162461bcd60e51b81526004018080602001828103825260258152602001806109ac6025913960400191505060405180910390fd5b6001600160a01b0382166107005760405162461bcd60e51b81526004018080602001828103825260238152602001806109676023913960400191505060405180910390fd5b6001600160a01b038316600090815260208190526040902054610729908263ffffffff6107b816565b6001600160a01b03808516600090815260208190526040808220939093559084168152205461075e908263ffffffff61081516565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60008282111561080f576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b60008282018381101561086f576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6001600160a01b0382166108d1576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b6002546108e4908263ffffffff61081516565b6002556001600160a01b038216600090815260208190526040902054610910908263ffffffff61081516565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a3505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373a265627a7a72305820f148ec8609b44fcf500749f34434468eb763cef5103223c577bb45747c3ae49564736f6c634300050a0032" | ||
"bigMath": "0x6111be56600436101561000d576111b4565b600035601c52740100000000000000000000000000000000000000006020526f7fffffffffffffffffffffffffffffff6040527fffffffffffffffffffffffffffffffff8000000000000000000000000000000060605274012a05f1fffffffffffffffffffffffffdabf41c006080527ffffffffffffffffffffffffed5fa0e000000000000000000000000000000000060a052600015610581575b6101a0526101405261016052610180526101605115610140511517156100d75760006000526000516101a051565b60006101e05261016051610140516100ee57600080fd5b610140517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156101805761014051151561012c576000610152565b6101605161014051610160516101405102041461014857600080fd5b6101605161014051025b6101e0526101e06101805161016657600080fd5b610180518151048152506101e0516000526000516101a051565b61016051610220526101405161024052610160516101405111156101af57610140516102205261016051610240525b610180516101bc57600080fd5b6101805161022051046101e0526305f5e1006101e051111561021d576101e0805115156101ea57600061020a565b61024051815161024051835102041461020257600080fd5b610240518151025b8152506101e0516000526000516101a051565b600161024051101561022e57600080fd5b60016102405103610280526102806fffffffffffffffffffffffffffffffff61025657600080fd5b6fffffffffffffffffffffffffffffffff81510481525061028080516001825101101561028257600080fd5b6001815101815250600161022051101561029b57600080fd5b600161022051036102a0526102a06fffffffffffffffffffffffffffffffff6102c357600080fd5b6fffffffffffffffffffffffffffffffff8151048152506102a08051600182510110156102ef57600080fd5b60018151018152506102a0516102805161030857600080fd5b610280517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156104465761028080511515610347576000610367565b6102a05181516102a051835102041461035f57600080fd5b6102a0518151025b8152506102805161037757600080fd5b6102805161022051046101e052630bebc2006101e0511115610445576101e0805115156103a55760006103c5565b6102405181516102405183510204146103bd57600080fd5b610240518151025b81525060016101805110156103d957600080fd5b600161018051036102a0526102a0610280516103f457600080fd5b610280518151048152506102a080516001825101101561041357600080fd5b60018151018152506101e06102a05161042b57600080fd5b6102a0518151048152506101e0516000526000516101a051565b5b600161024051101561045757600080fd5b60016102405103610280526102806fffffffffffffffffffffffffffffffff61047f57600080fd5b6fffffffffffffffffffffffffffffffff8151048152506102808051600182510110156104ab57600080fd5b6001815101815250610280516104c057600080fd5b6102805161024051046101e05260016101805110156104de57600080fd5b600161018051036102a0526102a0610280516104f957600080fd5b610280518151048152506102a080516001825101101561051857600080fd5b60018151018152506102a05161052d57600080fd5b6102a05161022051046102a0526101e08051151561054c57600061056c565b6102a05181516102a051835102041461056457600080fd5b6102a0518151025b8152506101e0516000526000516101a0515650005b63104884bf600051141561071f57341561059a57600080fd5b606435600281106105aa57600080fd5b506101405163403926c3610180526004356101a0526024356101c0526044356101e0526101e0516101c0516101a051600658016100a9565b61024052610140526102405161014052606435156107105761014051151561060f57600160005260206000f35b600161014051101561062057600080fd5b60016101405103610260526102606305f5e10061063c57600080fd5b6305f5e10081510481525061026080516001825101101561065c57600080fd5b600181510181525061026051610140517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff101561069857600080fd5b610140517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0310156106ee577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60005260206000f35b610140805161026051825101101561070557600080fd5b610260518151018152505b6101405160005260206000f350005b632bab74416000511415610d8f57341561073857600080fd5b60643560443561074757600080fd5b6044357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156107e45763403926c3610140526004356101605260243561018052604435151561079a5760006107ba565b6064356044356064356044350204146107b257600080fd5b606435604435025b6101a0526101a0516101805161016051600658016100a9565b610200526102005160005260206000f35b602435156004351517156107fd57600060005260206000f35b606435610220526044356102405260643560443511156108265760443561022052606435610240525b60006102605260243560043561083b57600080fd5b6004357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff041015156108dc576004351515610877576000610897565b60243560043560243560043502041461088f57600080fd5b602435600435025b61026052610260610240516108ab57600080fd5b61024051815104815250610260610220516108c557600080fd5b610220518151048152506102605160005260206000f35b602435610280526004356102a052602435600435111561090557600435610280526024356102a0525b6102405161091257600080fd5b6102405161028051046102c052630bebc2006102c05111156109a557610220516102405161026051610280516102a0516102c05163403926c3610300526102c051610320526102a051610340526102205161036052610360516103405161032051600658016100a9565b6103c0526102c0526102a052610280526102605261024052610220526103c05160005260206000f35b60016102a05110156109b657600080fd5b60016102a051036103e0526103e06fffffffffffffffffffffffffffffffff6109de57600080fd5b6fffffffffffffffffffffffffffffffff8151048152506103e0805160018251011015610a0a57600080fd5b60018151018152506001610280511015610a2357600080fd5b600161028051036102c0526102c06fffffffffffffffffffffffffffffffff610a4b57600080fd5b6fffffffffffffffffffffffffffffffff8151048152506102c0805160018251011015610a7757600080fd5b60018151018152506102c0516103e051610a9057600080fd5b6103e0517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04101515610c13576103e080511515610acf576000610aef565b6102c05181516102c0518351020414610ae757600080fd5b6102c0518151025b8152506103e051610aff57600080fd5b6103e051610280510461026052630bebc200610260511115610c125761026080511515610b2d576000610b4d565b6102a05181516102a0518351020414610b4557600080fd5b6102a0518151025b81525061026061024051610b6057600080fd5b610240518151048152506000610260511115610c11576103e05161026051610b8757600080fd5b610260517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04101515610c105761026080511515610bc6576000610be6565b6103e05181516103e0518351020414610bde57600080fd5b6103e0518151025b81525061026061022051610bf957600080fd5b610220518151048152506102605160005260206000f35b5b5b5b610240516103e0526103e06fffffffffffffffffffffffffffffffff610c3857600080fd5b6fffffffffffffffffffffffffffffffff815104815250610220516102c0526102c0700100000000000000000000000000000000610c7557600080fd5b7001000000000000000000000000000000008151048152506103e080511515610c9f576000610cbf565b6102c05181516102c0518351020414610cb757600080fd5b6102c0518151025b815250610220610400525b61040051516020610400510161040052610400610400511015610cec57610cca565b63403926c3610420526103e051610d0257600080fd5b6103e0516102805104610440526102a051610460527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61048052610480516104605161044051600658016100a9565b6104e0526103e0610400525b6104005152602061040051036104005261022061040051101515610d8057610d5d565b6104e05160005260206000f350005b63be00ef3f60005114156111b3573415610da857600080fd5b6004356101405261014080516024351515610dc4576000610de4565b602435602435602435602435020414610ddc57600080fd5b602435602435025b8251011015610df257600080fd5b6024351515610e02576000610e22565b602435602435602435602435020414610e1a57600080fd5b602435602435025b815101815250610140670de0b6b3a7640000610e3d57600080fd5b670de0b6b3a7640000815104815250670de0b6b3a7640000610e5e57600080fd5b670de0b6b3a76400006101405104610160526402540be400610160511515610e87576000610ebc565b670de0b6b3a764000061016051670de0b6b3a764000061016051020414610ead57600080fd5b670de0b6b3a764000061016051025b610140511015610ecb57600080fd5b610160511515610edc576000610f11565b670de0b6b3a764000061016051670de0b6b3a764000061016051020414610f0257600080fd5b670de0b6b3a764000061016051025b610140510302608051811115610f2657600080fd5b6101805261018060a05181516b204fce5e3e25026110000000806402540be4008302059050905080608051901315610f5d57600080fd5b8091901215610f6b57600080fd5b81525061018060a0516402540be4006101605102608051811115610f8e57600080fd5b82510180608051901315610fa157600080fd5b8091901215610faf57600080fd5b8152506000610180511215610fc357600080fd5b60006101a052610180511515610fde5760006101a052611127565b60a05160a0516402540be400610180510180608051901315610fff57600080fd5b809190121561100d57600080fd5b6404a817c800806402540be400830205905090508060805190131561103157600080fd5b809190121561103f57600080fd5b6101a052610180516101c0526101e06000610100818352015b6101c0516101a051141561106b57611124565b6101a0516101c05260a05160a0516101a05160a051610180516101a0518061109257600080fd5b806402540be40083020590509050806080519013156110b057600080fd5b80919012156110be57600080fd5b01806080519013156110cf57600080fd5b80919012156110dd57600080fd5b6404a817c800806402540be400830205905090508060805190131561110157600080fd5b809190121561110f57600080fd5b6101a0525b8151600101808352811415611058575b50505b6101a0516101805261018060a0516b204fce5e3e250261100000008251818102811583838305141761115857600080fd5b6402540be40081059050905090508060805190131561117657600080fd5b809190121561118457600080fd5b8152506402540be40061018051600081121561119f57600080fd5b04610140526101405160005260206000f350005b5b60006000fd5b6100046111be036100046000396100046111be036000f3" | ||
} |
2717
115565