The main paragraph states: > The addresses start from 1, and increment for each contract. https://www.evm.codes/precompiled But the table ends in: - 0x11: BLS12_MAP_FP2_TO_G2 - 0x100: P256VERIFY (and 0x11 + 1 == 0x12 != 0x100)
The main paragraph states:
https://www.evm.codes/precompiled
But the table ends in:
(and 0x11 + 1 == 0x12 != 0x100)