RareDrop

Verified contract

Active on Ethereum with 12 txns
Deployed by via 0xfdd1e7c6 at 20970516
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RareDrop"

0xc0dd4dceced2aa70f68d47486a85e2f4a85c9dc91704618b14bb1c5be1e8b308
From
0x11fd38c68a1c60ce4ff6d594dc6f17ddd5bbf88f47b4a44b9921d8ff50002e2e
From
0xffd700ae7e158d2f28805a9690600f4ece1b2050edb7aa2789dc0cb8e5e9a449
From
0x38e8fe9ad3aa01730600f42a264146d391c986f60d6f625405001c4af7910449
From
0x66162c60c0df6a4f5f1205440a84bc2e98ff4ec6cd9cda4f87fdc20a1bf98b72
From
0xedaed8dbff6122a5111afe0d30b0c4ed5adc1d4377403779ed0681602edf724d
From
0x3b733404fec2c499cd21dd585d42e3ecc64c4423b00d15dc3b3e181f13cfee3c
From
0x31c1fed2e7246b7ce64ffb7aa893d5028448e5eb1274de99614adf6e35f090da
From
0xdd548cc2325d58497c3987e46509493773f867a01f7429832a2477743f187290
From
0x41a27620ead3f58f5ec0ea53682bc21de6ec69aaae979637f4bef92a4079c04b
From

Functions
Getter at block 21307650
name(view returns (string)
RareDrop
owner(view returns (address)
0x68d1b53c201166651e9f0c062b654e6f7b254c28
symbol(view returns (string)
RAREDROP
Read-only
balanceOf(address tokenaddress accountview returns (uint256)
State-modifying
airdrop(address tokenaddress[] recipients
assign(address tokenaddress[] recipientsuint256[] amountsuint8 operation
assignAirdrop(address tokenaddress[] recipientsuint256[] amounts
claim(address token
renounceOwnership(
transferOwnership(address newOwner
withdraw(address tokenuint256 amount
Events
AirdropAssigned(address indexed tokenaddress indexed recipientuint256 amount
AirdropClaimed(address indexed tokenaddress indexed recipientuint256 amount
AirdropTriggered(address indexed token
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InsufficientBalanceToClaim(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RecipientsAndAmountsMismatch(
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token