Ethereum Classic
| Name | Type | Description | Notes |
|---|---|---|---|
| contract | str | Represents the specific transaction contract. | |
| gas_limit | str | Represents the amount of gas used by this specific transaction alone. | |
| gas_price | ListConfirmedTransactionsByAddressRIBSECGasPrice | ||
| gas_used | str | Represents the exact unit of gas that was used for the transaction. | |
| input_data | str | Represents additional information that is required for the transaction. | |
| internal_transactions_count | int | Represents the total internal transactions count. | |
| nonce | int | Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address. | |
| token_transfers_count | int | Represents the total token transfers count. | |
| transaction_status | str | String representation of the transaction status | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |