ESCAPE

Verified contract

Active on Base with 302 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x35a6cf67f354470320e45a517f4ebf6f2787d6ff0c9548d9efb7015774e4197f
0x0ec58bc5297166f911cb5a0283a5e4878cb59d44b91cf6d5dec78c7a4a30ba13
0xcf97b9c8eaa4939f2d92ab677bd417cc42a4753b6cb70e24edcaf0eb9bb71ddf
0xf55036d49580a47df3d0724ce566c1a7274d525a2e204bfdb867dea7abc456ab
0x302f9a77af8b60e8d33ba657a9217b60a6de1bf65cf31dc9adb9cc5acf8ee0d7
0x2af6ad225b78ae956c99ebc70668e25c57963576b2bf687cd630933d2e84917a
0x8fde49cb3905f5ce50e5857bec140e13d1f48193ac0ae3ba1efffd49ddf09440
0x64fd3a568a269067262cf772ffede64b954a52ebd07a65f5d8ce700d6b862e73
0x2f470429c348b5fbc690e45e13031fed35ffdd9f1fe425882a46750bd0678b80
0x7a3433e48552e4027b9c7622861f524b5237ebe6caae6c6f6afe054caa2b0c31

Functions
Getter at block 23644524
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x051e4987d61c130e7c571684c05140b281b424a1
curveType(view returns (uint8)
0
decimals(view returns (uint8)
18
dexFeeBPS(view returns (uint256)
6000
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)
25210007933914566519
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
ESCAPE
pair(view returns (address)
0x68267f7f56c9f596e6cc7935b007033c9d690612
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
false
symbol(view returns (string)
Escape
tokensMigrationThreshold(view returns (uint256)
799538870462404697804703491
totalSupply(view returns (uint256)
991194382266242314401492115
tradingStopped(view returns (bool)
true
treasury(view returns (address)
0xc01ab97ec9371157de1fc7a5341f7b899894d632
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
virtualCollateralReserves(view returns (uint256)
6567801206968988838
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
258229496684583194263631409
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(