EVM Compatibility
Address | ID | Name | Spec | Status |
---|---|---|---|---|
0x01 | ECRecover | ECDSA public key recovery | in development | |
0x02 | SHA256 | SHA-2 256-bit hash function | in development | |
0x03 | RIPEMD160 | RIPEMD 160-bit hash function | in development | |
0x04 | Identity | Identity function | in development | |
0x05 | ModExp | Big integer modular exponentiation | in development | |
0x06 | BN128Add | Elliptic curve addition | in development | |
0x07 | BN128Mul | Elliptic curve scalar multiplication | in development | |
0x08 | BN128Pair | Elliptic curve pairing check | in development | |
0x09 | Blake2F | BLAKE2b F compression function | in development |
In the developer preview testnet this opcode will not be available and calling it will make the EOS EVM contract to raise and exception stopping contract execution at EOS level.
In the developer preview testnet this will be 0x0000000000000000000000000000000000000000
In the developer preview testnet this will be 0
In the developer preview testnet this will be INT64_MAX
Last modified 9mo ago