Dan Romero pfp
Dan Romero
@dwr.eth
Anyone on FC mess around with MEV and/or gas golfing?
3 replies
0 recast
0 reaction

pal 🟪 pfp
pal 🟪
@pal
What is gas golfing?
1 reply
0 recast
0 reaction

Rob Sanchez pfp
Rob Sanchez
@robrecht
Optimizing smart contracts to use the least amount of gas. The most basic methods (not even sure if this is considered golfing) are using wallets that start with a long string of 0s (takes less space to store) and leaving small erc20 token balances in contracts (more gas to initialize a storage slot)
2 replies
0 recast
0 reaction

Rob Sanchez pfp
Rob Sanchez
@robrecht
A few more examples: https://0xmacro.com/blog/solidity-gas-optimizations-cheat-sheet/
0 reply
0 recast
0 reaction