Max0x90 pfp

Max0x90

@maxcoto

27 Following
2 Followers


Max0x90 pfp
Max0x90
@maxcoto
What would you build if you didn’t need to make money anymore?
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
You too mate! Let’s goooo 🚀
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
The most common mistake of a smart engineer is to optimize a thing that should not exist. ~Elon.
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Go go go
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Stable to me should mean you don’t loss purchase power with your money. So stablecoins should not really be the dollar coins but coins that increase in value the same amount that the inflation takes.
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Hi my name is Maxi… But you can call me DeFAI Maxi
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Ignore prices. Keep building. Taiser.ai
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
I am building taiser.ai
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Focus on the now, is the only thing we have.
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
After 12 hours hacking my Eliza AI agent is running as a service in AWS. Long day, great feeling.
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Bitcoin is 16yo
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
Using Eliza Day 0: To avoid all kind of problems when installing Eliza using pnpm be sure you have exactly Node 23.3.0. You can install multiple versions of Node using nvm (Node Version Manager).
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
8/8 These optimizations saved our users over 5 ETH in gas fees last year. Want more gas optimization threads? Drop a 🔥 below! #Web3Dev #Solidity #NFTs
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
7/8 Use custom errors instead of require strings. Saves ~50 gas per check!
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
6/8 Remove unnecessary SLOAD operations:
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
5/8 Batch mint operations using ERC721A. Regular mint (5 NFTs): ~874,542 gas ERC721A mint (5 NFTs): ~254,763 gas
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
4/8 Use unchecked blocks for safe math. Example: incrementing tokenId in mint function Saves ~35 gas per mint:
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
3/8 Optimized:
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
2/8 Unoptimized:
0 reply
0 recast
0 reaction

Max0x90 pfp
Max0x90
@maxcoto
1/8 First, the obvious but crucial: Use packed storage Before: 813,562 gas ⛽️ After: 793,147 gas ⛽️ Code comparison 👇
0 reply
0 recast
0 reaction