TokenTableNativeMerkleDistributor
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "TokenTableNativeMerkleDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokenTableNativeMerkleDistributor"
ABI
ABI objects
Getter at block 22779209
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getClaimDelegate() view returns (address)
0x0000000000000000000000000000000000000000
getRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getRootLocked() view returns (bool)
false
getTime() view returns (uint256, uint256)
(0, 0)
getToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
version() pure returns (string)
0.0.2
Read-only
decodeLeafData(bytes data) pure returns (struct TokenTableMerkleDistributorData)
encodeLeaf(address user, bytes32 group, bytes data) view returns (bytes32)
isLeafUsed(bytes32 leaf) view returns (bool)
verify(bytes32[] proof, bytes32 leaf) view
State-modifying
Events claim(bytes32[] proof, bytes32 group, bytes data)
delegateClaim(address recipient, bytes32[] proof, bytes32 group, bytes data)
initialize(string projectId, address owner_)
lockRoot()
nuke()
renounceOwnership()
setClaimDelegate(address delegate)
setHook(address)
setPause(bool shouldPause)
setRoot(bytes32 root, uint256 deadline)
setStartEndTime(uint256 startTime, uint256 endTime)
setToken(address)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(bytes)
ClaimDelegateSet(address delegate)
Claimed(address recipient, address token, bytes32 group, uint256 amount)
Initialized(string projectId)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RootLocked()
RootSet()
TimeSet()
TokenSet(address token)
Unpaused(address account)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
ClaimPremature()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
InvalidProof()
LeafUsed()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
RootExpired()
RootIsLocked()
RootNotLocked()
TimeInactive()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UnsupportedOperation()