Pnut

Verified contract

Active on Base with 916 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pnut"

0xf57f287e3cdc28ebb283aef53bfa66ee1e4bbfdd2b456f38ec44476ff7805967
0xeb137741d9595afa6fc91eb5cea13628cc4b498413d3fb8106dfae1963f21f8c
0x5121a221e25e49c4bebb5b0785d3d9311bcb5d28f415302c92ff847ff0b0a4a4
0xf090c7312a070aaededdce9b0cdfccc2168ceffa4952f943aabd84f66aee2e39
0x8e73ef5d1ed7153a717ba57c259b5540d10b9671aa76a7f55ef86b6097926a0d
0xd1c070253bbd9551286e32e0e32b6fe1fa70a684d6097a2e8fd97cbb1c6452ce
0x8cda98769a5188e06373aecb14429ca8f21c43c6abdb2dc1fb9d7a630ef9f92a
0x9d75c60273ba5775e700e055f79d718cd455a5bcbbaacd74d44cf4737972a147
0xe6613dc50905dbd769e5eb9be22c9c56c15df2ad41f923c6b939a2c83efa97ae
0x985c37f922c9bb925693fddff2302f770ef6264011e1b72800ed62b15185d858

Functions
Getter at block 22775831
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x9f383493bec8a8510dc4aca5db32d4d0209712e6
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)
25301969253841103353
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
Pnut
pair(view returns (address)
0xf210e512de1f597f11ec86fcfb5101670dd62160
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
false
symbol(view returns (string)
Pnut
tokensMigrationThreshold(view returns (uint256)
799538870462404697804703491
totalSupply(view returns (uint256)
991428282259465863283309339
tradingStopped(view returns (bool)
true
treasury(view returns (address)
0xc01ab97ec9371157de1fc7a5341f7b899894d632
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
virtualCollateralReserves(view returns (uint256)
6578993145318344640
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
257790206272959093083367209
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(