Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
terminal | ERC-20 | 18.369708M | $0.007428 |
$136,452.4 | |
$BAGEL | ERC-20 | 249.84833M | $0.000051 |
$12,784.74 | |
meelay | ERC-20 | 175.5M | $0.000002 |
$296.59 | |
DOG | ERC-20 | 3 | $0.005906 |
$0.02 | |
TICKLE | ERC-20 | 100 | $0.000019 |
$0 | |
kurbi | ERC-20 | 1 | $0.000464 |
$0 | |
CBC | ERC-20 | 13.098823B | -- | -- | |
WWJD | ERC-20 | 3.020956B | -- | -- | |
testxyz | ERC-20 | 1.691274B | -- | -- | |
NICE | ERC-20 | 978.6M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22895941 | 3 days ago | | | 0 | 0.0000013769819 | |
| 20899614 | 2 months ago | | | 0 | 0.0000010072275 | |
| 20294959 | 2 months ago | | | 0 | 0.0000013254900 | |
| 20294953 | 2 months ago | | | 0 | 0.0000014518207 | |
| 20294943 | 2 months ago | | | 0 | 0.0000017725569 | |
| 20294020 | 2 months ago | | | 0 | 8.4272328e-7 | |
| 20293624 | 2 months ago | | | 0 | 0.0000010752400 | |
| 20228501 | 2 months ago | | | 0 | 5.9666658e-7 | |
| 20228495 | 2 months ago | | | 0 | 5.9712881e-7 | |
| 20228491 | 2 months ago | | | 0 | 5.9622183e-7 |
ABI
ABI objects
Getter at block 23007121
VERSION() pure returns (string)
1.0.0
numDrops() view returns (uint256)
98
Read-only
drops(uint256) view returns (bytes32 merkleRoot, uint256 totalTokens, uint256 claimedTokens, address tokenAddress, uint40 startTimestamp, uint40 expirationTimestamp, address expirationRecipient)
hasClaimed(uint256, address) view returns (bool)
State-modifying
Events batchClaim(uint256[] dropIds, uint256[] amounts, bytes32[][] merkleProofs)
claim(uint256 dropId, uint256 amount, bytes32[] merkleProof)
createDrop(bytes32 merkleRoot, uint256 totalTokens, address tokenAddress, uint40 startTimestamp, uint40 expirationTimestamp, address expirationRecipient, string merkleTreeURI, string dropDescription) returns (uint256 dropId)
permitAndCreateDrop(struct DropperPermitArgs permitArgs, bytes32 merkleRoot, uint256 totalTokens, address tokenAddress, uint40 startTimestamp, uint40 expirationTimestamp, address expirationRecipient, string merkleTreeURI, string dropDescription) returns (uint256)
refundToRecipient(uint256 dropId)
DropClaimed(uint256 indexed dropId, address indexed recipient, address indexed tokenAddress, uint256 amount)
DropCreated(uint256 indexed dropId, bytes32 merkleRoot, uint256 totalTokens, address indexed tokenAddress, uint40 startTimestamp, uint40 expirationTimestamp, address expirationRecipient, string merkleTreeURI, string dropDescription)
DropRefunded(uint256 indexed dropId, address indexed recipient, address indexed tokenAddress, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AllTokensClaimed()
ArityMismatch()
DropAlreadyClaimed()
DropNotLive()
DropStillLive()
EndBeforeStart()
ExpirationRecipientIsZero()
ExpirationTimestampInPast()
FailedInnerCall()
InsufficientPermitAmount()
InsufficientTokensRemaining()
InvalidDropId()
InvalidMerkleProof()
MerkleRootNotSet()
SafeERC20FailedOperation(address token)
TokenAddressIsZero()
TotalTokenIsZero()