DRIP DROP // BY DAVE KRUGMAN
Verified contract
Active on
Ethereum with 2,452 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 "DRIP DROP // BY DAVE KRUGMAN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139181 | 3 days ago | | | 0 | 0.00066430848 | |
| 21139088 | 3 days ago | | | 0 | 0.00080077250 | |
| 20988996 | 24 days ago | | | 0 | 0.0010238930 | |
| 20944391 | a month ago | | | 0 | 0.00057810798 | |
| 20922690 | a month ago | | | 0 | 0.0014948368 | |
| 20889557 | a month ago | | | 0 | 0.00018663071 | |
| 20729679 | 2 months ago | | | 0 | 0.00050591561 | |
| 20729678 | 2 months ago | | | 0 | 0.00052403622 | |
| 20630640 | 2 months ago | | | 0 | 0.000095681185 | |
| 20608170 | 3 months ago | | | 0 | 0.000036732900 |
ABI
ABI objects
Getter at block 21163326
adminAddress() view returns (address)
0x72dbe00de00edf158aebee2c82b7e2f19a8c19a8
allowlistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlistSaleOpen() view returns (bool)
false
frozen() view returns (bool)
false
getRemainingSupply() view returns (uint256)
0
maxSupply() view returns (uint256)
1111
mintAllowance() view returns (uint256)
10
mintPrice() view returns (uint256)
200000000000000000
mintSupply() view returns (uint256)
1011
name() view returns (string)
DRIP DROP // BY DAVE KRUGMAN
owner() view returns (address)
0x321ed5739440bdbd731d54a19aa20b18398d374f
payoutAddress() view returns (address)
0x834cee2c58b212d37be016f303bc46e8184bd864
provenanceHash() view returns (bytes32)
0x150afdbdd20f20ac187ab9f2de1bb1df01d31b41e976203bfbc1d522fbe7906d
publicSaleOpen() view returns (bool)
false
symbol() view returns (string)
DRIPDROP
totalSupply() view returns (uint256)
1011
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses)
approve(address to, uint256 tokenId)
freezeMetadata()
mint(uint256 numToMint, bytes32[] merkleProof) payable
mintDripDrop(uint256 _numToMint, uint256 _maxFreeMint, uint256 _maxMint, bytes _sig) payable
ownerMint(uint128 numToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminAddress(address newAdmin)
setAllowlistSaleStatus(bool status)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMintAllowance(uint256 allowance)
setMintPrice(uint256 _price)
setMintSupply(uint256 _supply)
setMintValidatorAddress(address _validator)
setPayoutAddress(address payoutAddr)
setPublicSaleStatus(bool status)
setRoyaltyInfo(address newAddr, uint256 newPerc)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther()
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(address _royaltyRecp, uint256 _royaltyPerc, uint256 _price, uint256 _supply, bytes32 _merkleRoot, address _admin, address _payout, bytes32 _provenanceHash)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()