Jidori

Verified contract

Active on Ethereum with 2,875 txns
Deployed by via 0x997dd362 at 14510701
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots

No balances found for "Jidori"

0x97deedb6f51845ce4cf08142ee4a5e82e4aa2660aecc9e6aa4759a575511a4e9
From
0x963b3ef335ba4e192c75f4ff8448ca39cf3511e627dd83e65eeb456449258fd3
0xa2614a19ddf76337b69aeba0e32cb9440d3f15888e5f454f38bfef6929c4fac3
0xd8173ae04690d021089630a489421132a19ac602d88472a85ca5f0a8f82b9796
0xa64f2d95d35865217bb00920c919f710d26ded0030535dd4fef0b8b65347a7bc
0x30a675debb7a52c28b5c248d7ad412044a19af61629e009d3117c6d09ca1bc26
0xbd0c1feaeef7d54300a4cc4250b46f98c974aeae8fcc9663498bdd86594499db
0x871ec41d306ff94f6e4190a46163f549c17e1d91d6ed5132c4df47bf248e0861
0xd1ba6cb1bc2c9ee501f5a437c31e77813a3608b114d4280d3fa17c185b44426c
0x0134a029a753c281e873c396a3fa904eb1577bcc0bd0fb2f4830d0f9dfea60c2
From

Functions
Getter at block 21204675
jidoriConfig(view returns (bytes32 rootHashbool pausedbool isPublicSalebool isPreSaleuint256 preSaleMaxMintuint256 publicSaleMaxMintuint256 publicSalePriceuint256 preSalePriceuint256 maxSupplyuint256 devMintAmountuint256 freeSlots)
(rootHash=0x3c4334ecb469a031a9c7b58d80388db61bbcd9cb3d5dd27556148b78979038a0, paused=true, isPublicSale=true, isPreSale=false, preSaleMaxMint=2, publicSaleMaxMint=8, publicSalePrice=9000000000000000, preSalePrice=0, maxSupply=4000, devMintAmount=50, freeSlots=319)
name(view returns (string)
Jidori
owner(view returns (address)
0xbc925b9f86514f655e940a65824fe16a5e352150
symbol(view returns (string)
JIDORI
totalSupply(view returns (uint256)
3950
Read-only
addressMinted(address ownerview returns (uint256)
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)
whitelistPurchased(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity
flipSaleStatus(
preSaleMint(uint256 quantitybytes32[] proofpayable 
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeSlots(uint256 _slots
setPaused(bool _state
setRootHash(bytes32 _hash
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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