ShibaSwap LP Token
Verified contract
Active on
Ethereum with 21,567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,858,085.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIB | ERC-20 | 38.507595B | $0.000024 |
$935,349.48 | |
BONE | ERC-20 | 1.882962M | $0.490042 |
$922,730.26 | |
GUA | ERC-20 | 28.888K | $0.000163 |
$4.7 | |
MTV | ERC-20 | 1K | $0.000704 |
$0.7 | |
NFAi | ERC-20 | 6 | $0.012397 |
$0.07 | |
TKX | ERC-20 | 0.000016 | $11.84 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
SHIBARIUM | ERC-20 | 2.458984T | -- | -- | |
PASTE | ERC-20 | 7.5B | -- | -- | |
SHIBARIUM | ERC-20 | 7.005985B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159841 | 16 minutes ago | | | 0 | 0.0015742480 | |
| 21159606 | an hour ago | | | 0 | 0.0013069354 | |
| 21159397 | 2 hours ago | | | 0 | 0.0013143576 | |
| 21159025 | 3 hours ago | | | 0 | 0.0015683809 | |
| 21158134 | 6 hours ago | | | 0 | 0.0011757199 | |
| 21157543 | 8 hours ago | | | 0 | 0.00088093891 | |
| 21157532 | 8 hours ago | | | 0 | 0.00089430888 | |
| 21157304 | 9 hours ago | | | 0 | 0.00080135168 | |
| 21155549 | 15 hours ago | | | 0 | 0.00048629997 | |
| 21154571 | 18 hours ago | | | 0 | 0.00028546532 |
ABI
ABI objects
Getter at block 21159917
DOMAIN_SEPARATOR() view returns (bytes32)
0xc80cba7df5e13a6a65f6c8ab55a72f8ada49993ee3d5140be1d18c2ff698cc81
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=38507594796654741289938471819, _reserve1=1882961578093176070488656, _blockTimestampLast=1731272879)
kLast() view returns (uint256)
72503837301147501975783865391242226124809681787641772
name() view returns (string)
ShibaSwap LP Token
price0CumulativeLast() view returns (uint256)
11087984307711309485038269110698474147
price1CumulativeLast() view returns (uint256)
48430791728318560114490641074022559651796637009
symbol() view returns (string)
SSLP
token0() view returns (address)
0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce
token1() view returns (address)
0x9813037ee2218799597d83d4a5b6f3b6778218d9
totalFee() view returns (uint256)
3
totalSupply() view returns (uint256)
136563663961922121727116895
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.