MultipleSanchez
Verified contract
Active on
Ethereum with 293 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MultipleSanchez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15712601 | 2 years ago | | | 0 | 0.00095714368 | |
| 15712601 | 2 years ago | | | 0 | 0.00094584990 | |
| 15712601 | 2 years ago | | | 0 | 0.00088928838 | |
| 15648433 | 2 years ago | | | 0 | 0.00095465724 | |
| 15626630 | 2 years ago | | | 0 | 0.00072224872 | |
| 15624057 | 2 years ago | | | 0 | 0.00043881848 | |
| 15624037 | 2 years ago | | | 0 | 0.00034782940 | |
| 15624017 | 2 years ago | | | 0 | 0.00047366342 | |
| 15623990 | 2 years ago | | | 0 | 0.00042245292 | |
| 15623915 | 2 years ago | | | 0 | 0.00034475150 |
ABI
ABI objects
Getter at block 21383110
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 owner) view returns (uint256)
checkCanMint(address from) view
getApproved(uint256 tokenId) view returns (address)
getMintTokenIds(address addr) view returns (uint256[] _tokenIds)
isApprovedForAll(address owner, address operator) view returns (bool)
mintTokenIdsMap(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] toAddresses, uint256[] mintCounts)
approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI_)
updateCost(uint256 cost_)
updateMintLimit(uint256 mintLimit_)
updatePublicSaleEnable(bool publicSaleEnable_)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()