Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

Withdrawable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9ea4f66e at 16354153
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Withdrawable"

No transactions found for "Withdrawable"


Functions
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
withdraw(address[] claimTokensuint256[] amounts
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
WithdrawModeChanged(uint8 _mode
WithdrawModeLocked(
WithdrawPowerRevoked(
WithdrawRecipientChanged(address indexed recipient
WithdrawRecipientLocked(
Withdrawn(address[] claimTokensuint256[] amounts
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ErrWithdrawImpossible(
ErrWithdrawModeLocked(
ErrWithdrawOnlyOwner(
ErrWithdrawOnlyRecipient(
ErrWithdrawRecipientLocked(
ErrWithdrawRecipientNotSet(