IUniswapV2Pair
Overview
License: MIT
interface IUniswapV2PairEvents info
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)Transfer
event Transfer(address indexed from, address indexed to, uint256 value)Mint
event Mint(address indexed sender, uint256 amount0, uint256 amount1)Burn
event Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)Swap
Sync
Functions info
name (0x06fdde03)
symbol (0x95d89b41)
decimals (0x313ce567)
totalSupply (0x18160ddd)
balanceOf (0x70a08231)
allowance (0xdd62ed3e)
approve (0x095ea7b3)
transfer (0xa9059cbb)
transferFrom (0x23b872dd)
DOMAIN_SEPARATOR (0x3644e515)
PERMIT_TYPEHASH (0x30adf81f)
nonces (0x7ecebe00)
permit (0xd505accf)
MINIMUM_LIQUIDITY (0xba9a7a56)
factory (0xc45a0155)
token0 (0x0dfe1681)
token1 (0xd21220a7)
getReserves (0x0902f1ac)
price0CumulativeLast (0x5909c0d5)
price1CumulativeLast (0x5a3d5493)
kLast (0x7464fc3d)
mint (0x6a627842)
burn (0x89afcb44)
swap (0x022c0d9f)
skim (0xbc25cf77)
sync (0xfff6cae9)
initialize (0x485cc955)
Last updated