UniswapV2Pair
Verified contract
Active on
Ethereum with 1,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($453,604.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KP3R | ERC-20 | 10.000263K | $22.68 |
$226,805.96 | |
WETH | ERC-20 | 66.882015 | $3,391.02 |
$226,798.25 | |
RVIV | ERC-20 | 8.80679M | -- | -- | |
XAR | ERC-20 | 891.6641K | -- | -- | |
SOLID | ERC-20 | 594.312449K | -- | -- | |
KPP | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20605842 | 3 months ago | | | 0 | 0.000025240747 | |
| 20319564 | 4 months ago | | | 0 | 0.00030007815 | |
| 19920523 | 6 months ago | | | 0 | 0.00062349103 | |
| 19878056 | 6 months ago | | | 0 | 0.00027583012 | |
| 19573725 | 8 months ago | | | 0 | 0.00053216028 | |
| 19367820 | 9 months ago | | | 0 | 0.0026199986 | |
| 18902692 | a year ago | | | 0 | 0.00032548216 | |
| 18868935 | a year ago | | | 0 | 0.00064632400 | |
| 18785274 | a year ago | | | 0 | 0.0024545188 | |
| 18589024 | a year ago | | | 0 | 0.00048265893 |
ABI
ABI objects
Getter at block 21276949
DOMAIN_SEPARATOR() view returns (bytes32)
0x40114ce963e6ccbef37970e50dd61e81e7b08f0eb9a491530249a2cc78594ed6
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=10000262696232340299997, _reserve1=66882015428079712725, _blockTimestampLast=1732682279)
kLast() view returns (uint256)
583877023504799561394302455737457234403180
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
64190006900710844841449576349640457231453
price1CumulativeLast() view returns (uint256)
16590598231821179910849170758534803294648380
symbol() view returns (string)
SLP
token0() view returns (address)
0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
500216370639471445516
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)
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.