BOB IS BASED

Verified contract

Active on Base with 55 txns
Deployed by via 0x5abde8a7 at 23564135
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $319.69
ERC-20
--
0x4a6db84b6694a85ec50448590a0e0d67f4d2a3d5e3f7bdc49c18ba99f28280d1
0x38852932a42d622a200960f76eb688de6365fbd9efeef1d77c720031ddf3648c
0xbf53157b07faccd8fd84a1bfe98911892600a21cddf56a18da46814a5cccbd7f
0xfbc13ede108826a0920fce312d287ee9e8d95309ed58c0d372d9ae72dd374776
0xa793e9ce1c830a30d0360dbcde7c3600cd1073407acbc14789cda8613596991c
0xd659caa0bcec6b757f7740ad806fcaf87d5598a3c491873d4c35a09dfa4d07c5
0x6c45c062a750262a7b4af1f4ca18250b565c0534d0430978770077d9d740f63e
0xe69ea85418ac81890e3101ef5df4477c754fccd31a007f4b013ac809a99411b9
0x860e14de92703af8bc28fbf2a894545fc2b7846457a2790d1f3a0303aa8fbac8
0x67ed113e0d17116f2c3b9ee5ed48b007185e6cabc5d1694d924395c3675198cb

Functions
Getter at block 23775213
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x7cb76c6166207c8dd94736b69b1e092c5ece5b05
curveType(view returns (uint8)
0
decimals(view returns (uint8)
18
dexFeeBPS(view returns (uint256)
6000
dexTreasury(view returns (address)
0xc654972dd50bf174629a5ce12fae7849100a073d
factory(view returns (address)
0xafa31f82b8fc2791345bcf208d58510a5a51f4c8
feeBPS(view returns (uint256)
100
fixedMigrationFee(view returns (uint256)
100000000000000000
getCurveProgressBps(view returns (uint256)
638
getMarketCap(view returns (uint256)
1665945772536432955
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
BOB IS BASED
pair(view returns (address)
0x7e15e83630f68f42ef3cac07a8f5646730cd09b4
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
true
symbol(view returns (string)
BOBB
tokensMigrationThreshold(view returns (uint256)
799538870462404697804703491
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingStopped(view returns (bool)
false
treasury(view returns (address)
0xc01ab97ec9371157de1fc7a5341f7b899894d632
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
virtualCollateralReserves(view returns (uint256)
1680905717231573437
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
1008979850930179853332781484
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getAmountInAndFee(uint256 _amountOutuint256 _reserveInuint256 _reserveOutbool _paymentTokenIsOutview returns (uint256 amountInuint256 fee)
getAmountOutAndFee(uint256 _amountInuint256 _reserveInuint256 _reserveOutbool _paymentTokenIsInview returns (uint256 amountOutuint256 fee)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
buyExactIn(uint256 _amountOutMinpayable returns (uint256 collateralToPayWithFeeuint256 helioFeeuint256 dexFee)
buyExactOut(uint256 _tokenAmountuint256 _maxCollateralAmountpayable returns (uint256 collateralToPayWithFeeuint256 helioFeeuint256 dexFee)
migrate(returns (uint256 tokensToMigrateuint256 tokensToBurnuint256 collateralAmount)
sellExactIn(uint256 _tokenAmountuint256 _amountCollateralMinpayable returns (uint256 collateralToReceiveMinusFeeuint256 helioFeeuint256 dexFee)
sellExactOut(uint256 _tokenAmountMaxuint256 _amountCollateralpayable returns (uint256 collateralToReceiveMinusFeeuint256 tokensOutuint256 helioFeeuint256 dexFee)
transfer(address _touint256 _valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(IMoonshotTokenConstructorParams _params
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedToSendETH(
InsufficientTokenReserves(
MarketcapThresholdReached(
NotEnoughETHReserves(
NotEnoughtETHToBuyTokens(
OnlyFactory(
ReentrancyGuardReentrantCall(
SendingToPairIsNotAllowedBeforeMigration(
SlippageCheckFailed(
TradingStopped(