Check if function selector exists in ABI
bool hasFunction(String selector) { return _functions.containsKey(selector.toLowerCase()); }