MerkleDistributorL1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 ($0.00)
No balances found for "MerkleDistributorL1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MerkleDistributorL1"
ABI
ABI objects
Getter at block 21249298
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)
0
getActualRoot() view returns (bytes32 merkleRoot, uint256 startTimestamp, uint256 endTimestamp, bytes ipfsCid)
(merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, startTimestamp=0, endTimestamp=0, 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)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
token() view returns (address)
0x0000000000000000000000000000000000000000
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()
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()
This contract contains no fallback and receive objects.
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()