axl transfer addr

This commit is contained in:
drethereum 2024-01-16 16:43:29 -07:00
parent 3f116c21e9
commit 002de7d735

View File

@ -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