Solidity: Functions and Visibility
Functions
Functions can be defined inside and outside of contracts.
Functions outside of a contract, also called “free functions”, always have implicit internal visibility. Their code is included in all contracts that call them, similar to internal...
introduction-to-blockchain-and-ethereum.hashnode.dev4 min read