Claim

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x8bdd91e6 at 15224949
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 13 additional slots

No balances found for "Claim"

No transactions found for "Claim"


Functions
Getter at block 23179762
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimBalance(view returns (uint256)
0
 
claimSettings(view returns (string nameaddress creatorAddressaddress walletAddressaddress airdropTokenaddress daoTokenuint256 tokenGatingValueuint256 startTimeuint256 endTimeuint256 cooldownTimebool hasAllowanceMechanismbool isEnabledbytes32 merkleRootuint8 permissionstruct ClaimAmountDetails claimAmountDetails)
Read-only
PendingClaimDetails(addressuint256view returns (uint256 unlockTimeuint256 unlockAmount)
claimAmount(addressview returns (uint256)
encode(address _userAddressuint256 _amountpure returns (bytes)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addAdmin(address _admin
changeCooldownTime(uint256 _coolDownTime
changeMaxClaimAmount(uint256 _newMaxClaimAmount
changeRoot(bytes32 _newRoot
changeStartAndEndTime(uint256 _startTimeuint256 _endTime
claim(uint256 _amountaddress _receiverbytes32[] _merkleProofbytes _encodedDatauint256 _tokenIdpayable 
claimAllPending(address _receiver
depositTokens(uint256 _amountbytes32 _newRoot
grantRole(bytes32 roleaddress account
initialize(address _adminstruct ClaimSettings _claimSettingsaddress _factoryaddress _emitter
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
rollbackTokens(uint256 _amountaddress rollbackAddress
toggleClaim(
Events
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ClaimClosed(
ClaimNotStarted(
HasAllowanceMechanism(
IncorrectProof(
IncorrectUserAddress(
InsufficientBalance(
InvalidAmount(
InvalidTime(
MaxReached(