TounneVR
Verified contract
Active on
Ethereum with 1,310 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 "TounneVR"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257108 | 2 days ago | | | 0 | 0.00060463722 | |
| 20083456 | 5 months ago | | | 0 | 0.00082385308 | |
| 19853791 | 6 months ago | | | 0 | 0.00022905615 | |
| 19813877 | 7 months ago | | | 0 | 0.00016053904 | |
| 19809502 | 7 months ago | | | 0 | 0.00027098064 | |
| 19511152 | 8 months ago | | | 0 | 0.0011318005 | |
| 19507052 | 8 months ago | | | 0 | 0.0011386067 | |
| 18555799 | a year ago | | | 0 | 0.0018370337 | |
| 17314385 | 2 years ago | | | 0 | 0.0016122926 | |
| 16912305 | 2 years ago | | | 0 | 0.0012863321 |
ABI
ABI objects
Getter at block 21274283
MAX_SUPPLY() view returns (uint256)
1000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRE_MAX_SUPPLY() view returns (uint256)
800
merkleRoot() view returns (bytes32)
0x646c89343ed67326180afd15a180ff4d0e5a3e2305a59dcdfaca391ece57c30a
mintable() view returns (bool)
true
name() view returns (string)
TounneVR
owner() view returns (address)
0xeedb422792a9fa271a42ef763780ea8067746381
paused() view returns (bool)
false
presale() view returns (bool)
false
presale_max() view returns (uint256)
1
symbol() view returns (string)
TounneVR
totalSupply() view returns (uint256)
1000
Read-only
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 approve(address operator, uint256 tokenId) payable
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, bytes32[] _merkleProof)
publicMint(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintable(bool _state)
setPreMax(uint256 _max)
setPresale(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()