Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix clanker fees #2541

Open
g1nt0ki opened this issue Mar 13, 2025 · 0 comments · May be fixed by #2543
Open

fix clanker fees #2541

g1nt0ki opened this issue Mar 13, 2025 · 0 comments · May be fixed by #2543
Labels
bug Something isn't working Fees

Comments

@g1nt0ki
Copy link
Member

g1nt0ki commented Mar 13, 2025

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}})
@g1nt0ki g1nt0ki added bug Something isn't working Fees labels Mar 13, 2025
@jeebx jeebx linked a pull request Mar 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fees
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant