DininhoAdventures

Verified contract

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

No balances found for "DininhoAdventures"

0xdea170040d6cc7bfa33b97dcfb513138027e6ce3168184860e81a713cd484575
0xa5c7d7258382dfead086389c3be4dab9c2c0425bc50f516bb001cb810b4c40ba
0xf0c4b90fbe0d3430fe5c88b110f5576dadee3bfa9ef92a2ca63744831485711a
0x7775c55d57c24b08ca3099e67fee0cd0fed4d6499b6edc3b1383e530e58281e6
0x8a41830707ed60be51f2629f2fee60418c4dce258ea0aeaebbdaa0e944769717
0xd46dc6c396c30c984f9c5eb7d2728e5ca394a5cde6420211447915541995b831
0xfea1682545d9e91272068ce94a3a1a39bf1a8828e436d0d12d82065328550fea
0x57fabf13493f4ddf6a04142e17899961ad81e9fb93d4a42d4690a1c40b327b25
0x6f8a37ba2ab8abf381cdd7ce5f388e94068863a1fbf3b9aa1fe2f18800f7f93e
0x4b805b2a0be3ca2f914914d28a458be6c651613ccaf64239d450ce1e834308ee

Functions
Getter at block 21161456
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(