Airdrop
Verified contract
Active on
Ethereum with 1,211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cc1…96e7
0xc3fa…20c5
Balances ($0.00)
No balances found for "Airdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11977721 | 4 years ago | | | 0 | 0.0054206050 | |
| 11977627 | 4 years ago | | | 0 | 0.0063906080 | |
| 11976025 | 4 years ago | | | 0 | 0.0057929385 | |
| 11930809 | 4 years ago | | | 0 | 0.0080088012 | |
| 11880777 | 4 years ago | | | 0 | 0.0071187480 | |
| 11880716 | 4 years ago | | | 0 | 0.0034199550 | |
| 11880027 | 4 years ago | | | 0 | 0.0039085200 | |
| 11880023 | 4 years ago | | | 0 | 0.0035060355 | |
| 11880001 | 4 years ago | | | 0 | 0.010982413 | |
| 11857961 | 4 years ago | | | 0 | 0.012395525 |
ABI
ABI objects
Getter at block 21415394
airdropAmount() view returns (uint256)
18888000000000000000000
airdropsLeft() view returns (uint256)
0
owner() view returns (address)
0xfdb6ac6750690d9c46d038f2536ec995d9d3d6d8
Read-only
claimed(address) view returns (uint256)
State-modifying
Events claim()
renounceOwnership()
setAmount(uint256 _newAmount)
transferOwnership(address newOwner)
withdrawTokens(uint256 _amount)
AirdropClaimed(address recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAmount(uint256 newAmount)
TokensWithdrawn(uint256 withdrawAmount)
constructor(address _token, address _whitelist, uint256 _airdropAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.