Airdrop
Verified contract
Active on
Ethereum with 14,643 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($71.91)
Native
Value
$71.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,595.72 |
$71.91 | |
LESS | ERC-20 | 84.72M | -- | -- | |
WED | ERC-20 | 9.266M | -- | -- | |
KN | ERC-20 | 15K | -- | -- | |
LNM | ERC-20 | 4K | -- | -- | |
IOST | ERC-20 | 19 | -- | -- | |
BITE | ERC-20 | 9 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20465191 | 4 months ago | | | 0 | 0.00034322077 | |
| 20453283 | 4 months ago | | | 0 | 0.000094901000 | |
0x | 20452790 | 4 months ago | | | 0 | 0.000021046000 | |
| 20395711 | 4 months ago | | | 0 | 0.000054662000 | |
| 20250637 | 5 months ago | | | 0 | 0.00010131112 | |
| 15765623 | 2 years ago | | | 0 | 0.0011435404 | |
| 15560975 | 2 years ago | | | 0 | 0.00046270492 | |
| 15467320 | 2 years ago | | | 0 | 0.00061662636 | |
| 15465267 | 2 years ago | | | 0 | 0.00080652074 | |
| 15418234 | 2 years ago | | | 0 | 0.0024632133 |
ABI
ABI objects
Getter at block 21289316 getAirdropIds() view returns (bytes32[])
ROLE_SUPERUSER() view returns (string)
superuser
owner() view returns (address)
0x35d415bf0e6bbf8e10eba814e10325c46a2cf009
paused() view returns (bool)
false
verifyFee() view returns (uint256)
20000000000000000
Read-only
airdropIds(uint256) view returns (bytes32)
checkRole(address _operator, string _role) view
getAirdrop(bytes32 airdropId) view returns (address, uint256, bool)
getAirdropIdsByContractAddress(address contractAddress) view returns (bytes32[])
getUser(address userAddress) view returns (address, string, uint256, uint256)
hasRole(address _operator, string _role) view returns (bool)
isCollected(address user, bytes32 airdropId) view returns (bool)
isSuperuser(address _addr) view returns (bool)
isVerifiedUser(address user) view returns (bool)
tokenTotalClaim(address contractAddress) view returns (uint256)
userAddressToUser(address) view returns (address user, string name, uint256 verifytime, uint256 verifyFee)
State-modifying
Events addAirdrop(address contractAddress, uint256 countPerUser, bool needVerifiedUser)
claim(bytes32 airdropId)
pause()
renounceOwnership()
transferOwnership(address _newOwner)
transferSuperuser(address _newSuperuser)
unpause()
updateVeifyFee(uint256 fee)
verifyUser(string name) payable
withdrawEth(address to)
withdrawToken(address contractAddress, address to)
AddAirdrop(address indexed contractAddress, uint256 countPerUser, bool needVerifiedUser)
Claim(bytes32 airdropId, address user)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
Unpause()
UpdateVeifyFee(uint256 indexed fee)
VerifyUser(address indexed user)
WithdrawEth(address to, uint256 count)
WithdrawToken(address indexed contractAddress, address to, uint256 count)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.