0 txs
7 calls
constructor
constructor()
functions
allowance
viewfunction allowance(address owner, address spender) view returns (uint256)
balanceOf
viewfunction balanceOf(address account) view returns (uint256)
blockTimestampLast
viewfunction blockTimestampLast() view returns (uint256)
claimable0
viewfunction claimable0(address) view returns (uint256)
claimable1
viewfunction claimable1(address) view returns (uint256)
currentCumulativePrices
viewfunction currentCumulativePrices() view returns (uint256 reserve0Cumulative, uint256 reserve1Cumulative, uint256 blockTimestamp)
decimals
viewfunction decimals() view returns (uint8)
factory
viewfunction factory() view returns (address)
getAmountOut
viewfunction getAmountOut(uint256 amountIn, address tokenIn) view returns (uint256)
getReserves
viewfunction getReserves() view returns (uint256 _reserve0, uint256 _reserve1, uint256 _blockTimestampLast)
index0
viewfunction index0() view returns (uint256)
index1
viewfunction index1() view returns (uint256)
lastObservation
viewfunction lastObservation() view returns (tuple)
metadata
viewfunction metadata() view returns (uint256 dec0, uint256 dec1, uint256 r0, uint256 r1, bool st, address t0, address t1)
name
viewfunction name() view returns (string)
observationLength
viewfunction observationLength() view returns (uint256)
observations
viewfunction observations(uint256) view returns (uint256 timestamp, uint256 reserve0Cumulative, uint256 reserve1Cumulative)
periodSize
viewfunction periodSize() view returns (uint256)
poolFees
viewfunction poolFees() view returns (address)
prices
viewfunction prices(address tokenIn, uint256 amountIn, uint256 points) view returns (uint256[])
quote
viewfunction quote(address tokenIn, uint256 amountIn, uint256 granularity) view returns (uint256 amountOut)
reserve0
viewfunction reserve0() view returns (uint256)
reserve0CumulativeLast
viewfunction reserve0CumulativeLast() view returns (uint256)
reserve1
viewfunction reserve1() view returns (uint256)
reserve1CumulativeLast
viewfunction reserve1CumulativeLast() view returns (uint256)
sample
viewfunction sample(address tokenIn, uint256 amountIn, uint256 points, uint256 window) view returns (uint256[])
stable
viewfunction stable() view returns (bool)
supplyIndex0
viewfunction supplyIndex0(address) view returns (uint256)
supplyIndex1
viewfunction supplyIndex1(address) view returns (uint256)
symbol
viewfunction symbol() view returns (string)
token0
viewfunction token0() view returns (address)
token1
viewfunction token1() view returns (address)
tokens
viewfunction tokens() view returns (address, address)
totalSupply
viewfunction totalSupply() view returns (uint256)
approve
nonpayablefunction approve(address spender, uint256 value) returns (bool)
burn
nonpayablefunction burn(address to) returns (uint256 amount0, uint256 amount1)
claimFees
nonpayablefunction claimFees() returns (uint256 claimed0, uint256 claimed1)
getK
nonpayablefunction getK() returns (uint256)
initialize
nonpayablefunction initialize(address _token0, address _token1, bool _stable)
mint
nonpayablefunction mint(address to) returns (uint256 liquidity)
setName
nonpayablefunction setName(string __name)
setSymbol
nonpayablefunction setSymbol(string __symbol)
skim
nonpayablefunction skim(address to)
swap
nonpayablefunction swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync
nonpayablefunction sync()
transfer
nonpayablefunction transfer(address to, uint256 value) returns (bool)
transferFrom
nonpayablefunction transferFrom(address from, address to, uint256 value) returns (bool)
events
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)
Burn
event Burn(address indexed sender, address indexed to, uint256 amount0, uint256 amount1)
Claim
event Claim(address indexed sender, address indexed recipient, uint256 amount0, uint256 amount1)
Fees
event Fees(address indexed sender, uint256 amount0, uint256 amount1)
Mint
event Mint(address indexed sender, address indexed to, uint256 amount0, uint256 amount1)
Swap
event Swap(address indexed sender, address indexed to, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out)
Sync
event Sync(uint256 reserve0, uint256 reserve1)
Transfer
event Transfer(address indexed from, address indexed to, uint256 value)
errors
AddressEmptyCode
error AddressEmptyCode(address target)
AddressInsufficientBalance
error AddressInsufficientBalance(address account)
BelowMinimumK
error BelowMinimumK()
DepositsNotEqual
error DepositsNotEqual()
ERC20InsufficientAllowance
error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance
error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover
error ERC20InvalidApprover(address approver)
ERC20InvalidReceiver
error ERC20InvalidReceiver(address receiver)
ERC20InvalidSender
error ERC20InvalidSender(address sender)
ERC20InvalidSpender
error ERC20InvalidSpender(address spender)
FactoryAlreadySet
error FactoryAlreadySet()
FailedInnerCall
error FailedInnerCall()
InsufficientInputAmount
error InsufficientInputAmount()
InsufficientLiquidity
error InsufficientLiquidity()
InsufficientLiquidityBurned
error InsufficientLiquidityBurned()
InsufficientLiquidityMinted
error InsufficientLiquidityMinted()
InsufficientOutputAmount
error InsufficientOutputAmount()
InvalidTo
error InvalidTo()
IsPaused
error IsPaused()
K
error K()
NotPoolAdmin
error NotPoolAdmin()
ReentrancyGuardReentrantCall
error ReentrancyGuardReentrantCall()
SafeERC20FailedOperation
error SafeERC20FailedOperation(address token)
creation bytecode
0x3d602d80600a3d3981f3363d3d373d3d3d363d7310499d88bd32af443fc936f67de32be1c8bb374c5af43d82803e903d91602b57fd5bf3