Skip to main content
Encode view function calls and decode return values to read contract state.

Read Token Metadata

Low-Level Encoding

Use Abi.Function for more control:

Batch Multiple Calls

Encode multiple view calls for multicall:
This is a fully executable example. View the complete source with test assertions at examples/contracts/read-contract.ts.