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 "RareDrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218342 | 12 days ago | | | 0 | 0.00059770196 | |
| 21218338 | 12 days ago | | | 0 | 0.024141638 | |
| 21178534 | 18 days ago | | | 0 | 0.0010270156 | |
| 21178531 | 18 days ago | | | 0 | 0.057443481 | |
| 21114357 | a month ago | | | 0 | 0.00031802518 | |
| 21114353 | a month ago | | | 0 | 0.013123461 | |
| 21067343 | a month ago | | | 0 | 0.00037321069 | |
| 21067338 | a month ago | | | 0 | 0.025433709 | |
| 21030874 | a month ago | | | 0 | 0.00058481502 | |
| 21030865 | a month ago | | | 0 | 0.026430041 |
ABI
ABI objects
Getter at block 21307650
name() view returns (string)
RareDrop
owner() view returns (address)
0x68d1b53c201166651e9f0c062b654e6f7b254c28
symbol() view returns (string)
RAREDROP
Read-only
balanceOf(address token, address account) view returns (uint256)
State-modifying
Events airdrop(address token, address[] recipients)
assign(address token, address[] recipients, uint256[] amounts, uint8 operation)
assignAirdrop(address token, address[] recipients, uint256[] amounts)
claim(address token)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(address token, uint256 amount)
AirdropAssigned(address indexed token, address indexed recipient, uint256 amount)
AirdropClaimed(address indexed token, address indexed recipient, uint256 amount)
AirdropTriggered(address indexed token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InsufficientBalanceToClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RecipientsAndAmountsMismatch()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)