Withdrawable
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Withdrawable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Withdrawable"
ABI
ABI objects
Getter at block 21287351
withdrawMode() view returns (uint8)
0
withdrawModeLocked() view returns (bool)
false
withdrawPowerRevoked() view returns (bool)
false
withdrawRecipient() view returns (address)
0x0000000000000000000000000000000000000000
withdrawRecipientLocked() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events withdraw(address[] claimTokens, uint256[] amounts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawModeChanged(uint8 _mode)
WithdrawModeLocked()
WithdrawPowerRevoked()
WithdrawRecipientChanged(address indexed recipient)
WithdrawRecipientLocked()
Withdrawn(address[] claimTokens, uint256[] amounts)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ErrWithdrawImpossible()
ErrWithdrawModeLocked()
ErrWithdrawOnlyOwner()
ErrWithdrawOnlyRecipient()
ErrWithdrawRecipientLocked()
ErrWithdrawRecipientNotSet()