Moshi Mochi
Verified contract
Active on
Ethereum with 20,048 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 "Moshi Mochi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294103 | a day ago | | | 0 | 0.00095741092 | |
| 21293424 | a day ago | | | 0 | 0.00041364245 | |
| 21283687 | 3 days ago | | | 0 | 0.00038806864 | |
| 21276815 | 4 days ago | | | 0 | 0.00033702680 | |
| 21274255 | 4 days ago | | | 0 | 0.00049931028 | |
| 21248861 | 7 days ago | | | 0 | 0.00044459168 | |
| 21246993 | 8 days ago | | | 0 | 0.00063706149 | |
| 21170232 | 18 days ago | | | 0 | 0.0012014740 | |
| 21150107 | 21 days ago | | | 0 | 0.00027355040 | |
| 21150104 | 21 days ago | | | 0 | 0.00027180160 |
ABI
ABI objects
Getter at block 21301828
baseExtension() view returns (string)
.json
cost() view returns (uint256)
35000000000000000
maxMint() view returns (uint256)
2
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
8000
merkleRoot() view returns (bytes32)
0xc59551adf3e406f2d9efab75fcd2f8acd2d36d39d47fb8497a66a597f16411a3
name() view returns (string)
Moshi Mochi
notRevealedUri() view returns (string)
ipfs://QmTSYsv2M67jiko2kUHXsTihwGnn4J87J416gbRYShKjMj/UnrevealedMetadata.json
owner() view returns (address)
0x70bcf91133e43413a48dff9796bcbca759303275
preSaleIsActive() view returns (bool)
false
publicSaleOpen() view returns (bool)
false
reserved() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
MOSHI
totalSupply() view returns (uint256)
8000
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
verify(bytes32 _merkleRoot, bytes32 leaf, bytes32[] proof) pure returns (bool)
whitelistClaimed(address) view returns (bool)
whitelistRemaining(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintReserved(uint256 _amount)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
setPreSale(bool val)
setPublicSale(bool val)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32 leaf, bytes32[] proof) payable
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.