Skip to content

Commit 3b39b71

Browse files
Update smart-contracts/advanced/multicall.md
Co-authored-by: longfeiW <[email protected]>
1 parent 2f26a29 commit 3b39b71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

smart-contracts/advanced/multicall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ This example demonstrates how to use Multicall3 to batch multiple `balanceOf` ca
113113

114114
### Batch Contract Writes
115115

116-
Multicall3, while unaudited, can be safely used for batching on-chain writes when used correctly. As a stateless contract, it should never hold funds after a transaction ends, and users should never approve it to spend tokens.
116+
117+
> :warning: Multicall3, while unaudited, can be safely used for batching on-chain writes when used correctly. As a stateless contract, it should never hold funds after a transaction ends, and users should never approve it to spend tokens.
118+
117119

118120
When using Multicall3, it's crucial to understand two key aspects: the behavior of `msg.sender` in calls versus delegatecalls, and the risks associated with `msg.value` in multicalls.
119121

0 commit comments

Comments
 (0)