NFT Worlds Genesis Avatars

Verified contract

Active on Ethereum with 15,437 txns
Deployed by via 0x13e935c1 at 14705990
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $6,719.76
0x379e32630cea2f0dcbb5db4f166cafbd1fcb052ec3fb4e56f4dc7b99fb2a2772
0x59884dc6e389bb2260edc5d00d1ab890baeea4df9f0af9e412cd53e7d373dade
0x110ca237a8026e01c0e5ff2224e764b39cb62edc389de21a447835bfaf388a27
0xa3f57a0d6934368db8941a643cf94880fbee3359a6c214b3b9613aea0f44bfd2
0x66d01c7514fa1ddfaadea01852572cbfbd93ed83564dadcce22dff4010e62cc6
0x74c211bc2992c049614bb950f83b2dff17687b8365a122e0cb613c4a36552da8
0x603520582578a43c64cdb7ff3e11b16bdbb7911ace24a7a3ff2d6557ba2a03aa
0x1f73798d1dbea597d6f8e80205324c31675d96bcb1b4ea69b68b6fcc8350f5d5
0xad2cb34e21ac30d6081b8f98ce6cc80117109212bc09952ef3d9548782c500a5
0xffc895c76e913cc1014eb95a94f37eb5d617692514fc57aba431b0418f00477f

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintReservedAvatars(address _toAddress
presaleMint(uint256 _quantitypayable 
publicMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPresaleActive(bool _active
setPublicSaleActive(bool _activeuint256 _publicSaleDuration
setTokenBaseURI(string _baseURI
setUnrevealedURI(string _unrevealedUri
setWhitelistContract(address _whitelist
setWhitelistPassTypeId(uint256 _whitelistPassTypeId
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _nftwWhitelistuint256 _maxAvatarsuint256 _maxAvatarsPerPurchase
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(