ShibaSwap LP Token
Verified contract
Active on
Ethereum with 3,060 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($450,846.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LEASH | ERC-20 | 780.171545 | $289.61 |
$225,945.48 | |
SHIB | ERC-20 | 8.826554B | $0.000025 |
$224,900.6 | |
TKX | ERC-20 | 0.000171 | $12.17 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
BABYSHIB | ERC-20 | 200.000578M | -- | -- | |
AIDI | ERC-20 | 980K | -- | -- | |
SQUID2.0 | ERC-20 | 9.715K | -- | -- | |
0x4149…d144 | ERC-1555 | 1 | -- | -- | |
CRI | ERC-20 | 0.018 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176595 | a day ago | | | 0 | 0.0010403013 | |
| 21165935 | 3 days ago | | | 0 | 0.0022464302 | |
| 21164786 | 3 days ago | | | 0 | 0.00083764252 | |
| 21159009 | 4 days ago | | | 0 | 0.0013531493 | |
| 21158138 | 4 days ago | | | 0 | 0.0012514218 | |
| 21157241 | 4 days ago | | | 0 | 0.00082851714 | |
| 21150879 | 5 days ago | | | 0 | 0.00060096701 | |
| 21149264 | 5 days ago | | | 0 | 0.00049193126 | |
| 21141070 | 6 days ago | | | 0 | 0.00021019737 | |
| 21096977 | 12 days ago | | | 0 | 0.00025576069 |
ABI
ABI objects
Getter at block 21186010
DOMAIN_SEPARATOR() view returns (bytes32)
0x0fb628dd4d7ca42171d1d18934b1e3f990a7261fe6686431c780094b41aba76f
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
alpha() view returns (uint256)
1
beta() view returns (uint256)
6
decimals() view returns (uint8)
18
factory() view returns (address)
0x115934131916c8b277dd010ee02de363c09d037c
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=780171544580554826249, _reserve1=8826554262895773234810683980, _blockTimestampLast=1731564743)
kLast() view returns (uint256)
6882625621607023337490732935227670964086514691428
name() view returns (string)
ShibaSwap LP Token
price0CumulativeLast() view returns (uint256)
24761582394315414259778740300171604611589032861364
price1CumulativeLast() view returns (uint256)
16871045549618726916931664631539177
symbol() view returns (string)
SSLP
token0() view returns (address)
0x27c70cd1946795b66be9d954418546998b546634
token1() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
totalFee() view returns (uint256)
3
totalSupply() view returns (uint256)
2287899559312772900403878
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
initialize(address _token0, address _token1, uint256 _totalFee, uint256 _alpha, uint256 _beta)
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)
updateFee(uint256 _totalFee, uint256 _alpha, uint256 _beta)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
FeeUpdated(uint256 totalFee, uint256 alpha, uint256 beta)
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.