Moonthers
Verified contract
Active on
Ethereum with 7,894 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 "Moonthers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981973 | a month ago | | | 0 | 0.00021730562 | |
| 20895084 | 2 months ago | | | 0 | 0.00013388307 | |
| 20649431 | 3 months ago | | | 0 | 0.000032119100 | |
| 20649421 | 3 months ago | | | 0 | 0.000020935109 | |
| 20636482 | 3 months ago | | | 0 | 0.000049414000 | |
| 19636139 | 7 months ago | | | 0 | 0.00049539202 | |
| 19155003 | 10 months ago | | | 0 | 0.00032969354 | |
| 18913314 | a year ago | | | 0 | 0.00034093975 | |
| 18904653 | a year ago | | | 0 | 0.00065502400 | |
| 18526155 | a year ago | | | 0 | 0.0013341848 |
ABI
ABI objects
Getter at block 21260024
allowancesSigner() view returns (address)
0x8015a622526291b66b7303e824a691b01c314d6f
lastTokenId() view returns (uint256)
6666
maxPerMint() view returns (uint256)
1
name() view returns (string)
Moonthers
owner() view returns (address)
0xc8bc8759a05b0437fc8cbaced68a27a8e4a478ad
presaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
false
revealState() view returns (bool)
true
symbol() view returns (string)
MTR
totalSupply() view returns (uint256)
6666
unclaimedSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
createMessage(address account, uint256 nonce) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getLocked(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
usedAllowances(bytes32) view returns (bool)
validateSignature(address account, uint256 nonce, bytes signature) view returns (bytes32)
State-modifying
Events adminMint(address to, uint256 qty)
approve(address to, uint256 tokenId)
lock(address unlocker, uint256 id)
presaleOrder(address to, uint256 nonce, bytes signature)
publicOrder(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowancesSigner(address newSigner)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPerMint(uint256 _newMaxPerMint)
setMetadataExtension(string _newMDExt)
setRevealState(bool _revealState)
setRoyalties(address recipient, uint256 value)
setUnrevURI(string _newUnrevURI)
switchPresale()
switchPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 id)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Lock(address indexed unlocker, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlock(uint256 indexed id)
constructor(string _myBase, string _unrevBase)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()