Alphazilla

Verified contract

Active on Ethereum with 2,531 txns
Deployed by via 0x1c33f4d0 at 16218749
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Alphazilla"

0x1dd5dfa8888e7a75aec64a9704ac0c3aaf511c9940f0b8f3dfdb1b10cee3f8be
0x574aba0b412c4d0678a4cfd2037f9794e4dfe7b5a23a2a782849a2336f31fe3c
0xd282f939d50b6eda0a5c31f204685418da26192824b16e118419924a4a5fd4f6
0x207f6fde5e18737cef54fcf8fff0004066b03fed0854b5cb0cfd6ae32f5154c8
0x6f321c450436ac7ea88bd3d52347d3ea378cd69f60afdafd9f37ea51c5e0f013
0xe7e1ec07914a83dbd53862efe6c163cf03f18baa48e8451d01ccf0d54b84fbab
0x25fccc93f649633b7a74774272f83a3aeb2fc30d28123344ca1b5d4ac0220bcf
0xba3168c76fe04a14a9128ea69aa97757acbe6a707668685a39da41689f2c48ca
0xfac806e40c7e8f771748b82aab22c2d4fc67eb741ef35a45fc7c0906c6d03c1e
0xf9b59119fd14cdeb99470491821f31a6561ced9515f6c9a6954031a2593f74de

Functions
Getter at block 21221727
collectionSize(view returns (uint256)
1000
isOperatorFilterRegistryRevoked(view returns (bool)
false
maxBatchSize(view returns (uint256)
1
maxPerAddressDuringMint(view returns (uint256)
1000
name(view returns (string)
Alphazilla
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x92bdce16a97b39c40386bf1980abe9a2536ab1f6
priceWei(view returns (uint256)
40000000000000000
signer(view returns (address)
0xd9001e9f2a277d1fc4dceba1af82d9e73a02ea7f
startTokenId(view returns (uint256)
1
symbol(view returns (string)
AZL
totalMinted(view returns (uint256)
1000
totalSupply(view returns (uint256)
1000
version(pure returns (string)
1.1.0
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSaleOn(uint256 _priceuint256 _startTimeview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 quantitybytes signaturepayable 
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
sudoMint(address touint256 quantity
sudoUpdateSigner(address _signer
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(