How upgradable contracts work in Solidity
A guide to the various ways you can have upgradable smart contracts, and the pros and cons about them
solidityguides September 2022Using CREATE2 to deploy contracts at known addresses
A guide to using CREATE2 to predetermine the contract address before you deploy it.
ethereumsolidityguides August 2022Guide to getting a gas refund by deleting data
A guide on how to get a gas refund by deleting data
ethereumsolidityguides August 2022Guide to flash loans - full walkthrough
A guide to flash loans with a full walkthrough
ethereumsolidityguides August 2022Guide to Solidity's staticcall and how to use it
A guide to using the Solidity staticcall
ethereumsolidityguides August 2022On page 3 of 7