Content
@
0 reply
0 recast
0 reaction
markus - ethOS - e/acc-d
@markus
EVM devs: Is it possible to do an implementation of multicall where the first call is any call, and the second call knows the end-state of the first call? (For example, if the first call mints an NFT, the second call sends it to the users wallet, same goes for a swap as the first call)
5 replies
1 recast
24 reactions
0age
@0age
https://github.com/dharmaprotocol/dharmaOS/blob/main/contracts/Wallet.sol
1 reply
0 recast
1 reaction
0age
@0age
The “AdvancedCall” version here specifies regions of returndata and calldata where the former gets returndatacopy’d to fill in the latter in subsequent calls
0 reply
0 recast
1 reaction