MJWWT NFT
Verified contract
Proxy
Active on
Ethereum with 5,109 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
15 additional
variables
Balances ($0.00)
No balances found for "MJWWT NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105773 | 8 days ago | | | 0 | 0.000098093300 | |
| 21103329 | 8 days ago | | | 0 | 0.00010481779 | |
| 21102039 | 8 days ago | | | 0 | 0.00024163456 | |
| 20602825 | 3 months ago | | | 0 | 0.000036264708 | |
| 20597176 | 3 months ago | | | 0 | 0.000055360505 | |
| 20582366 | 3 months ago | | | 0 | 0.000039906753 | |
| 20569505 | 3 months ago | | | 0 | 0.000060874013 | |
| 20518761 | 3 months ago | | | 0 | 0.000065907679 | |
| 20403684 | 3 months ago | | | 0 | 0.000059222553 | |
| 20318176 | 4 months ago | | | 0 | 0.00029787548 |
ABI
ABI objects
Getter at block 21160386
allowListPrice() view returns (uint256)
10000000000000000
allowlistedMemberMintLimit() view returns (uint256)
5
baseURI() view returns (string)
https://nftjp.sakura.ne.jp/assets/
contractURI() view returns (string)
https://nftjp.sakura.ne.jp/assets/index.json
isAllowlistMintPaused() view returns (bool)
true
isPublicMintPaused() view returns (bool)
true
isRevealed() view returns (bool)
true
mintLimit() view returns (uint256)
10000
name() view returns (string)
MJWWT NFT
owner() view returns (address)
0x99999999d8e8c3c8b2ea0bf7bb671e63efefedaa
publicPrice() view returns (uint256)
10000000000000000
symbol() view returns (string)
MJWWT
totalSupply() view returns (uint256)
10000
Read-only
allowListMemberMintCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(bytes32[] merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
adminForceTransferFrom(address from, address to, uint256 tokenId)
adminMint(uint256 quantity)
adminMintTo(address to, uint256 quantity)
allowlistMint(uint256 quantity, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
pauseAllowlistMint()
pausePublicMint()
publicMint(uint256 quantity) payable
renounceOwnership()
resetNumberAllowlistMinted()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListPrice(uint256 allowListPrice_)
setAllowlist(bytes32 merkleRoot)
setAllowlistedMemberMintLimit(uint256 quantity)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setIsRevealed(bool state)
setKeccakPrefix(string prefix)
setMintLimit(uint256 _mintLimit)
setPublicPrice(uint256 publicPrice_)
setRoyaltyFraction(uint96 royaltyFraction)
setRoyaltyReceiver(address receiver)
setWithdrawalReceiver(address receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseAllowlistMint()
unpausePublicMint()
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AllowlistMintPaused()
AllowlistMintUnpaused()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMintPaused()
PublicMintUnpaused()
Revealed(bool state)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.