Behavior and consumption
Authors one typed value for later PROGRAM assembly or run consumption; it does not execute or publish.
Builds one ABI-encoded contract call step for sequential, non-atomic PROGRAM execution.
Local
Exact signatures with descriptions, requirements, inputs, returns, and examples.
execute_contract(ADDRESS, ADDRESS, UINT256, UBIGINT, JSON, VARCHAR, ...args) # Builds one ABI-encoded contract call step for sequential, non-atomic PROGRAM execution.
| Name | Type | Use |
|---|---|---|
sender | ADDRESS Required typed SQL value committed to the authored step. | requiredpositional |
target | ADDRESS Required typed SQL value committed to the authored step. | requiredpositional |
value | UINT256 Required typed SQL value committed to the authored step. | requiredpositional |
gas_limit | UBIGINT Required UBIGINT gas limit; constructor execution rejects values outside the supported bound. | requiredpositional |
abi | JSON Required typed SQL value committed to the authored step. | requiredpositional |
| Name | Type |
|---|---|
step | STEP |
Typed STEP authoring value. Returns one canonical typed value. Construction does not execute EVM code, contact RPC, or publish evidence.
Authors one typed value for later PROGRAM assembly or run consumption; it does not execute or publish.
SQL types bind first; widths, ABI selection, duplicates, empty programs, and selectors validate when the constructor executes.
Construction is deterministic and offline: no RPC, chain mutation, or evidence write.
Use it to author PROGRAM input, not as proof of execution or future success.
execute_contract(ADDRESS, ADDRESS, UINT256, UBIGINT, CALL_CONTEXT, JSON, VARCHAR, ...args) # Builds one ABI-encoded contract call step with explicit EVM-visible context.
| Name | Type | Use |
|---|---|---|
sender | ADDRESS Required typed SQL value committed to the authored step. | requiredpositional |
target | ADDRESS Required typed SQL value committed to the authored step. | requiredpositional |
value | UINT256 Required typed SQL value committed to the authored step. | requiredpositional |
gas_limit | UBIGINT Required UBIGINT gas limit; constructor execution rejects values outside the supported bound. | requiredpositional |
context | CALL_CONTEXT Required typed SQL value committed to the authored step. | requiredpositional |
| Name | Type |
|---|---|
step | STEP |
Typed STEP authoring value. Returns one canonical typed value. Construction does not execute EVM code, contact RPC, or publish evidence.
Local SQL