Droplets
Verified contract
Active on
Ethereum with 10,549 txns
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 "Droplets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21074402 | 13 days ago | | | 0 | 0.00034753410 | |
| 20983016 | a month ago | | | 0 | 0.00019577687 | |
| 20668768 | 2 months ago | | | 0 | 0.000064149403 | |
| 20653270 | 2 months ago | | | 0 | 0.000074089627 | |
| 20633598 | 2 months ago | | | 0 | 0.000066166600 | |
| 20587181 | 3 months ago | | | 0 | 0.000039095350 | |
| 20375862 | 4 months ago | | | 0 | 0.00017530453 | |
| 20375858 | 4 months ago | | | 0 | 0.00016403594 | |
| 20375851 | 4 months ago | | | 0 | 0.00017754300 | |
| 20229066 | 4 months ago | | | 0 | 0.00012494679 |
ABI
ABI objects
Getter at block 21166788
MAX_SUPPLY() view returns (uint256)
6500
PUBLIC_MINT_LIMIT() view returns (uint256)
3
TOKEN_PRICE() view returns (uint256)
65000000000000000
WHITELIST_MINT_LIMIT() view returns (uint256)
2
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeib4sj6evq3ipkuc6bcdlrbmnaeej6cab4qnj63t2ijs3ylxiazdd4/json/
merkleRoot() view returns (bytes32)
0xd16e565678a0f9aaafb1f73c9d8170f765af14e995218a8ce194909885ca6f1a
name() view returns (string)
Droplets
owner() view returns (address)
0xbc7e27a13e4e2de9271a20a5977dc9e717469fa8
saleState() view returns (uint8)
2
symbol() view returns (string)
DRIP
totalSupply() view returns (uint256)
6500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensRemainingForAddress(address who) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] recipients, uint256[] quantities)
buy(uint256 quantity) payable
buyWhitelist(bytes32[] proof, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMerkleRoot(bytes32 _root)
setSaleState(uint256 newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawToRecipients()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_, address recipient, uint256 allocation)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()