Contract
Tag9 integrations tagged with "contract"
Thirdweb Engine: Read Contract
Read data from a smart contract via your Thirdweb Engine instance. Calls a read-only function and returns the result. Ideal for: checking balances, reading state, fetching on-chain data for workflow conditions.
Type:thirdweb-engine-read-contract
Fields:4 (3 required)
Thirdweb Engine: Write Contract
Execute a write transaction on a smart contract via your Thirdweb Engine. Queues the transaction and returns a queueId for tracking. Use get-transaction-status to poll for confirmation. Ideal for: state-changing contract calls, token transfers, minting.
Type:thirdweb-engine-write-contract
Fields:6 (4 required)