diff --git a/print.html b/print.html index b6cfe6e..8c08222 100644 --- a/print.html +++ b/print.html @@ -335,7 +335,7 @@

9. License

  • IWETH9
  • IAavePM

    -

    Git Source

    +

    Git Source

    This interface defines the essential structures and functions for the AavePM contract.

    Functions

    initialize

    @@ -513,7 +513,7 @@

    UniswapV3Pool }

    IERC20Extended

    -

    Git Source

    +

    Git Source

    Inherits: IERC20

    This interface extends the ERC20 interface with the decimals function.

    @@ -522,7 +522,7 @@

    decimals

    function decimals() external view returns (uint8);
     

    IWETH9

    -

    Git Source

    +

    Git Source

    This interface enables the wrapping and unwrapping of ETH to WETH.

    Functions

    deposit

    @@ -532,7 +532,7 @@

    withdraw

    function withdraw(uint256 wad) external;
     

    AavePM

    -

    Git Source

    +

    Git Source

    Inherits: IAavePM, Initializable, AccessControlUpgradeable, UUPSUpgradeable

    Author: diff --git a/src/AavePM.sol/contract.AavePM.html b/src/AavePM.sol/contract.AavePM.html index 999db7e..434b5a8 100644 --- a/src/AavePM.sol/contract.AavePM.html +++ b/src/AavePM.sol/contract.AavePM.html @@ -178,7 +178,7 @@

    AavePM - Aave Position Manager

    AavePM

    -

    Git Source

    +

    Git Source

    Inherits: IAavePM, Initializable, AccessControlUpgradeable, UUPSUpgradeable

    Author: diff --git a/src/interfaces/IAavePM.sol/interface.IAavePM.html b/src/interfaces/IAavePM.sol/interface.IAavePM.html index 68d5e7b..b5074d0 100644 --- a/src/interfaces/IAavePM.sol/interface.IAavePM.html +++ b/src/interfaces/IAavePM.sol/interface.IAavePM.html @@ -178,7 +178,7 @@

    AavePM - Aave Position Manager

    IAavePM

    -

    Git Source

    +

    Git Source

    This interface defines the essential structures and functions for the AavePM contract.

    Functions

    initialize

    diff --git a/src/interfaces/IERC20Extended.sol/interface.IERC20Extended.html b/src/interfaces/IERC20Extended.sol/interface.IERC20Extended.html index 38779e5..ea0f853 100644 --- a/src/interfaces/IERC20Extended.sol/interface.IERC20Extended.html +++ b/src/interfaces/IERC20Extended.sol/interface.IERC20Extended.html @@ -178,7 +178,7 @@

    AavePM - Aave Position Manager

    IERC20Extended

    -

    Git Source

    +

    Git Source

    Inherits: IERC20

    This interface extends the ERC20 interface with the decimals function.

    diff --git a/src/interfaces/IWETH9.sol/interface.IWETH9.html b/src/interfaces/IWETH9.sol/interface.IWETH9.html index fd4e95f..7dd133e 100644 --- a/src/interfaces/IWETH9.sol/interface.IWETH9.html +++ b/src/interfaces/IWETH9.sol/interface.IWETH9.html @@ -178,7 +178,7 @@

    AavePM - Aave Position Manager

    IWETH9

    -

    Git Source

    +

    Git Source

    This interface enables the wrapping and unwrapping of ETH to WETH.

    Functions

    deposit