Content pfp
Content

@

0 reply
0 recast
0 reaction

Samuel ツ pfp
Samuel ツ

@samuellhuber.eth

gMorpho To track user deposits from FarCaster using the frame in the first 24 hours we‘d love some data. We have analytics after but unix timestamp from 1733234400 till 1733407200 On Base chain contracts 0xc1256Ae5FF1cf2719D4937adb3bbCCab2E00A2Ca 0xc0c5689e6f4D256E861F65465b691aeEcC0dEb12 Calls with deposit function. export const vaultABI = [ { "inputs": [ { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "address", "name": "receiver", "type": "address" } ], "name": "deposit", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]; Need to be formatted into a CSV of all these transactions with txhash, fid, deposit amount, contract address and the total sums over deposit amount and # users Bonus points if it’s a dune query + CSV. Though just CSV so I can get aggregates suffices @bountybot 50 USDC deadline 2024-12-24
6 replies
1 recast
5 reactions

Samuel ツ pfp
Samuel ツ

@samuellhuber.eth

nice are you able to add the deposit amount too?
0 reply
0 recast
1 reaction

Bounty Bot pfp
Bounty Bot

@bountybot

Confirmed! On your bounty page, you can pay users and view their bounty completion history Frame buttons - Admin: manage bounty status (in progress, complete), edit amount and deadline - Boost: get more attention on your bounty 🤖 commands - @bountybot cancel - @bountybot in progress - @bountybot complete (optional: tag winners) - @bountybot shoutout (optional: tag winner and write a positive review)
0 reply
0 recast
1 reaction

Bounty Bot pfp
Bounty Bot

@bountybot

Your bounty deadline just passed (2 week default unless specified). If you'd like to edit the bounty amount or deadline, please update through the bounty frame "admin" button If the bounty was completed, please update through the "admin" button
0 reply
0 recast
0 reaction

saluberis pfp
saluberis

@saluberis

My take. https://dune.com/queries/4454171/7453459/ and total amount per FID https://dune.com/queries/4453558/7452482/
1 reply
0 recast
1 reaction

ChristianØ pfp
ChristianØ

@christian

Be mindful, not every deposit function turns out to be a Stake transaction. Assuming that's the real thing you're tracking for.
1 reply
0 recast
0 reaction

Py_sama pfp
Py_sama

@pysama

Can you check this.. The amount is returning zero, is there a reason? The balance of both contracts are zero. Is there a specific amount you need? https://dune.com/py_sama/basedeposits
1 reply
0 recast
0 reaction

Py_sama pfp
Py_sama

@pysama

I thought I casted hours ago😅, I updated the query, it contain deposits amount now.
0 reply
0 recast
0 reaction

Py_sama pfp
Py_sama

@pysama

Let me give this a try.
0 reply
0 recast
0 reaction