This contract is being backfilled. You may encounter incomplete storage history.

MultipleSanchez

Verified contract

Active on Ethereum with 293 txns
Deployed by via 0xcc9507bf at 15617998
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MultipleSanchez"

0xd9f5858930353002952fa0ee5cd507e5baa95d9db93f50d0dc0a825ca0ff2d86
0x629f67bf907ec7b2688e53e93be4c1512451c5b0657b6796968bcc386498afef
0x9a1bad0fc8494d638162b28699ae3002954caeeb8a1872eac94536dd583fc2be
0x0bdddeb1be6b6c9d270d4b8de8ec810242f803c32ccc5adfca02bb2b08181dae
0x278a10c91fcd6dd728e32082c783e37aaedf3eea778fc840ff6c3096a54b062c
0x21de49e0a0d5e38e98e0d57bc714302cb082822ef01f3a065617928a2a2ea78f
0xd664364c012837958c82e4d12798b6dc83c5e38393262797ec6f9d28c5f882f4
0x2ba1146b3b239d89ec3c651a2f1e9113cb0f0aca69770fdc4d9896ee716a9533
0x3544ec70aad89d7d57326a0eab45b5de2d448aed2ae2d2f6775833b349240834
0x24380e4fe31dcecded41c12a5b81e88bc8cad9ca5c92869f2661d66f41ead75e

Functions
Getter at block 20888224
baseURI(view returns (string)
https://res.multiplesanchez.xyz/metadata/
cost(view returns (uint256)
0
maxSupply(view returns (uint256)
2000
mintLimit(view returns (uint256)
2
name(view returns (string)
MultipleSanchez
owner(view returns (address)
0x969c7bae657e8a1de67edaf483532f6ec03da2ef
publicSaleEnable(view returns (bool)
true
symbol(view returns (string)
MultipleSanchez
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
checkCanMint(address fromview 
getApproved(uint256 tokenIdview returns (address)
getMintTokenIds(address addrview returns (uint256[] _tokenIds)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintTokenIdsMap(addressuint256view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] toAddressesuint256[] mintCounts
approve(address touint256 tokenId
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string baseURI_
updateCost(uint256 cost_
updateMintLimit(uint256 mintLimit_
updatePublicSaleEnable(bool publicSaleEnable_
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(