smlxldotio Profile Banner
smlXL Profile
smlXL

@smlxldotio

Followers
3K
Following
317
Media
181
Statuses
410

A group of people, trying to build valuable things: https://t.co/NNn9RmQjxE | https://t.co/DmvIWT7K2y | https://t.co/FXPabmHcnv | https://t.co/4li7Wx9gf6

Joined August 2021
Don't wanna be here? Send us removal request.
@smlxldotio
smlXL
11 months
(1/7) What is sim Studio anyway?
Tweet media one
3
3
14
@smlxldotio
smlXL
6 months
RT @Dune: πŸ›£οΈ Milestone reached! πŸŽ‰. Dune now supports 100+ blockchains – the most comprehensive coverage in onchain analytics!. From @ethere….
Tweet card summary image
dune.com
Dune now supports 100 chains, making it the most comprehensive crypto data platform.
0
54
0
@grok
Grok
7 days
Join millions who have switched to Grok.
198
331
2K
@smlxldotio
smlXL
7 months
RT @andrewhong5297: A data problem most devs will face is that you can't call read functions to get pre/post transaction data using eth_cal….
0
9
0
@smlxldotio
smlXL
7 months
RT @Dune: Dune Echo x @layer3xyz πŸ”Š. βœ… 50x Speed improvement.βœ… Hundreds of requests --> One request.βœ… 48-hour migration. In this case study….
0
17
0
@smlxldotio
smlXL
8 months
πŸ”” PSA: As announced in #Dunecon, smlXL will be joining @dune to create the industry's most comprehensive real-time blockchain platform for developers and analysts alike. As we work towards our shared vision, we're sunsetting with plans to reimagine and.
3
0
27
@smlxldotio
smlXL
9 months
(6/6) Take a peek at the sim Canvas that powers this feature here: . Are you an app developer who needs PnL data, or any real-time blockchain data? Reach out to us and we can help supercharge your app.
Tweet card summary image
studio.sim.io
Build products and infrastructure on blockchain data without massive data or engineering teams. Turn your thoughts into a thing.
0
0
2
@smlxldotio
smlXL
9 months
(5/6) Using sim, our PnL dashboard can now provide the actual ROI and PnL for this trade (an impressive 5x):
Tweet media one
1
0
2
@smlxldotio
smlXL
9 months
(4/6) The same is true for many of the industry-standard PnL apps: they simply show the buyer "receiving" tokens without any payment. For example, no LAIKA token appears on their Cielo PnL page
Tweet media one
Tweet media two
1
0
2
@smlxldotio
smlXL
9 months
(3/6) Looking closer, you can see that they actually made a cross-chain purchase with USDT (courtesy of @axelar's GMP!): Here's the other side of that cross-chain payment on @base:.
Tweet card summary image
explorer.sim.io
Explore blockchain data with sim Explorer. Access contracts, accounts, transactions, and blocks. Navigate storage, simulate transactions, and interact with contracts.
2
0
2
@smlxldotio
smlXL
9 months
(2/6) Here's an address that bought some LAIKA ( @Laika_Layer2 ) tokens via @FjordFoundry:.?address=0x777C9e6e43e14A332bB94de84A7cA58f94CBE81B. On-chain, it may look like they simply "received" the tokens out of thin air:.
Tweet card summary image
explorer.sim.io
Explore blockchain data with sim Explorer. Access contracts, accounts, transactions, and blocks. Navigate storage, simulate transactions, and interact with contracts.
1
0
2
@smlxldotio
smlXL
9 months
(1/6) Most PnL tracker apps are oblivious to pre-sales/launchpad sales. Not ours! We now track and account for tokens bought via the major pre-sales/launchpad platforms. Try it out: Or read more below about how complex these purchases can be.πŸ‘‡.
2
3
11
@smlxldotio
smlXL
9 months
(2/6) Here's an address that bought some LAIKA ( @Laika_Layer2 ) tokens via @FjordFoundry:.?address=0x777C9e6e43e14A332bB94de84A7cA58f94CBE81B. On-chain, it may look like they simply "received" the tokens out of thin air:.
Tweet card summary image
explorer.sim.io
Explore blockchain data with sim Explorer. Access contracts, accounts, transactions, and blocks. Navigate storage, simulate transactions, and interact with contracts.
0
0
1
@smlxldotio
smlXL
10 months
We're thrilled to join @Dune! Our shared mission of making blockchain data more accessible creates a perfect match. Together, we are creating the easiest way for anyone to build lightning-fast, real-time applications with blockchain data.
@Dune
Dune
10 months
Live from #DuneCon2024 πŸŽ™οΈπŸ’₯. Dune Acquires @smlxldotio to supercharge our real-time multichain data offering. Learn more πŸ”—.
5
3
52
@smlxldotio
smlXL
10 months
(8/8) PS: There are some other little challenges in indexing the logs:.- Some transactions emit multiple logs.- Need to identify buyer and seller.- Have to handle the NFT being in either the offer or the consideration. Check out the canvas: Build on sim!.
Tweet card summary image
studio.sim.io
Build products and infrastructure on blockchain data without massive data or engineering teams. Turn your thoughts into a thing.
0
0
2
@smlxldotio
smlXL
10 months
(7/8) A few bucks in @AnthropicAI credits later (cheers @sdrzn for Cline--it's awesome!), and with the help of @opensea's APIs, we have our dashboard with the most expensive NFT purchases on Seaport 1.6 on Ethereum and @base in the last 24 hours!.
1
0
2
@smlxldotio
smlXL
10 months
(6/8) With the transformation done (by ChatGPT🀫) in Solidity, the SQL fits in a tweet!.```. select * from @shane.simple_seaport_nft_purchases_ethereum. where block_timestamp >= now()/1000 - 3600 * 24. order by price_paid desc. limit 10.```.
1
0
2
@smlxldotio
smlXL
10 months
(5/8) Conceptual solution: Let's narrow our scope to simple purchases with exactly one NFT and Ether (wrapped or native) as all other considerations. Logistics: And let's do the aggregation we need in Solidity in our sim EVM Lambda. SQL should be SQueaky clean and Light!.
1
0
1
@smlxldotio
smlXL
10 months
(4/8) Challenge: Notice how a single OrderFulfilled log contains dynamic arrays for the offer and consideration?. Conceptually hard: how do we value one NFT that was traded for another NFT, 2 wrapped ether, and a ham sandwich?. And logistically: writing SQL on JSON columns! 😱
Tweet media one
1
0
2
@smlxldotio
smlXL
10 months
(3/8) But good luck using it!. Seaport 1.6 is extraordinarily flexible and can enable all sorts of trades--like a real seaport, there's goods moving all over the place and it's complex. We'll hook an EVM Lambda on that log, but there's work to be done!
Tweet media one
1
0
2
@smlxldotio
smlXL
10 months
(2/8) Let's focus on the OG marketplace's most recent protocol, @opensea's Seaport 1.6. Sometimes data indexing is hard because we don't have logs for the right data--sim serves these cases with function and other hooks. In this case, all the data is in OrderFulfilled logs. .
1
0
2
@smlxldotio
smlXL
10 months
(1/8) Sometimes you just want to see some pretty NFTs. Which ones are prettiest? The ones that people are spending the most money on in the last 24 hours!. How do we work this out? It's a can of worms. cc: @opensea @BoredApeYC @yugalabs @pudgypenguins @Azuki @XCOPYART @9GAG
Tweet media one
1
2
9