| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The function name | [optional] |
| inputs | List<ParameterWithValue> | The function inputs | |
| outputs | List<ParameterWithValue> | The function outputs | [optional] |
| stateMutability | StateMutabilityEnum | The state mutability of the function (e.g., view, pure, nonpayable, payable) | [optional] |
| Name | Value |
|---|---|
| VIEW | "view" |
| PURE | "pure" |
| NONPAYABLE | "nonpayable" |
| PAYABLE | "payable" |