Proxy Contract
🧠 What is a Proxy Contract? A proxy contract is a smart contract that delegates or forwards function calls and data to another contract — called the impleme...
🧠 What is a Proxy Contract? A proxy contract is a smart contract that delegates or forwards function calls and data to another contract — called the impleme...
✅ Proxy: Delegates calls to another logic contract (upgradeable). 🏦 Bank: The original logic contract with deposit/withdraw. 🔁 Bank2: The upgraded ver...
Task Create a smart contract of folowing points included User can create timebound transactions List all the transaction in one pool with reverted, ex...
1. ERC-20: Fungible Tokens Overview ERC-20 is a standard for fungible tokens, where all tokens are identical and can be exchanged at a 1:1 ratio. These are...
Create ERC-20 token with 10,000 total supply and send 5000 tokens to other address. Contract // SPDX-License-Identifier: MIT // Compatible with OpenZeppeli...