You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
We're using
abi.encodeCall, which was introduced in Solidity v0.8.11.We have to use v0.8.12 because v0.8.11 had a bug and
ContractName.functionsyntax wasn't supported.Anyway, the fix is to use the lower-level
abi.encodeWithSelector.See: