Git Source
struct CallingFunctionHashMapping {
    string callingFunction;
    bytes4 signature;
    string encodedValues;
}