Files
protocol/packages/pipeline/test/fixtures/etherscan/api_v1_accounts_transactions.json
2019-02-26 11:42:53 +08:00

27 lines
887 B
JSON

{
"message": "OK",
"result": [
{
"blockHash": "0xee634af4cebd034ed9e5e3dc873a2b0ecc60fe11bef27f7b92542388869f21ee",
"blockNumber": "6271590",
"confirmations": "996941",
"contractAddress": "0x4f833a24e1f95d70f028921e27040ca56e09ab0b",
"cumulativeGasUsed": "6068925",
"from": "0x2d7dc2ef7c6f6a2cbc3dba4db97b2ddb40e20713",
"gas": "7000000",
"gasPrice": "20000000000",
"gasUsed": "6005925",
"hash": "0x4a03044699c2fbd256e21632a6d8fbfc27655ea711157fa8b2b917f0eb954cea",
"input": "0x60806040",
"isError": "0",
"nonce": "2",
"timeStamp": "1536083185",
"to": "",
"transactionIndex": "3",
"txreceipt_status": "1",
"value": "0"
}
],
"status": "1"
}