mirror of
https://github.com/FlipsideCrypto/base-models.git
synced 2026-02-06 15:56:50 +00:00
axl transfer addr
This commit is contained in:
parent
3f116c21e9
commit
002de7d735
@ -111,7 +111,10 @@ transfers AS (
|
||||
{{ ref('silver__transfers') }}
|
||||
WHERE
|
||||
from_address = '0xce16f69375520ab01377ce7b88f5ba8c48f8d666'
|
||||
AND to_address = '0x0000000000000000000000000000000000000000'
|
||||
AND to_address IN (
|
||||
'0xe432150cce91c13a887f7d836923d5597add8e31',
|
||||
'0x0000000000000000000000000000000000000000'
|
||||
)
|
||||
|
||||
{% if is_incremental() %}
|
||||
AND _inserted_timestamp >= (
|
||||
@ -137,7 +140,7 @@ FINAL AS (
|
||||
b.tx_status,
|
||||
b.contract_address AS bridge_address,
|
||||
b.name AS platform,
|
||||
b.sender,
|
||||
b.origin_from_address AS sender,
|
||||
CASE
|
||||
WHEN b.recipient = '0x0000000000000000000000000000000000000000' THEN refundAddress
|
||||
ELSE b.recipient
|
||||
|
||||
Loading…
Reference in New Issue
Block a user