Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39,783,360.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CULT | ERC-20 | 7.130964B | $0.005579 |
$39,783,360.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21394492 | an hour ago | | | 0 | 0.0021648125 | |
| 21394486 | an hour ago | | | 0 | 0.0021133840 | |
| 21394410 | an hour ago | | | 0 | 0.0022965977 | |
| 21394321 | an hour ago | | | 0 | 0.0016478837 | |
| 21394303 | 2 hours ago | | | 0 | 0.0017048966 | |
| 21394260 | 2 hours ago | | | 0 | 0.0016160862 | |
| 21394069 | 2 hours ago | | | 0 | 0.0011721207 | |
| 21394041 | 2 hours ago | | | 0 | 0.0014214823 | |
| 21393881 | 3 hours ago | | | 0 | 0.0015194100 | |
| 21393860 | 3 hours ago | | | 0 | 0.0016062501 |
ABI
ABI objects
Getter at block 21394754
owner() view returns (address result)
0xd5cd18d3cb65fdab15076618401ff79097f9d780
root() view returns (bytes32)
0xc9da9f6cdb046ec0a32a2f687013eddce7b33aa0e6fadcc414b4c9b06df1d845
token() view returns (address)
0x0000000000c5dc95539589fbd24be07c6c14eca4
Read-only
claimed(address) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events cancelOwnershipHandover() payable
claim(address _destination, uint256 _amount, bytes32[] _proof, string) payable
completeOwnershipHandover(address pendingOwner) payable
reconfigure(address _token, bytes32 _root) payable
renounceOwnership() payable
requestOwnershipHandover() payable
transferEther(address _to, uint256 _amount) payable
transferOwnership(address newOwner) payable
transferToken(address _token, address _to, uint256 _amount) payable
Claimed(address indexed claimant, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address _owner, address _token, bytes32 _root)
This contract contains no fallback and receive objects.
AlreadyInitialized()
Ineligible()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Reentrancy()
Unauthorized()