#solidity
Read more stories on Hashnode
Articles with this tag
The selfdestruct function in Solidity allows a smart contract to be permanently removed from the blockchain, transferring its remaining Ether to a...
In Solidity, constructors are special functions that execute once when a contract is deployed. They are commonly used to initialize contract variables...
SushiSwap's MasterChef contract is the core smart contract responsible for handling liquidity mining and yield farming on the SushiSwap platform. It...
What are delegate calls ? Delegate calls is a low-level functions that enables a smart contract to execute code from another contract within the...