Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 51 additional slots
0x0000…0000
0x0000…0000
Balances ($0.00)
No balances found for "LifDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LifDeposit"
ABI
ABI objects
Getter at block 21281592
getLifTokenAddress() view returns (address lifToken)
0x0000000000000000000000000000000000000000
getWithdrawDelay() view returns (uint256 delay)
0
owner() view returns (address)
0xef8784c3067c96367055b77accc70eaa3964c49c
Read-only
balanceOf(bytes32 organization) view returns (uint256 balance)
getWithdrawalRequest(bytes32 organization) view returns (bool exists, uint256 value, uint256 withdrawTime)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addDeposit(bytes32 organization, uint256 value)
renounceOwnership()
setWithdrawDelay(uint256 _withdrawDelay)
submitWithdrawalRequest(bytes32 organization, uint256 value)
transferOwnership(address newOwner)
upgrade()
withdrawDeposit(bytes32 organization)
DepositWithdrawn(bytes32 indexed organization, address indexed sender, uint256 value)
LifDepositAdded(bytes32 indexed organization, address indexed sender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawDelayChanged(uint256 previousWithdrawDelay, uint256 newWithdrawDelay)
WithdrawalRequested(bytes32 indexed organization, address indexed sender, uint256 value, uint256 withdrawTime)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.