Discover and read the best of Twitter Threads about #delegatecall

Most recents (1)

1/ Solidity is indispensable for developers building #decentralized applicationsโ€ผ๏ธ This article will discuss how the delegatecall in #Solidity can introduce vulnerabilities in #smartcontracts and highlight measures for preventing issues associated with using it in your code.๐Ÿ’ก
2/ ๐—ช๐—ต๐—ฎ๐˜ ๐—œ๐˜€ ๐——๐—ฒ๐—น๐—ฒ๐—ด๐—ฎ๐˜๐—ฒ๐—ฐ๐—ฎ๐—น๐—น?
In #Solidity, call and delegatecall are low-level interfaces for interacting with contracts. Triggering the call function in a contract causes the code at that address to execute in the context of the target contract.
3/ #delegatecall works differently because execution occurs in the context (programming environment) of the caller contract. For example, a delegatecall from contract A to contract B would modify contract Bโ€™s storage using functions in contract A. #smartcontracts
Read 5 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!