Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 328.931435K | $0.997883 |
$328,235.09 | |
USDC | ERC-20 | 312.645464K | $1.00 |
$312,645.46 | |
WGC | ERC-20 | 200 | $0.000106 |
$0.02 | |
USA | ERC-20 | 1 | $0.001775 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
kurbi | ERC-20 | 0.01 | $0.000728 |
$0 | |
GENOME | ERC-20 | 0 | $0.007468 |
$0 | |
0xDead | ERC-20 | 500K | -- | -- | |
NUNU | ERC-20 | 1.575318K | -- | -- | |
BLOWN | ERC-20 | 155.388422 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21724721 | 12 hours ago | | | 0 | 3.1310019e-7 | |
| 21720829 | 15 hours ago | | | 0 | 0.000000303854786154 | |
| 21590107 | 4 days ago | | | 0 | 0.000000301571172354 | |
| 21590006 | 4 days ago | | | 0 | 0.000000301779656124 | |
| 21589860 | 4 days ago | | | 0 | 0.000000301571172354 | |
| 21589456 | 4 days ago | | | 0 | 0.000000301051442193 | |
| 21589367 | 4 days ago | | | 0 | 1.7174950e-7 | |
| 21589355 | 4 days ago | | | 0 | 0.000000301571172354 | |
| 21589270 | 4 days ago | | | 0 | 0.000000301571172354 | |
| 21589164 | 4 days ago | | | 0 | 0.000000301571172354 |
ABI
ABI objects
Getter at block 21747025
blockTimestampLast() view returns (uint256)
1730276621
currentCumulativePrices() view returns (uint256 reserve0Cumulative, uint256 reserve1Cumulative, uint256 blockTimestamp)
(reserve0Cumulative=12839660689272205492, reserve1Cumulative=13260928920150416582, blockTimestamp=1730283397)
decimals() view returns (uint8)
18
feeDistributor() view returns (address)
0x1d1e5bf24375e29c98ba6f0aa0635d122739fcfa
fees() view returns (address)
0x6ab082f6a41138f166ae37556a4c4e676142a59b
getReserves() view returns (uint256 _reserve0, uint256 _reserve1, uint256 _blockTimestampLast)
(_reserve0=312645463829, _reserve1=328931435047, _blockTimestampLast=1730276621)
index0() view returns (uint256)
2597144803259
index1() view returns (uint256)
2599962281983
lastObservation() view returns (struct PairObservation)
(1730276621, 12837542203609300188, 13258700080746538110)
lockerFeesP() view returns (uint256)
2000
metadata() view returns (uint256 dec0, uint256 dec1, uint256 r0, uint256 r1, bool st, address t0, address t1)
(dec0=1000000, dec1=1000000, r0=312645463829, r1=328931435047, st=true, t0=0x833589fcd6edb6e08f4c7c32d4f71b54bda02913, t1=0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca)
name() view returns (string)
StableV1 AMM - USDC/USDbC
observationLength() view returns (uint256)
1914
reserve0() view returns (uint256)
312645463829
reserve0CumulativeLast() view returns (uint256)
12837542203609300188
reserve1() view returns (uint256)
328931435047
reserve1CumulativeLast() view returns (uint256)
13258700080746538110
stable() view returns (bool)
true
symbol() view returns (string)
sAMM-USDC/USDbC
token0() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
token1() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
tokens() view returns (address, address)
(0x833589fcd6edb6e08f4c7c32d4f71b54bda02913, 0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca)
totalSupply() view returns (uint256)
2268313923832763
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
claimable0(address) view returns (uint256)
claimable1(address) view returns (uint256)
current(address tokenIn, uint256 amountIn) view returns (uint256 amountOut)
getAmountOut(uint256 amountIn, address tokenIn) view returns (uint256)
nonces(address) 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)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Claim(address indexed sender, address indexed recipient, uint256 amount0, uint256 amount1)
Fees(address indexed sender, uint256 amount0, uint256 amount1)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint256 reserve0, uint256 reserve1)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.