We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7140346 commit 28713fdCopy full SHA for 28713fd
1 file changed
qiaopengjun5162.md
@@ -15,6 +15,24 @@ web3 开发者,Python、Go、Rust、Solidity 等语言经验丰富,项目开
15
## Notes
16
17
<!-- 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
36
# 2025-08-16
37
38
# 调用合约方法 参考
0 commit comments