Skip to main content
GET
fenine_getSystemContractABI

Overview

Returns the complete ABI (Application Binary Interface) of the FenineSystem contract. Use this to create contract instances in your Web3 library.

Parameters

None

Response

string
JSON string containing the complete contract ABI

Examples

Usage Pattern

1

Get ABI Once

Fetch the ABI once and cache it in your application
2

Create Contract Instance

Use the ABI to create a contract instance
3

Call Contract Methods

Now you can call any contract method

Best Practices

The ABI is static and won’t change. Fetch it once during initialization and cache it.
In production, consider hardcoding the ABI or loading from a file to avoid RPC calls.
This ABI includes all functions: user functions (stake, claim), view functions (getValidatorInfo), and admin functions. Your wallet will only be able to call functions you have permission for.

fenine_getNFTPassportABI

Get NFT Passport contract ABI

fenine_getTaxManagerABI

Get Tax Manager contract ABI

fenine_getSystemContractAddress

Get System Contract address