Matt Solomon pfp
Matt Solomon

@msolomon.eth

- Dedupe calls and other ABI encoding into helper functions (encoding+checks get bloaty) - Dedupe any other logic into functions - Be smart with calldata/memory/storage keywords, avoid unneeded copies - Avoid structs, encode data manually, especially if structs fit in one word
1 reply
0 recast
3 reactions