Sonar Moji
Verified contract
Active on
Ethereum with 2,813 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 "Sonar Moji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156561 | 15 days ago | | | 0 | 0.00064808294 | |
| 21147754 | 17 days ago | | | 0 | 0.00023812901 | |
| 20554359 | 3 months ago | | | 0 | 0.000059949582 | |
| 20407278 | 4 months ago | | | 0 | 0.000087280439 | |
| 20362813 | 4 months ago | | | 0 | 0.00035358133 | |
| 20362813 | 4 months ago | | | 0 | 0.00061670793 | |
| 20345244 | 4 months ago | | | 0 | 0.00017212406 | |
| 20345041 | 4 months ago | | | 0 | 0.000062693986 | |
| 20345040 | 4 months ago | | | 0 | 0.00010001732 | |
| 20259244 | 5 months ago | | | 0 | 0.00016622619 |
ABI
ABI objects
Getter at block 21267449
availableSupply() view returns (uint256)
6612
baseURI() view returns (string)
https://projects.mintmachine.xyz/metadata/616fc3d3f612bd000ab80aa3/
contractURI() view returns (string)
https://projects.mintmachine.xyz/metadata/616fc3d3f612bd000ab80aa3
getState() view returns (uint8)
1
isBaseURIFrozen() view returns (bool)
false
maximumPublicTokensPerTransaction() view returns (uint256)
10
maximumSupply() view returns (uint256)
10000
name() view returns (string)
Sonar Moji
owner() view returns (address)
0x649da245281329796108f2289cc43910aa23545c
publicMintPrice() view returns (uint256)
80000000000000000
symbol() view returns (string)
MOJI
totalSupply() view returns (uint256)
3388
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address mintKey) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freezeBaseURI()
mint(uint256 tokenCount) payable
mintToAddress(address destination, uint256 tokenCount)
mintWithSignature(uint256 tokenCount, uint256 valueInWei, address mintKey, bytes signature) 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 uri)
setContractURI(string uri)
setMaximumPublicTokensPerTransaction(uint256 maximumPublicTokensPerTransaction_)
setPublicMintPrice(uint256 publicMintPrice_)
setState(uint8 state)
setVerificationAddress(address verificationAddress_)
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)
MintKeyClaimed(address indexed claimer, address indexed mintKey, uint256 tokenCount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StateChanged(uint8 newState)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, uint256 maximumSupply_, uint256 publicMintPrice_, uint256 maximumPublicTokensPerTransaction_, address verificationAddress_, string baseURI_, string contractURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.