TokenAirdrop
Verified contract
Active on
Ethereum with 214 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c5d…c6e9
Balances ($0.00)
No balances found for "TokenAirdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20442669 | 4 months ago | | | 0 | 0.00028568314 | |
| 20352404 | 4 months ago | | | 0 | 0.0011960800 | |
| 20352403 | 4 months ago | | | 0 | 0.0036243785 | |
| 20352402 | 4 months ago | | | 0 | 0.0035343591 | |
| 20352401 | 4 months ago | | | 0 | 0.0035341124 | |
| 20345704 | 4 months ago | | | 0 | 0.00039490618 | |
| 20345649 | 4 months ago | | | 0 | 0.00042741591 | |
| 20345632 | 4 months ago | | | 0 | 0.00027401537 | |
| 20345619 | 4 months ago | | | 0 | 0.00026803736 | |
| 20345618 | 4 months ago | | | 0 | 0.0010887350 |
ABI
ABI objects
Getter at block 21306951
availableToken() view returns (uint256)
0
owner() view returns (address)
0x56e6eb6f6f2c9e2701a2e8093a8627b0f6310c71
token() view returns (address)
0x4c5d8d027e97b52542dc66399752c76e017dc6e9
Read-only
This contract contains no read-only function objects.
State-modifying
Events airdrop(address[] addresses, uint256 amount)
recoverToken()
transferOwnership(address newOwner)
AirdropSuccessful(address[] user, uint256 amountOfToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoveredToken(uint256 recoverToken)
constructor(address _tokenaddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)