mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 14:06:53 +00:00
parent
c6e4c15c13
commit
fd566474a6
@ -33,10 +33,11 @@
|
||||
'-',
|
||||
t.block_number,
|
||||
t.tx_position,
|
||||
t.identifier
|
||||
t.type,
|
||||
t.trace_address
|
||||
) AS _call_id
|
||||
FROM
|
||||
{{ ref('silver__traces') }}
|
||||
{{ ref('core__fact_traces') }}
|
||||
t
|
||||
INNER JOIN {{ ref('silver__flat_function_abis') }}
|
||||
f
|
||||
@ -147,11 +148,12 @@
|
||||
'-',
|
||||
t.block_number,
|
||||
t.tx_position,
|
||||
t.identifier
|
||||
t.type,
|
||||
t.trace_address
|
||||
) AS _call_id
|
||||
FROM
|
||||
target_blocks
|
||||
INNER JOIN {{ ref('silver__traces') }}
|
||||
INNER JOIN {{ ref('core__fact_traces') }}
|
||||
t
|
||||
WHERE
|
||||
block_number BETWEEN min_block_number
|
||||
|
||||
Loading…
Reference in New Issue
Block a user