Skip to content

Commit

Permalink
deploy: 9b2b558
Browse files Browse the repository at this point in the history
  • Loading branch information
EridianAlpha committed Apr 26, 2024
1 parent a233c87 commit 6ca65df
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h2 id="9-license"><a class="header" href="#9-license">9. License</a></h2>
<li><a href="src/interfaces/IWETH9.sol/interface.IWETH9.html">IWETH9</a></li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="iaavepm"><a class="header" href="#iaavepm">IAavePM</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/interfaces/IAavePM.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/interfaces/IAavePM.sol">Git Source</a></p>
<p>This interface defines the essential structures and functions for the AavePM contract.</p>
<h2 id="functions"><a class="header" href="#functions">Functions</a></h2>
<h3 id="initialize"><a class="header" href="#initialize">initialize</a></h3>
Expand Down Expand Up @@ -513,7 +513,7 @@ <h3 id="uniswapv3pool"><a class="header" href="#uniswapv3pool">UniswapV3Pool</a>
}
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="ierc20extended"><a class="header" href="#ierc20extended">IERC20Extended</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/interfaces/IERC20Extended.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/interfaces/IERC20Extended.sol">Git Source</a></p>
<p><strong>Inherits:</strong>
IERC20</p>
<p>This interface extends the ERC20 interface with the decimals function.</p>
Expand All @@ -522,7 +522,7 @@ <h3 id="decimals"><a class="header" href="#decimals">decimals</a></h3>
<pre><code class="language-solidity">function decimals() external view returns (uint8);
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="iweth9"><a class="header" href="#iweth9">IWETH9</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/interfaces/IWETH9.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/interfaces/IWETH9.sol">Git Source</a></p>
<p>This interface enables the wrapping and unwrapping of ETH to WETH.</p>
<h2 id="functions-2"><a class="header" href="#functions-2">Functions</a></h2>
<h3 id="deposit"><a class="header" href="#deposit">deposit</a></h3>
Expand All @@ -532,7 +532,7 @@ <h3 id="withdraw"><a class="header" href="#withdraw">withdraw</a></h3>
<pre><code class="language-solidity">function withdraw(uint256 wad) external;
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="aavepm"><a class="header" href="#aavepm">AavePM</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/AavePM.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/AavePM.sol">Git Source</a></p>
<p><strong>Inherits:</strong>
<a href="src/AavePM.sol//src/interfaces/IAavePM.sol/interface.IAavePM.html">IAavePM</a>, Initializable, AccessControlUpgradeable, UUPSUpgradeable</p>
<p><strong>Author:</strong>
Expand Down
2 changes: 1 addition & 1 deletion src/AavePM.sol/contract.AavePM.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title">AavePM - Aave Position Manager</h1>
<div id="content" class="content">
<main>
<h1 id="aavepm"><a class="header" href="#aavepm">AavePM</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/AavePM.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/AavePM.sol">Git Source</a></p>
<p><strong>Inherits:</strong>
<a href="/src/interfaces/IAavePM.sol/interface.IAavePM.html">IAavePM</a>, Initializable, AccessControlUpgradeable, UUPSUpgradeable</p>
<p><strong>Author:</strong>
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IAavePM.sol/interface.IAavePM.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title">AavePM - Aave Position Manager</h1>
<div id="content" class="content">
<main>
<h1 id="iaavepm"><a class="header" href="#iaavepm">IAavePM</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/interfaces/IAavePM.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/interfaces/IAavePM.sol">Git Source</a></p>
<p>This interface defines the essential structures and functions for the AavePM contract.</p>
<h2 id="functions"><a class="header" href="#functions">Functions</a></h2>
<h3 id="initialize"><a class="header" href="#initialize">initialize</a></h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title">AavePM - Aave Position Manager</h1>
<div id="content" class="content">
<main>
<h1 id="ierc20extended"><a class="header" href="#ierc20extended">IERC20Extended</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/interfaces/IERC20Extended.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/interfaces/IERC20Extended.sol">Git Source</a></p>
<p><strong>Inherits:</strong>
IERC20</p>
<p>This interface extends the ERC20 interface with the decimals function.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/IWETH9.sol/interface.IWETH9.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="menu-title">AavePM - Aave Position Manager</h1>
<div id="content" class="content">
<main>
<h1 id="iweth9"><a class="header" href="#iweth9">IWETH9</a></h1>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/632883aae28e42ddce0dd083669c234cc5c2420f/src/interfaces/IWETH9.sol">Git Source</a></p>
<p><a href="https://github.com/EridianAlpha/aave-position-manager/blob/9b2b558a2e67be2287730796ca27c3582692bbbb/src/interfaces/IWETH9.sol">Git Source</a></p>
<p>This interface enables the wrapping and unwrapping of ETH to WETH.</p>
<h2 id="functions"><a class="header" href="#functions">Functions</a></h2>
<h3 id="deposit"><a class="header" href="#deposit">deposit</a></h3>
Expand Down

0 comments on commit 6ca65df

Please sign in to comment.