TerraVirtuaNFT
Verified contract
Active on
Ethereum with 794 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 "TerraVirtuaNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20792593 | 2 months ago | | | 0 | 0.0010475071 | |
| 20562402 | 3 months ago | | | 0 | 0.000040580773 | |
| 20562399 | 3 months ago | | | 0 | 0.000050791416 | |
| 19443074 | 8 months ago | | | 0 | 0.0013804259 | |
| 18902200 | a year ago | | | 0 | 0.00031022393 | |
| 18902174 | a year ago | | | 0 | 0.00029859627 | |
| 18869704 | a year ago | | | 0 | 0.00082317183 | |
| 18865195 | a year ago | | | 0 | 0.00069988477 | |
| 18804026 | a year ago | | | 0 | 0.00064813187 | |
| 18802495 | a year ago | | | 0 | 0.00074278793 |
ABI
ABI objects
Getter at block 21222955
baseTokenURI() view returns (string)
https://tradeapi.terravirtua.io/item/
isOwner() view returns (bool)
false
name() view returns (string)
TerraVirtuaNFT
openSeaVersion() pure returns (string)
1.2.0
owner() view returns (address)
0x96bee49d3386d674bf4e956d9b3ce61b9540409d
symbol() view returns (string)
TVNFT
totalSupply() view returns (uint256)
1530
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)
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)
burn(uint256 tokenId)
mintTo(address _to)
mintTokenBatch(address _to, uint256 _count, uint256 _startID)
mintWithTokenURI(address _to, string _uri)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string uri)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _name, string _symbol, address _proxyRegistryAddress, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.