LavaFiV2Token

Verified contract

Active on Base with 743 txns
Deployed by via 0xe2830d9d at 21000686
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x1c546379fe7aaab5b7301e0e791f70cf8f07aaab41e94d4b63656f7a90531cbd
0xfa3a8c9c48bcd98045efae3c3654cff5fde181305fdf52d4aab5592e6eb3f4b3
0x41453ba9b99da90b476a32a4bd1f9fef00f2547abda7b0ca0baed499eddd3693
0x9c08820a76dd7b34e25911210606f756d385d9a8571668c7013ba5c4879aca07
0x0c47fd09e2c1f8e0f70a211c0f010597da3f0217bb1b8c8af05fb89c2a02eca6
0xc0918aeb14ba7046f8d29d4d9cc0769bf21099c40110703a2156c39cbe2e6914
0x3ccf825c69a2d7b7906cf65a2c2ac25d52a70b7ab66f87e760b4d10d74386734
0x4a83d57003e73a6cf3e653260a2ef1707d2f0547cd3ac22f6afc185d2bf16456
0x26a765d2dbecbe403f0107f267f11e0c6d70b13fc344900fc454f4b058d049f6
0xc038d2eebf57cbe410daa970ad403f2c7cf5ba38099b47051fc2ef63c2e636ca

Functions
Getter at block 22900516
creator(view returns (address)
0x7ed740eab98d7282566110455ea6bdcea4635c4f
decimals(view returns (uint8)
18
getHoldersCount(view returns (uint256)
1
getLiquidity(view returns (uint256uint256uint256)
(252982212813470346559111, 1041367390567586399, 62129011552294600213156265759)
getLiquidityPercentage(view returns (uint256)
0
maxAmount(view returns (uint256)
2000000000000000000
minAmount(view returns (uint256)
10000000000000000
name(view returns (string)
Lava-WWF
owner(view returns (address)
0x0000000000000000000000000000000000000000
phraseAmount(view returns (uint256)
500000000000000000
presaleIsOver(view returns (bool)
true
protocolFeeRatio(view returns (uint256)
2
ratioAmount(view returns (uint256)
250000000000000000000000000
removedLiquidity(view returns (uint256)
63245553203367586639777
rewardFeeRatio(view returns (uint256)
3
symbol(view returns (string)
WWF
totalSupply(view returns (uint256)
79270980939298939446690791591
uniV2Pair(view returns (address)
0x4fd6b6792aa2c327b6afffd94ba39227f39f21b7
usdc(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
weth(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getMarketCap(address ownerview returns (uint256[])
holderIndex(addressview returns (uint256)
holderLiquidities(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
AddAuthorized(address indexed to
AddLiquidity(address indexed fromuint256 indexed ethAmountuint256 indexed tokenAmountuint256 liquidity
Approval(address indexed owneraddress indexed spenderuint256 value
BurnLiquidity(address indexed fromuint256 indexed liquidity
Buy(address indexed fromuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemoveAuthorized(address indexed to
RemoveLiquidity(address indexed fromuint256 indexed ethAmountuint256 indexed tokenAmountuint256 liquidity
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _LavaFiV2Statestring _symboladdress _creatoruint256 _maxAmountuint256 _minAmountuint256 _ratioAmountuint256 _phraseAmountuint256 _prototolFeeRatiouint256 _rewardFeeRatio
Fallback and receive
receive(
Errors
AlreadyAuthorized(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InsufficientAllowance(
InvalidEOA(
InvalidOperator(
InvalidParams(
InvalidToken(
NotEnoughBuyAmount(
NotEnoughETHBalance(
NotEnoughTokenBalance(
NotEnoughUSDCBalance(
NotLavaFiToken(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PresaleIsNotOver(
ReentrancyGuardReentrantCall(
Unauthorized(
ZeroAddress(