mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 13:46:47 +00:00
parent
41d7ea14ef
commit
ca78018be5
@ -33,8 +33,11 @@
|
||||
'-',
|
||||
t.block_number,
|
||||
t.tx_position,
|
||||
t.type,
|
||||
t.trace_address
|
||||
CONCAT(
|
||||
t.type,
|
||||
'_',
|
||||
t.trace_address
|
||||
)
|
||||
) AS _call_id
|
||||
FROM
|
||||
{{ ref('core__fact_traces') }}
|
||||
@ -148,8 +151,11 @@
|
||||
'-',
|
||||
t.block_number,
|
||||
t.tx_position,
|
||||
t.type,
|
||||
t.trace_address
|
||||
CONCAT(
|
||||
t.type,
|
||||
'_',
|
||||
t.trace_address
|
||||
)
|
||||
) AS _call_id
|
||||
FROM
|
||||
target_blocks
|
||||
|
||||
Loading…
Reference in New Issue
Block a user