Transactions

Compare With EtherScan

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

Query Parameters

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

Query Parameters

Last updated