ZzoopersEVO
Verified contract
Active on
Ethereum with 3,933 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe4e4…fc2a
Balances ($0.00)
No balances found for "ZzoopersEVO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982709 | a month ago | | | 0 | 0.00024082367 | |
| 20052109 | 5 months ago | | | 0 | 0.00014893800 | |
| 19333280 | 8 months ago | | | 0 | 0.0019657679 | |
| 19201030 | 9 months ago | | | 0 | 0.0011415983 | |
| 19201013 | 9 months ago | | | 0 | 0.0018503278 | |
| 19106746 | 9 months ago | | | 0 | 0.00057141393 | |
| 18232423 | a year ago | | | 0 | 0.00056343581 | |
| 18232197 | a year ago | | | 0 | 0.00019332264 | |
| 17841024 | a year ago | | | 0 | 0.00070870960 | |
| 17681453 | a year ago | | | 0 | 0.00082235442 |
ABI
ABI objects
Getter at block 21171242
contractURI() view returns (string)
ipfs://QmReU9AcApuFTAzr2fVVADNjYeqv3SmuBHG3HoRG9CG93m
getMigrateBatch() view returns (uint256)
5
getMintFeeReceiver() view returns (address)
0x1dc28c2ffdf88ab85464de51aec1b98bd30d506e
getPublicSalesCount() view returns (uint256)
43
getPublicSalesPrice() view returns (uint256)
150000000000000000
getRoyaltyRate() view returns (uint256)
65
getRoyaltyReceiver() view returns (address)
0x864dd0be92dc4dfb5021895cad3926b79e4458a2
getWhiteListSalesPrice() view returns (uint256)
100000000000000000
name() view returns (string)
ZzoopersEVO
owner() view returns (address)
0x1dc28c2ffdf88ab85464de51aec1b98bd30d506e
symbol() view returns (string)
ZzoopersEVO
totalMinted() view returns (uint256)
2929
totalSupply() view returns (uint256)
1561
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
migrateToken(uint256 tokenId) returns (uint256)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string contractUri)
setMerkleRoot(bytes32 merkleRoot)
setMigrateBatch(uint256 batchNo)
setMintFeeReceiver(address newMintFeeReceiver)
setRoyaltyRate(uint256 newRoyaltyRate)
setRoyaltyReceiver(address newRoyaltyReceiver)
setSalesPrice(uint256 whitelistSalesPrice, uint256 publicSalesPrice)
setZzoopersAddress(address newZzoopersAddress)
togglePublicSalesStarted()
toggleSalesStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes32[] merkleProof, uint256 quantity) payable
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetSalesPrice(uint256 newWhitelistSalesPrice, uint256 newPublicSalesPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
ZzoopersMigrated(address indexed owner, uint256 zzoopersEVOTokenId, uint256 zzoopersTokenId)
constructor(bytes32 whiteListMerkleRoot, string baseURI, string contactURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()