NFT Worlds
Verified contract
Active on
Ethereum with 54,730 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WRLD | ERC-20 | 500M | -- | -- | |
TOPIA Worlds | ERC-721 | 1 | -- | -- | |
TOPIA Worlds | ERC-721 | 1 | -- | -- | |
0x97b8…dd21 | ERC-1555 | 1 | -- | -- | |
NFT Worlds | ERC-721 | 1 | -- | -- | |
NFT Worlds | ERC-721 | 1 | -- | -- | |
0xeb81…9f18 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102527 | 8 days ago | | | 0 | 0.00014034833 | |
| 21056615 | 14 days ago | | | 0 | 0.00014967581 | |
| 21018564 | 19 days ago | | | 0 | 0.00015536425 | |
| 20996933 | 23 days ago | | | 0 | 0.00022860768 | |
| 20986379 | 24 days ago | | | 0 | 0.00057747333 | |
| 20982890 | 24 days ago | | | 0 | 0.00021359493 | |
| 20952195 | a month ago | | | 0 | 0.00027821964 | |
| 20939816 | a month ago | | | 0 | 0.00070861930 | |
| 20919372 | a month ago | | | 0 | 0.00033723384 | |
| 20904945 | a month ago | | | 0 | 0.00011151423 |
ABI
ABI objects
Getter at block 21158200
ipfsGateway() view returns (string)
https://metadata.nftworlds.com/ipfs?ipfs=
mintEnabled() view returns (bool)
true
mintSupplyCount() view returns (uint256)
10000
name() view returns (string)
NFT Worlds
owner() view returns (address)
0xcf3acec6dd54c1471a94a3ba5c927c1dfd215946
symbol() view returns (string)
NFT Worlds
totalMinted() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
whitelistAddressCount() view returns (uint256)
2571
whitelistMintCount() view returns (uint256)
3360
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBiomes(uint256 _tokenId) view returns (string[])
getDensities(uint256 _tokenId) view returns (string[3])
getFeatures(uint256 _tokenId) view returns (string[])
getGeography(uint256 _tokenId) view returns (uint24[5])
getResources(uint256 _tokenId) view returns (uint16[9])
getSeed(uint256 _tokenId) view returns (int32)
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)
tokenMetadataIPFSHashes(uint256) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetIPFSGateway(string _ipfsGateway)
joinWhitelist(bytes _signature)
mintWorld(struct NFTWorldsMintData _mintData, bytes _signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintEnabled(bool _enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMetadataIPFSHash(uint256 _tokenId, string _tokenMetadataIPFSHash)
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(uint256 _mintSupplyCount, uint256 _ownerMintReserveCount, uint256 _whitelistExpirationTimestamp, uint256 _maxWhitelistCount, uint256 _maxMintPerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.