This contract is being backfilled. You may encounter incomplete storage history.

Meme

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xc114ad40 at 8974257
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Meme"

No transactions found for "Meme"


Functions
Getter at block 22017178
config(view returns (address)
0x0000000000000000000000000000000000000000
creator(view returns (address)
0x0000000000000000000000000000000000000000
creatorFeePercent(view returns (uint256)
0
decimals(pure returns (uint8)
0
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
burnProceeds(uint256 amount_view returns (uint256)
burnProceedsWithoutFees(uint256 amount_view returns (uint256)
mintAsMemeTokenCost(uint256 amount_view returns (uint256)
mintCost(uint256 amount_view returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount_
initialize(struct MemeInitializeParams params_
mint(uint256 amount_payable 
mintAsMemeToken(address account_uint256 fromAmount_uint256 toAmount_payable 
swap(uint256 amount_address toToken_uint256 toAmount_
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed accountuint256 amountuint256 newTotalSupply
Initialized(uint64 version
Mint(address indexed accountuint256 amountuint256 newTotalSupply
SwapFrom(address indexed accountuint256 fromAmountaddress indexed toTokenuint256 toAmountuint256 newTotalSupply
SwapTo(address indexed accountuint256 fromAmountaddress indexed fromTokenuint256 toAmountuint256 newTotalSupply
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
BurnAmountTooHigh(uint256 maximumAmountuint256 amount
CallerIsNotRegisteredMemeToken(address messageSender
CallerNotProtocolOwner(
CreatorFeePercentTooHigh(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
EnforcedPause(
EtherTransferFailed(address touint256 value
InsufficientValue(uint256 minimumValueuint256 value
InvalidInitialization(
NotInitializing(
PRBMath_MulDiv18_Overflow(uint256 xuint256 y
ReentrancyGuardReentrantCall(
SwapFromAmountTooHigh(uint256 maximumAmountuint256 amount
SwapToAmountIsBelowMaximum(address toTokenuint256 toAmount
ToTokenIsNotMemeToken(address toToken