LifDeposit
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
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 21282095
getLifTokenAddress() view returns (address lifToken)
0x0000000000000000000000000000000000000000
getWithdrawDelay() view returns (uint256 delay)
0
isOwner() view returns (bool)
false
owner() view returns (address)
0xead12c6ee973e03d2d630d81efa57f393cb9117f
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)
initialize(address __owner, address _orgId, address _lif)
renounceOwnership()
setInterfaces()
setWithdrawDelay(uint256 _withdrawDelay)
submitWithdrawalRequest(bytes32 organization, uint256 value)
transferOwnership(address newOwner)
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.