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