Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2ef5…edc9
0x86c0…0b4a
Balances ($0.00)
No balances found for "ERC20Impl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20010962 | 6 months ago | | | 0 | 0.00056743473 | |
| 16215020 | 2 years ago | | | 0 | 0.00079670203 | |
| 15440925 | 2 years ago | | | 0 | 0.0035056625 | |
| 12680687 | 3 years ago | | | 0 | 0.0050442210 | |
| 12592775 | 4 years ago | | | 0 | 0.0018148158 | |
| 12525919 | 4 years ago | | | 0 | 0.0024975616 | |
| 12519465 | 4 years ago | | | 0 | 0.0019400850 | |
| 11525883 | 4 years ago | | | 0 | 0.0075407934 | |
| 11491211 | 4 years ago | | | 0 | 0.17029590 | |
| 11428390 | 4 years ago | | | 0 | 0.0025518024 |
ABI
ABI objects
Getter at block 21384445
custodian() view returns (address)
0x82c5ad3d42f96848e0ee506e4f799456b9ee8cf8
erc20Proxy() view returns (address)
0x2ef52ed7de8c5ce03a4ef0efbe9b7450f2d7edc9
erc20Store() view returns (address)
0x86c036845af8e113fc20e8d2143db653c9be0b4a
lockRequestCount() view returns (uint256)
47
sweepMsg() view returns (bytes32)
0x0180d46cee650ec4779596dda907d257b12b0963227216b22defe301c499d901
sweeper() view returns (address)
0xff264f1e001f06c86aa618b275be770f7cdf9f99
totalSupply() view returns (uint256)
60550308334001622
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
blocked(address) view returns (bool)
custodianChangeReqs(bytes32) view returns (address proposedNew)
pendingPrintMap(bytes32) view returns (address receiver, uint256 value)
sweptSet(address) view returns (bool)
State-modifying
Events approveWithSender(address _sender, address _spender, uint256 _value) returns (bool success)
batchTransfer(address[] _tos, uint256[] _values) returns (bool success)
blockWallet(address wallet) returns (bool success)
burn(address _from, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
confirmCustodianChange(bytes32 _lockId)
confirmPrint(bytes32 _lockId)
decreaseApprovalWithSender(address _sender, address _spender, uint256 _subtractedValue) returns (bool success)
enableSweep(uint8[] _vs, bytes32[] _rs, bytes32[] _ss, address _to)
forceTransfer(address _from, address _to, uint256 _value) returns (bool success)
increaseApprovalWithSender(address _sender, address _spender, uint256 _addedValue) returns (bool success)
replaySweep(address[] _froms, address _to)
requestCustodianChange(address _proposedCustodian) returns (bytes32 lockId)
requestPrint(address _receiver, uint256 _value) returns (bytes32 lockId)
transferFromWithSender(address _sender, address _from, address _to, uint256 _value) returns (bool success)
transferWithSender(address _sender, address _to, uint256 _value) returns (bool success)
unblockWallet(address wallet) returns (bool success)
CustodianChangeConfirmed(bytes32 _lockId, address _newCustodian)
CustodianChangeRequested(bytes32 _lockId, address _msgSender, address _proposedCustodian)
PrintingConfirmed(bytes32 _lockId, address _receiver, uint256 _value)
PrintingLocked(bytes32 _lockId, address _receiver, uint256 _value)
Wiped(address _from, uint256 _value, uint256 _burned, uint256 _balance)
constructor(address _erc20Proxy, address _erc20Store, address _custodian, address _sweeper)
This contract contains no fallback and receive objects.
This contract contains no error objects.