This commit is contained in:
Austin 2024-04-02 09:53:46 -04:00 committed by GitHub
parent d86fa16624
commit 35dc08eeeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,8 +116,14 @@ SELECT
origin_to_address,
A.contract_address AS contract_address,
sender_address,
amount0_unadj,
amount1_unadj,
IFNULL(
amount0_unadj,
0
) AS amount0_unadj,
IFNULL(
amount1_unadj,
0
) AS amount1_unadj,
lp_action,
lp_token_action,
function_type,