Uniswap V2
Verified contract
Active on
Ethereum with 211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFI | ERC-20 | 0.001006 | $9,005.32 |
$9.06 | |
RAMP | ERC-20 | 200 | -- | -- | |
TOMATOS | ERC-20 | 9.001 | -- | -- | |
yYFI | ERC-20 | 0.000994 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21316561 | 21 hours ago | | | 0 | 0.00071544059 | |
| 19835081 | 7 months ago | | | 0 | 0.00010608774 | |
| 19835060 | 7 months ago | | | 0 | 0.00011002300 | |
| 15664856 | 2 years ago | | | 0 | 0.00022661549 | |
| 12632341 | 3 years ago | | | 0 | 0.00014451000 | |
| 11962806 | 4 years ago | | | 0 | 0.0010549230 | |
| 11962806 | 4 years ago | | | 0 | 0.0019267560 | |
| 11756772 | 4 years ago | | | 0 | 0.0028042015 | |
| 11458325 | 4 years ago | | | 0 | 0.0016907670 | |
| 11458325 | 4 years ago | | | 0 | 0.0016907670 |
ABI
ABI objects
Getter at block 21322835
DOMAIN_SEPARATOR() view returns (bytes32)
0xbd6ac7edc4eea97f03ca2701d0c05d6b54b41245d15fb394e71741b891b65b1a
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=1006376051131874, _reserve1=993537626964963, _blockTimestampLast=1631393047)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
159204442435759673167783972412391582060252
price1CumulativeLast() view returns (uint256)
163205382788440275854991058828459882140111
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e
token1() view returns (address)
0xba2e7fed597fd0e3e70f5130bcdbbfe06bb94fe1
totalSupply() view returns (uint256)
999262713340115
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.