Skip to content

Commit 28713fd

Browse files
committed
Add study notes for 2025-08-17
1 parent 7140346 commit 28713fd

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

qiaopengjun5162.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ web3 开发者,Python、Go、Rust、Solidity 等语言经验丰富,项目开
1515
## Notes
1616

1717
<!-- Content_START -->
18+
# 2025-08-17
19+
20+
# Monad 验证合约
21+
```bash
22+
➜ forge verify-contract \
23+
--rpc-url https://testnet-rpc.monad.xyz \
24+
--verifier sourcify \
25+
--verifier-url 'https://sourcify-api-monad.blockvision.org' \
26+
0x464bDd2610B4f039E18d8a8E2A720D39cD559EF1 \
27+
src/MonaPacketAccount.sol:MonaPacketAccount
28+
29+
30+
# 指令: 调用 transfer 函数,把 1 个 MPKT 转给新的接收者 0x750E...
31+
cast calldata "transfer(address,uint256)" 0x750Ea21c1e98CcED0d4557196B6f4a5974CCB6f5 1000000000000000000
32+
0xa9059cbb000000000000000000000000750ea21c1e98cced0d4557196b6f4a5974ccb6f50000000000000000000000000000000000000000000000000de0b6b3a7640000
33+
34+
```
35+
1836
# 2025-08-16
1937

2038
# 调用合约方法 参考

0 commit comments

Comments
 (0)