Claim
Verified contract
Implementation
Active on
Base with 0 txns
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 13 additional slots
Balances ($0.00)
No balances found for "Claim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Claim"
ABI
ABI objects
Getter at block 23179762 claimSettings() view returns (string name, address creatorAddress, address walletAddress, address airdropToken, address daoToken, uint256 tokenGatingValue, uint256 startTime, uint256 endTime, uint256 cooldownTime, bool hasAllowanceMechanism, bool isEnabled, bytes32 merkleRoot, uint8 permission, struct ClaimAmountDetails claimAmountDetails)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimBalance() view returns (uint256)
0
Read-only
PendingClaimDetails(address, uint256) view returns (uint256 unlockTime, uint256 unlockAmount)
claimAmount(address) view returns (uint256)
encode(address _userAddress, uint256 _amount) pure returns (bytes)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAdmin(address _admin)
changeCooldownTime(uint256 _coolDownTime)
changeMaxClaimAmount(uint256 _newMaxClaimAmount)
changeRoot(bytes32 _newRoot)
changeStartAndEndTime(uint256 _startTime, uint256 _endTime)
claim(uint256 _amount, address _receiver, bytes32[] _merkleProof, bytes _encodedData, uint256 _tokenId) payable
claimAllPending(address _receiver)
depositTokens(uint256 _amount, bytes32 _newRoot)
grantRole(bytes32 role, address account)
initialize(address _admin, struct ClaimSettings _claimSettings, address _factory, address _emitter)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackTokens(uint256 _amount, address rollbackAddress)
toggleClaim()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ClaimClosed()
ClaimNotStarted()
HasAllowanceMechanism()
IncorrectProof()
IncorrectUserAddress()
InsufficientBalance()
InvalidAmount()
InvalidTime()
MaxReached()