JohnnyTime is an education hub for blockchain technology, Crypto, DEFI and Cyber Security
Access Control Vulnerabilities in Solidity Smart Contracts
Master Smart Contract HackingBecome a smart contract hacker π β https://bit.ly/become-smhWhat is SoliditySolidity Programming Language The Solidity programming language enables the development of Ethereum smart contracts. A smart contract defines the rules and conditions by which transactions and other interactions can take place on a blockchain. With Solidity, developers can write these contracts in a high-level language similar to JavaScript, which makes it easy to use and understand. On t...
Access Control Vulnerabilities in Solidity Smart Contracts
Master Smart Contract HackingBecome a smart contract hacker π β https://bit.ly/become-smhWhat is SoliditySolidity Programming Language The Solidity programming language enables the development of Ethereum smart contracts. A smart contract defines the rules and conditions by which transactions and other interactions can take place on a blockchain. With Solidity, developers can write these contracts in a high-level language similar to JavaScript, which makes it easy to use and understand. On t...

DelegateCall in Solidity β With Some Code Examples - Johnny Time - Medium
DelegateCall SolidityDelegateCall is a unique feature in Solidity, which allows contract A to execute code in contract B with contract A storage, and the preserving the msg (msg.sender, msg.value, etc..). Today, we will discuss how DelegateCall works and provide some code samples.Understanding DelegateCallDelegateCall is a low-level Solidity opcode that allows a contract to execute code from another contract, but it using the state and the storage of the calling contract. The syntax for Deleg...

DelegateCall in Solidity β With Some Code Examples - Johnny Time - Medium
DelegateCall SolidityDelegateCall is a unique feature in Solidity, which allows contract A to execute code in contract B with contract A storage, and the preserving the msg (msg.sender, msg.value, etc..). Today, we will discuss how DelegateCall works and provide some code samples.Understanding DelegateCallDelegateCall is a low-level Solidity opcode that allows a contract to execute code from another contract, but it using the state and the storage of the calling contract. The syntax for Deleg...
Damn Vulnerable DeFI 2022 Walkthrough: Challenge 1 βUnstoppableβ Solution
Welcome to the Damn Vulnerable DeFI challenge walkthrough!Damn Vulnerable DeFI Unstoppable SolutionDamn Vulnerable DeFi teaches offensive security of DeFi smart contracts. Your skills will be developed through numerous challenges to help you become a bug hunter or security auditor. Before starting I wanted to give a shoutout to @tinchoabbate which built the awesome Damn Vulnerable Defi challenge. In the upcoming articles, I will walk you through the challenges and show you the most efficient ...
Damn Vulnerable DeFI 2022 Walkthrough: Challenge 1 βUnstoppableβ Solution
Welcome to the Damn Vulnerable DeFI challenge walkthrough!Damn Vulnerable DeFI Unstoppable SolutionDamn Vulnerable DeFi teaches offensive security of DeFi smart contracts. Your skills will be developed through numerous challenges to help you become a bug hunter or security auditor. Before starting I wanted to give a shoutout to @tinchoabbate which built the awesome Damn Vulnerable Defi challenge. In the upcoming articles, I will walk you through the challenges and show you the most efficient ...