0xb4b0dc33cf3d002e3fcbdae42f1966f04fd7e56d

Unverified contract

Proxy

Active on Base with 1,367 txns
Deployed by via 0x6b1d6dbe at 15926692
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 "0xb4b0dc33cf3d002e3fcbdae42f1966f04fd7e56d"

0x774d4fc3cbe66440e607bd2423a5d244bebc5fdf4b99617494ef90c92bd50186
0x7bcd114be0de780eb9f81406774c154cecfaa2427f960b19a48d0557a497f76d
0xa369f755b9c68d27875e2d498a3dd0604919a4adc7dfb8926af3193aaeb66ca0
0x3f9f05f4a7ff6a8460845a0fde4f0e8aa262b668fe8631098087ed388075561e
0x136ab5bbf13ccde824229f8e7f70bb886784e4e7a23e04d536675475bc704e28
0x9b7265eb5fa53887715c7f8b9caaf5c78ac8ee42a022dac8782ada181543bf66
0xee67c028bb8e336577efd961e6642b379f8102ff02559ffd4f601d45c96f3339
0x76bf659adf083f6cbf90935dba4b5e5071bf81d1944c08012bc974001c617fbc
0x66599bbe84954030c98982b8e82d91833794e6f51486c10dd6947887d53ab733
0x4cca8717f160e1054df5acb520dd5ea74a32161ae4c641edc11fbb2669378fb1

Functions
Getter at block 23270871
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(