Meme
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "Meme"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Meme"
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view 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
Events approve(address spender, uint256 value) returns (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 to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount, uint256 newTotalSupply)
Initialized(uint64 version)
Mint(address indexed account, uint256 amount, uint256 newTotalSupply)
SwapFrom(address indexed account, uint256 fromAmount, address indexed toToken, uint256 toAmount, uint256 newTotalSupply)
SwapTo(address indexed account, uint256 fromAmount, address indexed fromToken, uint256 toAmount, uint256 newTotalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
BurnAmountTooHigh(uint256 maximumAmount, uint256 amount)
CallerIsNotRegisteredMemeToken(address messageSender)
CallerNotProtocolOwner()
CreatorFeePercentTooHigh()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
EtherTransferFailed(address to, uint256 value)
InsufficientValue(uint256 minimumValue, uint256 value)
InvalidInitialization()
NotInitializing()
PRBMath_MulDiv18_Overflow(uint256 x, uint256 y)
ReentrancyGuardReentrantCall()
SwapFromAmountTooHigh(uint256 maximumAmount, uint256 amount)
SwapToAmountIsBelowMaximum(address toToken, uint256 toAmount)
ToTokenIsNotMemeToken(address toToken)