BoneDucks
Verified contract
Active on
Ethereum with 22,945 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 "BoneDucks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21113543 | 11 days ago | | | 0 | 0.000095962613 | |
| 21106055 | 12 days ago | | | 0 | 0.00010137831 | |
| 21061204 | 18 days ago | | | 0 | 0.00015395756 | |
| 20877576 | a month ago | | | 0 | 0.00028994958 | |
| 20798452 | 2 months ago | | | 0 | 0.00046082097 | |
| 20798410 | 2 months ago | | | 0 | 0.00044274355 | |
| 20790825 | 2 months ago | | | 0 | 0.00087961600 | |
| 20788770 | 2 months ago | | | 0 | 0.00022465551 | |
| 20783744 | 2 months ago | | | 0 | 0.00051212924 | |
| 20777930 | 2 months ago | | | 0 | 0.00042034919 |
ABI
ABI objects
Getter at block 21190935
baseURI() view returns (string)
ipfs://QmPrwr6nnLvCwxL6euLgaJswwwvyMuvUApMezrRPMAYKnU/
maxPublicMints() view returns (uint256)
1
maxSupply() view returns (uint256)
6555
name() view returns (string)
BoneDucks
notRevealedUri() view returns (string)
owner() view returns (address)
0x3fb4a1cf04f9638b900a51e869bcb26c2a0f0504
revealed() view returns (bool)
true
saleStatus() view returns (uint8)
2
symbol() view returns (string)
BDUCKS
totalSupply() view returns (uint256)
6555
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokenMints(address, uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] accounts, uint256[] amounts)
approve(address to, uint256 tokenId)
publicMint(uint256 amount)
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)
setMaxPublicMints(uint256 _maxPublicMints)
setNotRevealedURI(string _notRevealedURI)
setPublicOn()
setSigner(address _signer)
setUriSuffix(string _uriSuffix)
setWhitelistOn()
switchReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
turnSalesOff()
whitelistMint(uint256 amount, uint256 max, bytes signature)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
ArraysDontMatch()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MaxMints()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotWhitelisted()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotStarted()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()