Transactions
Check Contract Execution Status
if there was an error during contract execution.
Query Parameters
Parameter | Description |
transaction_hash | type: String value: Transaction hash required: true |
Check Transaction Receipt Status
Only applicable for Post Byzantium fork transactions.
Query Parameters
Parameter | Description |
transaction_hash | type: String value: Transaction hash required: true |
Get 'Internal Transactions' by Transaction Hash
Returns Internal-Transaction list.
Query Parameters
Parameter | Description |
transaction_hash | type: String value: Transaction hash required: true |
limit | type: Integer value: Maximum number of record will retrieve (Default: 50, Max: 1000) required: false |
offset | type: Integer value: Start retrieve record (Default: 0) required: false |
input | type: Boolean value: Include input data (true/false[Default]) required: false |
Last updated