ShibaSwap LP Token
Verified contract
Active on
Ethereum with 1,779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($197,331.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 28.706909 | $3,460.02 |
$99,326.48 | |
ELON | ERC-20 | 485.173217B | $0.00 |
$98,004.99 | |
ZENIQ | ERC-20 | 7.785671 | $0.007921 |
$0.06 | |
SLAP | ERC-20 | 799.502322T | -- | -- | |
BABYSHIB | ERC-20 | 400.002927M | -- | -- | |
KELPIE | ERC-20 | 133.343739M | -- | -- | |
SHIBO | ERC-20 | 1 | -- | -- | |
0xbbb4…7989 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241983 | 3 days ago | | | 0 | 0.00047459854 | |
| 21239162 | 4 days ago | | | 0 | 0.00033414439 | |
| 21239161 | 4 days ago | | | 0 | 0.00063829859 | |
| 21236835 | 4 days ago | | | 0 | 0.00072324581 | |
| 21236835 | 4 days ago | | | 0 | 0.00070579216 | |
| 21236835 | 4 days ago | | | 0 | 0.0012302371 | |
| 21224975 | 6 days ago | | | 0 | 0.00058869436 | |
| 21204584 | 8 days ago | | | 0 | 0.00046748250 | |
| 21155010 | 15 days ago | | | 0 | 0.00044841507 | |
| 21043462 | a month ago | | | 0 | 0.00046185423 |
ABI
ABI objects
Getter at block 21265050
DOMAIN_SEPARATOR() view returns (bytes32)
0x0605e590c657cb1a00170f3b55fa9b6f915261370943e9ea600d9840fde6575b
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
alpha() view returns (uint256)
1
beta() view returns (uint256)
3
decimals() view returns (uint8)
18
factory() view returns (address)
0x115934131916c8b277dd010ee02de363c09d037c
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=485173217241592241536661903957, _reserve1=28706908686392338964, _blockTimestampLast=1732537835)
kLast() view returns (uint256)
13870129651772386836669159969647096265967854540390
name() view returns (string)
ShibaSwap LP Token
price0CumulativeLast() view returns (uint256)
84531960321560539687319015252392
price1CumulativeLast() view returns (uint256)
6874958538673811098855596038211490748078077625548524
symbol() view returns (string)
SSLP
token0() view returns (address)
0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalFee() view returns (uint256)
3
totalSupply() view returns (uint256)
2487739967852207742306773
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.