Jidori Boy
Verified contract
Active on
Ethereum with 3,773 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Jidori Boy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637425 | 3 months ago | | | 0 | 0.000056074943 | |
| 20637423 | 3 months ago | | | 0 | 0.000075737213 | |
| 19460473 | 8 months ago | | | 0 | 0.00053121269 | |
| 18889725 | a year ago | | | 0 | 0.00061614081 | |
| 18278403 | a year ago | | | 0 | 0.00038731771 | |
| 16952441 | 2 years ago | | | 0 | 0.00092166303 | |
| 16952434 | 2 years ago | | | 0 | 0.0016752803 | |
| 16749639 | 2 years ago | | | 0 | 0.0030060608 | |
| 16653280 | 2 years ago | | | 0 | 0.00049228528 | |
| 16641841 | 2 years ago | | | 0 | 0.00081402340 |
ABI
ABI objects
Getter at block 21262782
freeMintSlots() view returns (uint256)
0
jidoriConfig() view returns (uint256 stage, uint256 publicSaleMaxMint, uint256 publicSalePrice, uint256 maxSupply)
(stage=3, publicSaleMaxMint=1, publicSalePrice=0, maxSupply=3950)
name() view returns (string)
Jidori Boy
owner() view returns (address)
0xbc925b9f86514f655e940a65824fe16a5e352150
symbol() view returns (string)
JIDORI-BOY
totalSupply() view returns (uint256)
3950
Read-only
balanceOf(address owner) view returns (uint256)
buyed(address) view returns (uint256)
getAddressBuyed(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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses, uint256[] quantity)
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeMintSlots(uint256 _slots)
setPrice(uint256 _price)
setStage(uint256 _stage)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()