Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
18 additional
variables
Balances ($0.00)
No balances found for "NODES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20599863 | 3 months ago | | | 0 | 0.00026914980 | |
| 20285066 | 4 months ago | | | 0 | 0.00032954525 | |
| 19734403 | 7 months ago | | | 0 | 0.00058130765 | |
| 19346281 | 8 months ago | | | 0 | 0.0040868243 | |
| 19139700 | 9 months ago | | | 0 | 0.0016146565 | |
| 19124868 | 9 months ago | | | 0 | 0.0012996966 | |
| 19111725 | 10 months ago | | | 0 | 0.0022302670 | |
| 19110249 | 10 months ago | | | 0 | 0.00061495838 | |
| 19110245 | 10 months ago | | | 0 | 0.00060214222 | |
| 19110241 | 10 months ago | | | 0 | 0.00062451779 |
ABI
ABI objects
Getter at block 21182743
FUSED_CAP() view returns (uint16)
2048
GENISIS_CAP() view returns (uint16)
1024
MINT_ENABLE() view returns (bool)
true
PUBLIC_ENABLE() view returns (bool)
true
START_BLOCK() view returns (uint256)
14328358
devMerkleRoot() view returns (bytes32)
0x4c5ad32d0c9e0461b31d7770861227e6d2520a7fbf4cf8575bfa49343375003a
generalMerkleRoot() view returns (bytes32)
0x4c5ad32d0c9e0461b31d7770861227e6d2520a7fbf4cf8575bfa49343375003a
name() view returns (string)
NODES
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8d91d5dd74cf5089c2102e7f7d4e5db6cc23a422
symbol() view returns (string)
NODE
teamMints() view returns (uint8)
24
totalChildSupply() view returns (uint256)
375
totalGenesisSupply() view returns (uint256)
1024
totalSupply() view returns (uint256)
1399
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRemainingCooldown(uint256 tokenId) view returns (uint256)
getTokenHash(uint256 tokenId) view returns (string)
getTokenSize(uint256 tokenId) view returns (string)
getTraitTokenBalance(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenHTML(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addTraitType(uint256 _traitTypeIndex, struct NodesTrait[] traits)
approve(address to, uint256 tokenId)
clearTraits()
fuse(uint256 tokenId0, uint256 tokenId1, int8[9] phenotype, uint256 tokenCostPreference)
mintNodes(uint256 quantity, bytes32[] merkleProof) payable
mintNodesTeam(uint256 quantity, bytes32[] merkleProof)
payTheDevs()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAnimationUrl(string _animationUrl)
setApprovalForAll(address operator, bool approved)
setC(string _c)
setDescription(string _description)
setGzipSource(string _b64Gzip)
setImageUrl(string _imageUrl)
setImageUrlExtension(string _imageUrlExtension)
setMerkelRoots(bytes32 _generalMerkleRoot, bytes32 _devMerkleRoot)
setMeta(string _meta)
setPakoAddress(string _pakoUrl)
setPakoIntegrity(string _pakoIntegrity)
setSizeForTokenId(uint256 tokenId, uint16 xInPixels, uint16 yInPixels)
setp5Address(string _p5Url)
setp5Integrity(string _p5Integrity)
toggleMint()
togglePublic()
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 _generalMerkleRoot, bytes32 _devMerkleRoot, uint16 genesisCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.