Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 698 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 698 Bytes

Foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

// Layout of Contract:
// version
// imports
// errors
// interfaces, libraries, contracts
// Type declarations
// State variables
// Events
// Modifiers
// Functions

// Layout of Functions:
// constructor
// receive function (if exists)
// fallback function (if exists)
// external
// public
// internal
// private
// internal & private view & pure functions
// external & public view & pure functions

Deployed contract on Sepolia

0xFa2F42C93B0Be218FA38061b0A9Fe5600870bA00