Forks will be deprecated on March 31, 2025. Please migrate to Tenderly Virtual TestNets or contact our support for assistance with automatic migration.

tenderly_getContractAbi - Story Aeneid


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