evm_iszero
Implements the EVM ISZERO opcode: returns BIGINT 1 when the complete UINT256 word is zero and 0 otherwise. NULL input propagates to NULL.
Example
Local
{"id":"sample_jsc67s","title":"Sample","code":"SELECT evm_iszero(7::UINT256) AS result;\n-- => [{\"result\":0}]"}
Notebook ready in readonly mode.
API reference
Exact signatures with descriptions, requirements, inputs, returns, and examples.
Category and tags
- Category
- EVM utilities
- Tag
- Types
- Tag
- EVM