Volatile AMM - XGP/WETH
Unverified contract
Proxy
Active on
Base with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($8.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.002529 | $3,352.64 |
$8.48 | |
XGP | ERC-20 | 621.314048 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22742733 | 14 hours ago | | | 0 | 0.000010200301 | |
| 22355337 | 10 days ago | | | 0 | 4.7946036e-7 | |
| 21738425 | 24 days ago | | | 0 | 8.4448879e-7 | |
| 21738363 | 24 days ago | | | 0 | 4.3786940e-7 | |
| 21193698 | a month ago | | | 0 | 8.6107253e-7 | |
| 21193677 | a month ago | | | 0 | 4.7886759e-7 | |
| 21192518 | a month ago | | | 0 | 8.5789766e-7 | |
| 21192456 | a month ago | | | 0 | 4.7498769e-7 | |
| 21180943 | a month ago | | | 0 | 2.1006912e-7 |
ABI
ABI objects
Getter at block 22767652
DOMAIN_SEPARATOR() view returns (bytes32)
0x9ef47f73c4d984f55621716e2862c405df03283f39ab998407249ecf3471abf1
blockTimestampLast() view returns (uint256)
1732221319
currentCumulativePrices() view returns (uint256 reserve0Cumulative, uint256 reserve1Cumulative, uint256 blockTimestamp)
(reserve0Cumulative=264232226110695489645237027616, reserve1Cumulative=1691968159642252581342964, blockTimestamp=1732324651)
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=1, chainId=8453, verifyingContract=0x0b6c9326554301a14367cdc349b415175ebc126d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0x420dd381b31aef6683db6b902084cb0ffece40da
getReserves() view returns (uint256 _reserve0, uint256 _reserve1, uint256 _blockTimestampLast)
(_reserve0=621314048454175775057, _reserve1=2528771921946884, _blockTimestampLast=1732221319)
index0() view returns (uint256)
21396027145127722328355958361537
index1() view returns (uint256)
623106722207476124213141241
lastObservation() view returns (struct IPoolObservation)
(1732221319, 264168024487440622754048837692, 1691706856582013965925476)
metadata() view returns (uint256 dec0, uint256 dec1, uint256 r0, uint256 r1, bool st, address t0, address t1)
(dec0=1000000000000000000, dec1=1000000000000000000, r0=621314048454175775057, r1=2528771921946884, st=false, t0=0x139ead3f466ec41f0648a01a495940c488d297fa, t1=0x4200000000000000000000000000000000000006)
name() view returns (string)
Volatile AMM - XGP/WETH
observationLength() view returns (uint256)
364
periodSize() view returns (uint256)
1800
poolFees() view returns (address)
0x816d3a82e62868e2311071f0d1c839711c4d8fb9
reserve0() view returns (uint256)
621314048454175775057
reserve0CumulativeLast() view returns (uint256)
264168024487440622754048837692
reserve1() view returns (uint256)
2528771921946884
reserve1CumulativeLast() view returns (uint256)
1691706856582013965925476
stable() view returns (bool)
false
symbol() view returns (string)
vAMM-XGP/WETH
token0() view returns (address)
0x139ead3f466ec41f0648a01a495940c488d297fa
token1() view returns (address)
0x4200000000000000000000000000000000000006
tokens() view returns (address, address)
(0x139ead3f466ec41f0648a01a495940c488d297fa, 0x4200000000000000000000000000000000000006)
totalSupply() view returns (uint256)
559820167087
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimable0(address) view returns (uint256)
claimable1(address) view returns (uint256)
getAmountOut(uint256 amountIn, address tokenIn) view returns (uint256)
nonces(address owner) view returns (uint256)
observations(uint256) view returns (uint256 timestamp, uint256 reserve0Cumulative, uint256 reserve1Cumulative)
prices(address tokenIn, uint256 amountIn, uint256 points) view returns (uint256[])
quote(address tokenIn, uint256 amountIn, uint256 granularity) view returns (uint256 amountOut)
sample(address tokenIn, uint256 amountIn, uint256 points, uint256 window) view returns (uint256[])
supplyIndex0(address) view returns (uint256)
supplyIndex1(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
claimFees() returns (uint256 claimed0, uint256 claimed1)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getK() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _token0, address _token1, bool _stable)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setName(string __name)
setSymbol(string __symbol)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, address indexed to, uint256 amount0, uint256 amount1)
Claim(address indexed sender, address indexed recipient, uint256 amount0, uint256 amount1)
EIP712DomainChanged()
Fees(address indexed sender, uint256 amount0, uint256 amount1)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, address indexed to, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out)
Sync(uint256 reserve0, uint256 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BelowMinimumK()
DepositsNotEqual()
FactoryAlreadySet()
InsufficientInputAmount()
InsufficientLiquidity()
InsufficientLiquidityBurned()
InsufficientLiquidityMinted()
InsufficientOutputAmount()
InvalidTo()
IsPaused()
K()
NotEmergencyCouncil()
StringTooLong(string str)