|
1
Ethereum Mainnet is the main blockchain of the network Ethereum (Default)
|
|
|
|
|
|
|
|
|
|
Inside an Ethereum transaction
|
9
["0x", "0x9502f9000", "0x5208", "0x423163e58aabec5daa3dd1130b759d24bef0f6ea", "0x11c37937e08000", "0x", "0x1", "0x", "0x"]
JSON-ARRAY[nonce, gasPrice, gasLimit, to, value, data, v, r, s] 9
|
|
|
12
secp256k1[step 11, step 8] 9
|
13
0x7e9dfb6cb349d3bce51f01676ee5eff957321d34d0c2a293ee23440150092b73, 0x6cd7c96729fdf3daf75ea12285d9b9178d44695e6f0e7138b69797198c4f184f, 0x26
(r, s, v) = Result(step 12). v=27 + step 1 3
|
14
JSON-ARRAY[nonce, gasPrice, gasLimit, to, value, data, v, r, s]. Serialized string must be applied and start with '[' and end with ']' 9
|
15
Signed Transaction. We can see the raw transaction as string. Signed transactions are RLP encoded, and consist of all transaction parameters (nonce, gas price, gas limit, to, value, data) and the signature (r, s, v). Broadcast it over the Ethereum network: etherscan.io etc.
220
|
16
0x35b8daf33ab555661c18e2de5607051a142f02ad2116a93dbb7153c6f910cb97
|