Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audit corrections #3

Merged
merged 11 commits into from
Jul 9, 2024
Next Next commit
Documentation correction
enriquefynn committed Jul 3, 2024
commit 3e2b1a9e59a490d2b07b8596d6dd1c0813aa1371
6 changes: 3 additions & 3 deletions PLUGIN_SPECIFICATION.md
Original file line number Diff line number Diff line change
@@ -27,9 +27,9 @@ For the smart contracts implemented, the functions covered by the plugin shall b

|Contract | Function | Selector | Displayed Parameters |
| --- | --- | --- | --- |
|Stakewise | burnOsToken | `0x066055e0`| <table><tbody> <tr><td><code>uint128 osTokenShares</code></td></tr> <tr><td><code>uint256 timestamp</code></td></tr> <tr><td><code>uint256 exitQueueIndex</code></td></tr> </tbody></table> |
|Stakewise | claimExitedAssets | `0x8697d2c2`| <table><tbody> <tr><td><code>address receiver</code></td></tr> <tr><td><code>address referrer</code></td></tr> </tbody></table> |
|Stakewise | deposit | `0xf9609f08`| <table><tbody> <tr><td><code>type ParameterName</code></td></tr> </tbody></table> |
|Stakewise | burnOsToken | `0x066055e0`| <table><tbody> <tr><td><code>uint128 osTokenShares</code></td></tr> </tbody></table> |
|Stakewise | claimExitedAssets | `0x8697d2c2`| <table><tbody> <tr><td><code>uint256 positionTicket</code></td></tr> <tr><td><code>uint256 timestamp</code></td></tr> <tr><td><code>uint256 exitQueueIndex</code></td></tr></tbody></table> |
|Stakewise | deposit | `0xf9609f08`| <table><tbody> <tr><td><code>address receiver</code></td></tr> <tr><td><code>address referrer</code></td></tr> </tbody></table> |
|Stakewise | enterExitQueue | `0x8ceab9aa`| <table><tbody> <tr><td><code>uint256 shares</code></td></tr> <tr><td><code>address receiver</code></td></tr> </tbody></table> |
|Stakewise | mintOsToken | `0x201b9eb5`| <table><tbody> <tr><td><code>address receiver</code></td></tr> <tr><td><code>uint256 osTokenShares</code></td></tr> <tr><td><code>address referrer</code></td></tr> </tbody></table> |
|Stakewise | redeem | `0x7bde82f2`| <table><tbody> <tr><td><code>uint256 shares</code></td></tr> <tr><td><code>address receiver</code></td></tr> </tbody></table> |