InitializableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 15,290 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 48 additional slots
Balances ($59,399.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 14.447455 | $3,084.38 |
$44,561.44 | |
USDT | ERC-20 | 5.753191K | $1.001 |
$5,758.94 | |
stETH | ERC-20 | 1.068907 | $3,085.73 |
$3,298.36 | |
BLUR | ERC-20 | 11.161614K | $0.241366 |
$2,694.03 | |
USDC | ERC-20 | 2.535614K | $1.00 |
$2,535.61 | |
APE | ERC-20 | 502.158468 | $1.091 |
$547.85 | |
cbETH | ERC-20 | 0.001 | $3,340.15 |
$3.34 | |
TOMI | ERC-20 | 1 | $0.011013 |
$0.01 | |
aWETH | ERC-20 | 0 | $3,082.65 |
$0 | |
cAPE | ERC-20 | 38.518628K | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21230382
agreementCount() view returns (uint248)
18288
frozen() view returns (bool)
false
Read-only
getAgreement(uint256 agreementId) view returns (struct ITimeLockAgreement agreement)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
initialize(address logic, address admin, bytes data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(uint256[] agreementIds)
claimETH(uint256[] agreementIds)
claimMoonBirds(uint256[] agreementIds)
claimPunk(uint256[] agreementIds)
createAgreement(uint8 assetType, uint8 actionType, address asset, uint256[] tokenIdsOrAmounts, address beneficiary, uint48 releaseTime) returns (uint256)
freezeAgreement(uint256 agreementId)
freezeAllAgreements()
initialize()
onERC721Received(address, address, uint256, bytes) returns (bytes4)
unfreezeAgreement(uint256 agreementId)
unfreezeAllAgreements()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AgreementClaimed(uint256 agreementId, uint8 assetType, uint8 actionType, address indexed asset, uint256[] tokenIdsOrAmounts, address indexed beneficiary)
AgreementCreated(uint256 agreementId, uint8 assetType, uint8 actionType, address indexed asset, uint256[] tokenIdsOrAmounts, address indexed beneficiary, uint48 releaseTime)
AgreementFrozen(uint256 agreementId, bool value)
Initialized(uint8 version)
TimeLockFrozen(bool value)
This contract contains no constructor objects.
fallback()
receive()
receive()
This contract contains no error objects.