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

IRigoblockV3PoolImmutable

IRigoblockV3PoolImmutable

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.

Last updated