Content
@
0 reply
0 recast
2 reactions
xh3b4sd ↑
@xh3b4sd.eth
Does somebody know an implementation for decoding transactions made via account abstraction? There is an entrypoint contract with an handleOps function. The callData is what the user sends. But that callData part is also pushed through some batch execution, and you end up with lists of encoded targets and inputs. Looking for any reference implementation.
1 reply
0 recast
4 reactions
Samuel ツ
@samuellhuber.eth
maybe https://github.com/3loop/loop-decoder by @nastya
1 reply
0 recast
1 reaction
xh3b4sd ↑
@xh3b4sd.eth
Thanks for sharing. Doesn't look like this thing has ERC-4337 support.
1 reply
0 recast
1 reaction
Harris
@harris-
@nastya is it hard to add user op decoding as another detected type? would just need to know the abis for the entrypoint contracts and smart wallets and the format the parameters follow I guess?
1 reply
0 recast
2 reactions