Replies: 1 comment
-
You can include struct signatures in A good way to reverse engineer the arguments to pass to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to parse this function by
parseAbi
:ExtraData
is from other file:Then
FailureHandleStrategy
is from other file:enum FailureHandleStrategy { BlockOnFail, CacheOnFail }
BlockOnFail
/CacheOnFail
is from@openzeppelin/contracts-upgradeable/utils/structs/DoubleEndedQueueUpgradeable.sol
.How to solve it ?
Beta Was this translation helpful? Give feedback.
All reactions