Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x13e1…3de6
Balances ($0.00)
No balances found for "GTVNUC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903562 | a year ago | | | 0 | 0.00031174582 | |
| 18353003 | a year ago | | | 0 | 0.00012863439 | |
| 18070946 | a year ago | | | 0 | 0.00091978860 | |
| 18070798 | a year ago | | | 0 | 0.00078983740 | |
| 18060780 | a year ago | | | 0 | 0.00068709668 | |
| 18060778 | a year ago | | | 0 | 0.00067326555 | |
| 18060776 | a year ago | | | 0 | 0.00063183550 | |
| 18060774 | a year ago | | | 0 | 0.00067720307 | |
| 18060772 | a year ago | | | 0 | 0.00086029009 | |
| 18060771 | a year ago | | | 0 | 0.00065711423 |
ABI
ABI objects
Getter at block 21381469
aristocratSupply() view returns (uint256)
2385
mainPrice() view returns (uint256)
1000000000000000
mainSupply() view returns (uint256)
7777
maxMint() view returns (uint256)
100
mintLive() view returns (bool)
false
name() view returns (string)
GTVNUC
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6816fe4caf7ffb05e02a4ede878c7bc12c4b6b15
publicSupply() view returns (uint256)
2588
symbol() view returns (string)
GTVNUC
totalSupply() view returns (uint256)
2805
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
aristocratMint(uint256 _tokenId)
publicMint(uint256 _mintCount) 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)
setMintPrice(uint256 _mainPrice)
toggleSale()
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(uint256 maxMint_, string baseTokenURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.