UnexpectedPointers

Git Source

Thrown when the pointers known to the expression deployer DO NOT match the interpreter it is constructed for. This WILL cause undefined expression behaviour so MUST REVERT.

error UnexpectedPointers(bytes actualPointers);

Parameters

NameTypeDescription
actualPointersbytesThe actual function pointers found at the interpreter address upon construction.