Transactions
Compare With EtherScan
EndPoint
EtherScan
SocialScan
Check Contract Execution Status
✅
✅
Check Transaction Receipt Status
✅
✅
Check Contract Execution Status
[https://docs.etherscan.io/api-endpoints/stats#check-contract-execution-status]
Returns the status code of a contract execution.
https://api.w3w.ai/mantle/v1/developer/api
?module=transaction
&action=getstatus
&txhash=0x935cad3ac666b462d726de36f3c4d5b5e63238ef264a1ae1d9ead3941bac1aa3
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
Parameter
Description
txhash
the string
representing the transaction hash to check the execution status
Check Transaction Receipt Status
[https://docs.etherscan.io/api-endpoints/stats#check-transaction-receipt-status]
Returns the status code of a transaction execution.
https://api.w3w.ai/mantle/v1/developer/api
?module=transaction
&action=gettxreceiptstatus
&txhash=0xa2cc6d9273022f455631cdb326b80031148421d4d9f63eb27dcffa7b1e9750dc
&apikey=YourApiKeyToken
Try this endpoint in your browser 🔗
Query Parameters
Parameter
Description
txhash
the string
representing the transaction hash to check the receipt status
Last updated
Was this helpful?