I couldn’t find any references to the precompiled contracts in the docs. These are important/useful things to know that should be directly in the solidity language docs.
1 Like
Precompiles are not part of the Solidity language, they are specific to chains and may differ between chains. You can find precompile information at evm.codes and rollup.codes websites.
2 Likes