Japan Dream Collection
Verified contract
Active on
Ethereum with 2,642 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Japan Dream Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101407 | a month ago | | | 0 | 0.00041649300 | |
| 21048009 | a month ago | | | 0 | 0.00019028160 | |
| 20711197 | 3 months ago | | | 0 | 0.000083117983 | |
| 20670537 | 3 months ago | | | 0 | 0.00061911375 | |
| 20668743 | 3 months ago | | | 0 | 0.000096728333 | |
| 20667842 | 3 months ago | | | 0 | 0.000078707134 | |
| 20602871 | 3 months ago | | | 0 | 0.000055274924 | |
| 20577885 | 3 months ago | | | 0 | 0.00045979882 | |
| 20577874 | 3 months ago | | | 0 | 0.00039278812 | |
| 20574348 | 3 months ago | | | 0 | 0.000038430912 |
ABI
ABI objects
Getter at block 21296692
MAX_SUPPLY() view returns (uint256)
1200
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
RESERVED_AMOUNT() view returns (uint256)
50
allowListPrice() view returns (uint256)
80000000000000000
allowReveal() view returns (bool)
true
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweDlmNzZjYmFmZGMyNTVlNmNiYWFjYmRiZTQxZGNmNzlkY2Q3YzAyYjgifQ==
flashSalePrice() view returns (uint256)
80000000000000000
isAllowListSaleEnabled() view returns (bool)
false
isFlashSaleEnabled() view returns (bool)
true
isPublicSaleEnabled() view returns (bool)
false
maxMintsForAllowList() view returns (uint256)
1
maxMintsForFlashSale() view returns (uint256)
5
maxMintsForPublicSale() view returns (uint256)
5
name() view returns (string)
Japan Dream Collection
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xb805be0861280ac7977704795e6be250486d69fe
publicSalePrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
JDC
totalSupply() view returns (uint256)
1200
Read-only
balanceOf(address owner) view returns (uint256)
checkWalletAllowListMinted(address wallet_) view returns (uint256)
checkWalletPublicSaleMinted(address wallet_) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tryOwnerOf(uint256 tokenId) view returns (address)
verify(address address_, bytes32[] proof) view returns (bool)
walletOfOwner(address _address) view returns (uint256[])
State-modifying
Events allowListMint(uint256 quantity, bytes32[] proof) payable
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
flashSaleMint(uint256 quantity, bytes32[] proof) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowReveal(bool allowReveal_)
setAllowlistSaleEnable(bool bool_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFlashSaleEnabled(bool bool_)
setMerkleRoot(bytes32 merkleRoot_)
setOperatorFilteringEnabled(bool bool_)
setPublicSaleEnable(bool bool_)
setUnrevealURI(string unrevealURI_)
setWithdrawWallet(address _wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(address royaltyReceiver, uint96 royaltyFraction, address address_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()