Zadipass

Verified contract

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

No balances found for "Zadipass"

0x317b5a557b7ccae6f8a9e3323ea68d8c316d539e936317c9332fb0b9ecb01cb0
0xd9efbd1223d0ea8785592eec81ceb9e75ff2be280266eea9199dd8cec42bd719
0x52d7cce366c655ea3fb6475c866f45539aa0a26ce32102dee38780336f0a6680
0xe461aff21ab9e63ac4a902f0a6a83f7c288a6b961aad07bfafc73c6e21ce6957
0xe8be26472e34dfcc532c033cdf1f877e830a7de36f3fa93b941ec6dd58c97e5c
0x63cff7065d170c8f2e4557bf275c4672d22377a27b3dc8b6eee5b67580df05b3
0x6e3d9cf52c023b0ec02c1e0420e7c8752eabfbadb2158ad391073be8a34dba47
0x6f738424a24fe8771577b905380e827240c1afc6d2625d6b66d87b60f9017f9c
0xcddc1ca8a9bbd3e53f6ec2591b1cea0f34f84fb9decd977de4751a7755744108
0x7b865cf051273210dad625a71c5f0dde3db8dab081cfbce381af5505f2404e20

Functions
Getter at block 21211272
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3600
name(view returns (string)
Zadipass
owner(view returns (address)
0x322d59fe88afb60d43ce346acb59c0d7e24d9b21
symbol(view returns (string)
ZD
totalSupply(view returns (uint256)
3458
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
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
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(