
solidity-smart-contracts
Deciphering User-Defined Operators in Solidity
An effective guide to understanding User-Defined Operators in Solidity and how they work
All articles around Solidity smart contract programming language
solidity-smart-contracts
An effective guide to understanding User-Defined Operators in Solidity and how they work
solidity-smart-contracts
evm
evm
solidity-smart-contracts
Do you know EVM rewards users with a gas refund for clearing the on-chain storage occupied by the contract data? There have been some changes after the London fork. But to understand it better we will look at the scenario before the London Upgrade and then we will see the
evm
Table of Contents 1. EVM in 100 words 2. EVM as a Virtual Machine 3. EVM as a State Machine 4. EVM as a Quasi-Turing Complete Machine 5. Ethereum's crucial components 6. EVM's crucial components 7. EVM Working Mechanisms 8. Summary EVM in 100 words The
solidity-smart-contracts
solidity-smart-contracts
solidity-smart-contracts
The topic of discussion in this article series has been the ways a smart contract developer can optimize the contract’s bytecode size & never hit the threshold of 24.576 kb. So here is another crucial development pattern you can use to lower the bytecode size of your contract.
solidity-smart-contracts
It's quite imperative for you as a Smart Contract Developer to always be within the pre-defined Smart Contract Bytecode size limit. Wait, What is Bytecode? 🤔 In very simpler terms, Humans understand Solidity, but EVM understands Bytecode. Bytecode is the low-level language that our solidity smart contracts (a high-level
evm
This is gonna be a quick short post on some findings regarding how etherscan displays the bytecode of a deployed and verified smart contract. After we deploy a contract on the ethereum blockchain, we know for a fact that the creation code(init code) is executed and it returns the
erc-standards
Welcome to Part 11 of the Token Standards article series. If you haven't checked the first part yet, please check it out here. ERC-721 standard was proposed for NFTs(Non-Fungible Tokens). NFT refers to the tokens that are unique, which means every token inside the smart contract, will