Immutables are not assigned a storage slot, can be safely added to this contract.
error InvalidAuthorityInput()
error InvalidExtensionsMapInput()
address authority
Returns the address of the authority contract.
Name
Type
Description
address wrappedNative
Returns the address of the WETH9 contract.
Used to convert WETH balances to ETH without executing an oracle call.
Returns the address of the Rigoblock token jar contract.
Used to transfer protocol fees to the buy-back-and-burn contract.
The ExtensionsMap interface is required to implement the expected methods as sanity check.
Last updated 25 days ago
address tokenJar
address _implementation
contract IExtensionsMap _extensionsMap
constructor(address _authority, address extensionsMap, address _tokenJar) internal