AirdropperLite
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "AirdropperLite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AirdropperLite"
ABI
ABI objects
Getter at block 21226597
nextRoundId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
airdropRecord(address, uint256) view returns (uint256)
controllers(address) view returns (bool)
roundRecord(uint256) view returns (address tokenAddress, uint256 roundStartTime, uint256 roundDeadline)
State-modifying
Events addController(address controller)
batchAirdrop(address[] _addrs, uint256[] _roundIds, uint256[] _amounts)
batchClaimAirdrop(uint256[] _roundIds)
batchClaimFor(uint256[] _roundIds, address[] _accounts)
claimAirdrop(uint256 _roundId)
claimAirdropFor(uint256 _roundId, address account)
createRound(address _tokenAddr, uint256 _roundStartTime, uint256 _roundDeadline) returns (uint256)
initialize()
removeController(address controller)
renounceOwnership()
transferOwnership(address newOwner)
updateRound(uint256 _roundId, uint256 _roundStartTime, uint256 _roundDeadline)
withdrawByAdmin(address _tokenAddr, uint256 _amount)
AddAirdrop(address indexed addr, uint256 roundId, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundCreated(uint256 indexed roundId, address tokenAddress, uint256 roundStartTime, uint256 roundDeadline)
RoundUpdated(uint256 roundId, uint256 roundStartTime, uint256 roundDeadline)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.