NANofisat Abiodun Ayanlolainnafkem.hashnode.dev·Feb 19, 2023 · 2 min readUnderstanding DelegateCall in SolidityArticle#: Understanding DelegateCall in Solidity In Solidity, DelegateCall is a low-level function used to execute a contract method in the context of the calling contract. It's often used in combination with a library contract to provide additional ...00
NANofisat Abiodun Ayanlolainnafkem.hashnode.dev·Feb 19, 2023 · 2 min readLow-level callI will be explaining the call function in solidity, and code snippets to illustrate the function and flow of codes for easy understanding. What is a CALL in solidity? Solidity has the call function on address data type which can be used to call publi...00