echidna
echidna copied to clipboard
Feature Request: Override ABI of (deployed) contracts
This would be a great first step in having support for multi-abi-fuzzing proxies.
Some quick ideas:
- Adding "contract aliases", where the user can specify an ABI name to override the ABI of a contract
- Connecting a certain deployed contract address to an ABI
This looks useful. We could use this:
[["0x42", "ContractInterface"], ...]
It seems that in practice, it will be an API override, not an alias.
Can the code be use to overide ABI?