Uniswap V2
Verified contract
Active on
Ethereum with 1,563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($77,632.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CORE | ERC-20 | 19.76227 | $3,928.32 |
$77,632.52 | |
QDAO | ERC-20 | 1 | -- | -- | |
QDeFi | ERC-20 | 1 | -- | -- | |
cBTC | ERC-20 | 0.507893 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20446368 | 3 months ago | | | 0 | 0.000058684660 | |
| 20335224 | 4 months ago | | | 0 | 0.0012530940 | |
| 20335208 | 4 months ago | | | 0 | 0.00092292000 | |
| 20328909 | 4 months ago | | | 0 | 0.00034567368 | |
| 20328858 | 4 months ago | | | 0 | 0.00066731526 | |
| 20328771 | 4 months ago | | | 0 | 0.00045516040 | |
| 20321730 | 4 months ago | | | 0 | 0.00047492314 | |
| 20297626 | 4 months ago | | | 0 | 0.00010037134 | |
| 20297506 | 4 months ago | | | 0 | 0.00011074867 | |
| 20293899 | 4 months ago | | | 0 | 0.000087202521 |
ABI
ABI objects
Getter at block 21203198
DOMAIN_SEPARATOR() view returns (bytes32)
0xcadad0f5c466d52875dff5bc9a350cc0c8ac776438d1d4d54692c6f3e3d0f3a8
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=19762269531251798075, _reserve1=50789330, _blockTimestampLast=1721327615)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
3517049032933051870790178717143
price1CumulativeLast() view returns (uint256)
175047781940459008037049899803951118172226094812640706
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x62359ed7505efc61ff1d56fef82158ccaffa23d7
token1() view returns (address)
0x7b5982dcab054c377517759d0d2a3a5d02615ab8
totalSupply() view returns (uint256)
31380346349601
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.