👻
Aave Book
Ctrlk
  • Introduction
  • TradFi vs DeFi: Lending
  • Market forces x Interest Rate Models
  • On Indexes
  • Scaling and ATokens
  • Deposit & Borrow Interest
  • Stable borrowing
  • Liquidation
  • Primer
    • Bitmap & Masks
      • 🚧padding and bytes
    • WadRayLibrary
    • PercentageMath
    • Embedded vs Linked Libraries
  • Functions
    • General Execution flow
    • Architecture & Design choices
    • Common Functions
    • supply
    • withdraw
    • borrow
    • repay
    • liquidate
    • 🚧swapBorrowRateMode
    • 🚧setUserUseReserveAsCollateral
  • Contracts
    • AToken
    • StableDebtToken
    • VariableDebtToken
    • DefaultReserveInterestRateStrategy
    • L2
  • Audit findings
    • 🚧Under construction
  • Appendix
    • Simple, Compound, APR, APY
  • Aave Features
    • Risk Management
    • Other features
Powered by GitBook
On this page

Was this helpful?

Edit
  1. Primer
  2. Bitmap & Masks

🚧padding and bytes

  • https://coinsbench.com/solidity-layout-and-access-of-storage-variables-simply-explained-1ce964d7c738

  • https://github.com/ethereum/solidity-examples/blob/master/docs/bytes/Bytes.md

  • https://ethdebug.github.io/solidity-data-representation/

  • https://jeancvllr.medium.com/solidity-tutorial-all-about-bytes-9d88fdb22676

  • https://medium.com/coinmonks/abi-encode-and-decode-using-solidity-2d372a03e110

  • https://app.gitbook.com/s/Tgomzlmn9NrxUY0OQ3cD/yul/yul/storage-slots

PreviousBitmap & MasksNextWadRayLibrary

Last updated 2 years ago

Was this helpful?