try_add
Adds two UINT256 values. Arithmetic overflow produces NULL; independently, ordinary scalar NULL propagation produces NULL when either input is NULL.
Example
Local
{"id":"sample_qnwxx3","title":"Sample","code":"SELECT try_add(40::UINT256, 2::UINT256)::VARCHAR AS result;\n-- => [{\"result\":\"42\"}]"}
Notebook ready in readonly mode.
API reference
Exact signatures with descriptions, requirements, inputs, returns, and examples.
Related functions
Category and tags
- Category
- EVM utilities
- Tag
- Types
- Tag
- EVM