useDeployedContractInfo
Use this hook to fetch details about a deployed smart contract, including the ABI and address.
Use this hook to fetch details about a deployed smart contract, including the ABI and address.
ts
This example retrieves the details of the deployed contract with the specified name and stores the details in the deployedContractData
object.
Configuration
Return Value
data
: Object containingaddress
andabi
of contract.