Uniswap V2
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($91,256.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XFIT | ERC-20 | 4.379853M | $0.010442 |
$45,732.37 | |
USDC | ERC-20 | 45.571406K | $0.998972 |
$45,524.56 | |
0xc241…9dcc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17914379 | a year ago | | | 0 | 0.0012781538 | |
| 16995944 | 2 years ago | | | 0 | 0.00046535577 | |
| 16478521 | 2 years ago | | | 0 | 0.00063238862 | |
| 14654432 | 3 years ago | | | 0 | 0.0044449920 | |
| 14471345 | 3 years ago | | | 0 | 0.0019629731 | |
| 14465666 | 3 years ago | | | 0 | 0.00066840216 | |
| 14301372 | 3 years ago | | | 0 | 0.0015851671 | |
| 14301363 | 3 years ago | | | 0 | 0.0033149776 | |
| 14234930 | 3 years ago | | | 0 | 0.0021398937 | |
| 14161367 | 3 years ago | | | 0 | 0.0044965351 |
ABI
ABI objects
Getter at block 21161315
DOMAIN_SEPARATOR() view returns (bytes32)
0xf01694eba53ac265fd53690eabfce418ca37045ed2d7d88bccf5ab338daaaa20
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=4379853029976949014158401, _reserve1=45571406486, _blockTimestampLast=1731205007)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
25211233005574492361788309047
price1CumulativeLast() view returns (uint256)
18629159454232548110834145178917484139581145159579259371
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x4aa41bc1649c9c3177ed16caaa11482295fc7441
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
431319515128133308
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.