DininhoAdventures

Verified contract

Active on Ethereum with 6,912 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DininhoAdventures"

0x177e659cbaedba0e4006ad7e5c712d7e1f29c3b1a542131f56493ff0d271e31d
0x7fe81d0e25c7a8a1c5ee6e836a00d3267c0d73c8dbb7e87a475a9af6426eb3b0
0xf5cc784439202e746fce7cfde0e7dfe5b63ee2c3142263aa97e9f5262042f612
0xdea170040d6cc7bfa33b97dcfb513138027e6ce3168184860e81a713cd484575
0xa5c7d7258382dfead086389c3be4dab9c2c0425bc50f516bb001cb810b4c40ba
0xf0c4b90fbe0d3430fe5c88b110f5576dadee3bfa9ef92a2ca63744831485711a
0x7775c55d57c24b08ca3099e67fee0cd0fed4d6499b6edc3b1383e530e58281e6
0x8a41830707ed60be51f2629f2fee60418c4dce258ea0aeaebbdaa0e944769717
0xd46dc6c396c30c984f9c5eb7d2728e5ca394a5cde6420211447915541995b831
0xfea1682545d9e91272068ce94a3a1a39bf1a8828e436d0d12d82065328550fea

Functions
Getter at block 21286164
contractURI(view returns (string)
https://api.dininhoadventures.com/contract/metadata
isPublicSalesActive(view returns (bool)
true
isWhitelistSalesActive(view returns (bool)
true
maxNormalMintPerAccount(view returns (uint256)
3
maxSupply(view returns (uint256)
3333
maxWhitelistMintPerAccount(view returns (uint256)
2
maxWhitelistSupply(view returns (uint256)
3333
name(view returns (string)
Dininho Adventures
normalMintPrice(view returns (uint256)
69000000000000000
owner(view returns (address)
0x58c7c8517a0b5ea38c8d0e199663a476d835dddd
publicSalesTimestamp(view returns (uint256)
1660496400
symbol(view returns (string)
DA
totalSupply(view returns (uint256)
3333
whitelistMintPrice(view returns (uint256)
59000000000000000
whitelistSalesTimestamp(view returns (uint256)
1660489200
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasMintedUsingWhitelist(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalNormalMintPerAccount(address accountview returns (uint256)
totalWhitelistMintPerAccount(address accountview returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string contractURI_
setMaxNormalMintPerAccount(uint256 maxNormalMintPerAccount_
setMaxSupply(uint256 maxSupply_
setMaxWhitelistMintPerAccount(uint256 maxWhitelistMintPerAccount_
setMaxWhitelistSupply(uint256 maxWhitelistSupply_
setNormalMintPrice(uint256 normalMintPrice_
setPublicSalesTimestamp(uint256 timestamp
setSignerPublicKey(address signerPublicKey_
setWhitelistMintPrice(uint256 whitelistMintPrice_
setWhitelistSalesTimestamp(uint256 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 amountbytes signaturepayable 
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(