Nexus Keys
Verified contract
Active on
Ethereum with 1,390 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 "Nexus Keys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20713163 | 2 months ago | | | 0 | 0.00010751913 | |
| 20031765 | 5 months ago | | | 0 | 0.00079866267 | |
| 19439001 | 8 months ago | | | 0 | 0.0016037102 | |
| 19237766 | 9 months ago | | | 0 | 0.00098394378 | |
| 18956634 | 10 months ago | | | 0 | 0.0014393324 | |
| 18906572 | 10 months ago | | | 0 | 0.00073534138 | |
| 18903495 | 10 months ago | | | 0 | 0.00049127162 | |
| 18892531 | 10 months ago | | | 0 | 0.0013815158 | |
| 18323753 | a year ago | | | 0 | 0.00027219187 | |
| 18225126 | a year ago | | | 0 | 0.00044751595 |
ABI
ABI objects
Getter at block 21168789
MAX_MINT() view returns (uint256)
4
getSalesStatus() view returns (bool, bool)
(false, false)
name() view returns (string)
Nexus Keys
name_() view returns (string)
Nexus Keys
owner() view returns (address)
0xdb4ba295dc95239ab3502b673ff63d301e303f99
symbol() view returns (string)
NEXUSKEYS
symbol_() view returns (string)
NEXUSKEYS
website() view returns (string)
https://nexuslegends.io
Read-only
Keys(uint256) view returns (string metadataURI, uint256 mintPrice, uint256 maxSupply)
allowlistMinted(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(address) view returns (uint256)
exists(uint256 id) view returns (bool)
getKey(uint256 id) view returns (struct NexusKeysKey)
getMintedQty(address addr, uint256 mintType) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
minted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events allowlistMint(uint256[] amount, bytes32[] merkleProof, struct NexusKeysALLOC alloc) payable
claim(uint256 keyId, bytes32[] merkleProof, struct NexusKeysALLOC alloc) payable
createKey(uint256 keyId, struct NexusKeysKey key)
freeze()
mint(uint256[] amount) payable
ownerMint(address _to, uint256[] _amount)
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)
togglePublicSale()
toggleSale()
transferOwnership(address newOwner)
updateMaxSupply(uint256 keyId, uint256 qty)
updateMerkleRoot(bytes32 _merkleRoot)
updateMintPrice(uint256 keyId, uint256 price)
updateURI(uint256 keyId, string _uri)
updateWebsite(string url)
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.