Memecoin
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
24
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 "Memecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Memecoin"
ABI
ABI objects
Getter at block 23727172
MAX_TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
MIN_ORDER_SIZE() view returns (uint256)
100000000000
WETH() view returns (address)
0x4200000000000000000000000000000000000006
bondingCurve() view returns (address)
0x0000000000000000000000000000000000000000
currentExchangeRate() view returns (uint256)
0
decimals() view returns (uint8)
18
eventTracker() view returns (address)
0x2b4f0d1ed31e0118573adc2516fa208261582628
marketType() view returns (uint8)
0
name() view returns (string)
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
orderReferrerFeeBps() view returns (uint256)
0
poolAddress() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeBps() view returns (uint256)
0
protocolFeeRecipient() view returns (address)
0x9a142b38d483d150db2c115b4efa5ca37ac57ebc
state() view returns (struct IMemecoinMarketState)
(0, 0x0e7fb5e25ebf41451112f8f95ec8b0a8f8b84cd8)
swapRouter() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
symbol() view returns (string)
tokenCreator() view returns (address)
0x0000000000000000000000000000000000000000
tokenCreatorFeeBps() view returns (uint256)
0
tokenId() view returns (uint256)
0
tokenURI() view returns (string)
totalFeeBps() view returns (uint256)
0
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEthBuyQuote(uint256 ethOrderSize) view returns (uint256)
getEthSellQuote(uint256 ethOrderSize) view returns (uint256)
getLockInfo(address account) view returns (struct IMemecoinLockInfo)
getTokenBuyQuote(uint256 tokenOrderSize) view returns (uint256)
getTokenSellQuote(uint256 tokenOrderSize) view returns (uint256)
lockedDeadlineOf(address account) view returns (uint256)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 tokensToBurn)
buy(address recipient, address refundRecipient, address orderReferrer, string comment, uint8 expectedMarketType, uint256 minOrderSize, uint160 sqrtPriceLimitX96, uint256 lockDays) payable returns (uint256)
collectFees()
initialize(address _tokenCreator, address _bondingCurve, string _tokenURI, string _name, string _symbol, uint256 _lockDays, uint256 _tokenCreatorFeeBps, uint256 _protocolFeeBps, uint256 _orderReferrerFeeBps, uint256 _totalFeeBps) payable
sell(uint256 tokensToSell, address recipient, address orderReferrer, string comment, uint8 expectedMarketType, uint256 minPayoutSize, uint160 sqrtPriceLimitX96) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimedFees(address indexed claimer, address indexed token0, address indexed token1, uint256 amount0, uint256 amount1, uint256 totalAmount1, uint256 totalAmount0)
Initialized(uint64 version)
MarketGraduated(address indexed tokenAddress, address indexed poolAddress, uint256 totalEthLiquidity, uint256 totalTokenLiquidity, uint256 lpPositionId, uint8 marketType)
TokenBuy(address indexed buyer, address indexed recipient, uint256 totalEth, uint256 ethFee, uint256 ethSold, uint256 tokensBought, uint256 buyerTokenBalance, string comment, uint256 totalSupply, uint8 marketType)
TokenFees(address indexed tokenCreator, address indexed orderReferrer, address protocolFeeRecipient, uint256 tokenCreatorFee, uint256 orderReferrerFee, uint256 protocolFee)
TokenSell(address indexed seller, address indexed recipient, uint256 totalEth, uint256 ethFee, uint256 ethBought, uint256 tokensSold, uint256 sellerTokenBalance, string comment, uint256 totalSupply, uint8 marketType)
TokenTransfer(address indexed from, address indexed to, uint256 amount, uint256 fromTokenBalance, uint256 toTokenBalance, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _protocolFeeRecipient, address _weth, address _nonfungiblePositionManager, address _swapRouter, address _eventTracker)
receive()
AddressZero()
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)
EthAmountTooSmall()
EthTransferFailed()
InitialOrderSizeTooLarge()
InsufficientFunds()
InsufficientLiquidity()
InvalidInitialization()
InvalidMarketType()
MarketAlreadyGraduated()
MarketNotGraduated()
NotInitializing()
OnlyPool()
OnlyWeth()
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
SlippageBoundsExceeded()
TokensLocked()