Transactions

Check Contract Execution Status

Returns the status code of a contract execution.

https://api-alfajores.celoscan.io/api
   ?module=transaction
   &action=getstatus
   &txhash=0x145a32e5db2f847ab335501dbef36317c92838a51cf8e63556221409f529b397
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

txhash

the string representing the transaction hash to check the execution status

Check Transaction Receipt Status

Returns the status code of a transaction execution.

📝 Note: Only applicable for post Byzantium Fork transactions.

https://api-alfajores.celoscan.io/api
   ?module=transaction
   &action=gettxreceiptstatus
   &txhash=0xbf0727362a295df06659f187c194ff05928c639cf5b90b1f4b52fa4b5c444209
   &apikey=YourApiKeyToken

Try this endpoint in your browser 🔗

Query Parameters

ParameterDescription

txhash

the string representing the transaction hash to check the execution status

Last updated