Desert Habibi

Verified contract

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

No balances found for "Desert Habibi"

0xce955781871b5fc24aed1d9f6bf33ee6aaea171df6b2c847aa70f645aeda5577
0x4a799e89b49fd9af185c8c81ab7dcc397f355ceccb0863a07ac60486ed7ab477
0x68ba5933b5757d38c450eda1469fc95b60cbed8f5136c428b297c59aeca69d07
0x90c7235db66c625a1fffa3fd3bd88fe65fea69a6308280277a6adbb8389c6b26
0x9986a770bfd229ef12dc44d223ae5b4854aec4831dc74ec385658f8ee284cde6
0xf421ca752ab58b1b5240f42a2aa0b3f257bc8762818f872aee2fed763b24254b
0xd6966b9b0b0cb686d2645fed6ffabef6e17ddc7a130fcd86e4b16265eef49252
0xe4dbcc3586387bdfcc8904e3506e75af78bb8f5e44f1a069c104239bac194df5
0x8cc84bbeeda3dfe8179f90a28db1fd8597c1cbd58528915a47fa7900130437f2
0xafe4d9193e7be8860b59151bbcbfa1642d3528184d81f53eb1590194e246a16a

Functions
Getter at block 23758720
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x51846eadde33a4f5dd501f9f039797d081ad70f7
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)
24826211288126161835
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
Desert Habibi
pair(view returns (address)
0xa5b3b2ccb4a303e4e01e765e2af37e446438174d
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
false
symbol(view returns (string)
$HABIBI
tokensMigrationThreshold(view returns (uint256)
799538870462404697804703491
totalSupply(view returns (uint256)
990200735541684033412304057
tradingStopped(view returns (bool)
true
treasury(view returns (address)
0xc01ab97ec9371157de1fc7a5341f7b899894d632
uniswapV2Router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
virtualCollateralReserves(view returns (uint256)
6520884760598201171
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
260087405661254996297302267
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(