Studio Zomi
Verified contract
Active on
Ethereum with 3,253 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 "Studio Zomi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106585 | 17 days ago | | | 0 | 0.000084836500 | |
| 21102150 | 18 days ago | | | 0 | 0.00015270570 | |
| 21101422 | 18 days ago | | | 0 | 0.00023212767 | |
| 20849949 | 2 months ago | | | 0 | 0.00033903306 | |
| 20833346 | 2 months ago | | | 0 | 0.00050470972 | |
| 20703405 | 2 months ago | | | 0 | 0.000053633293 | |
| 20321180 | 4 months ago | | | 0 | 0.00041120089 | |
| 20248565 | 4 months ago | | | 0 | 0.00015417596 | |
| 20082437 | 5 months ago | | | 0 | 0.00027820208 | |
| 20050481 | 5 months ago | | | 0 | 0.00022657584 |
ABI
ABI objects
Getter at block 21229336
MAX_FRIEND_MINTS() view returns (uint256)
5266
MAX_PUBLIC_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
6666
PUBLIC_PRICE() view returns (uint256)
75000000000000000
WHITELIST_PRICE() view returns (uint256)
50000000000000000
baseURI() view returns (string)
ipfs://QmeWW8UWPiJe4FZD6p1wokoU3zY6YAVG3LkaPMK3gnLNHg/
friendMints() view returns (uint256)
1014
getMintStatus() view returns (bool isPrivateOpen, bool isPublicOpen, bool isClosed, uint256 mintedSupply)
(isPrivateOpen=true, isPublicOpen=true, isClosed=true, mintedSupply=1933)
isCollectionSealed() view returns (bool)
false
mintCloseTime() view returns (uint256)
1659279600
name() view returns (string)
Studio Zomi
owner() view returns (address)
0x40f3d63e3e5095046e61da561bf1a694a59c4ebc
privateSaleStartTime() view returns (uint256)
1659020400
publicSaleStartTime() view returns (uint256)
1659106800
symbol() view returns (string)
ZOMI
totalSupply() view returns (uint256)
1933
whitelistMerkleRoot() view returns (bytes32)
0x5ea89fc499520ed699625bd247adb811e1fee98519a5ebbcc9dc50cdecd753c0
zomiFriendsMerkleRoot() view returns (bytes32)
0x25beb356f2a3c056a275776442c8effa4ec5335fe0852a67be2bc8cb0b960289
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletInfo(address) view returns (uint64 whitelistMints, uint64 friendsMints, uint64 publicMints)
State-modifying
Events approve(address to, uint256 tokenId)
emergencyWithdraw()
friendsMint(uint64 amount, uint64 maxAmount, bytes32[] proof) payable
publicMint(uint64 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealCollection()
setApprovalForAll(address operator, bool approved)
setBaseURI(string value)
setSaleTimes(uint256 _privateSaleStartTime, uint256 _publicSaleStartTime, uint256 _mintCloseTime)
setWhitelistMerkleRoot(bytes32 merkleRoot)
setZomiFriendsMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint64 amount, uint64 maxAmount, bytes32[] proof) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()