AirdropClaiming
Verified contract
Active on
Ethereum with 1,565 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 "AirdropClaiming"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18074296 | a year ago | | | 0 | 0.00039096407 | |
| 15680937 | 2 years ago | | | 0 | 0.00011070183 | |
| 15675693 | 2 years ago | | | 0 | 0.00053908873 | |
| 15674859 | 2 years ago | | | 0 | 0.00092781157 | |
| 15674854 | 2 years ago | | | 0 | 0.0010236322 | |
| 15674833 | 2 years ago | | | 0 | 0.0010711346 | |
| 15674438 | 2 years ago | | | 0 | 0.00096731088 | |
| 15674082 | 2 years ago | | | 0 | 0.00080836076 | |
| 15674041 | 2 years ago | | | 0 | 0.00080591555 | |
| 15673903 | 2 years ago | | | 0 | 0.00080985840 |
ABI
ABI objects
Getter at block 21227869
claimed() view returns (uint256)
360432605903058096180248
endsAt() view returns (uint256)
1664889101
merkleRoot() view returns (bytes32)
0x6739cad78963b57512820d243d424454b501f89fe019854f6efa1051078105b2
owner() view returns (address)
0xedaeb101f34d767f263c0fe6b8d494e3d071f0ba
refundAddress() view returns (address)
0xb27dc5f8286f063f11491c8f349053cb37718bea
token() view returns (address)
0x9ae380f0272e2162340a5bb646c354271c0f5cfc
Read-only
claimedBy(address) view returns (uint256)
State-modifying
Events claim(address claimer, uint256 amount, struct MerkleProofProof proof)
initializeMerkleRoot(bytes32 _merkleRoot)
refundNonClaimed()
renounceOwnership()
transferOwnership(address newOwner)
Claimed(address indexed claimer, uint256 amount)
MerkleRootInitialized(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refunded(uint256 amount)
constructor(address _token, uint256 _endsAt, address _refundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.