Yokai Kingdom
Verified contract
Active on
Ethereum with 21,360 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 "Yokai Kingdom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139557 | 4 days ago | | | 0 | 0.00055792675 | |
| 21091595 | 11 days ago | | | 0 | 0.00038350927 | |
| 21091594 | 11 days ago | | | 0 | 0.00034435666 | |
| 21088007 | 11 days ago | | | 0 | 0.00044253230 | |
| 21086657 | 12 days ago | | | 0 | 0.00064186961 | |
| 21050524 | 17 days ago | | | 0 | 0.00033831613 | |
| 20911204 | a month ago | | | 0 | 0.00021007490 | |
| 20908266 | a month ago | | | 0 | 0.00035212022 | |
| 20853663 | a month ago | | | 0 | 0.00022622222 | |
| 20846356 | a month ago | | | 0 | 0.00055071018 |
ABI
ABI objects
Getter at block 21169251
isPresaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
name() view returns (string)
Yokai Kingdom
owner() view returns (address)
0x6bb534a9994043bfe458dbe33248dcd36ae2e5e2
symbol() view returns (string)
YOKAI
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleWhitelistMints(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mint(uint256 _mintAmount) payable
mintAsOwner(uint256 _mintAmount)
mintPresale(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMaxPresaleMint(uint256 _maxPresaleMint)
setMaxSupply(uint256 _maxSupply)
setMaxTeamMintAmount(uint256 _newMaxMintAmount)
setMerkleRoot(bytes32 _merkle)
setPrice(uint256 _newPrice)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.