Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d75…f0d2
Balances ($0.00)
No balances found for "TXN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17512255 | a year ago | | | 0 | 0.00078959076 | |
| 17512216 | a year ago | | | 0 | 0.00067407500 | |
| 16675402 | 2 years ago | | | 0 | 0.00072687723 | |
| 15616112 | 2 years ago | | | 0 | 0.00026502407 | |
| 15616084 | 2 years ago | | | 0 | 0.00027912695 | |
| 15433218 | 2 years ago | | | 0 | 0.00039154812 | |
| 15267996 | 2 years ago | | | 0 | 0.00032326444 | |
| 15094105 | 2 years ago | | | 0 | 0.00059304461 | |
| 15054709 | 2 years ago | | | 0 | 0.00069874571 | |
| 15033350 | 2 years ago | | | 0 | 0.00093312000 |
ABI
ABI objects
Getter at block 21275808
NOVA() view returns (uint256)
1
SUPERNOVA() view returns (uint256)
2
name() view returns (string)
TXN
owner() view returns (address)
0x091a0dfd93b28ff8f8fa9b780a4042545162d8e3
symbol() view returns (string)
TXN
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getTokenIdToMaxSupply(uint256 tokenId) view returns (uint256)
getTokenIdToRemainingMints(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToPrivateSaleOpen(uint256) view returns (bool)
tokenIdToPublicSaleOpen(uint256) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnMint()
curatorAward(uint256 tokenId, uint256 quantity)
privateMint(uint256 tokenId, bytes32[] _merkleProof) payable
publicMint(uint256 tokenId) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxTokenSupply(uint256 tokenId, uint256 maxSupply)
setTokenIdToMerkleRoot(uint256 tokenId, bytes32 merkleRoot)
setTokenIdToMintPrice(uint256 tokenId, uint256 mintPrice)
setTokenIdToUri(uint256 tokenId, string uri)
toggleBurnMint()
togglePrivateSaleOpen(uint256 tokenId)
togglePublicSaleOpen(uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address curatorsAddress)
This contract contains no fallback and receive objects.
CuratorTeamAwardLimit()
FunctionNotEnabled()
MaxTokensMinted()
MintPayableTooLow()
MintedAllowance()
NotEnoughOwnedTokens()
NotOnWhitelist()
TokenIdDoesNotExist()
TokenIdNotAllowed()