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 "TRIS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102663 | 15 days ago | | | 0 | 0.00010410120 | |
| 20668293 | 2 months ago | | | 0 | 0.000028208915 | |
| 20567137 | 3 months ago | | | 0 | 0.000059486400 | |
| 20566942 | 3 months ago | | | 0 | 0.00011734348 | |
| 20566940 | 3 months ago | | | 0 | 0.00012082828 | |
| 20555930 | 3 months ago | | | 0 | 0.000034419564 | |
| 20542952 | 3 months ago | | | 0 | 0.000049047261 | |
| 20542950 | 3 months ago | | | 0 | 0.000053995203 | |
| 20434653 | 4 months ago | | | 0 | 0.00049976454 | |
| 20407943 | 4 months ago | | | 0 | 0.000027264600 |
ABI
ABI objects
Getter at block 21208729
DOMAIN_SEPARATOR() view returns (bytes32)
0xb3f5d28186a22979dda82aa17b6f7ca59e858d6b7fb9f2b7ccd6c9be8423cfb5
PERMIT_TYPEHASH() view returns (bytes32)
0x49ecf333e5b8c95c40fdafc95c1ad136e8914a8fb55e9dc8bb01eaa83a2df9ad
__baseURI() view returns (string)
ipfs://bafybeienialkdrppvdfdanzuiwnt45m4hhckayxrvvhktrrvmowwkwr45a/
isMintingEnabled() view returns (bool)
true
isPublicMint() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x8c58dcb058b3057074e11d2de10762537db4a427aaa50fc3f72a9c2eb9ebbbd5
mintingEnabled() view returns (bool)
true
name() view returns (string)
TRIS
nextTokenId() view returns (uint256)
1000
owner() view returns (address)
0xec3de41d5ead4cebffd656f7fc9d1a8d8ff0f8c0
publicMint() view returns (bool)
false
symbol() view returns (string)
TRIS
totalSupply() view returns (uint256)
1000
version() pure returns (string)
1
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(uint256) view returns (uint256)
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 adminMint(address _to, uint256 _tokenId)
approve(address to, uint256 tokenId)
mint(bytes32[] merkleProof) payable
permit(address spender, uint256 tokenId, uint256 deadline, uint8 v, bytes32 r, bytes32 s) 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 _uri)
startMinting()
startPublicMint()
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(bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.