Avatizer

Verified contract

Active on Ethereum with 3,313 txns
Deployed by via 0x8513bb43 at 15742022
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $8.43
0xfc9bc156185fc51c31949ab40346bb4c88b8b33d7891a1d00302d25ae1919b99
0x47cd0701fb27e90f721529c832051258061a01c6d5a6f8b860caddeef04ccd79
0xfa6946dec1d0add325113f16cc45e4382d6b91953959330b50794555139858ed
0xa84108a3548ef78ab8e8763e3dc930ec591ef57b757ddf881631daa97cf217d8
0x6e1d8a460f1aa440f3dc0d526ca077a8ec00863bada0f94ec988ab7484940b29
0x4bd0f2312e941d7071541f908eff323750d58eaa4bc0515a46d019c2cfd25c52
0xc374d9bdb0ee9c6b2a0fa02eac2f6872f731f0ce2dc84040ecc81c17d45d09c1
0x66f09ce86894ceff98d41e3af11eafd247abe89febad644c9527394712fcd7e5
0x4e990dd507dfaa008db122cf46813af2b6f65a9322468b8caf620a770d812fe7
0x4f0d17630dc991b8d8aeeada8b34e741628d1d55afc28da8c194b565e27faf56
From

Functions
Getter at block 21282395
maxPerWallet(view returns (uint256)
1
maxSupply(view returns (uint256)
999
merkleRoot(view returns (bytes32)
0x2769d9d8ce608458345f6f4f604ed6b073130e9e604b55f054019830326be04a
name(view returns (string)
Avatizer
owner(view returns (address)
0xf46e7fe0149f3502ad98621b052fabc2bcc819d9
saleStarted(view returns (bool)
true
symbol(view returns (string)
AVA
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTokenGenes(uint256 tokenIdview returns (bytes)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address userbytes32[] _merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
pausedTokenGenes(uint256view returns (bytes)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenDNA(uint256view returns (bytes32)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address touint256 amount
approve(address touint256 tokenIdpayable 
mint(uint64 amountbytes32[] _merkleProof
pauseDNAGeneration(uint256 tokenId
renounceOwnership(
rescueFunds(address to
rescueToken(address token
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMaxPerWallet(uint256 _maxPerWallet
setMerkleRoot(bytes32 _merkleRoot
setMetadataManager(address _metadataManager
setSaleStarted(bool _saleStarted
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpauseDNAGeneration(uint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(