Solidity: `call` vs `delegatecall`
Blog iconfrimoldi.eth
Jan 17
I came across this topic while reading the phenomenal “Mastering Ethereum” and thought it was worth writing a small post about it. From the book:Solidity offers some even more “low-level” functions for calling other contracts. These correspond directly to EVM opcodes of the same name and allow us to construct a contract-to-contract call manually.These 2 functions are call and delegatecall and the main difference is that the latter doesn’t change the msg context at all. Let’s see a quick examp...

frimoldi.eth

Written by
frimoldi.eth
Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

frimoldi.eth

Subscribe