Uniswap V2
Verified contract
Active on
Ethereum with 84 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YUAN | ERC-20 | 437.194484M | -- | -- | |
0xeb26…3549 | ERC-20 | 50.532166 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13201592 | 3 years ago | | | 0 | 0.0023193000 | |
| 13037568 | 3 years ago | | | 0 | 0.0024459163 | |
| 12685208 | 3 years ago | | | 0 | 0.0037108800 | |
| 11444671 | 4 years ago | | | 0 | 0.0011256173 | |
| 11374138 | 4 years ago | | | 0 | 0.0010281438 | |
| 11369058 | 4 years ago | | | 0 | 0.00087730566 | |
| 11369018 | 4 years ago | | | 0 | 0.00052454826 | |
| 11368990 | 4 years ago | | | 0 | 0.00082859106 | |
| 11339028 | 4 years ago | | | 0 | 0.0014614380 | |
| 11294186 | 4 years ago | | | 0 | 0.0031000200 |
ABI
ABI objects
Getter at block 21209237
DOMAIN_SEPARATOR() view returns (bytes32)
0x352ee52ffda0c60204152de42e052b270fb6d4a7c4ae0123bc4f374d2934a912
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=437194484210871456817960884, _reserve1=50532166165231869747, _blockTimestampLast=1730433539)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
325894620295477464517607087552660930325227
price1CumulativeLast() view returns (uint256)
2110366670752169060337860255066528796639387747802
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x4a3e164684812dfb684ac36457e7fa805087c68e
token1() view returns (address)
0xeb269732ab75a6fd61ea60b06fe994cd32a83549
totalSupply() view returns (uint256)
55848995931881384686127
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.