Uniswap V2
Verified contract
Active on
Ethereum with 606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,245.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.664656K | $1.001 |
$6,671.32 | |
DYP | ERC-20 | 21.143708K | $0.310948 |
$6,574.59 | |
0x1f6c…d83e | ERC-1555 | 1 | -- | -- | |
QDAO | ERC-20 | 1 | -- | -- | |
QDeFi | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20410110 | 4 months ago | | | 0 | 0.000042485767 | |
| 14270385 | 3 years ago | | | 0 | 0.0024829392 | |
| 13828623 | 3 years ago | | | 0 | 0.0020409840 | |
| 13774660 | 3 years ago | | | 0 | 0.0029938419 | |
| 13736844 | 3 years ago | | | 0 | 0.0038695274 | |
| 13704082 | 3 years ago | | | 0 | 0.0050627412 | |
| 13589555 | 3 years ago | | | 0 | 0.0076120254 | |
| 13569125 | 3 years ago | | | 0 | 0.0038565346 | |
| 13569105 | 3 years ago | | | 0 | 0.0015971008 | |
| 13569083 | 3 years ago | | | 0 | 0.0016874662 |
ABI
ABI objects
Getter at block 21318453
DOMAIN_SEPARATOR() view returns (bytes32)
0xdc012dc77da95c7a56c0114bf4d1b93f2b88ae5d1f383030857ac304e2e77cda
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=21143708231185851794875, _reserve1=6664656174, _blockTimestampLast=1733021567)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
400589806522118200022498509046
price1CumulativeLast() view returns (uint256)
2601547538878462826543165470431368726092567999666599822
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
9149759040317645
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.