UniswapV2Pair
Verified contract
Active on
Ethereum with 385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,954.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INV | ERC-20 | 209.130449 | $35.85 |
$7,497.33 | |
DOLA | ERC-20 | 7.495779K | $0.994911 |
$7,457.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982951 | 2 months ago | | | 0 | 0.00022714207 | |
| 19837100 | 7 months ago | | | 0 | 0.000077725739 | |
| 19710349 | 7 months ago | | | 0 | 0.00021402804 | |
| 19257033 | 9 months ago | | | 0 | 0.00073003675 | |
| 18932594 | a year ago | | | 0 | 0.00039928699 | |
| 18932593 | a year ago | | | 0 | 0.00036134638 | |
| 18890179 | a year ago | | | 0 | 0.00057338521 | |
| 18653908 | a year ago | | | 0 | 0.00075353540 | |
| 18218677 | a year ago | | | 0 | 0.00032227859 | |
| 18001349 | a year ago | | | 0 | 0.00029488857 |
ABI
ABI objects
Getter at block 21316259
DOMAIN_SEPARATOR() view returns (bytes32)
0x424f2e6a18280f7fe2aac2eed36ab535372a5d9ca1d3f8c45c94c07ae5321bf9
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=209130449260933197967, _reserve1=7495779320455778908682, _blockTimestampLast=1732870199)
kLast() view returns (uint256)
1538563791928108731409869518211358072492395
name() view returns (string)
SushiSwap LP Token
price0CumulativeLast() view returns (uint256)
71689367883885404996408292131245534934963896
price1CumulativeLast() view returns (uint256)
10743651125201333866440709445403014791722
symbol() view returns (string)
SLP
token0() view returns (address)
0x41d5d79431a913c4ae7d69a668ecdfe5ff9dfb68
token1() view returns (address)
0x865377367054516e17014ccded1e7d814edc9ce4
totalSupply() view returns (uint256)
1069881238137410492262
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.