In this 0th entry of the “Solidity Series”, we will be exploring several vulnerabilities that can arise when using the delegatecall function in solidity based smart contracts. Delegatecall allows a contract to pass the execution of a function to another contract, using the state and context of the calling contract…