AirdropDistributor
Verified contract
Active on
Base with 52 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AirdropDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19654954 | 2 months ago | | | 0 | 0.00015132500 | |
| 19611745 | 3 months ago | | | 0 | 0.00015132500 | |
| 19568537 | 3 months ago | | | 0 | 0.00015132500 | |
| 19525328 | 3 months ago | | | 0 | 0.00015132500 | |
| 19485720 | 3 months ago | | | 0 | 0.00015132500 | |
| 19442511 | 3 months ago | | | 0 | 0.00015132500 | |
| 19398983 | 3 months ago | | | 0 | 0.00015132500 | |
| 19355774 | 3 months ago | | | 0 | 0.00015132500 | |
| 19312565 | 3 months ago | | | 0 | 0.00015132500 | |
| 19269356 | 3 months ago | | | 0 | 0.00015132500 |
ABI
ABI objects
Getter at block 22936175
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
airdropToken() view returns (address)
0x3c8665472ec5af30981b06b4e0143663ebedcc1e
airdropTokenStorage() view returns (address)
0x83ea7f8b96abfcb7a30d52f76b54642c35a6dadb
merkleRoot() view returns (bytes32)
0xd29162d050efed6e6037b55b2496fd4d2904cf99c36ef2ada837ae90ae8b35d9
owner() view returns (address)
0xd8e671d276e0b6828b88f29aaee840b03e452fda
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimed(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyClaim(address claimer, uint256 amount, bytes32[] proofs) view returns (bool success)
State-modifying
Events acceptOwnership()
claim(uint256 amount, bytes32[] proofs)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
updateRoot(bytes32 newMerkleRoot)
Claim(address indexed user, uint256 amount)
NewMerkleRoot(bytes32 newMerkleRoot)
NewMerkleRootManager(address indexed newMerkleRootManager)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _airdropToken, address _airdropTokenStorage)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)