SakeSwap LP Token
Verified contract
Active on
Ethereum with 1,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf220…4b30
Balances ($35,715.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 4.645437 | $3,925.25 |
$18,234.5 | |
SAKE | ERC-20 | 12.273265M | $0.001424 |
$17,481.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675977 | 3 months ago | | | 0 | 0.000029738719 | |
| 20675967 | 3 months ago | | | 0 | 0.000031479788 | |
| 20448517 | 4 months ago | | | 0 | 0.000049085643 | |
| 20350752 | 5 months ago | | | 0 | 0.00012993614 | |
| 19950243 | 7 months ago | | | 0 | 0.00029141232 | |
| 19850140 | 7 months ago | | | 0 | 0.000079698034 | |
| 19850134 | 7 months ago | | | 0 | 0.000074318292 | |
| 19850134 | 7 months ago | | | 0 | 0.000074318292 | |
| 19521240 | 9 months ago | | | 0 | 0.0010392897 | |
| 19212874 | 10 months ago | | | 0 | 0.00095752465 |
ABI
ABI objects
Getter at block 21399292
DECAY_PERIOD() view returns (uint256)
300
DOMAIN_SEPARATOR() view returns (bytes32)
0x9ed9de21c878bf6ee44b91f0acae412c9e0fbaca004477e97f63539f5be5b4c9
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
UQ112() view returns (uint256)
5192296858534827628530496329220096
decimals() view returns (uint8)
18
factory() view returns (address)
0x75e48c954594d64ef9613aeef97ad85370f13807
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=12273265147466796524462047, _reserve1=4645436951881050959, _blockTimestampLast=1733805335)
getVirtualPrice() view returns (uint224 _virtualPrice, uint32 _lastPriceTime)
(_virtualPrice=1935576684720055935156753648, _lastPriceTime=1733805335)
kLast() view returns (uint256)
0
name() view returns (string)
SakeSwap LP Token
price0CumulativeLast() view returns (uint256)
10090756872054043545352420255796208369
price1CumulativeLast() view returns (uint256)
594628140942970651425830752764991613166059807951
stoken() view returns (address)
0xf220b808807bc66062fd6eaddff846268a5d4b30
symbol() view returns (string)
SLP
token0() view returns (address)
0x066798d9ef0833ccc719076dab77199ecbd178b0
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
5342868186053043338017
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getAmountInFinal(address token, uint256 amountOut) view returns (uint256 amountIn, uint256 stokenAmount)
getAmountInMarket(address token, uint256 amountOut) view returns (uint256 _in, uint256 t0Price)
getAmountInPool(address token, uint256 amountOut) view returns (uint256 _in, uint256 t0Price)
getAmountOutFinal(address token, uint256 amountIn) view returns (uint256 amountOut, uint256 stokenAmount)
getAmountOutMarket(address token, uint256 amountIn) view returns (uint256 _out, uint256 t0Price)
getAmountOutPool(address token, uint256 amountIn) view returns (uint256 _out, uint256 t0Price)
getTokenMarketPrice(address token) view returns (uint256 price)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
dealSlippageWithIn(address[] path, uint256 amountIn, address to, bool ifmint) returns (uint256 amountOut)
dealSlippageWithOut(address[] path, uint256 amountOut, address to, bool ifmint) returns (uint256 extra)
initialize(address _token0, address _token1)
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 to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.