Skip to content

Commit

Permalink
update Ronas.md 1016
Browse files Browse the repository at this point in the history
  • Loading branch information
gogomaomao committed Oct 16, 2024
1 parent 2a8f248 commit c4ea04d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Ronas.md
Original file line number Diff line number Diff line change
Expand Up @@ -914,4 +914,35 @@ timezone: Asia/Shanghai
- Gnosis Safe
- reference: https://peopledao.mirror.xyz/nFCBXda8B5ZxQVqSbbDOn2frFDpTxNVtdqVBXGIjj0s
### 2024.10.16
> 進度: Solidity 103 51
- ERC4626 (Tokenized Vault Standard)
- Standard
- https://eips.ethereum.org/EIPS/eip-4626
- 功能
- 資產數據
- asset
- 存提款邏輯
- deposit
- mint
- withdraw
- redeem
- 會計邏輯
- totalAssets
- convertToShares
- convertToAssets
- previewDeposit
- previewMint
- previewWithdraw
- previewRedeem
- 存提款限額
- maxDeposit
- maxMint
- OP Implemetation
- [IERC4626](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/interfaces/IERC4626.sol)
- [ERC4626](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/extensions/ERC4626.sol)
<!-- Content_END -->

0 comments on commit c4ea04d

Please sign in to comment.