This came in the Clear Signing working group. It would be helpful for auditors to be able to fetch ABI for such contracts. See this example on Etherscan:
https://seiscan.io/address/0x0000000000000000000000000000000000001007#code
These don't return bytecode via eth_getCode. However, they have a callable ABI. Etherscan just shows a Solidity interface as source for these contracts. We might be able to do something similar.
I think it could be a server level feature outside of lib-sourcify. These are such few contracts that it would even be fine to hardcode these in some json file or something IMO.
This came in the Clear Signing working group. It would be helpful for auditors to be able to fetch ABI for such contracts. See this example on Etherscan:
https://seiscan.io/address/0x0000000000000000000000000000000000001007#code
These don't return bytecode via
eth_getCode. However, they have a callable ABI. Etherscan just shows a Solidity interface as source for these contracts. We might be able to do something similar.I think it could be a server level feature outside of lib-sourcify. These are such few contracts that it would even be fine to hardcode these in some json file or something IMO.