DINOREVEAL
Verified contract
Active on
Ethereum with 8,552 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 "DINOREVEAL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061213 | a month ago | | | 0 | 0.00014232062 | |
| 20895214 | 2 months ago | | | 0 | 0.00013213582 | |
| 20327385 | 4 months ago | | | 0 | 0.00067744019 | |
| 20224072 | 5 months ago | | | 0 | 0.000092244656 | |
| 20109361 | 5 months ago | | | 0 | 0.000066510478 | |
| 19178181 | 10 months ago | | | 0 | 0.0010575830 | |
| 18925042 | a year ago | | | 0 | 0.00061010549 | |
| 18925031 | a year ago | | | 0 | 0.00089841063 | |
| 18910535 | a year ago | | | 0 | 0.00027264597 | |
| 18910534 | a year ago | | | 0 | 0.00042229094 |
ABI
ABI objects
Getter at block 21295164
maxSupply() view returns (uint256)
6400
maxSupplyPre() view returns (uint256)
1200
maxTx() view returns (uint256)
3
maxTxPre() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0xb937107201f3acc1f5f69fa9f2989df5557d8f9293bfaced1ffdd0b92025d463
name() view returns (string)
DINOREVEAL
owner() view returns (address)
0x1db26dc0b17b6d49c96bccb58ccc8fcf70746076
price() view returns (uint256)
1500000000000000
symbol() view returns (string)
DINOREVEAL
totalSupply() view returns (uint256)
6400
Read-only
_preSaleCounter(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 airdrop(address[] _users)
approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buyPre(uint256 qty, bytes32[] proof) payable
buyTo(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setMerkleRoot(bytes32 root)
setPrice(uint256 newPrice)
toggleMint()
togglePresale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()