Jidori Boy

Verified contract

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

No balances found for "Jidori Boy"

0xe7bd4a77e0ee53a5a1a1c6454af8bf191a1b9f831485d4274fc437f74704802e
0xf3f051d603fe6cba0cd39ce0aecabf846b61546f7b932546d450cd6812ab9ef7
From
0xf65e03c7c3482ed3fc99d4f88b2e9d36f9e92945b61e9237662aafcf4953947e
0xcb0a3a6f93431c2468d91004b1308f87ec64604ce641061449ff57efe49f3c7f
0xc0452c84c72e5a40d18a8268402062e90ac70ef74fb3367c4d900fda0ea4dfa0
0x870b9a201504225d5e8d80a455eecb4d5b8abea1be5c7e05fb6ada6a500e5508
0x382c69650e6c33b1e90abb59035d3bf7506143ccb5eb275a5138108ffd7a38ad
0x59e4579328d17d7454b26c405c0b911cc7ea0469d7539c795c266437f3072b03
From
0x69ac21f66b81c618348cc05aa7ef14bac4916a9f5f61a6a2cc67bb69c779df31
0x278b7cda53d70d41fbde790055e7a80105f73625da70c196c2f0d87ab7a72652

Functions
Getter at block 20936973
jidoriConfig(view returns (uint256 stageuint256 publicSaleMaxMintuint256 publicSalePriceuint256 maxSupply)
(stage=0, publicSaleMaxMint=3, publicSalePrice=25000000000000000, maxSupply=3950)
name(view returns (string)
Jidori Boy
owner(view returns (address)
0xbc925b9f86514f655e940a65824fe16a5e352150
symbol(view returns (string)
JIDORI-BOY
totalSupply(view returns (uint256)
1871
Read-only
balanceOf(address ownerview returns (uint256)
buyed(addressview returns (uint256)
claimed(uint256view returns (bool)
getAddressBuyed(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)
State-modifying
airdrop(address[] addresses
approve(address touint256 tokenId
claimBoy(uint256[] girlIds
devMint(uint256 quantity
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setStage(uint256 _stage
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(