MetaZoo
Verified contract
Active on
Ethereum with 2,563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8852…e214
5 additional
variables
Balances ($0.00)
No balances found for "MetaZoo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115566 | a month ago | | | 0 | 0.00077339497 | |
| 21101715 | a month ago | | | 0 | 0.00019947558 | |
| 21076362 | a month ago | | | 0 | 0.00056841716 | |
| 21011389 | a month ago | | | 0 | 0.00035942711 | |
| 20931142 | 2 months ago | | | 0 | 0.00071083131 | |
| 20831950 | 2 months ago | | | 0 | 0.00067514304 | |
| 20711506 | 3 months ago | | | 0 | 0.000073139764 | |
| 20683927 | 3 months ago | | | 0 | 0.00014337500 | |
| 20607881 | 3 months ago | | | 0 | 0.000040210981 | |
| 20503376 | 4 months ago | | | 0 | 0.000049610778 |
ABI
ABI objects
Getter at block 21313297
active() view returns (bool)
true
claimEndTime() view returns (uint256)
0
claimStartTime() view returns (uint256)
0
endTime() view returns (uint256)
1657983601
getAdmins() view returns (address[] admins)
[]
name() view returns (string)
MetaZoo
owner() view returns (address)
0x77b94a55684c95d59a8f56a234b6e555fc79997c
presaleInterval() view returns (uint256)
82800
presalePurchaseLimit() view returns (uint16)
0
presalePurchasePrice() view returns (uint256)
100000000000000000
purchaseCount() view returns (uint16)
5000
purchaseLimit() view returns (uint16)
0
purchaseMax() view returns (uint16)
5000
purchasePrice() view returns (uint256)
110000000000000000
purchaseRemaining() view returns (uint16)
0
startTime() view returns (uint256)
1657900800
state() view returns (struct IERC721CollectionCollectionState)
(0, 5000, 0, 110000000000000000, 0, 100000000000000000, 0, 0, true, 1657900800, 1657983601, 82800, 0, 0, true)
symbol() view returns (string)
MZG
transactionLimit() view returns (uint16)
0
transferLocked() view returns (bool)
false
useDynamicPresalePurchaseLimit() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nonceUsed(bytes32 nonce) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activate(uint256 startTime_, uint256 duration, uint256 presaleInterval_, uint256 claimStartTime_, uint256 claimEndTime_)
approve(address to, uint256 tokenId)
approveAdmin(address admin)
claim(uint16 amount, bytes32 message, bytes signature, bytes32 nonce)
deactivate()
premint(address[] addresses)
premint(uint16 amount)
purchase(uint16 amount, bytes32 message, bytes signature, bytes32 nonce) payable
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURIPrefix(string prefix)
setTransferLocked(bool locked)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(address recipient, uint256 amount)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CollectionActivated(uint256 startTime, uint256 endTime, uint256 presaleInterval, uint256 claimStartTime, uint256 claimEndTime)
CollectionDeactivated()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unveil(uint256 collectibleId, address tokenAddress, uint256 tokenId)
constructor(address signingAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.