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 "Yuzi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18082902 | a year ago | | | 0 | 0.00057560582 | |
| 17434471 | a year ago | | | 0 | 0.00062647491 | |
| 16707800 | 2 years ago | | | 0 | 0.0021367800 | |
| 15242897 | 2 years ago | | | 0 | 0.00014743723 | |
| 15165407 | 2 years ago | | | 0 | 0.00036123552 | |
| 15165407 | 2 years ago | | | 0 | 0.00037340002 | |
| 15165407 | 2 years ago | | | 0 | 0.00037340002 | |
| 15165407 | 2 years ago | | | 0 | 0.00036123552 | |
| 15165407 | 2 years ago | | | 0 | 0.00037340002 | |
| 15165407 | 2 years ago | | | 0 | 0.00037340002 |
ABI
ABI objects
Getter at block 21158646
MAX_SUPPLY_PER_WALLET() view returns (uint256)
20
isActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
name() view returns (string)
Yuzi
owner() view returns (address)
0x0b52bed8f8c87c433b289e9ab73e09c217d1387a
publicSaleActive() view returns (bool)
false
salePriceETH() view returns (uint256)
0
symbol() view returns (string)
Yuzi
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedCount(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)
quantityPerWallet(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicSaleMint(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)
setPrice(uint256 _PriceInWEI)
setPublicSaleActive(bool active)
teamMint()
toggleActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawETH()
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(string newBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()