Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0630…6bdb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16658172 | 2 years ago | | | 0 | 0.00047949935 | |
| 16557800 | 2 years ago | | | 0 | 0.00059189711 | |
| 16209526 | 2 years ago | | | 0 | 0.00036096809 | |
| 15851994 | 2 years ago | | | 0 | 0.00047198303 | |
| 15611175 | 2 years ago | | | 0 | 0.00028961083 | |
| 15611172 | 2 years ago | | | 0 | 0.00029366626 | |
| 15519939 | 2 years ago | | | 0 | 0.00034207709 | |
| 15357633 | 2 years ago | | | 0 | 0.00031334738 | |
| 15313802 | 2 years ago | | | 0 | 0.00072561750 | |
| 15313793 | 2 years ago | | | 0 | 0.0013153851 |
ABI
ABI objects
Getter at block 21197059
MAX_TO_MINT() view returns (uint256)
9000
MINT_PER_PERS() view returns (uint256)
0
REVEAL() view returns (bool)
false
URI() view returns (string)
ipfs://QmNhAfJRjvyppjSDEdwNaNEvF52jPoze5pZMCAnWo8Xr3x
merkleRoot() view returns (bytes32)
0x04f7792deee99c768f06cdb51349695a4b31eed345275541195cfae579d1500f
name() view returns (string)
Yokai
owner() view returns (address)
0x6763271f838d3ed84eb4d57e7c33470a010a1f70
public_sale() view returns (bool)
true
symbol() view returns (string)
YOK
tokenPrice() view returns (uint256)
50000000000000000
totalSupply() view returns (uint256)
145
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxMintPerPerson(uint256 numberMax)
setPrice(uint256 price)
setWhitelistRoot(bytes32 _root)
switchSaleType()
toggleReveal(string updatedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSaleReceiver(address receiver)
whitelistMint(bytes32[] _merkleProof, uint256 num) payable
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 initialURI, address royaltyReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.