Volatile AMM - ZUN/zunETH
Unverified contract
Proxy
Active on
Base with 344 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 ($27,620.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
zunETH | ERC-20 | 4.197358 | $3,330.45 |
$13,979.09 | |
ZUN | ERC-20 | 229.421947K | $0.059459 |
$13,641.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22910676 | an hour ago | | | 0 | 0.0000011637075 | |
| 22772838 | 3 days ago | | | 0 | 4.3736527e-7 | |
| 22768946 | 3 days ago | | | 0 | 7.9503194e-7 | |
| 22525058 | 9 days ago | | | 0 | 5.9943918e-7 | |
| 22446785 | 11 days ago | | | 0 | 0.0000011735191 | |
| 22373736 | 12 days ago | | | 0 | 0.0000011610000 | |
| 21922021 | 23 days ago | | | 0 | 3.7046783e-7 | |
| 21679739 | a month ago | | | 0 | 0.0000014429099 | |
| 21679713 | a month ago | | | 0 | 0.0000011522091 | |
| 21654239 | a month ago | | | 0 | 0.0000011611574 |
ABI
ABI objects
Getter at block 22913093
DOMAIN_SEPARATOR() view returns (bytes32)
0xee9025cad15f58d5f288f7c173bae45ea4e3b798090b7830a6bc3e1ccd9c7014
blockTimestampLast() view returns (uint256)
1732611027
currentCumulativePrices() view returns (uint256 reserve0Cumulative, uint256 reserve1Cumulative, uint256 blockTimestamp)
(reserve0Cumulative=3203589029302437980100893149328, reserve1Cumulative=71894960551747247567452212, blockTimestamp=1732615533)
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=0x5fcfe2a2bc5954e6065428f6d8693814ef0491ac, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
factory() view returns (address)
0x420dd381b31aef6683db6b902084cb0ffece40da
getReserves() view returns (uint256 _reserve0, uint256 _reserve1, uint256 _blockTimestampLast)
(_reserve0=229421947042144814906586, _reserve1=4197357589102113531, _blockTimestampLast=1732611027)
index0() view returns (uint256)
8487382928152452179
index1() view returns (uint256)
137148016876825
lastObservation() view returns (struct IPoolObservation)
(1732610021, 3202331137485146450501961469264, 71871946965498639243899848)
metadata() view returns (uint256 dec0, uint256 dec1, uint256 r0, uint256 r1, bool st, address t0, address t1)
(dec0=1000000000000000000, dec1=1000000000000000000, r0=229421947042144814906586, r1=4197357589102113531, st=false, t0=0x1db0fc8933f545648b54a9ee4326209a9a259643, t1=0x24cb2b89844604c57350776d81e14765d03b91de)
name() view returns (string)
Volatile AMM - ZUN/zunETH
observationLength() view returns (uint256)
794
periodSize() view returns (uint256)
1800
poolFees() view returns (address)
0x670fa1e2fc7675a2314c79c6179bb1196a057c21
reserve0() view returns (uint256)
229421947042144814906586
reserve0CumulativeLast() view returns (uint256)
3202555254009066075564924072812
reserve1() view returns (uint256)
4197357589102113531
reserve1CumulativeLast() view returns (uint256)
71876047258450753443881526
stable() view returns (bool)
false
symbol() view returns (string)
vAMM-ZUN/zunETH
token0() view returns (address)
0x1db0fc8933f545648b54a9ee4326209a9a259643
token1() view returns (address)
0x24cb2b89844604c57350776d81e14765d03b91de
tokens() view returns (address, address)
(0x1db0fc8933f545648b54a9ee4326209a9a259643, 0x24cb2b89844604c57350776d81e14765d03b91de)
totalSupply() view returns (uint256)
981307645327662369102
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)