MemesOfMarket
Verified contract
Active on
Ethereum with 1,027 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 "MemesOfMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16973536 | 2 years ago | | | 0 | 0.00095442697 | |
| 16973536 | 2 years ago | | | 0 | 0.00095491762 | |
| 16962682 | 2 years ago | | | 0 | 0.0010418251 | |
| 16890945 | 2 years ago | | | 0 | 0.0016971655 | |
| 16873322 | 2 years ago | | | 0 | 0.00068277276 | |
| 16873320 | 2 years ago | | | 0 | 0.0019457419 | |
| 16873319 | 2 years ago | | | 0 | 0.0018698954 | |
| 16873319 | 2 years ago | | | 0 | 0.0019192950 | |
| 16873319 | 2 years ago | | | 0 | 0.0019192950 | |
| 16873319 | 2 years ago | | | 0 | 0.0019192950 |
ABI
ABI objects
Getter at block 21215740
FREE_MINT_MAX() view returns (uint256)
3150
cost() view returns (uint256)
900000000000000
freeMaxMintPerWallet() view returns (uint256)
10
isFreeMint() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
3333
name() view returns (string)
MemesOfMarket
owner() view returns (address)
0x5118bb6805123da467e1393031ee7253bf2d3935
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
symbol() view returns (string)
MOM
totalSupply() view returns (uint256)
3159
Read-only
balanceOf(address owner) view returns (uint256)
freeWallets(address) 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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount)
mintForAddress(uint256 _mintAmount, address _receiver)
paidMint(uint256 _mintAmount) 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 baseURI)
setCost(uint256 _cost)
setMaxFreeMint(uint256 _max)
setMaxFreeMintPerWallet(uint256 _max)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setRevealed(bool state)
toggleSaleState()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMint()
ExceedsMaxSupply()
ExceedsWalletLimit()
FreeMintOver()
InsufficientValue()
InvalidAmount()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleInactive()
TokenNotFound()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()