Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,844.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.555749 | $3,318.92 |
$1,844.49 | |
TRIPZ | ERC-20 | 726.733374M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747831 | 2 hours ago | | | 0 | 3.6840870e-7 | |
| 22747057 | 2 hours ago | | | 0 | 0.0000052056854 | |
| 22744847 | 3 hours ago | | | 0 | 3.6840870e-7 | |
| 22744681 | 3 hours ago | | | 0 | 0.0000052056854 | |
| 22744435 | 4 hours ago | | | 0 | 7.9201841e-7 | |
| 22742329 | 5 hours ago | | | 0 | 6.6327291e-7 | |
| 22742032 | 5 hours ago | | | 0 | 0.0000052029710 | |
| 22742010 | 5 hours ago | | | 0 | 0.0000032743780 | |
| 22741850 | 5 hours ago | | | 0 | 2.4430262e-7 | |
| 22741312 | 5 hours ago | | | 0 | 1.6618059e-7 |
ABI
ABI objects
Getter at block 22750848
MAX_BPS() view returns (uint256)
10000
creator() view returns (address)
0xdda00a099417b0921c748f805b6f6bcc40b52f3a
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)
3417
getMarketCap() view returns (uint256)
2740127051980752666
initalTokenSupply() view returns (uint256)
1000000000000000000000000000
mcLowerLimit() view returns (uint256)
25000000000000000000
mcUpperLimit() view returns (uint256)
27000000000000000000
name() view returns (string)
TripZ Arcade
pair() view returns (address)
0x971502364675f7f4b8ff86f7062f3ac12c01feba
poolCreationFee() view returns (uint256)
50000000000000000
sendingToPairNotAllowed() view returns (bool)
true
symbol() view returns (string)
TRIPZ
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)
2155749401057404113
virtualCollateralReservesInitial() view returns (uint256)
1600000000000000000
virtualTokenReserves() view returns (uint256)
786733374096314214354446606
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAmountInAndFee(uint256 _amountOut, uint256 _reserveIn, uint256 _reserveOut, bool _paymentTokenIsOut) view returns (uint256 amountIn, uint256 fee)
getAmountOutAndFee(uint256 _amountIn, uint256 _reserveIn, uint256 _reserveOut, bool _paymentTokenIsIn) view returns (uint256 amountOut, uint256 fee)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
buyExactIn(uint256 _amountOutMin) payable returns (uint256 collateralToPayWithFee, uint256 helioFee, uint256 dexFee)
buyExactOut(uint256 _tokenAmount, uint256 _maxCollateralAmount) payable returns (uint256 collateralToPayWithFee, uint256 helioFee, uint256 dexFee)
migrate() returns (uint256 tokensToMigrate, uint256 tokensToBurn, uint256 collateralAmount)
sellExactIn(uint256 _tokenAmount, uint256 _amountCollateralMin) payable returns (uint256 collateralToReceiveMinusFee, uint256 helioFee, uint256 dexFee)
sellExactOut(uint256 _tokenAmountMax, uint256 _amountCollateral) payable returns (uint256 collateralToReceiveMinusFee, uint256 tokensOut, uint256 helioFee, uint256 dexFee)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(IMoonshotTokenConstructorParams _params)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedToSendETH()
InsufficientTokenReserves()
MarketcapThresholdReached()
NotEnoughETHReserves()
NotEnoughtETHToBuyTokens()
OnlyFactory()
ReentrancyGuardReentrantCall()
SendingToPairIsNotAllowedBeforeMigration()
SlippageCheckFailed()
TradingStopped()