Nexus Chronicles
Verified contract
Active on
Ethereum with 571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($148.54)
Native
Value
$148.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,713.60 |
$148.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18934624 | a year ago | | | 0 | 0.00093471402 | |
| 18926196 | a year ago | | | 0 | 0.00051543932 | |
| 18926196 | a year ago | | | 0 | 0.00051722190 | |
| 18906548 | a year ago | | | 0 | 0.00073777777 | |
| 18751736 | a year ago | | | 0 | 0.0012595801 | |
| 18721159 | a year ago | | | 0 | 0.0016670588 | |
| 18323760 | a year ago | | | 0 | 0.00022760378 | |
| 16829113 | 2 years ago | | | 0 | 0.0013035003 | |
| 16482985 | 2 years ago | | | 0 | 0.00069575080 | |
| 16440753 | 2 years ago | | | 0 | 0.00072194845 |
ABI
ABI objects
Getter at block 21329175
currentBatch() view returns (uint256)
1
getSalesStatus() view returns (bool)
false
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Nexus Chronicles
name_() view returns (string)
Nexus Chronicles
owner() view returns (address)
0x090c847ae5623cb7c538be34fe470b0c824b181f
saleOpen() view returns (bool)
false
symbol() view returns (string)
CHRONICLES
symbol_() view returns (string)
CHRONICLES
website() view returns (string)
https://nexuslegends.io
Read-only
Chronicles(uint256) view returns (string metadataURI, uint256 maxSupply, uint256 batch)
Frozen(uint256) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
elementalMinted(address, uint256) view returns (bool)
exists(uint256 id) view returns (bool)
getChronicle(uint256 id) view returns (struct NexusChroniclesChronicle)
getMintedQty(address addr, uint256 mintType) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
legendaryMinted(address, uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events allowlistMint(struct NexusChroniclesMINT[] mintData, bytes32[] merkleProof, uint256[] ticket) payable
createChronicle(uint256 id, struct NexusChroniclesChronicle chronicle)
freeze(uint256 id)
legendaryMint(struct NexusChroniclesMINT[] mintData, bytes32[] merkleProof, uint256[] ticket) payable
ownerMint(address _to, struct NexusChroniclesMINT[] mintData)
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)
setCurrentBatch(uint256 batch)
setWebsite(string url)
toggleSale()
transferOwnership(address newOwner)
updateLegendaryMerkle(bytes32 _merkleRoot)
updateMaxSupply(uint256 id, uint256 qty)
updateMerkleRoot(bytes32 _merkleRoot)
updateMintPrice(uint256 price)
updateURI(uint256 id, string _uri)
withdrawAll(address _to)
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.