1. 程式人生 > >以太坊中文文件翻譯-交易

以太坊中文文件翻譯-交易

本文原文連結 點選這裡獲取Etherscan API 中文文件(完整版) 完整內容排版更好,推薦讀者前往閱讀。

交易(Transaction)

交易相關的 API,介面的引數說明請參考Etherscan API 約定, 文件中不單獨說明。

[BETA] 檢查合約執行狀態

(if there was an error during contract execution)

Note: isError":"0" = Pass , isError":"1" = Error during Contract Execution

https://api.etherscan.io/api?module=transaction&action=getstatus&txhash=0x15f8e5ea1079d9a0bb04a4c58ae5fe7654b5b2b4463375ff7ffb490aa0032f3a&apikey=YourApiKeyToken

[BETA] 檢查交易收據狀態

(Only applicable for Post Byzantium fork transactions)

Note: status: 0 = Fail, 1 = Pass. Will return null/empty value for pre-byzantium fork

https://api.etherscan.io/api?module=transaction&action=gettxreceiptstatus&txhash=0x513c1ba0bebf66436b5fed86ab668452b7805593c05073eb2d51d3a52f480a76&apikey=YourApiKeyToken
點選獲取Etherscan API 中文文件(完整版)

示意圖: 在這裡插入圖片描述

相關文件推薦:

Solidity 中文文件(完整版) ethers.js 中文文件(完整版) Web3.js 中文文件(完整版) Truffle 中文文