TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,039 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($38,501.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ECL | ERC-20 | 5.507321M | $0.006991 |
$38,501.96 | |
mirrorECL | ERC-20 | 25.756609M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21306723 | 2 days ago | | | 0 | 0.00086063870 | |
| 21306719 | 2 days ago | | | 0 | 0.00087519169 | |
| 21306098 | 2 days ago | | | 0 | 0.00087030389 | |
| 21283837 | 5 days ago | | | 0 | 0.00075145626 | |
| 21275394 | 6 days ago | | | 0 | 0.00083428682 | |
| 21274337 | 6 days ago | | | 0 | 0.00087095191 | |
| 21248907 | 10 days ago | | | 0 | 0.00092559913 | |
| 21240352 | 11 days ago | | | 0 | 0.0011903128 | |
| 21234758 | 12 days ago | | | 0 | 0.00090076542 | |
| 21234730 | 12 days ago | | | 0 | 0.00087112050 |
ABI
ABI objects
Getter at block 21319239
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRECISION() view returns (uint256)
10000
releaseDuration() view returns (uint256)
15552000
startTime() view returns (uint256)
1712311223
totalDepositedAmount() view returns (uint256)
25756609194970688038981908
totalEclAmount() view returns (uint256)
26330000000000000000000000
unlockPercent() view returns (uint256)
2000
Read-only
claimedAmounts(address) view returns (uint256)
depositedAmounts(address) view returns (uint256)
getClaimableAmount(address _user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 _amount)
fund(uint256 _amount, uint256 _unlockPercent, uint256 _releaseDuration)
grantRole(bytes32 role, address account)
initialize(address _ecl, address _mirrorEcl)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed _user, uint256 _amount)
Deposited(address indexed _user, uint256 _amount)
Funded(uint256 _amount, uint256 _unlockPercent, uint256 _releaseDuration)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.