RubberDuckBathParty
Verified contract
Active on
Ethereum with 19,921 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 "RubberDuckBathParty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258339 | 4 days ago | | | 0 | 0.00041510431 | |
| 21217719 | 10 days ago | | | 0 | 0.00063395516 | |
| 21155868 | 18 days ago | | | 0 | 0.00047142408 | |
| 21102708 | a month ago | | | 0 | 0.00010511101 | |
| 21101575 | a month ago | | | 0 | 0.00026275662 | |
| 20967900 | a month ago | | | 0 | 0.00072746755 | |
| 20937120 | 2 months ago | | | 0 | 0.00031460430 | |
| 20915589 | 2 months ago | | | 0 | 0.0016242379 | |
| 20904817 | 2 months ago | | | 0 | 0.00010139248 | |
| 20903235 | 2 months ago | | | 0 | 0.00056838782 |
ABI
ABI objects
Getter at block 21287279
baseURI() view returns (string)
http://meta.duck.art/
earlyMintActive() view returns (bool)
false
ipfsURI() view returns (string)
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xfb8f55b26517201a94a75833b68b414d93c6ccaafcbadfe5980f78f6f3b735b3
mintActive() view returns (bool)
false
mintPerAddressLimit() view returns (uint256)
2
name() view returns (string)
RubberDuckBathParty
owner() view returns (address)
0x15ea80252e55869d37acee90667d464affe197e1
ownerMintLimit() view returns (uint256)
100
price() view returns (uint256)
80000000000000000
symbol() view returns (string)
RDBP
totalSupply() view returns (uint256)
10000
Read-only
addressMintedBalance(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
earlyMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
mint(uint256 _mintAmount) payable
ownerMint(address _to, uint256 _mintAmount)
party(string _ipfsURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _newMerkleRoot)
setPrice(uint256 _newPrice)
toggleEarlyMint()
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.