
EVM
/evm27722
Discussions about the Ethereum Virtual Machine
it is a challenge to restrain oneself from overcomplicating smart contracts
another lovely whatsabi frontend for getting the json abi of any contract: https://immortal-whatsabi.on-fleek.app/
mit licensed code: https://github.com/0xcompose/immortal-whatsabi
mit licensed code: https://github.com/0xcompose/immortal-whatsabi
it is significant that blockchains can adjudicate game outcomes if designed right. barely explored
Upgraded three L2s in a single tx for 27 MM gas:
https://etherscan.io/tx/0x5f3530e593bbac37c61dc5b7755b6a40c06c20c1a3a1b13fca5b7d00cde65c29
The plan is to get the cost per chain way down, and get the number of chains way up.
https://etherscan.io/tx/0x5f3530e593bbac37c61dc5b7755b6a40c06c20c1a3a1b13fca5b7d00cde65c29
The plan is to get the cost per chain way down, and get the number of chains way up.
How much does it cost to index a whole evm chain? Rough estimate is fine
I know its probably insane but am super curious
I know its probably insane but am super curious
is there any advantage to calling a function `mint()` anymore?
is there still a distribution advantage via permissionless frontends like @mintdotfun, @interface, @rainbow, @zapper, and @zerion.eth? or do they understand txs enough now that issuing an nft is enough?
is there still a distribution advantage via permissionless frontends like @mintdotfun, @interface, @rainbow, @zapper, and @zerion.eth? or do they understand txs enough now that issuing an nft is enough?
gm
wanna run tenderly-style trace browsing on your own foundry debug logs?
give foundry-tracer a try
nice colors, collapse/fold, accepting any and all qol prs
hopefully makes debugging a bit nicer
code is 15% me, 85% augment
wanna run tenderly-style trace browsing on your own foundry debug logs?
give foundry-tracer a try
nice colors, collapse/fold, accepting any and all qol prs
hopefully makes debugging a bit nicer
code is 15% me, 85% augment
Whoever used `increaseAllowance()` in my first Gnosis Chain block, I will find you and pinch you very hard 🤬 poopy head
Honestly, we need more commonly used ERC-20 tokens in the wild that aren’t denominated in units of 10⁻¹⁸.
Keeps us web3 frontend devs on our toes.
Keeps us web3 frontend devs on our toes.
Loading...
Bitcoin underestimates Ethereum
Ethereum underestimates Solana
Solana underestimates Ethereum
Ethereum underestimates Bitcoin
Don’t forget we are ALL in this together!
Ethereum underestimates Solana
Solana underestimates Ethereum
Ethereum underestimates Bitcoin
Don’t forget we are ALL in this together!
is there a tool that generates an abi for unverified evm contracts?
we live in the early blockchain era when people mostly issue fixed supply tokens to satisfy markets that find dynamic supply token software difficult to digest
Anyone have strong feels for where to draw the line for a contract that *is* a proxy vs one that happens to contain a proxy-like thing? Specifically for WhatsABI's proxy autoresolving.
My current ideas is if the contract has an SSTORE then treat it as a destination contract first, proxy second? Is there a better heuristic?
https://github.com/shazow/whatsabi/issues/173#issuecomment-2726551568
My current ideas is if the contract has an SSTORE then treat it as a destination contract first, proxy second? Is there a better heuristic?
https://github.com/shazow/whatsabi/issues/173#issuecomment-2726551568