ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,216 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($395,256.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 394.86127K | $1.001 |
$395,256.13 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227796 | 9 hours ago | | | 0 | 0.0010001446 | |
| 21224954 | 18 hours ago | | | 0 | 0.0010271634 | |
| 21220989 | a day ago | | | 0 | 0.00080640232 | |
| 21215634 | 2 days ago | | | 0 | 0.0017699488 | |
| 21213991 | 2 days ago | | | 0 | 0.00033530094 | |
| 21212581 | 2 days ago | | | 0 | 0.00087194890 | |
| 21209779 | 3 days ago | | | 0 | 0.00075488171 | |
| 21187518 | 6 days ago | | | 0 | 0.0028265665 | |
| 21186273 | 6 days ago | | | 0 | 0.0030070117 | |
| 21175372 | 8 days ago | | | 0 | 0.0025981113 |
ABI
ABI objects
Getter at block 21230333 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
merkleRoot() view returns (bytes32)
0xf25031db8686f95c1f3becd82941ac5483cf0df1435f292316cc2d9e79f1693a
token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalClaimedAmount(address account) view returns (uint256)
State-modifying
Events claim(address account, uint256 cumulativeAmount, bytes32 expectedMerkleRoot, bytes32[] merkleProof)
grantRole(bytes32 role, address account)
initialize(address token_, address admin)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMerkleRoot(bytes32 merkleRoot_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address account, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Claimed(address indexed account, uint256 indexed amount)
MerkelRootUpdated(bytes32 indexed oldMerkleRoot, bytes32 indexed newMerkleRoot)
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)
Upgraded(address indexed implementation)
Withdrawed(address indexed account, uint256 indexed amount)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.