AirdropLibraToken
Verified contract
Active on
Ethereum with 211 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 "AirdropLibraToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 5727021 | 6 years ago | | | 0 | 0.00031564500 | |
| 5701037 | 7 years ago | | | 0 | 0.027892590 | |
| 5701024 | 7 years ago | | | 0 | 0.053430705 | |
| 5700985 | 7 years ago | | | 0 | 0.074999775 | |
| 5696737 | 7 years ago | | | 0 | 0.00066199200 | |
| 5694895 | 7 years ago | | | 0 | 0.047871780 | |
| 5694888 | 7 years ago | | | 0 | 0.067510185 | |
| 5694877 | 7 years ago | | | 0 | 0.067510185 | |
| 5694867 | 7 years ago | | | 0 | 0.048423375 | |
| 5693435 | 7 years ago | | | 0 | 0.045004230 |
ABI
ABI objects
Getter at block 21313977 getDoneAddresses() view returns (address[]) transferOutBalance() view returns (bool)
balanceOfThis() view returns (uint256)
0
getDistributedTotal() view returns (uint256)
233040000000000000000000
owner() view returns (address)
0x696dc02ce137f6690c83fa348290e59e70edff28
Read-only
airdropAdmins(address) view returns (bool)
airdropDoneAmountMap(address) view returns (uint256)
airdropDoneList(uint256) view returns (address)
getDoneAirdropAmount(address _addr) view returns (uint256)
isAdmin(address _addr) view returns (bool)
State-modifying
Events addAdmin(address _admin)
airdropTokens(address _recipient, uint256 amount)
airdropTokensBatch(address[] receivers, uint256[] amounts)
removeAdmin(address _admin)
transferOwnership(address newOwner)
updateAirdropEndTime(uint256 _newEndTime)
AddAdmin(address _admin)
Airdrop(address _receiver, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAdmin(address _admin)
UpdateEndTime(address _operator, uint256 _oldTime, uint256 _newTime)
constructor(address _token, uint256 _airdropStartTime, uint256 _airdropEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.