go-ethereum/eth/tracers/internal/tracetest/testdata/call_tracer/selfdestruct.json
2026-01-08 14:10:57 +02:00

75 lines
No EOL
2.4 KiB
JSON

{
"genesis": {
"config": {
"chainId": 3,
"homesteadBlock": 0,
"daoForkSupport": true,
"eip150Block": 0,
"eip155Block": 10,
"eip158Block": 10,
"byzantiumBlock": 1700000,
"depositContractAddress": "0x0000000000000000000000000000000000000000",
"ethash": {}
},
"nonce": "0x4eb12e19c16d43da",
"timestamp": "0x5a37b8ed",
"extraData": "0x4554482e45544846414e532e4f52472d4641313738394444",
"gasLimit": "0x48230c",
"difficulty": "0xd1328818",
"mixHash": "0xb131e4507c93c7377de00e7c271bf409ec7492767142ff0f45c882f8068c2ada",
"coinbase": "0x0000000000000000000000000000000000000000",
"alloc": {
"0024f658a46fbb89d8ac105e98d7ac7cbbaf27c5": {
"balance": "0x0",
"nonce": "0x16"
},
"3b873a919aa0512d5a0f09e6dcceaa4a6727fafe": {
"code": "0x61deadff",
"balance": "0x4d87094125a369d9bd5",
"nonce": "0x1"
},
"b436ba50d378d4bbc8660d312a13df6af6e89dfb": {
"balance": "0x1780d77678137ac1b775",
"nonce": "0x7190"
}
},
"number": "0x22f08d",
"gasUsed": "0x0",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"baseFeePerGas": null,
"excessBlobGas": null,
"blobGasUsed": null
},
"context": {
"number": "0x22f08e",
"difficulty": "0xd0c9eed4",
"timestamp": "0x5a37b922",
"gasLimit": "0x481120",
"miner": "0x1585936b53834b021f68cc13eeefdec2efc8e724",
"baseFeePerGas": null
},
"input": "0xf88b8271908506fc23ac0083015f90943b873a919aa0512d5a0f09e6dcceaa4a6727fafe80a463e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c52aa0bdce0b59e8761854e857fe64015f06dd08a4fbb7624f6094893a79a72e6ad6bea01d9dde033cff7bb235a3163f348a6d7ab8d6b52bc0963a95b91612e40ca766a4",
"tracerConfig": null,
"result": {
"pc": "0x0",
"from": "0xb436ba50d378d4bbc8660d312a13df6af6e89dfb",
"gas": "0x15f90",
"gasUsed": "0x6fcb",
"to": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe",
"input": "0x63e4bff40000000000000000000000000024f658a46fbb89d8ac105e98d7ac7cbbaf27c5",
"calls": [
{
"pc": "0x3",
"from": "0x3b873a919aa0512d5a0f09e6dcceaa4a6727fafe",
"gas": "0x0",
"gasUsed": "0x0",
"to": "0x000000000000000000000000000000000000dead",
"input": "0x",
"value": "0x4d87094125a369d9bd5",
"type": "SELFDESTRUCT"
}
],
"value": "0x0",
"type": "CALL"
}
}