Uniswap V2
Verified contract
Active on
Ethereum with 2,441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($206,666.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 46.439613K | $2.24 |
$104,024.73 | |
FRAX | ERC-20 | 103.012389K | $0.996398 |
$102,641.34 | |
TSP | ERC-20 | 385.332483K | -- | -- | |
$ Evmosia.com | ERC-20 | 7.5K | -- | -- | |
QDAO | ERC-20 | 1 | -- | -- | |
QDeFi | ERC-20 | 1 | -- | -- | |
GTG | ERC-20 | 0.2 | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319655 | 4 months ago | | | 0 | 0.00033469690 | |
| 20190577 | 4 months ago | | | 0 | 0.00015850802 | |
| 20189836 | 4 months ago | | | 0 | 0.00010014125 | |
| 19587535 | 7 months ago | | | 0 | 0.00033965000 | |
| 19264767 | 9 months ago | | | 0 | 0.0023095685 | |
| 19085603 | 10 months ago | | | 0 | 0.0010294587 | |
| 18846861 | a year ago | | | 0 | 0.00050428678 | |
| 18650356 | a year ago | | | 0 | 0.0010586261 | |
| 18140601 | a year ago | | | 0 | 0.00069497799 | |
| 18082861 | a year ago | | | 0 | 0.00045649076 |
ABI
ABI objects
Getter at block 21160914
DOMAIN_SEPARATOR() view returns (bytes32)
0x87e72d224ef5528c4020b1951aec2227b32d90689a477594a7b14cd06a1b8497
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=46439612501228698325632, _reserve1=103012389417763947123129, _blockTimestampLast=1731281879)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
5355349659677617349631680338405341812755763
price1CumulativeLast() view returns (uint256)
122037323331962665269911798877503210090487
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
token1() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
totalSupply() view returns (uint256)
49068671161043034906983
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.