Eridian
Ctrlk
eridian.xyzx.comGitHub
  • 📖Eridian Docs
  • Ethereum Dev
    • ✏️Ethereum Notes
    • 🔧Useful Tools
    • 📝Solidity Notes
      • ❔Interview Questions
      • 💡Note Ideas
      • ABI
      • abi.encodePacked
      • Abstract Contracts
      • Arrays
      • Casting
      • CEI - Checks, Effects, Interactions
      • Comments (NATSPEC)
      • Constructor
      • Contract Structure & Versions
      • Data - Storage vs Memory
      • Data - Storage Layout
      • Enum
      • Errors (require & revert)
      • Events
      • EVM Opcodes
      • External Contract Interaction
      • 🏗️External Dependencies
      • Functions
      • Function Modifiers
      • If / Else / For / While Loops
      • Inheritance
      • Interfaces
      • Keccak256
      • Library
      • Mappings
      • msg.sender
      • Objects & Types
      • OpenZeppelin
      • Payable
      • Public State Variable vs Function
      • Receive & Fallback
      • Security
      • Self Destruct
      • Send ETH (transfer, send, call)
      • Stack Too Deep
      • Structs
      • Style Guide
      • Time Units
      • Try / Catch
      • Typecasting
      • Using Directive
      • Variables, Consts & Immutable
      • Withdraws
    • ⚒️Foundry Notes
    • 👾DeFi Challenges
    • 🔍Auditing
    • 🤖MEV
  • Infrastructure Docs
    • 💻Hardware
    • 🐧Linux
    • ⛓️Ethereum Clients
    • 🚨Alerting and Monitoring
  • General Dev
    • 💾Git Notes
Powered by GitBook
On this page
Edit
  1. Ethereum Dev
  2. 📝Solidity Notes

abi.encodePacked

  • https://github.com/PatrickAlphaC/hardhat-nft-fcc/tree/main/contracts/sublesson

  • https://blog.openzeppelin.com/deconstructing-a-solidity-contract-part-i-introduction-832efd2d7737

Last updated 1 year ago