/request/contract/address/:contractAddress/abi-code

Contract Address를 식별 값으로 특정 블록체인 환경의 Contract ABI Code 정보를 반환합니다. Contract Address는 스마트 컨트랙트를 식별할 수 있는 고유한 값입니다. 개발자는 ABI Code 정보를 통해 스마트 컨트랙트 함수를 실행하는데 필요한 정보를 확인할 수 있습니다.

Path Params
string
required

Contract-address is an identifier acquired from smart contract deployment process.

Query Params
int32
required

An unique identifier for Equilibrium blockchain network used in EQ Hub.

Response

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json