diff --git a/Ronas.md b/Ronas.md index 596063d1..0c499bcb 100644 --- a/Ronas.md +++ b/Ronas.md @@ -220,7 +220,7 @@ timezone: Asia/Shanghai - `topics`: 函數簽名 e.g. `keccak256("Transfer(address,address,uint256)")` - `data`: 事件中不含 `index` 的資料會儲存在 data -# 2024.09.28 +### 2024.09.28 > 進度: Solidity 101 13~15 @@ -319,7 +319,7 @@ timezone: Asia/Shanghai - `assert`: 確認某些已知條件, 常用於除錯 - e.g. `assert(檢查條件);` -# 2024.09.29 +### 2024.09.29 > 進度: 複習 Solidity 101, 完成 Bootcamp 作業