Skip to content

Commit 9a66044

Browse files
committed
Add study notes for 2025-08-16
1 parent b00907a commit 9a66044

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

qiaopengjun5162.md

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

1717
<!-- Content_START -->
18+
# 2025-08-16
19+
20+
# 调用合约方法 参考
21+
```bash
22+
➜ cast send 0x1d3a01A7218357a73142750F8d067468132ED63B \
23+
"execute(address,uint256,bytes,uint8)" \
24+
0xa006cD3172Ef04D0199F4df9682E8297c133D69e \
25+
0 \
26+
$TRANSFER_DATA \
27+
0 \
28+
--private-key $PRIVATE_KEY \
29+
--rpc-url $MONAD_RPC_URL
30+
31+
blockHash 0x90f96384239a8a675033e51e6ae7eb9e8590763784ac304a3b7c46a3ad264094
32+
blockNumber 31095210
33+
contractAddress
34+
cumulativeGasUsed 9712955
35+
effectiveGasPrice 50000000001
36+
from 0x750Ea21c1e98CcED0d4557196B6f4a5974CCB6f5
37+
gasUsed 23048
38+
logs []
39+
logsBloom 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
40+
root
41+
status 1 (success)
42+
transactionHash 0x98993c0155530d8b27ed6d79f4dda21489a086845eec75f5daade67be23960f7
43+
transactionIndex 43
44+
type 2
45+
blobGasPrice
46+
blobGasUsed
47+
to 0x1D3A01A7218357A73142750f8D067468132ed63B
48+
```
49+
1850
# 2025-08-15
1951

2052
# Web3开发必知:Solidity内存布局(Storage、Memory、Stack)解析

0 commit comments

Comments
 (0)