Content
@
0 reply
0 recast
2 reactions
Paul Berg
@prberg
Random Solidity tip. Implement this `batch` function in your contract so that your users can compose function calls. e.g. calling a deposit method multiple times
2 replies
0 recast
10 reactions
Paul Berg
@prberg
You can fork it from Sablier's code base: https://github.com/sablier-labs/v2-core/blob/b88ead3d7dd483f7107d56320ca01e4122e00d92/src/abstracts/Batch.sol
0 reply
0 recast
2 reactions
I. Christwin〔▸‿◂〕
@ichristwin.eth
Is this better than using a general purpose "multicall contract" instead? 🤔
0 reply
0 recast
0 reaction