You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long story short: you are missing our v2 and v3 contracts - they should know what to do from there
But just in case, in the format for the script yall run
SELECT
'Clanker' AS projects,
tokenAddress
FROM
clanker_base.Clanker_v3_evt_TokenCreated
WHERE evt_block_time > TIMESTAMP '2024-11-08'
AND evt_block_time <= from_unixtime({{end}})
UNION ALL
SELECT 'Clanker' as projects,
tokenAddress
FROM clanker_base.Clanker_v2_evt_TokenCreated
WHERE evt_block_time > TIMESTAMP '2024-11-08'
AND evt_block_time <= from_unixtime({{end}})
The text was updated successfully, but these errors were encountered:
Long story short: you are missing our v2 and v3 contracts - they should know what to do from there
But just in case, in the format for the script yall run
SELECT
'Clanker' AS projects,
tokenAddress
FROM
clanker_base.Clanker_v3_evt_TokenCreated
WHERE evt_block_time > TIMESTAMP '2024-11-08'
AND evt_block_time <= from_unixtime({{end}})
The text was updated successfully, but these errors were encountered: