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

Lava-MOONBASE

Verified contract

Active on Base with 2,090 txns
Deployed by via 0x4b15b41c at 20246491
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x0522f2ee75e7e08a309ef4f6ca159a90d48656b038c58eb09e359b1eb62a8990
0xf86e9f27fd8934b20ff959e27e5485731ebda37f466e85d1bb67c1c8170c026f
0x30b575b50dcb623cedf76db6beb8e64c648e682cd3d21a465d73c71712ebcf83
0xdea622a3cc01183869153a5324342b05dc8e55478b7c8e3cb17ae5c06211b05c
0x4e656ed13da1806ad5a06eb6309b90cc1329586d58b4e8e16b7f34ae638b5977
0xcff1b44171dca9d7ab0f1be945871903580e5883cd71f8bf7b4ca3f818ebed53
0xfe0747b324d3318bb20698055b6cbc7156263a552702452a6b4e697ff417657f
0x6f0743cdd3c3a672a236a900a37f0875bf4c5128edd73b850c42a40d741650ad
0xd8c16d851cfeee7d0543a512db8357053f796f358c35ded728cfdb93de13b073
0x38a9e9c59ff9cb8b822796314a6a2ca235d1864bd9289b9e760e7478d16eaef8

Functions
Getter at block 22017104
creator(view returns (address)
0xc9c728ee9666ec3bef576c64c42920011a534d6e
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
5
getLiquidity(view returns (uint256uint256uint256)
(251717301749402994826291, 1120290860813013270, 57527127942981414602121097705)
maxAmount(view returns (uint256)
2000000000000000000
minAmount(view returns (uint256)
10000000000000000
name(view returns (string)
Lava-MOONBASE
owner(view returns (address)
0x0000000000000000000000000000000000000000
phraseAmount(view returns (uint256)
500000000000000000
presaleIsOver(view returns (bool)
true
ratioAmount(view returns (uint256)
250000000000000000000000000
symbol(view returns (string)
MOONBASE
totalSupply(view returns (uint256)
72370084715253993167695203085
uniV2Pair(view returns (address)
0xc6f0c843d06a84d1614ee2ebf7f44687b2d593df
weth(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getAmountsOut(address ownerview returns (uint256)
holderIndex(addressview returns (uint256)
holders(uint256view returns (address)
phraseIsBurned(uint256view returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AddLiquidity(address indexed fromuint256 ethAmountuint256 tokenAmount
Approval(address indexed owneraddress indexed spenderuint256 value
BurnLiquidity(address indexed fromuint256 liquidity
Buy(address indexed fromuint256 amount
FundRewardClaimed(address indexed tokenaddress indexed touint256 amount
GameRewardClaimed(address indexed tokenaddress indexed touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PresaleIsOver(address indexed frombool isOver
RemoveLiquidity(address indexed fromuint256 liquidityuint256 amountTokenuint256 amountETH
RewardTokenIn(address indexed tokenuint256 indexed amount
RewardTokenOut(address indexed tokenuint256 indexed amount
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string _namestring _symboladdress _creatoraddress _wethaddress _v2Routeraddress _factory_uint256 _maxAmountuint256 _minAmountuint256 _ratioAmountuint256 _phraseAmount
Fallback and receive
receive(
Errors
AlreadyBoundInvitaion(address user
CallerIsNotRouter(address caller
CreatePoolFailed(address creater
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAmount(
InvalidBuyer(address buyer
InvalidEOA(
InvalidFee(uint256 fee
InvalidOperator(
InvalidRatioConfig(
InvalidToken(address token
MCapIsTooLow(address token
NotEnoughBalance(uint256 balance
NotEnoughBuyAmount(uint256 minAmountuint256 buyValue
NotEnoughCreationFee(uint256 fee
NotEnoughETHBalance(
NotEnoughFundTokenBalance(uint256 balance
NotEnoughTokenBalance(
NotEnoughUSDCBalance(uint256 balance
NotLavaFiToken(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PoolNotExist(address pool
PresaleIsNotOver(
ReentrancyGuardReentrantCall(
TradeIsLimited(uint256 amount
ZeroAddress(