This contract is being backfilled. You may encounter incomplete storage history.

Yokai Genesis

Verified contract

Active on Ethereum with 583 txns
Deployed by via 0xe18d0894 at 15807279
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Yokai Genesis"

0x5353e6e171e92994ed531a474a87ddadd4214f34a553e6d7efa4472ae19b7458
0x81b33f373cabd33e158acfe19a5c94eddcf96f6c55f6caf3510cdb67a5e00676
0x9d451982a26a73663e245b19f63fdc1b9aee599b43c7a473023c611268b47959
0xbe527be23f863982522f21d75264463e36d963a18b0e2b7c9265f8f1bed8b274
0x55c1247929751a2f73ae5b1f1e17ab54001f11e88d82f9b3faf9bed5a66cd340
0x387b4fe14c098813136fae5dfd95c9cfae6a81d7cc01c0f279a88ede71cccef5
0xa5df4d005f20e3bd61be047bba300d3cff65d3e801dc7a654b544404c38d4c2b
0xb7d6c7f297326180281df5c6add8c3e8f753d0e17e006e9f144e97ad5fcb9bd5
0xcebb6c8ac47c923827283e4bcc41ee81ce204dc9f724e33cc2c34300673ebb1f
0x54889d3c5d0e83b2a682a1ecd7fd9aaa0a3410ba14b522fa0217e2e98b7dc8b7

Functions
Getter at block 20794200
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
25
NUM_FREE_MINTS(view returns (uint256)
444
PUBLIC_SALE_PRICE(view returns (uint256)
2000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeigwi2upy3whvnbyytcofhruvh65glayis63qeecba33anpc7sxq6e
freeNFTAlreadyMinted(view returns (uint256)
423
hiddenMetadataUri(view returns (string)
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
888
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Yokai Genesis
owner(view returns (address)
0xd96add40b6b0af6d4fd664f68596bd3a188546cd
symbol(view returns (string)
YG
totalSupply(view returns (uint256)
594
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setHiddenMetadataUri(string _hiddenMetadataUri
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setMaxSupply(uint256 _maxsupply
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setwhitelistMintEnabled(bool _wlMintEnabled
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
whitelistMint(uint256 _pricebytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbolstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(