tekh pfp
tekh
@tekh
# Order of Layout ## Contract elements - Pragma statements - Import statements - Events - Errors - Interfaces - Libraries - Contracts ## Inside each contract - Type declarations - State variables - Events - Errors - Modifiers - Functions https://docs.soliditylang.org/en/latest/style-guide.html#order-of-layout
1 reply
1 recast
0 reaction

tekh pfp
tekh
@tekh
### Order of Functions - constructor - receive function (if exists) - fallback function (if exists) - external - public - internal - private
0 reply
0 recast
0 reaction