{
"description": "Simple value transfer: send 1000 wei to address 0x01",
"args": [
"tx",
"--sender", "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"--receiver", "0x0000000000000000000000000000000000000001",
"--value", "1000",
"--sender.balance", "1ether"
],
"expected": {
"success": true,
"gas_used": 63000,
"logs_count": 0,
"receipt": {
"type": "0x0",
"status": "0x1",
"cumulativeGasUsed": "0xf618",
"logs": [],
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"transactionHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"transactionIndex": "0x0",
"blockHash": null,
"blockNumber": "0x1",
"gasUsed": "0xf618",
"effectiveGasPrice": "0x0",
"from": "0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266",
"to": "0x0000000000000000000000000000000000000001",
"contractAddress": null
}
}
}