Chill Guy On Base

Verified contract

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

No balances found for "Chill Guy On Base"

0xdc4891f8a9fc80377fa48b1ff47cf82724412cd669fb8e7dd72c60ca8311e274
0x2226a6c4a32ccefb34d7ecb0dac3297e841ac53be739574de63b43783f31adcd
0x377b6121593ae9b169dcc14d2d7a096c854f248f03bd220749d324488c8d526a
0xca90c963254ff0c0691d0b541a2db8ecb8e3a39ea8c1a1f5bc312dd15b123ca5
0x4d86dc3c159f0cb426793a29872307330caa49cdd4940b2f2c87032678bc7da0
0xf021601b0f491b0028c3542746c8514afd88bb6bd9b8d7fff77de6898d60b4f0
0xc73a3b74ce9e7c01b72c839f113e3fa78a983af01538841afe19e066eb5fb4cc
0x9fb0e057670d27f93c2c07cef1a642f929d58c3b13a14af0c94b8ae4c4ea5539
0x463957fab24dc4a2302bd112017ce25ea33be9a9b8064303d7c85ad692e8d214
0x55af4f2d91e82686ecf1bdaebd380d4fc272d0daaa469e68fd3484aea481cffc

Functions
Getter at block 23619915
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x3bac628929b6c1172dfd7be8097307579047bdae
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)
24885903959654219565
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
Chill Guy On Base
pair(view returns (address)
0xc82c6901c04bf6924f4d1192ca6e502961fe4156
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
false
symbol(view returns (string)
Chill Guy
tokensMigrationThreshold(view returns (uint256)
799538870462404697804703491
totalSupply(view returns (uint256)
990357159914309845276776496
tradingStopped(view returns (bool)
true
treasury(view returns (address)
0xc01ab97ec9371157de1fc7a5341f7b899894d632
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
virtualCollateralReserves(view returns (uint256)
6528203913439496068
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
259795806394539130143849552
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(