Pool
Verified contract
Implementation
Active on
Base with 4 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18781067 | 2 months ago | | | 0 | 0.000000095615888400 | |
| 18767850 | 2 months ago | | | 0 | 1.5976880e-7 | |
| 4813483 | a year ago | | | 0 | 1.8837969e-7 | |
| 4813229 | a year ago | | | 0 | 0.0000040996375 |
ABI
ABI objects
Getter at block 21815743 lastObservation() view returns (struct IPoolObservation)
DOMAIN_SEPARATOR() view returns (bytes32)
0x92f73ceb4d20761a35aaeeac8587c5805fc0329c5f16b4ab68866001e57c83f7
blockTimestampLast() view returns (uint256)
0
currentCumulativePrices() view returns (uint256 reserve0Cumulative, uint256 reserve1Cumulative, uint256 blockTimestamp)
(reserve0Cumulative=0, reserve1Cumulative=0, blockTimestamp=1730420833)
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=0xa4e46b4f701c62e14df11b48dce76a7d793cd6d7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0x0000000000000000000000000000000000000000
getReserves() view returns (uint256 _reserve0, uint256 _reserve1, uint256 _blockTimestampLast)
(_reserve0=0, _reserve1=0, _blockTimestampLast=0)
index0() view returns (uint256)
0
index1() view returns (uint256)
0
metadata() view returns (uint256 dec0, uint256 dec1, uint256 r0, uint256 r1, bool st, address t0, address t1)
(dec0=0, dec1=0, r0=0, r1=0, st=false, t0=0x0000000000000000000000000000000000000000, t1=0x0000000000000000000000000000000000000000)
name() view returns (string)
observationLength() view returns (uint256)
0
periodSize() view returns (uint256)
1800
poolFees() view returns (address)
0x0000000000000000000000000000000000000000
reserve0() view returns (uint256)
0
reserve0CumulativeLast() view returns (uint256)
0
reserve1() view returns (uint256)
0
reserve1CumulativeLast() view returns (uint256)
0
stable() view returns (bool)
false
symbol() view returns (string)
token0() view returns (address)
0x0000000000000000000000000000000000000000
token1() view returns (address)
0x0000000000000000000000000000000000000000
tokens() view returns (address, address)
(0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000)
totalSupply() view returns (uint256)
0
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)
constructor()
This contract contains no fallback and receive objects.
BelowMinimumK()
DepositsNotEqual()
FactoryAlreadySet()
InsufficientInputAmount()
InsufficientLiquidity()
InsufficientLiquidityBurned()
InsufficientLiquidityMinted()
InsufficientOutputAmount()
InvalidTo()
IsPaused()
K()
NotEmergencyCouncil()
StringTooLong(string str)