# com.usemoon.MoonSDK.Model.AbiItem

The abi to parse the log object of the contract

## Properties

| Name                | Type                 | Description | Notes       |
| ------------------- | -------------------- | ----------- | ----------- |
| **Anonymous**       | **bool**             |             | \[optional] |
| **Constant**        | **bool**             |             | \[optional] |
| **Inputs**          | **List\<AbiInput>**  |             | \[optional] |
| **Name**            | **string**           |             | \[optional] |
| **Outputs**         | **List\<AbiOutput>** |             | \[optional] |
| **Payable**         | **bool**             |             | \[optional] |
| **StateMutability** | **string**           |             | \[optional] |
| **Type**            | **string**           |             |             |
| **Gas**             | **double**           |             | \[optional] |

\[Back to Model list] \[Back to API list] \[Back to README]
