ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 75,191 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 4 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
Balances ($174,932.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORDER | ERC-20 | 1.230686M | $0.142142 |
$174,932.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249189 | 22 minutes ago | | | 0 | 0.0011492233 | |
| 21242721 | a day ago | | | 0 | 0.0013197303 | |
| 21240852 | a day ago | | | 0 | 0.00076830790 | |
| 21239332 | a day ago | | | 0 | 0.0015584883 | |
| 21236056 | 2 days ago | | | 0 | 0.0029726917 | |
| 21235058 | 2 days ago | | | 0 | 0.00099176719 | |
| 21235022 | 2 days ago | | | 0 | 0.00094303237 | |
| 21234880 | 2 days ago | | | 0 | 0.00093374212 | |
| 21234075 | 2 days ago | | | 0 | 0.0012587132 | |
| 21234062 | 2 days ago | | | 0 | 0.0010688636 |
ABI
ABI objects
Getter at block 21249298 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
VERSION() pure returns (string)
1.0.2
canUpdateRoot() view returns (bool)
false
eventId() view returns (uint256)
74638
getActualRoot() view returns (bytes32 merkleRoot, uint256 startTimestamp, uint256 endTimestamp, bytes ipfsCid)
(merkleRoot=0xaa9a2aeac6cce91f76a4728a1f26dc6102b17edfd4545efa2fca176e5afce51b, startTimestamp=1730448000, endTimestamp=1732953600, ipfsCid=0x)
getProposedRoot() view returns (bytes32 merkleRoot, uint256 startTimestamp, uint256 endTimestamp, bytes ipfsCid)
(merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, startTimestamp=0, endTimestamp=0, ipfsCid=0x)
hasPendingRoot() view returns (bool)
false
owner() view returns (address)
0x4e834ca9310d7710a409638a7aa70cb22f141df3
paused() view returns (bool)
false
token() view returns (address)
0xabd4c63d2616a5201454168269031355f4764337
Read-only
getClaimed(address _user) view returns (uint256)
State-modifying
Events claimRewards(uint256 _cumulativeAmount, bytes32[] _merkleProof) returns (uint256)
initialize(address owner, address _token)
pause()
proposeRoot(bytes32 _merkleRoot, uint256 _startTimestamp, uint256 _endTimestamp, bytes _ipfsCid)
renounceOwnership()
setTokenAddress(address _token)
transferOwnership(address newOwner)
unpause()
updateRoot()
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardsClaimed(uint256 eventId, address account, uint256 amount)
RootProposed(uint256 eventId, bytes32 merkleRoot, uint256 startTimestamp, uint256 endTimestamp, bytes ipfsCid)
RootUpdated(uint256 eventId, bytes32 merkleRoot, uint256 startTimestamp, uint256 endTimestamp, bytes ipfsCid)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotUpdateRoot()
DistributionHasEnded()
DistributionStillActive()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidEndTimestamp()
InvalidInitialization()
InvalidMerkleProof()
NoActiveMerkleRoot()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ProposedMerkleRootIsZero()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
StartTimestampIsInThePast()
ThisMerkleRootIsAlreadyProposed()
TokenAddressAlreadySet()
TokenAddressNotSet()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ZeroClaim()