mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 17:06:47 +00:00
fixes (#101)
This commit is contained in:
parent
5df93e17bc
commit
bf32c7ffc9
@ -27,15 +27,13 @@ logs AS (
|
||||
origin_function_signature,
|
||||
tx_status,
|
||||
contract_address,
|
||||
block_hash,
|
||||
data,
|
||||
event_index,
|
||||
event_removed,
|
||||
topics,
|
||||
modified_timestamp as _inserted_timestamp,
|
||||
concat(tx_hash, '-', event_index) AS _log_id,
|
||||
is_pending,
|
||||
logs_id,
|
||||
fact_event_logs_id as logs_id,
|
||||
inserted_timestamp,
|
||||
modified_timestamp
|
||||
FROM
|
||||
|
||||
@ -32,15 +32,13 @@ logs AS (
|
||||
origin_function_signature,
|
||||
tx_status,
|
||||
contract_address,
|
||||
block_hash,
|
||||
data,
|
||||
event_index,
|
||||
event_removed,
|
||||
topics,
|
||||
modified_timestamp as _inserted_timestamp,
|
||||
concat(tx_hash, '-', event_index) AS _log_id,
|
||||
is_pending,
|
||||
logs_id,
|
||||
fact_event_logs_id as logs_id,
|
||||
inserted_timestamp,
|
||||
modified_timestamp
|
||||
FROM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user