1. Introduction
  2. Getting Started
  3. 1. Installation
  4. 2. First Steps with Foundry
  5. Projects
  6. 3. Creating a New Project
  7. 4. Clone a Verified Contract on Chain
  8. 5. Dependencies
  9. 6. Soldeer
  10. 7. Project Layout
  11. Forge Overview
  12. 8. Forge
  13. 9. Tests
    ❱
    1. 9.1. Writing Tests
    2. 9.2. Cheatcodes
    3. 9.3. Forge Standard Library Overview
    4. 9.4. Understanding Traces
    5. 9.5. Fork Testing
    6. 9.6. Replaying Failures
  14. 10. Advanced Testing
    ❱
    1. 10.1. Fuzz Testing
    2. 10.2. Invariant Testing
    3. 10.3. Differential Testing
  15. 11. Deploying and Verifying
  16. 12. Gas Tracking
    ❱
    1. 12.1. Gas Reports
    2. 12.2. Gas Function Snapshots
    3. 12.3. Gas Section Snapshots
  17. 13. Debugger
  18. Cast Overview
  19. 14. Cast
  20. Anvil Overview
  21. 15. Anvil
  22. Chisel Overview
  23. 16. Chisel
  24. Configuration
  25. 17. Configuring with foundry.toml
  26. 18. Continuous Integration
  27. 19. Integrating with VSCode
  28. 20. Shell Autocompletion
  29. 21. Static Analyzers
  30. 22. Integrating with Hardhat
  31. 23. Vyper support
  32. Guides
  33. 24. Foundry v1.0 migration guide
  34. 25. Best Practices
  35. 26. Scripting with Solidity
  36. 27. Deterministic deployments using CREATE2
  37. 28. Forking Mainnet with Cast and Anvil
  38. 29. Running Foundry inside of Docker
  39. 30. Video tutorials
  40. Appendix
  41. 31. Announcements
  42. 32. FAQ
  43. 33. Help us improve Foundry
  44. 34. References
    ❱
    1. 34.1. CLI Reference
      ❱
      1. 34.1.1. forge
        ❱
        1. 34.1.1.1. forge bind
        2. 34.1.1.2. forge bind-json
        3. 34.1.1.3. forge build
        4. 34.1.1.4. forge cache
          ❱
          1. 34.1.1.4.1. forge cache clean
          2. 34.1.1.4.2. forge cache ls
        5. 34.1.1.5. forge clean
        6. 34.1.1.6. forge clone
        7. 34.1.1.7. forge compiler
          ❱
          1. 34.1.1.7.1. forge compiler resolve
        8. 34.1.1.8. forge completions
        9. 34.1.1.9. forge config
        10. 34.1.1.10. forge coverage
        11. 34.1.1.11. forge create
        12. 34.1.1.12. forge doc
        13. 34.1.1.13. forge eip712
        14. 34.1.1.14. forge flatten
        15. 34.1.1.15. forge fmt
        16. 34.1.1.16. forge geiger
        17. 34.1.1.17. forge generate
          ❱
          1. 34.1.1.17.1. forge generate test
        18. 34.1.1.18. forge generate-fig-spec
        19. 34.1.1.19. forge init
        20. 34.1.1.20. forge inspect
        21. 34.1.1.21. forge install
        22. 34.1.1.22. forge remappings
        23. 34.1.1.23. forge remove
        24. 34.1.1.24. forge script
        25. 34.1.1.25. forge selectors
          ❱
          1. 34.1.1.25.1. forge selectors collision
          2. 34.1.1.25.2. forge selectors upload
          3. 34.1.1.25.3. forge selectors list
          4. 34.1.1.25.4. forge selectors find
          5. 34.1.1.25.5. forge selectors cache
        26. 34.1.1.26. forge snapshot
        27. 34.1.1.27. forge soldeer
          ❱
          1. 34.1.1.27.1. forge soldeer init
          2. 34.1.1.27.2. forge soldeer install
          3. 34.1.1.27.3. forge soldeer update
          4. 34.1.1.27.4. forge soldeer login
          5. 34.1.1.27.5. forge soldeer push
          6. 34.1.1.27.6. forge soldeer uninstall
          7. 34.1.1.27.7. forge soldeer version
        28. 34.1.1.28. forge test
        29. 34.1.1.29. forge tree
        30. 34.1.1.30. forge update
        31. 34.1.1.31. forge verify-bytecode
        32. 34.1.1.32. forge verify-check
        33. 34.1.1.33. forge verify-contract
      2. 34.1.2. cast
        ❱
        1. 34.1.2.1. cast 4byte
        2. 34.1.2.2. cast 4byte-calldata
        3. 34.1.2.3. cast 4byte-event
        4. 34.1.2.4. cast abi-encode
        5. 34.1.2.5. cast access-list
        6. 34.1.2.6. cast address-zero
        7. 34.1.2.7. cast admin
        8. 34.1.2.8. cast age
        9. 34.1.2.9. cast artifact
        10. 34.1.2.10. cast balance
        11. 34.1.2.11. cast base-fee
        12. 34.1.2.12. cast bind
        13. 34.1.2.13. cast block
        14. 34.1.2.14. cast block-number
        15. 34.1.2.15. cast call
          ❱
          1. 34.1.2.15.1. cast call --create
        16. 34.1.2.16. cast calldata
        17. 34.1.2.17. cast chain
        18. 34.1.2.18. cast chain-id
        19. 34.1.2.19. cast client
        20. 34.1.2.20. cast code
        21. 34.1.2.21. cast codehash
        22. 34.1.2.22. cast codesize
        23. 34.1.2.23. cast completions
        24. 34.1.2.24. cast compute-address
        25. 34.1.2.25. cast concat-hex
        26. 34.1.2.26. cast constructor-args
        27. 34.1.2.27. cast create2
        28. 34.1.2.28. cast creation-code
        29. 34.1.2.29. cast decode-abi
        30. 34.1.2.30. cast decode-calldata
        31. 34.1.2.31. cast decode-eof
        32. 34.1.2.32. cast decode-error
        33. 34.1.2.33. cast decode-event
        34. 34.1.2.34. cast decode-string
        35. 34.1.2.35. cast decode-transaction
        36. 34.1.2.36. cast disassemble
        37. 34.1.2.37. cast estimate
          ❱
          1. 34.1.2.37.1. cast estimate --create
        38. 34.1.2.38. cast find-block
        39. 34.1.2.39. cast format-bytes32-string
        40. 34.1.2.40. cast format-units
        41. 34.1.2.41. cast from-bin
        42. 34.1.2.42. cast from-fixed-point
        43. 34.1.2.43. cast from-rlp
        44. 34.1.2.44. cast from-utf8
        45. 34.1.2.45. cast from-wei
        46. 34.1.2.46. cast gas-price
        47. 34.1.2.47. cast generate-fig-spec
        48. 34.1.2.48. cast hash-message
        49. 34.1.2.49. cast hash-zero
        50. 34.1.2.50. cast implementation
        51. 34.1.2.51. cast index
        52. 34.1.2.52. cast index-erc7201
        53. 34.1.2.53. cast interface
        54. 34.1.2.54. cast keccak
        55. 34.1.2.55. cast logs
        56. 34.1.2.56. cast lookup-address
        57. 34.1.2.57. cast max-int
        58. 34.1.2.58. cast max-uint
        59. 34.1.2.59. cast min-int
        60. 34.1.2.60. cast mktx
          ❱
          1. 34.1.2.60.1. cast mktx --create
        61. 34.1.2.61. cast namehash
        62. 34.1.2.62. cast nonce
        63. 34.1.2.63. cast parse-bytes32-address
        64. 34.1.2.64. cast parse-bytes32-string
        65. 34.1.2.65. cast parse-units
        66. 34.1.2.66. cast pretty-calldata
        67. 34.1.2.67. cast proof
        68. 34.1.2.68. cast publish
        69. 34.1.2.69. cast receipt
        70. 34.1.2.70. cast resolve-name
        71. 34.1.2.71. cast rpc
        72. 34.1.2.72. cast run
        73. 34.1.2.73. cast selectors
        74. 34.1.2.74. cast send
          ❱
          1. 34.1.2.74.1. cast send --create
        75. 34.1.2.75. cast shl
        76. 34.1.2.76. cast shr
        77. 34.1.2.77. cast sig
        78. 34.1.2.78. cast sig-event
        79. 34.1.2.79. cast source
        80. 34.1.2.80. cast storage
        81. 34.1.2.81. cast storage-root
        82. 34.1.2.82. cast to-ascii
        83. 34.1.2.83. cast to-base
        84. 34.1.2.84. cast to-bytes32
        85. 34.1.2.85. cast to-check-sum-address
        86. 34.1.2.86. cast to-dec
        87. 34.1.2.87. cast to-fixed-point
        88. 34.1.2.88. cast to-hex
        89. 34.1.2.89. cast to-hexdata
        90. 34.1.2.90. cast to-int256
        91. 34.1.2.91. cast to-rlp
        92. 34.1.2.92. cast to-uint256
        93. 34.1.2.93. cast to-unit
        94. 34.1.2.94. cast to-utf8
        95. 34.1.2.95. cast to-wei
        96. 34.1.2.96. cast tx
        97. 34.1.2.97. cast tx-pool
          ❱
          1. 34.1.2.97.1. cast tx-pool content
          2. 34.1.2.97.2. cast tx-pool content-from
          3. 34.1.2.97.3. cast tx-pool inspect
          4. 34.1.2.97.4. cast tx-pool status
        98. 34.1.2.98. cast upload-signature
        99. 34.1.2.99. cast wallet
          ❱
          1. 34.1.2.99.1. cast wallet new
          2. 34.1.2.99.2. cast wallet new-mnemonic
          3. 34.1.2.99.3. cast wallet vanity
          4. 34.1.2.99.4. cast wallet address
          5. 34.1.2.99.5. cast wallet sign
          6. 34.1.2.99.6. cast wallet sign-auth
          7. 34.1.2.99.7. cast wallet verify
          8. 34.1.2.99.8. cast wallet import
          9. 34.1.2.99.9. cast wallet list
          10. 34.1.2.99.10. cast wallet remove
          11. 34.1.2.99.11. cast wallet private-key
          12. 34.1.2.99.12. cast wallet public-key
          13. 34.1.2.99.13. cast wallet decrypt-keystore
          14. 34.1.2.99.14. cast wallet change-password
      3. 34.1.3. anvil
        ❱
        1. 34.1.3.1. anvil completions
        2. 34.1.3.2. anvil generate-fig-spec
      4. 34.1.4. chisel
        ❱
        1. 34.1.4.1. chisel list
        2. 34.1.4.2. chisel load
        3. 34.1.4.3. chisel view
        4. 34.1.4.4. chisel clear-cache
        5. 34.1.4.5. chisel eval
    2. 34.2. forge Commands
      ❱
      1. 34.2.1. General Commands
        ❱
        1. 34.2.1.1. forge
        2. 34.2.1.2. forge help
        3. 34.2.1.3. forge completions
      2. 34.2.2. Project Commands
        ❱
        1. 34.2.2.1. forge init
        2. 34.2.2.2. forge clone
        3. 34.2.2.3. forge install
        4. 34.2.2.4. forge update
        5. 34.2.2.5. forge remove
        6. 34.2.2.6. forge config
        7. 34.2.2.7. forge remappings
        8. 34.2.2.8. forge tree
        9. 34.2.2.9. forge geiger
      3. 34.2.3. Build Commands
        ❱
        1. 34.2.3.1. forge build
        2. 34.2.3.2. forge clean
        3. 34.2.3.3. forge inspect
      4. 34.2.4. Test Commands
        ❱
        1. 34.2.4.1. forge test
        2. 34.2.4.2. forge snapshot
        3. 34.2.4.3. forge coverage
      5. 34.2.5. Deploy Commands
        ❱
        1. 34.2.5.1. forge create
        2. 34.2.5.2. forge verify-contract
        3. 34.2.5.3. forge verify-check
        4. 34.2.5.4. forge flatten
      6. 34.2.6. Utility Commands
        ❱
        1. 34.2.6.1. forge bind
        2. 34.2.6.2. forge cache
        3. 34.2.6.3. forge cache clean
        4. 34.2.6.4. forge cache ls
        5. 34.2.6.5. forge script
        6. 34.2.6.6. forge upload-selectors
        7. 34.2.6.7. forge doc
    3. 34.3. cast Commands
      ❱
      1. 34.3.1. General Commands
        ❱
        1. 34.3.1.1. cast
        2. 34.3.1.2. cast help
        3. 34.3.1.3. cast completions
      2. 34.3.2. Chain Commands
        ❱
        1. 34.3.2.1. cast chain-id
        2. 34.3.2.2. cast chain
        3. 34.3.2.3. cast client
      3. 34.3.3. Transaction Commands
        ❱
        1. 34.3.3.1. cast publish
        2. 34.3.3.2. cast receipt
        3. 34.3.3.3. cast send
        4. 34.3.3.4. cast mktx
        5. 34.3.3.5. cast call
        6. 34.3.3.6. cast rpc
        7. 34.3.3.7. cast tx
        8. 34.3.3.8. cast run
        9. 34.3.3.9. cast estimate
        10. 34.3.3.10. cast access-list
        11. 34.3.3.11. cast logs
      4. 34.3.4. Block Commands
        ❱
        1. 34.3.4.1. cast find-block
        2. 34.3.4.2. cast gas-price
        3. 34.3.4.3. cast block-number
        4. 34.3.4.4. cast basefee
        5. 34.3.4.5. cast block
        6. 34.3.4.6. cast age
      5. 34.3.5. Account Commands
        ❱
        1. 34.3.5.1. cast balance
        2. 34.3.5.2. cast storage
        3. 34.3.5.3. cast proof
        4. 34.3.5.4. cast nonce
        5. 34.3.5.5. cast code
        6. 34.3.5.6. cast codesize
      6. 34.3.6. ENS Commands
        ❱
        1. 34.3.6.1. cast lookup-address
        2. 34.3.6.2. cast resolve-name
        3. 34.3.6.3. cast namehash
      7. 34.3.7. Etherscan Commands
        ❱
        1. 34.3.7.1. cast etherscan-source
      8. 34.3.8. ABI Commands
        ❱
        1. 34.3.8.1. cast abi-encode
        2. 34.3.8.2. cast 4byte
        3. 34.3.8.3. cast 4byte-calldata
        4. 34.3.8.4. cast 4byte-event
        5. 34.3.8.5. cast calldata
        6. 34.3.8.6. cast decode-abi
        7. 34.3.8.7. cast decode-calldata
        8. 34.3.8.8. cast pretty-calldata
        9. 34.3.8.9. cast selectors
        10. 34.3.8.10. cast upload-signature
      9. 34.3.9. Conversion Commands
        ❱
        1. 34.3.9.1. cast format-bytes32-string
        2. 34.3.9.2. cast from-bin
        3. 34.3.9.3. cast from-fixed-point
        4. 34.3.9.4. cast from-rlp
        5. 34.3.9.5. cast from-utf8
        6. 34.3.9.6. cast from-wei
        7. 34.3.9.7. cast parse-bytes32-address
        8. 34.3.9.8. cast parse-bytes32-string
        9. 34.3.9.9. cast to-ascii
        10. 34.3.9.10. cast to-base
        11. 34.3.9.11. cast to-bytes32
        12. 34.3.9.12. cast to-dec
        13. 34.3.9.13. cast to-fixed-point
        14. 34.3.9.14. cast to-hex
        15. 34.3.9.15. cast to-hexdata
        16. 34.3.9.16. cast to-int256
        17. 34.3.9.17. cast to-rlp
        18. 34.3.9.18. cast to-uint256
        19. 34.3.9.19. cast to-unit
        20. 34.3.9.20. cast to-wei
        21. 34.3.9.21. cast shl
        22. 34.3.9.22. cast shr
      10. 34.3.10. Utility Commands
        ❱
        1. 34.3.10.1. cast address-zero
        2. 34.3.10.2. cast sig
        3. 34.3.10.3. cast sig-event
        4. 34.3.10.4. cast keccak
        5. 34.3.10.5. cast compute-address
        6. 34.3.10.6. cast create2
        7. 34.3.10.7. cast interface
        8. 34.3.10.8. cast index
        9. 34.3.10.9. cast concat-hex
        10. 34.3.10.10. cast max-int
        11. 34.3.10.11. cast min-int
        12. 34.3.10.12. cast max-uint
        13. 34.3.10.13. cast to-check-sum-address
      11. 34.3.11. Wallet Commands
        ❱
        1. 34.3.11.1. cast wallet
        2. 34.3.11.2. cast wallet new
        3. 34.3.11.3. cast wallet new-mnemonic
        4. 34.3.11.4. cast wallet address
        5. 34.3.11.5. cast wallet sign
        6. 34.3.11.6. cast wallet vanity
        7. 34.3.11.7. cast wallet verify
        8. 34.3.11.8. cast wallet import
        9. 34.3.11.9. cast wallet list
    4. 34.4. anvil Reference
    5. 34.5. chisel Reference
    6. 34.6. Config Reference
      ❱
      1. 34.6.1. Overview
      2. 34.6.2. Project
      3. 34.6.3. Solidity Compiler
      4. 34.6.4. Testing
      5. 34.6.5. In-line Configuration Testing
      6. 34.6.6. Formatter
      7. 34.6.7. Documentation Generator
      8. 34.6.8. Etherscan
    7. 34.7. Cheatcodes Reference
      ❱
      1. 34.7.1. Environment
        ❱
        1. 34.7.1.1. warp
        2. 34.7.1.2. roll
        3. 34.7.1.3. fee
        4. 34.7.1.4. getBlockTimestamp
        5. 34.7.1.5. getBlockNumber
        6. 34.7.1.6. difficulty
        7. 34.7.1.7. prevrandao
        8. 34.7.1.8. chainId
        9. 34.7.1.9. store
        10. 34.7.1.10. load
        11. 34.7.1.11. etch
        12. 34.7.1.12. deal
        13. 34.7.1.13. prank
        14. 34.7.1.14. startPrank
        15. 34.7.1.15. stopPrank
        16. 34.7.1.16. readCallers
        17. 34.7.1.17. record
        18. 34.7.1.18. accesses
        19. 34.7.1.19. recordLogs
        20. 34.7.1.20. getRecordedLogs
        21. 34.7.1.21. setNonce
        22. 34.7.1.22. getNonce
        23. 34.7.1.23. mockCall
        24. 34.7.1.24. mockCalls
        25. 34.7.1.25. mockCallRevert
        26. 34.7.1.26. mockFunction
        27. 34.7.1.27. clearMockedCalls
        28. 34.7.1.28. coinbase
        29. 34.7.1.29. broadcast
        30. 34.7.1.30. startBroadcast
        31. 34.7.1.31. stopBroadcast
        32. 34.7.1.32. pauseGasMetering
        33. 34.7.1.33. resetGasMetering
        34. 34.7.1.34. resumeGasMetering
        35. 34.7.1.35. txGasPrice
        36. 34.7.1.36. startStateDiffRecording
        37. 34.7.1.37. stopAndReturnStateDiff
        38. 34.7.1.38. snapshotState
        39. 34.7.1.39. snapshotGas
        40. 34.7.1.40. isContext
      2. 34.7.2. Assertions
        ❱
        1. 34.7.2.1. expectRevert
        2. 34.7.2.2. expectEmit
        3. 34.7.2.3. expectCall
      3. 34.7.3. Fuzzer
        ❱
        1. 34.7.3.1. assume
        2. 34.7.3.2. assumeNoRevert
      4. 34.7.4. Forking
        ❱
        1. 34.7.4.1. createFork
        2. 34.7.4.2. selectFork
        3. 34.7.4.3. createSelectFork
        4. 34.7.4.4. activeFork
        5. 34.7.4.5. rollFork
        6. 34.7.4.6. makePersistent
        7. 34.7.4.7. revokePersistent
        8. 34.7.4.8. isPersistent
        9. 34.7.4.9. allowCheatcodes
        10. 34.7.4.10. transact
      5. 34.7.5. External
        ❱
        1. 34.7.5.1. ffi
        2. 34.7.5.2. prompt
        3. 34.7.5.3. projectRoot
        4. 34.7.5.4. getCode
        5. 34.7.5.5. getDeployedCode
        6. 34.7.5.6. sleep
        7. 34.7.5.7. unixTime
        8. 34.7.5.8. setEnv
        9. 34.7.5.9. envOr
        10. 34.7.5.10. envBool
        11. 34.7.5.11. envUint
        12. 34.7.5.12. envInt
        13. 34.7.5.13. envAddress
        14. 34.7.5.14. envBytes32
        15. 34.7.5.15. envString
        16. 34.7.5.16. envBytes
        17. 34.7.5.17. keyExists
        18. 34.7.5.18. keyExistsJson
        19. 34.7.5.19. keyExistsToml
        20. 34.7.5.20. parseJson
        21. 34.7.5.21. parseToml
        22. 34.7.5.22. parseJsonKeys
        23. 34.7.5.23. parseTomlKeys
        24. 34.7.5.24. serializeJson
        25. 34.7.5.25. writeJson
        26. 34.7.5.26. writeToml
      6. 34.7.6. Signing
        ❱
        1. 34.7.6.1. sign
        2. 34.7.6.2. signDelegation
      7. 34.7.7. Utilities
        ❱
        1. 34.7.7.1. addr
        2. 34.7.7.2. skip
        3. 34.7.7.3. label
        4. 34.7.7.4. getLabel
        5. 34.7.7.5. deriveKey
        6. 34.7.7.6. parseBytes
        7. 34.7.7.7. parseAddress
        8. 34.7.7.8. parseUint
        9. 34.7.7.9. parseInt
        10. 34.7.7.10. parseBytes32
        11. 34.7.7.11. parseBool
        12. 34.7.7.12. rememberKey
        13. 34.7.7.13. toString
        14. 34.7.7.14. breakpoint
        15. 34.7.7.15. createWallet
        16. 34.7.7.16. copyStorage
        17. 34.7.7.17. setArbitraryStorage
      8. 34.7.8. RPC
      9. 34.7.9. Files
    8. 34.8. Forge Standard Library Reference
      ❱
      1. 34.8.1. Std Logs
      2. 34.8.2. Std Assertions
        ❱
        1. 34.8.2.1. fail
        2. 34.8.2.2. assertTrue
        3. 34.8.2.3. assertFalse
        4. 34.8.2.4. assertEq
        5. 34.8.2.5. assertEqDecimal
        6. 34.8.2.6. assertNotEq
        7. 34.8.2.7. assertNotEqDecimal
        8. 34.8.2.8. assertLt
        9. 34.8.2.9. assertLtDecimal
        10. 34.8.2.10. assertGt
        11. 34.8.2.11. assertGtDecimal
        12. 34.8.2.12. assertLe
        13. 34.8.2.13. assertLeDecimal
        14. 34.8.2.14. assertGe
        15. 34.8.2.15. assertGeDecimal
        16. 34.8.2.16. assertApproxEqAbs
        17. 34.8.2.17. assertApproxEqAbsDecimal
        18. 34.8.2.18. assertApproxEqRel
        19. 34.8.2.19. assertApproxEqRelDecimal
      3. 34.8.3. Std Cheats
        ❱
        1. 34.8.3.1. skip
        2. 34.8.3.2. rewind
        3. 34.8.3.3. hoax
        4. 34.8.3.4. startHoax
        5. 34.8.3.5. deal
        6. 34.8.3.6. deployCode
        7. 34.8.3.7. deployCodeTo
        8. 34.8.3.8. bound
        9. 34.8.3.9. changePrank
        10. 34.8.3.10. makeAddr
        11. 34.8.3.11. makeAddrAndKey
        12. 34.8.3.12. noGasMetering
        13. 34.8.3.13. assumeNoPrecompiles
        14. 34.8.3.14. assumePayable
      4. 34.8.4. Std Errors
        ❱
        1. 34.8.4.1. assertionError
        2. 34.8.4.2. arithmeticError
        3. 34.8.4.3. divisionError
        4. 34.8.4.4. enumConversionError
        5. 34.8.4.5. encodeStorageError
        6. 34.8.4.6. popError
        7. 34.8.4.7. indexOOBError
        8. 34.8.4.8. memOverflowError
        9. 34.8.4.9. zeroVarError
      5. 34.8.5. Std Storage
        ❱
        1. 34.8.5.1. target
        2. 34.8.5.2. sig
        3. 34.8.5.3. with_key
        4. 34.8.5.4. depth
        5. 34.8.5.5. enable_packed_slots
        6. 34.8.5.6. checked_write
        7. 34.8.5.7. find
        8. 34.8.5.8. read
      6. 34.8.6. Std Math
        ❱
        1. 34.8.6.1. abs
        2. 34.8.6.2. delta
        3. 34.8.6.3. percentDelta
      7. 34.8.7. Script Utils
        ❱
        1. 34.8.7.1. computeCreateAddress
        2. 34.8.7.2. deriveRememberKey
      8. 34.8.8. Console Logging
    9. 34.9. DSTest Reference
  45. 35. Miscellaneous
    ❱
    1. 35.1. Struct encoding

Foundry Book

Etherscan Commands

  • cast etherscan-source