Treeverse
Verified contract
Active on
Ethereum with 19,302 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 "Treeverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157803 | 7 hours ago | | | 0 | 0.0010046152 | |
| 21154384 | 18 hours ago | | | 0 | 0.00062756077 | |
| 21151798 | a day ago | | | 0 | 0.00082005673 | |
| 21147857 | 2 days ago | | | 0 | 0.00060793209 | |
| 21142286 | 2 days ago | | | 0 | 0.00026460081 | |
| 21142276 | 2 days ago | | | 0 | 0.00058312856 | |
| 21133816 | 4 days ago | | | 0 | 0.00038200402 | |
| 21133157 | 4 days ago | | | 0 | 0.00084321866 | |
| 21132246 | 4 days ago | | | 0 | 0.0013503516 | |
| 21130802 | 4 days ago | | | 0 | 0.00088012500 |
ABI
ABI objects
Getter at block 21159872
customURI() view returns (string)
https://www.treeverse.net/api/tokenid/
name() view returns (string)
Treeverse
nextCollectionNumber() view returns (uint256)
2
owner() view returns (address)
0x229c487eaf50369e1ada49893a1ecddd4d513114
symbol() view returns (string)
TRV
totalSupply() view returns (uint256)
10420
Read-only
balanceOf(address owner) view returns (uint256)
collections(uint256) view returns (uint128 tokenPriceInWei, uint32 tokensMinted, uint32 maxTokensAvailable, uint32 collectionNumber, bool created, bool locked, bool active, string name, string description, string baseURI)
customTokenURI(uint256 _tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getOwnedTokenIds(address _owner) view returns (uint256[] tokenIds)
getTokenIdsInCollection(uint256 _collectionNumber) view returns (uint256[] tokenIds)
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)
changeBaseURI(uint256 _collectionNumber, string _collectionBaseURI)
changeCustomURI(string _newUri)
changeDescription(uint256 _collectionNumber, string _description)
changeMaxTokensAvailable(uint256 _collectionNumber, uint32 _maxTokensAvailable)
changeName(uint256 _collectionNumber, string _name)
changeTokenPriceInWei(uint256 _collectionNumber, uint128 _tokenPriceInWei)
createCollection(string _name, string _description, string _collectionBaseURI, uint128 _tokenPriceInWei, uint32 _maxTokensAvailable, uint32 _collectionNumber)
devMint(uint256 _collectionNumber, address _to, uint256 _quantity)
lockCollection(uint256 _collectionNumber)
purchaseNft(uint256 _collectionNumber, uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleActive(uint256 _collectionNumber)
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(string _customURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.