NFT Worlds Genesis Avatars
Verified contract
Active on
Ethereum with 15,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x52a0…5c16
Balances ($6,719.76)
Native
Value
$6,719.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2 | $3,359.88 |
$6,719.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159202 | a day ago | | | 0 | 0.0012740729 | |
| 21156091 | 2 days ago | | | 0 | 0.00058406769 | |
| 21149595 | 3 days ago | | | 0 | 0.00047276740 | |
| 21148605 | 3 days ago | | | 0 | 0.00039679437 | |
| 21142293 | 4 days ago | | | 0 | 0.00048688326 | |
| 21142205 | 4 days ago | | | 0 | 0.00071704738 | |
| 21131393 | 5 days ago | | | 0 | 0.0011484868 | |
| 21124749 | 6 days ago | | | 0 | 0.00030877854 | |
| 21123580 | 6 days ago | | | 0 | 0.00044372196 | |
| 21123505 | 6 days ago | | | 0 | 0.00049682163 |
ABI
ABI objects
Getter at block 21167828
ENDING_PRICE() view returns (uint256)
400000000000000000
MAX_AVATARS() view returns (uint256)
15000
MAX_AVATARS_PER_PURCHASE() view returns (uint256)
20
RESERVED_AVATARS() view returns (uint256)
100
STARTING_PRICE() view returns (uint256)
1000000000000000000
getMintPrice() view returns (uint256)
400000000000000000
mintActive() view returns (bool)
true
name() view returns (string)
NFT Worlds Genesis Avatars
owner() view returns (address)
0xcf3acec6dd54c1471a94a3ba5c927c1dfd215946
presaleActive() view returns (bool)
false
publicSaleDuration() view returns (uint256)
10800
publicSaleStartTime() view returns (uint256)
1651799140
reservesMinted() view returns (bool)
true
symbol() view returns (string)
AVATARS
tokenBaseURI() view returns (string)
https://reveal-avatars.nftworlds.com/temporaryreveal/
totalSupply() view returns (uint256)
11916
unrevealedURI() view returns (string)
ipfs://QmartSzT7uRsXRqszdGuYbLoUXkAjXci9njh6zwY8NtqiE
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintReservedAvatars(address _toAddress)
presaleMint(uint256 _quantity) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPresaleActive(bool _active)
setPublicSaleActive(bool _active, uint256 _publicSaleDuration)
setTokenBaseURI(string _baseURI)
setUnrevealedURI(string _unrevealedUri)
setWhitelistContract(address _whitelist)
setWhitelistPassTypeId(uint256 _whitelistPassTypeId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address _nftwWhitelist, uint256 _maxAvatars, uint256 _maxAvatarsPerPurchase)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()