Custom ABI
The Custom ABI feature is useful for debugging and testing newly deployed smart contracts. This feature can be used with verified or unverified contracts.
Once a custom ABI is added, the user can test methods using the Write Custom feature.
Add Custom ABI
-
[Login to My Account](https://seitrace.com/?chain=pacific-1\) in Seitrace to get started. Once logged in:
-
Go to Custom ABI in the My Account menu.
-
Press the Add Custom ABI button
-
-
Fill in the fields.
-
Smart Contract Address. Enter the correct
0x
address of the deployed contract. -
Project Name. Create a name for your own reference.
-
Custom ABI: Copy and paste in the ABI for the contract from your development environment (truffle, hardhat, remix etc) or if the contract is verified you can copy from Seitrace.
-
Press Create custom ABI.
-
-
**Custom ABI added **to the home screen. You can edit or remove current custom ABIs or add additional custom ABIs from here.