EntrypointMissing

Git Source

There are more entrypoints defined by the minimum stack outputs than there are provided sources. This means the calling contract WILL attempt to eval a dangling reference to a non-existent source at some point, so this MUST REVERT.

error EntrypointMissing(uint256 expectedEntrypoints, uint256 actualEntrypoints);