Pair (ERC-20)
Last updated
Last updated
This documentation covers ERC-20 functionality for denominating pool tokens. For DoveSwap-specific functionality, see .
Emitted each time an approval occurs via or .
Emitted each time a transfer occurs via , , , or .
Returns DoveSwap LP
for all pairs.
Returns DOV-LP
for all pairs.
Returns 18
for all pairs.
Returns the total amount of pool tokens for a pair.
Returns the amount of pool tokens owned by an address.
Lets msg.sender
set their allowance for a spender.
Lets msg.sender
send pool tokens to an address.
Sends pool tokens from one address to another.
Requires approval.
Sets the allowance for a spender where approval is granted via a signature.
Returns the amount of liquidity tokens owned by an address that a spender is allowed to transfer via .
Returns a domain separator for use in .
Returns a typehash for use in .
Returns the current nonce for an address for use in .
Emits .
Emits .
Emits .
Emits .