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

MixinImmutables

MixinImmutables

Immutables are not assigned a storage slot, can be safely added to this contract.

InvalidAuthorityInput

error InvalidAuthorityInput()

InvalidExtensionsMapInput

error InvalidExtensionsMapInput()

authority

address authority

Returns the address of the authority contract.

Return Values

Name

Type

Description

wrappedNative

address wrappedNative

Returns the address of the WETH9 contract.

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

Return Values

Name

Type

Description

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

_implementation

_extensionsMap

constructor

The ExtensionsMap interface is required to implement the expected methods as sanity check.

Last updated