On this pageGetFunctions Git Source < MC Standard Function > Notes: v0.1.0 none Functions getFunctions function getFunctions() external view returns (Function[] memory); Structs Function DO NOT USE STORAGE DIRECTLY !!! struct Function { bytes4 selector; address implementation;}