useReadContract
A hook to read state from a contract that automatically updates when the contract changes.
You can use raw read calls or read extensions to read from a contract.
A hook to read state from a contract that automatically updates when the contract changes. You can use raw read calls or read extensions to read from a contract.
Read a contract extension let you do complex contract queries with less code.