MintableAirDropper
Verified contract
Active on
Ethereum with 10,033 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 "MintableAirDropper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6403670 | 6 years ago | | | 0 | 0.00098059700 | |
| 6403492 | 6 years ago | | | 0 | 0.00061015500 | |
| 6403489 | 6 years ago | | | 0 | 0.00061015500 | |
| 6403486 | 6 years ago | | | 0 | 0.0017585400 | |
| 6403484 | 6 years ago | | | 0 | 0.0017585400 | |
| 6403482 | 6 years ago | | | 0 | 0.0017585400 | |
| 6403480 | 6 years ago | | | 0 | 0.0017585400 | |
| 6403478 | 6 years ago | | | 0 | 0.0017585400 | |
| 6403476 | 6 years ago | | | 0 | 0.0017585400 | |
| 6403473 | 6 years ago | | | 0 | 0.0017585400 |
ABI
ABI objects
Getter at block 21157951
airdropReceiversLimit() view returns (uint256)
[unknown]
numOfCitizensWhoReceivedDrops() view returns (uint256)
[unknown]
owner() view returns (address)
[unknown]
tokenAmountPerUser() view returns (uint256)
[unknown]
ztx() view returns (address)
[unknown]
Read-only
claimedAirdropTokens(address) view returns (bool)
State-modifying
Events kill(address newZuluOwner)
renounceOwnership()
transferOwnership(address _newOwner)
triggerAirDrop(address recipient)
triggerAirDrops(address[] recipients)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDrop(address indexed receiver, uint256 amount)
constructor(uint256 _airdropReceiversLimit, uint256 _tokenAmountPerUser, address _ztx)
This contract contains no fallback and receive objects.
This contract contains no error objects.