Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5505…6b95
Balances ($0.00)
No balances found for "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20725868 | 3 months ago | | | 0 | 0.00023257552 | |
| 14248675 | 3 years ago | | | 0 | 0.0017095852 | |
| 13743797 | 3 years ago | | | 0 | 0.0050389920 | |
| 13543872 | 3 years ago | | | 0 | 0.011277744 | |
| 11491145 | 4 years ago | | | 0 | 0.0054305610 | |
| 11382723 | 4 years ago | | | 0 | 0.0025717230 | |
| 11375182 | 4 years ago | | | 0 | 0.0017811563 | |
| 11362651 | 4 years ago | | | 0 | 0.0026669720 | |
| 11354348 | 4 years ago | | | 0 | 0.0014287350 | |
| 11342866 | 4 years ago | | | 0 | 0.0019049800 |
ABI
ABI objects
Getter at block 21385281
controller() view returns (address)
0xff264f1e001f06c86aa618b275be770f7cdf9f99
custodian() view returns (address)
0x5505db30c6e62981dfef76e8c2ef12e6cdeb6b95
erc20Impl() view returns (address)
0xc614f19d0c090b14c1397cda193590e119940c62
lockRequestCount() view returns (uint256)
10
totalSupplyCeiling() view returns (uint256)
1000000000000000000
Read-only
pendingForceTransferRequestMap(bytes32) view returns (uint256 value, address from, address to)
pendingRaiseMap(bytes32) view returns (uint256 raiseBy)
pendingWipeMap(bytes32, uint256) view returns (uint256 value, address from)
State-modifying
Events blockWallet(address wallet)
confirmCeilingRaise(bytes32 _lockId)
confirmCustodianChangeProxy(bytes32 _lockId)
confirmForceTransfer(bytes32 _lockId)
confirmPrintProxy(bytes32 _lockId)
confirmWipe(bytes32 _lockId)
limitedPrint(address _receiver, uint256 _value)
lowerCeiling(uint256 _lowerBy)
requestCeilingRaise(uint256 _raiseBy) returns (bytes32 lockId)
requestForceTransfer(address _from, address _to, uint256 _value) returns (bytes32 lockId)
requestWipe(address[] _froms, uint256[] _values) returns (bytes32 lockId)
unblockWallet(address wallet)
Blocked(address _wallet)
CeilingLowered(uint256 _lowerBy, uint256 _newCeiling)
CeilingRaiseConfirmed(bytes32 _lockId, uint256 _raiseBy, uint256 _newCeiling)
CeilingRaiseLocked(bytes32 _lockId, uint256 _raiseBy)
ForceTransferCompleted(bytes32 _lockId, address _from, address _to, uint256 _value)
ForceTransferRequested(bytes32 _lockId, address _from, address _to, uint256 _value)
Unblocked(address _wallet)
WipeCompleted(bytes32 _lockId)
WipeRequested(bytes32 _lockId)
constructor(address _erc20Impl, address _custodian, address _controller, uint256 _initialCeiling)
This contract contains no fallback and receive objects.
This contract contains no error objects.