Skip to content

Commit

Permalink
exclude (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside committed Oct 20, 2023
1 parent d71174b commit 8cbf495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/gold/core/core__ez_eth_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ WITH eth_base AS (
eth_value > 0
AND tx_status = 'SUCCESS'
AND trace_status = 'SUCCESS'
AND TYPE NOT IN (
'DELEGATECALL',
'STATICCALL'
)

{% if is_incremental() %}
AND _inserted_timestamp >= (
Expand Down

0 comments on commit 8cbf495

Please sign in to comment.