MemesOfMarket

Verified contract

Active on Ethereum with 1,027 txns
Deployed by via 0x62f362b2 at 15056713
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MemesOfMarket"

0xe1d1a15736287d6a86a1d65fcd8fbb893a288f0eb0fa525a1e95d17a61135995
0x1baac1e2dcb3d196ceb2bda21ccff16447d8d8d3562006b144c7a4c15c262942
0xa45cce6b21bfb2f0151d816c7bf8e9497a60c1b310aa340c5a7e7d7779916299
0x86f40521c255a331b1040c0321b6d293bbba3a83b2363e02155617f41b971791
0x6291f492501069f743f2ef1c6c8352b2d102491d7d53dfaeadb92feae4b4a16f
0x6150f066c43141b51752c1a3a156cace5b727603b274df4e841ef5ee3f0bffef
0xa04f0ae17f42023f7602caf127102482bd4d25e5a8082f2775b4a502a2c882c2
0x99b49d9fb506ebe326ff0fa393096275bf5dca08e08f0e8c88133d7897b0227c
0x653d74864b47a17442ada32bd4a12abc5d5cd1002e3909d0dd1b169abf714435
0xbbf389292a4c4b729c9484beeb642fb0832dc1d2a69169eea6f49a68e7f61eed

Functions
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 ownerview returns (uint256)
freeWallets(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _mintAmount
mintForAddress(uint256 _mintAmountaddress _receiver
paidMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractMint(
ExceedsMaxSupply(
ExceedsWalletLimit(
FreeMintOver(
InsufficientValue(
InvalidAmount(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleInactive(
TokenNotFound(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(