ecRecover being the sole exception), therefore you’ll have to call the address directly with addressOfPrecompile.staticcall(…) or use assembly.
EVM Precompiles Support in IoTeX
IoTeX supports all EVM precompiles and adds two more:secp256r1, at address0x8001, is a cryptographic function for elliptic curve operations, and scryptHash, commonly used in password hashing algorithms.scryptHash, at address0x8002, commonly used in password hashing algorithms.
For further details, developers can explore the IoTeX code at this link to contracts.go, where they can see the specific addresses, gas costs, and functions associated with each precompile.

