Alphazilla
Verified contract
Active on
Ethereum with 2,531 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($0.00)
No balances found for "Alphazilla"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118224 | 14 days ago | | | 0 | 0.00021093470 | |
| 20752281 | 2 months ago | | | 0 | 0.000091591056 | |
| 20653749 | 3 months ago | | | 0 | 0.000060728501 | |
| 20384112 | 4 months ago | | | 0 | 0.00038548368 | |
| 20152232 | 5 months ago | | | 0 | 0.000096122923 | |
| 19841940 | 6 months ago | | | 0 | 0.00049836649 | |
| 19838458 | 6 months ago | | | 0 | 0.00025165371 | |
| 19828118 | 6 months ago | | | 0 | 0.00024547394 | |
| 18949229 | 10 months ago | | | 0 | 0.00083912733 | |
| 18949198 | 10 months ago | | | 0 | 0.0011486488 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isSaleOn(uint256 _price, uint256 _startTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 quantity, bytes signature) payable
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
sudoMint(address to, uint256 quantity)
sudoUpdateSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InitialRegistryAddressCannotBeZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RegistryHasBeenRevoked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()