I Uniswap V 2 Pair

Methods

DOMAIN_SEPARATOR

function DOMAIN_SEPARATOR() external view returns (bytes32)

Returns

Name
Type
Description

_0

bytes32

undefined

MINIMUM_LIQUIDITY

function MINIMUM_LIQUIDITY() external pure returns (uint256)

Returns

Name
Type
Description

_0

uint256

undefined

PERMIT_TYPEHASH

function PERMIT_TYPEHASH() external pure returns (bytes32)

Returns

Name
Type
Description

_0

bytes32

undefined

allowance

Parameters

Name
Type
Description

owner

address

undefined

spender

address

undefined

Returns

Name
Type
Description

_0

uint256

undefined

approve

Parameters

Name
Type
Description

spender

address

undefined

value

uint256

undefined

Returns

Name
Type
Description

_0

bool

undefined

balanceOf

Parameters

Name
Type
Description

owner

address

undefined

Returns

Name
Type
Description

_0

uint256

undefined

burn

Parameters

Name
Type
Description

to

address

undefined

Returns

Name
Type
Description

amount0

uint256

undefined

amount1

uint256

undefined

decimals

Returns

Name
Type
Description

_0

uint8

undefined

factory

Returns

Name
Type
Description

_0

address

undefined

getReserves

Returns

Name
Type
Description

reserve0

uint112

undefined

reserve1

uint112

undefined

blockTimestampLast

uint32

undefined

initialize

Parameters

Name
Type
Description

_0

address

undefined

_1

address

undefined

kLast

Returns

Name
Type
Description

_0

uint256

undefined

mint

Parameters

Name
Type
Description

to

address

undefined

Returns

Name
Type
Description

liquidity

uint256

undefined

name

Returns

Name
Type
Description

_0

string

undefined

nonces

Parameters

Name
Type
Description

owner

address

undefined

Returns

Name
Type
Description

_0

uint256

undefined

permit

Parameters

Name
Type
Description

owner

address

undefined

spender

address

undefined

value

uint256

undefined

deadline

uint256

undefined

v

uint8

undefined

r

bytes32

undefined

s

bytes32

undefined

price0CumulativeLast

Returns

Name
Type
Description

_0

uint256

undefined

price1CumulativeLast

Returns

Name
Type
Description

_0

uint256

undefined

skim

Parameters

Name
Type
Description

to

address

undefined

swap

Parameters

Name
Type
Description

amount0Out

uint256

undefined

amount1Out

uint256

undefined

to

address

undefined

data

bytes

undefined

symbol

Returns

Name
Type
Description

_0

string

undefined

sync

token0

Returns

Name
Type
Description

_0

address

undefined

token1

Returns

Name
Type
Description

_0

address

undefined

totalSupply

Returns

Name
Type
Description

_0

uint256

undefined

transfer

Parameters

Name
Type
Description

to

address

undefined

value

uint256

undefined

Returns

Name
Type
Description

_0

bool

undefined

transferFrom

Parameters

Name
Type
Description

from

address

undefined

to

address

undefined

value

uint256

undefined

Returns

Name
Type
Description

_0

bool

undefined

Events

Approval

Parameters

Name
Type
Description

owner indexed

address

undefined

spender indexed

address

undefined

value

uint256

undefined

Burn

Parameters

Name
Type
Description

sender indexed

address

undefined

amount0

uint256

undefined

amount1

uint256

undefined

to indexed

address

undefined

Mint

Parameters

Name
Type
Description

sender indexed

address

undefined

amount0

uint256

undefined

amount1

uint256

undefined

Swap

Parameters

Name
Type
Description

sender indexed

address

undefined

amount0In

uint256

undefined

amount1In

uint256

undefined

amount0Out

uint256

undefined

amount1Out

uint256

undefined

to indexed

address

undefined

Sync

Parameters

Name
Type
Description

reserve0

uint112

undefined

reserve1

uint112

undefined

Transfer

Parameters

Name
Type
Description

from indexed

address

undefined

to indexed

address

undefined

value

uint256

undefined

Last updated