Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "Jidori"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005987 | a month ago | | | 0 | 0.00021041586 | |
| 21005688 | a month ago | | | 0 | 0.00020193070 | |
| 21005687 | a month ago | | | 0 | 0.00019481835 | |
| 20915504 | a month ago | | | 0 | 0.0019686527 | |
| 20862085 | 2 months ago | | | 0 | 0.00081969994 | |
| 20851554 | 2 months ago | | | 0 | 0.00044227707 | |
| 20637421 | 3 months ago | | | 0 | 0.000071910526 | |
| 20283703 | 4 months ago | | | 0 | 0.00038272270 | |
| 20052652 | 5 months ago | | | 0 | 0.00018491600 | |
| 20052635 | 5 months ago | | | 0 | 0.00017071862 |
ABI
ABI objects
Getter at block 21204675
jidoriConfig() view returns (bytes32 rootHash, bool paused, bool isPublicSale, bool isPreSale, uint256 preSaleMaxMint, uint256 publicSaleMaxMint, uint256 publicSalePrice, uint256 preSalePrice, uint256 maxSupply, uint256 devMintAmount, uint256 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 owner) view returns (uint256)
balanceOf(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)
whitelistPurchased(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
flipSaleStatus()
preSaleMint(uint256 quantity, bytes32[] proof) payable
publicSaleMint(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)
setFreeSlots(uint256 _slots)
setPaused(bool _state)
setRootHash(bytes32 _hash)
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()