Get Contract Actions by ID or Hash
Last updated
Was this helpful?
Last updated
Was this helpful?
Get the contract actions from a contract on the network for a given transactionId or ethereum transaction hash.
This method will use 20
Compute Units.
Returns a list of ContractActions for a contract's function executions for a given transactionId or ethereum transaction hash.
Transaction Id or a 32 byte hash with optional 0x prefix
{"value":"0.0.10-1234567890-000000000"}
^(0x)?[A-Fa-f0-9]{64}|(\d{1,10})\.(\d{1,10})\.(\d{1,10})-(\d{1,19})-(\d{1,9})$
The index of a contract action
{"summary":"--","value":""}
^((gte?|lte?|eq|ne)\:)?\d{1,10}$
The maximum number of items to return
2
The order in which items are listed
desc