DininhoAdventures
Verified contract
Active on
Ethereum with 6,909 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 "DininhoAdventures"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151441 | a day ago | | | 0 | 0.00050920633 | |
| 21106806 | 8 days ago | | | 0 | 0.00010411160 | |
| 21104565 | 8 days ago | | | 0 | 0.000085434149 | |
| 21102680 | 8 days ago | | | 0 | 0.00010411160 | |
| 21101276 | 8 days ago | | | 0 | 0.00043576513 | |
| 21091508 | 10 days ago | | | 0 | 0.00040909315 | |
| 21020122 | 20 days ago | | | 0 | 0.00052332434 | |
| 21011325 | 21 days ago | | | 0 | 0.00028395509 | |
| 21008187 | 21 days ago | | | 0 | 0.00083232003 | |
| 20997706 | 23 days ago | | | 0 | 0.00021501160 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasMintedUsingWhitelist(address account) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalNormalMintPerAccount(address account) view returns (uint256)
totalWhitelistMintPerAccount(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature) payable
withdrawAll()
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()