Uniswap V2
Verified contract
Active on
Ethereum with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($426.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 427.60109 | $0.997327 |
$426.46 | |
QUB | ERC-20 | 733.06374K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14441406 | 3 years ago | | | 0 | 0.00046237607 | |
| 12518154 | 4 years ago | | | 0 | 0.00037572600 | |
| 12225224 | 4 years ago | | | 0 | 0.0024058380 | |
| 12169131 | 4 years ago | | | 0 | 0.0015462570 | |
| 11940674 | 4 years ago | | | 0 | 0.0044286000 | |
| 11724648 | 4 years ago | | | 0 | 0.0032998500 | |
| 11724648 | 4 years ago | | | 0 | 0.0018205374 | |
| 11724630 | 4 years ago | | | 0 | 0.0010549230 | |
| 11314317 | 4 years ago | | | 0 | 0.0010115700 | |
| 11242527 | 4 years ago | | | 0 | 0.0013199401 |
ABI
ABI objects
Getter at block 21313341
DOMAIN_SEPARATOR() view returns (bytes32)
0x9069bf9317585ca7ecdaaf62e3eed8c660c4f1507b10b9677b636cd6263b2f49
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=733063740181020784225062, _reserve1=427601090, _blockTimestampLast=1732778891)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
684556724672508195724009911
price1CumulativeLast() view returns (uint256)
1593032308551337279141736896189214589092008890692320389742
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0xb2d74b7a454eda300c6e633f5b593d128c0c0dcf
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
17424799233415245
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.