For the complete documentation index, see llms.txt. This page is also available as Markdown.

ISmartPoolImmutable

ISmartPoolImmutable

VERSION

function VERSION() external view returns (string)

Returns a string of the pool version.

Return Values

Name
Type
Description

[0]

string

String of the pool implementation version.

authority

function authority() external view returns (address)

Returns the address of the authority contract.

Return Values

Name
Type
Description

[0]

address

Address of the authority contract.

wrappedNative

function wrappedNative() external view returns (address)

Returns the address of the WETH9 contract.

Used to convert WETH balances to ETH without executing an oracle call.

Return Values

Name
Type
Description

[0]

address

Address of the WETH9 contract.

tokenJar

Returns the address of the Rigoblock token jar contract.

Used to transfer protocol fees to the buy-back-and-burn contract.

Return Values

Name
Type
Description

[0]

address

Address of the token jar contract.

Last updated