tenderly_getContractAbi - Ethereum Sepolia


Summary

Returns the ABI for a given contract address. The ABI describes the contract's interface including:

  • Function definitions
  • Event definitions
  • Constructor arguments
  • State variable definitions

Parameters

1. Contract Address Address

The address of the contract to fetch the ABI for
Example: 0xa158cea67da5fB073A9FCE5cEB74bFB7527cA6D6

Code Examples