Elsa

Verified contract

Active on Base with 25 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2,517.57
ERC-20
--
0x3aefc3165caef4b43a2d188f125121c71f4a5ff5b2ff00ecb1e12e52c4076404
0xeb13c5b510b18870bcf56cbf11d80b2a9334989f6e000ca365763ee10d6cb8cd
0x4fd6ac58b67b31690a215d2c514f9a6e717a38b0a711c6fb9934d99ce10e0e3c
0x35042a05cb44fe9d6ccc23e291d35c91a89fd3af260c46e402be0f741c6073b0
0x256e28e659887cbfb9bc3974d82755a0a4dc95dc12143c57f5b29311a458f182
0xa28269dc7dc4a1115114002db7898d96543fce5c567c3682a42761c6f25b8449
0x335b6f69bd563100cbdad62fe90a311a5a2a2e5cd10de718294315c92c145cf8
0x327800a0e1bd435e3e1486b4ad8dd510271c3a4afc402c9f50a111b54f52ee13
0x880630e656aff4a896a3305a468e95165fd967e9dd067654cae9b8f4ad401e57
0x50b92c89c68202bbbef31cbd0cda75da74ebaaab19b6d2abc7a5a80f1c3aea04

Functions
Getter at block 22743130
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x1bbe8eeda1cce6bfc563736d8ce8b8b83751a122
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)
4243
getMarketCap(view returns (uint256)
3265022687172580863
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
Elsa
pair(view returns (address)
0x887abd7a7d21c5d687edeb20cea3180b00e06b6e
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
true
symbol(view returns (string)
ELsa
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)
2353184752084862793
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
720725390769843487664463420
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(