evm_min
Returns the minimum of two UINT256 values.
Example
Local
{"id":"sample_zsona","title":"Sample","code":"SELECT evm_min(9::UINT256, 4::UINT256)::VARCHAR AS result;\n-- => [{\"result\":\"4\"}]"}
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