AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 19 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x6434…7f0d
0x9c38…6465
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIF | ERC-20 | 12K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14616146 | 3 years ago | | | 0 | 0.00098226337 | |
| 13405294 | 3 years ago | | | 0 | 0.014166965 | |
| 13351845 | 3 years ago | | | 0 | 0.0075111740 | |
| 13351839 | 3 years ago | | | 0 | 0.0079319080 | |
| 13351100 | 3 years ago | | | 0 | 0.0086193800 | |
| 12958870 | 3 years ago | | | 0 | 0.0048503550 | |
| 12740425 | 3 years ago | | | 0 | 0.0047552500 | |
| 12736173 | 3 years ago | | | 0 | 0.0043594650 | |
| 12374080 | 4 years ago | | | 0 | 0.0047093600 | |
| 12322084 | 4 years ago | | | 0 | 0.0067108380 |
ABI
ABI objects
Getter at block 21280929 isOwner() view returns (bool)
getLifTokenAddress() view returns (address lifToken)
0x9c38688e5acb9ed6049c8502650db5ac8ef96465
getWithdrawDelay() view returns (uint256 delay)
0
owner() view returns (address)
0x876969b13dcf884c13d4b4f003b69229e6b7966a
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.