ZekeAgent

Verified contract

Active on Base with 31 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $3.39
ERC-20
--
0x0c6cd25dd3ca5566aa972f0d1da41897e754a79bad8fdb7e355eb51c3f6bd470
0x4728a006336cae18ba28ed6f1a939bba6cae91ae879844fea8969f9dbe535328
0x7b9b0539b03978de4419e4ef449abf822f46d6ddd05392274b853a0da88d616f
0x5f9dc9af6bffe7dea88caea0f6a6793d6c2407cb1ad5a5b25b732ffa3af3aa64
0x8124d58f56289e7b79beca769eaf98cd2843d26dada5a78813419cd6bb273f63
0x5445ed24be31827d3e29fac3b16e36b15dd47fbb2c4466a94783a524edf6cc67
0x8acccfceb2094e5056be45119f6c031e78a5e297e18da779ff8d1ea796a47b81
0x2ede37b0ed8e577ba43755b2a7bb09b517942f4fe356a2d49a8483016df58824
0x0366130f8b0d6f7113b9d7a2e664794b2086052b2ea4f2fa5c31ad22a4ed3632
0x9d469625bf66eaea21db199cee6b1f5b3e314236effe9cfd847844fe46422f2c

Functions
Getter at block 22755728
MAX_BPS(view returns (uint256)
10000
creator(view returns (address)
0x1287eceb170305443156d23f8e4c47aa3711f010
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)
100
getMarketCap(view returns (uint256)
1511377031747814743
initalTokenSupply(view returns (uint256)
1000000000000000000000000000
mcLowerLimit(view returns (uint256)
25000000000000000000
mcUpperLimit(view returns (uint256)
27000000000000000000
name(view returns (string)
ZekeAgent
pair(view returns (address)
0x3ab493ba9aeaf80b6c9478be92b437b1cf62ec88
poolCreationFee(view returns (uint256)
50000000000000000
sendingToPairNotAllowed(view returns (bool)
true
symbol(view returns (string)
Zeke
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)
1601029495619707133
virtualCollateralReservesInitial(view returns (uint256)
1600000000000000000
virtualTokenReserves(view returns (uint256)
1059318397718545993217047486
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(