Skip to main content

GetContractABI gRPC Method

Retrieves the Application Binary Interface (ABI) for a smart contract on the TRON network

Updated on
May 13, 2025

GetContractABI gRPC Method

Parameters

contractAddress
string
REQUIRED
The address of the smart contract

Returns

entrys
array
List of ABI entries defining contract functions and events
anonymous
boolean
Whether the event is anonymous
constant
boolean
Whether the function is constant (view)
name
string
Name of the function or event
inputs
array
Input parameters of the function or event
indexed
boolean
Whether the parameter is indexed (for events)
name
string
Name of the parameter
type
string
Type of the parameter in Solidity
outputs
array
Output parameters of the function
indexed
boolean
Whether the parameter is indexed (for events)
name
string
Name of the parameter
type
string
Type of the parameter in Solidity
type
string
Type of the entry (function, constructor, event, etc.)
payable
boolean
Whether the function can receive TRX
stateMutability
string
State mutability type (pure, view, nonpayable, payable)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free