LEOXAirdrop
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa444…7ad5
Balances ($0.00)
No balances found for "LEOXAirdrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21112514 | 13 days ago | | | 0 | 0.0092452769 | |
| 20206355 | 5 months ago | | | 0 | 0.0046274693 | |
| 20204655 | 5 months ago | | | 0 | 0.013928589 | |
| 20204637 | 5 months ago | | | 0 | 0.043156437 | |
| 20204615 | 5 months ago | | | 0 | 0.045293623 | |
| 20204607 | 5 months ago | | | 0 | 0.0025684037 | |
| 20204599 | 5 months ago | | | 0 | 0.034020306 | |
| 20204588 | 5 months ago | | | 0 | 0.033775162 | |
| 20204454 | 5 months ago | | | 0 | 0.033472264 | |
| 20204328 | 5 months ago | | | 0 | 0.035848207 |
ABI
ABI objects
Getter at block 21207277
owner() view returns (address)
0xfe2f63b1ed748fe7c889915df4fb89434585b577
token() view returns (address)
0xa444ec96ee01bb219a44b285de47bf33c3447ad5
Read-only
This contract contains no read-only function objects.
State-modifying
Events airdropTokens(address[] recipients, uint256 amount)
changeTokenAddress(address _token)
renounceOwnership()
transferOwnership(address newOwner)
AirdropTokens(address indexed recipient, uint256 amount)
ChangeTokenAddress(address oldToken, address newToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
This contract contains no fallback and receive objects.
InvalidLength()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)