SUMI

Verified contract

Active on Base with 5,465 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $9.98
ERC-20
--
ERC-20
--
0x9cc8ba0e8ae243bc0af188f06ef94a42e23bc2ec4c99679baa354048f28c0277
0x8b808fee7de4c18ad28cb18536eb22540597c8115956e30909a67fcf446cd83e
0x67597f796b886a97b781392e7791c15603781b4947a389b04ce43a44bfaf346d
0x76468715f844d1ae46e4181586b0222a7a29ecf5979219adf66d92191a2467b9
0x5fe65ccf02f0f9e449844989b2a4ce2da3db051fbdd4c103d6609faee7815475
0xcb6ddaa688397c52572710f41843d787e95be14227637003c8bbfdcb138befbb
0x52e5147e2b34a2857d2314a76efbb30e0642a77dc875fd35bc7b39197cd321b4
0x112c3b326b0395880debad7075100c0d312935f6e5c5470d7a87d33cd7e8d458
0xc4291a7432e2d5fc86b7ed4cc3eca8bf057cc64e963e0fb4083f80ce663f42c7
0xd5f8b9c7829b281825737d12d0fb5b7a293e75fd9eec03fdb63a17c89d73941a

Functions
Getter at block 22902479
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0xf9023bf0a1f1a18d3f369afa22c88f960bd376d2
curveType(view returns (uint8)
0
decimals(view returns (uint8)
18
dexFeeBPS(view returns (uint256)
8000
dexTreasury(view returns (address)
0xc654972dd50bf174629a5ce12fae7849100a073d
factory(view returns (address)
0xa103455889d4e22600c208d6125e0e7673106695
feeBPS(view returns (uint256)
100
fixedMigrationFee(view returns (uint256)
100000000000000000
getCurveProgressBps(view returns (uint256)
10000
getMarketCap(view returns (uint256)
25468261816976401864
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
SUMI
pair(view returns (address)
0xf6d2f444eccbfddc090f2b5c567c19aeb6b030ad
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
false
symbol(view returns (string)
SUMI
tokensMigrationThreshold(view returns (uint256)
799538870462404697804703491
totalSupply(view returns (uint256)
991847227700520863191932247
tradingStopped(view returns (bool)
true
treasury(view returns (address)
0xc01ab97ec9371157de1fc7a5341f7b899894d632
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
virtualCollateralReserves(view returns (uint256)
6599183200000000226
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
257001502852656059301045073
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(