forked from dominant-strategies/quai-blockscout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
etx.json
51 lines (50 loc) · 1.55 KB
/
etx.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%Explorer.Chain.ExternalTransaction{
__meta__: #Ecto.Schema.Metadata<:built, "external_transactions">,
block: #Ecto.Association.NotLoaded<association :block is not loaded>,
block_hash: nil,
block_index: nil,
block_number: nil,
call_type: nil,
created_contract_address: #Ecto.Association.NotLoaded<association :created_contract_address is not loaded>,
created_contract_address_hash: nil,
created_contract_code: nil,
error: nil,
from_address: #Ecto.Association.NotLoaded<association :from_address is not loaded>,
from_address_hash: nil,
gas: nil,
gas_used: nil,
index: nil,
init: nil,
input: nil,
inserted_at: nil,
output: nil,
pending_block: #Ecto.Association.NotLoaded<association :pending_block is not loaded>,
to_address: #Ecto.Association.NotLoaded<association :to_address is not loaded>,
to_address_hash: nil,
trace_address: nil,
transaction: #Ecto.Association.NotLoaded<association :transaction is not loaded>,
transaction_hash: nil,
transaction_index: nil,
updated_at: nil,
value: nil
}
%{
block_hash: "0x420143266656e94aa1e8001899e41e7a767b9cad1959b50b98e19054b4f0c2c7",
block_number: 16,
from_address_hash: "0x0000000000000000000000000000000000000000",
gas: 100000,
gas_price: 2000000000,
hash: "0x6f9ad9d25e08cbd61cd6a082770d15682c361d52b882ba70a2ed309d1e91a597",
index: 0,
input: "0x",
max_fee_per_gas: 2000000016,
max_priority_fee_per_gas: 2000000000,
nonce: 1,
r: 0,
s: 0,
to_address_hash: "0xff34d953f39b78a04a6586dac842541deac39f4a",
transaction_index: 0,
type: 1,
v: 0,
value: 66
}