> For the complete documentation index, see [llms.txt](https://docs.usemoon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usemoon.ai/sdks/unity/com.usemoon.moonsdk.model.abiitem.md).

# 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]
