The Triverse
Verified contract
Active on
Ethereum with 1,783 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
Balances ($0.00)
No balances found for "The Triverse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839981 | 2 months ago | | | 0 | 0.00021269855 | |
| 20697860 | 2 months ago | | | 0 | 0.000060127073 | |
| 19832905 | 6 months ago | | | 0 | 0.00021394627 | |
| 19606440 | 7 months ago | | | 0 | 0.00064886692 | |
| 18938444 | 10 months ago | | | 0 | 0.0011869944 | |
| 17942534 | a year ago | | | 0 | 0.0015653165 | |
| 17923468 | a year ago | | | 0 | 0.00091685599 | |
| 17578552 | a year ago | | | 0 | 0.0011635859 | |
| 17504686 | a year ago | | | 0 | 0.00031651489 | |
| 17472462 | a year ago | | | 0 | 0.0010645952 |
ABI
ABI objects
Getter at block 21226754
MAXIMUM_SUPPLY() view returns (uint32)
3897
Max_Public_Limit() view returns (uint256)
5
ONE_MINT_COST() view returns (uint128)
0
PUBLIC_MINT_COST() view returns (uint128)
20000000000000000
THREE_MINT_COST() view returns (uint128)
0
TWO_MINT_COST() view returns (uint128)
0
baseURI() view returns (string)
contractURI() view returns (string)
https://harlequin-historic-moose-54.mypinata.cloud/ipfs/QmSN4z3MzgzGskTSaJCjSXz9Agb8t1c9TNTsaS6xN1o56S
counterFeeMint() view returns (uint16)
1
counterPPMint() view returns (uint16)
799
freeMintpauser() view returns (uint8)
1
isRevealed() view returns (bool)
true
name() view returns (string)
The Triverse
notRevealedUri() view returns (string)
ipfs://QmNkBKPFXt8Tccd7yswRss86AFKjUjUHCRz7DxwDiU1edD/
owner() view returns (address)
0x0e75b9bc6018ced3f04986e80d3689797e39ef8f
paused() view returns (uint8)
2
privateMintpauser() view returns (uint8)
1
publicMintpauser() view returns (uint8)
1
symbol() view returns (string)
TRV
totalSupply() view returns (uint256)
800
uriSuffix() view returns (string)
.json
Read-only
WL_DB(address) view returns (uint32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasWhitelist(bytes32[] _merkleProof, address account) view returns (bool, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePublicLimit(uint256 _val)
enableFreeMint(uint8 _val)
enablePrivateMint(uint8 _val)
enablePublicMint(uint8 _val)
freeMint(bytes32[] _merkleProof)
gift(address addresses)
privateMint(bytes32[] _merkleProof) payable
publicMint(uint256 _amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractUri(string _contrctURI)
setNotRevealedURI(string _notRevealedURI)
setOneMintCost(uint128 _value)
setPauser(uint8 _val)
setPublicCost(uint128 _value)
setRoots(bytes32[] _roots)
setRoyalityInfo(address _Reciever, uint96 _royalityFeeInBips)
setThreeMintCost(uint128 _value)
setTwoMintCost(uint128 _value)
setUriSuffix(string _uriSuffix)
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()
receive()
AllSold()
FreeMintNftSold()
FreeMintStopped()
InvalidPrice()
MaxLimitExceeded()
MaxMinted()
MaxWLMintExceeded()
Paused()
PrivateMintStopped()
PublicMintStopped()
WrongProof()
lengthMismatch()