Skip to content

Commit

Permalink
deploy: d20de8f
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Mar 8, 2024
1 parent 655a2d7 commit 128437e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions experimental/fault-proof/stage-one/bond-incentives.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ <h3 id="delayedweth"><a class="header" href="#delayedweth">DelayedWETH</a></h3>
<li><code>DelayedWETH</code> has an <code>unlock(guy,wad)</code> function that modifies a mapping called <code>withdrawals</code> keyed as
<code>withdrawals[msg.sender][guy] =&gt; WithdrawalRequest</code> where <code>WithdrawalRequest</code> is
<code>struct Withdrawal Request { uint256 amount, uint256 timestamp }</code>. When <code>unlock</code> is called, the timestamp for
<code>withdrawals[msg.sender][guy]</code> is set to the current timestamp and the amount is increased by the given amount.
<code>unlock(guy,wad)</code> is not callable when <code>SuperchainConfig.paused()</code> is <code>true</code>.</li>
<code>withdrawals[msg.sender][guy]</code> is set to the current timestamp and the amount is increased by the given amount.</li>
<li><code>DelayedWETH</code> modifies the <code>WETH.withdraw</code> function such that an address <em>must</em> provide a "sub-account" to withdraw
from. The function signature becomes <code>withdraw(guy,wad)</code>. The function retrieves <code>withdrawals[msg.sender][guy]</code> and
checks that the current <code>block.timestamp</code> is greater than the timestamp on the withdrawal request plus the <code>delay()</code>
Expand Down
3 changes: 1 addition & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -6810,8 +6810,7 @@ <h3 id="delayedweth"><a class="header" href="#delayedweth">DelayedWETH</a></h3>
<li><code>DelayedWETH</code> has an <code>unlock(guy,wad)</code> function that modifies a mapping called <code>withdrawals</code> keyed as
<code>withdrawals[msg.sender][guy] =&gt; WithdrawalRequest</code> where <code>WithdrawalRequest</code> is
<code>struct Withdrawal Request { uint256 amount, uint256 timestamp }</code>. When <code>unlock</code> is called, the timestamp for
<code>withdrawals[msg.sender][guy]</code> is set to the current timestamp and the amount is increased by the given amount.
<code>unlock(guy,wad)</code> is not callable when <code>SuperchainConfig.paused()</code> is <code>true</code>.</li>
<code>withdrawals[msg.sender][guy]</code> is set to the current timestamp and the amount is increased by the given amount.</li>
<li><code>DelayedWETH</code> modifies the <code>WETH.withdraw</code> function such that an address <em>must</em> provide a "sub-account" to withdraw
from. The function signature becomes <code>withdraw(guy,wad)</code>. The function retrieves <code>withdrawals[msg.sender][guy]</code> and
checks that the current <code>block.timestamp</code> is greater than the timestamp on the withdrawal request plus the <code>delay()</code>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 128437e

Please sign in to comment.