private static StructLog Populate(this StructLog structLog, JArray structLogArray, int currentIndex)
        {
            if (structLog.Op == OpCodes.Create)
            {
                structLog.To = structLog.FindAddressOfNewlyCreatedContract(structLogArray, currentIndex);
            }

            return(structLog);
        }