├── LICENSE ├── README.md ├── buggy_contracts ├── Overflow-Underflow │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol ├── Re-entrancy │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol ├── TOD │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol ├── Timestamp-Dependency │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol ├── Unchecked-Send │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol ├── Unhandled-Exceptions │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol └── tx.origin │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ └── buggy_9.sol ├── results ├── Manticore │ └── analyzed_buggy_contracts │ │ ├── Overflow-Underflow │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.HotDollarsToken.txt │ │ │ ├── buggy_11.Owned.txt │ │ │ ├── buggy_12.ERC223Token.txt │ │ │ ├── buggy_14.SaveWon.txt │ │ │ ├── buggy_16.Owned.txt │ │ │ ├── buggy_18.Owned.txt │ │ │ ├── buggy_19.owned.txt │ │ │ ├── buggy_20.Stoppable.txt │ │ │ ├── buggy_22.owned.txt │ │ │ ├── buggy_22.tokenRecipient.txt │ │ │ ├── buggy_26.UBBCToken.txt │ │ │ ├── buggy_27.Ownable.txt │ │ │ ├── buggy_29.RaffleTokenExchange.txt │ │ │ ├── buggy_32.AsseteGram.txt │ │ │ ├── buggy_32.ERC20Token.txt │ │ │ ├── buggy_33.Owned.txt │ │ │ ├── buggy_34.Ownable.txt │ │ │ ├── buggy_35.owned.txt │ │ │ ├── buggy_36.owned.txt │ │ │ ├── buggy_36.tokenRecipient.txt │ │ │ ├── buggy_37.Owned.txt │ │ │ ├── buggy_37.SafeMath.txt │ │ │ ├── buggy_39.TAMCContract.txt │ │ │ ├── buggy_4.PHO.txt │ │ │ ├── buggy_40.ERC20.txt │ │ │ ├── buggy_40.SimpleSwapCoin.txt │ │ │ ├── buggy_42.Owned.txt │ │ │ ├── buggy_43.EventMetadata.txt │ │ │ ├── buggy_43.MultiHashWrapper.txt │ │ │ ├── buggy_43.Operated.txt │ │ │ ├── buggy_43.Post.txt │ │ │ ├── buggy_43.ProofHash.txt │ │ │ ├── buggy_43.Template.txt │ │ │ ├── buggy_44.Feed.txt │ │ │ ├── buggy_44.MultiHashWrapper.txt │ │ │ ├── buggy_44.Operated.txt │ │ │ ├── buggy_44.Template.txt │ │ │ ├── buggy_45.StockBet.txt │ │ │ ├── buggy_46.ProofOfExistence.txt │ │ │ ├── buggy_47.AcunarToken.txt │ │ │ ├── buggy_48.Owned.txt │ │ │ ├── buggy_49.TAMC.txt │ │ │ ├── buggy_5.Ownable.txt │ │ │ ├── buggy_50.digitalNotary.txt │ │ │ ├── buggy_6.ChannelWallet.txt │ │ │ ├── buggy_7.AccountWallet.txt │ │ │ ├── buggy_9.Ownable.txt │ │ │ ├── buggy_9.XLToken.txt │ │ │ ├── buugy_17.owned.txt │ │ │ └── buugy_8.Ownable.txt │ │ └── Re-entrancy │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ ├── buggy_1.HotDollarsToken.txt │ │ ├── buggy_11.ForTheBlockchain.txt │ │ ├── buggy_11.Owned.txt │ │ ├── buggy_12.ERC223Token.txt │ │ ├── buggy_12.Grand.txt │ │ ├── buggy_17.owned.txt │ │ ├── buggy_18.Owned.txt │ │ ├── buggy_19.owned.txt.sh │ │ ├── buggy_20.Stoppable.txt │ │ ├── buggy_22.owned.txt │ │ ├── buggy_22.tokenRecipient.txt │ │ ├── buggy_26.UBBCToken.txt │ │ ├── buggy_27.Ownable.txt │ │ ├── buggy_32.AsseteGram.txt │ │ ├── buggy_32.ERC20Token.txt │ │ ├── buggy_33.Owned.txt │ │ ├── buggy_34.Ownable.txt │ │ ├── buggy_37.Owned.txt │ │ ├── buggy_37.SafeMath.txt │ │ ├── buggy_39.TAMCContract.txt │ │ ├── buggy_4.PHO.txt │ │ ├── buggy_40.ERC20.txt │ │ ├── buggy_40.SimpleSwapCoin.txt │ │ ├── buggy_42.Owned.txt │ │ ├── buggy_43.EventMetadata.txt │ │ ├── buggy_43.MultiHashWrapper.txt │ │ ├── buggy_43.Operated.txt │ │ ├── buggy_43.Post.txt │ │ ├── buggy_43.ProofHash.ProofHash.txt │ │ ├── buggy_43.Template.txt │ │ ├── buggy_45.StockBet.txt │ │ ├── buggy_46.ProofOfExistence.txt │ │ ├── buggy_47.AcunarToken.txt │ │ ├── buggy_48.Owned.txt │ │ ├── buggy_49.TAMC.txt │ │ ├── buggy_5.Ownable.txt │ │ ├── buggy_6.ChannelWallet.txt │ │ ├── buggy_7.AccountWallet.txt │ │ ├── buggy_9.Ownable.txt │ │ └── buggy_9.XLToken.txt ├── Mythril │ └── analyzed_buggy_contracts │ │ ├── Overflow-Underflow │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ ├── Re-entrancy │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ ├── Timestamp-Dependency │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ ├── Unchecked-Send │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ ├── Unhandled-Exceptions │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ └── tx.origin │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ ├── buggy_1.sol.txt │ │ ├── buggy_10.sol.txt │ │ ├── buggy_11.sol.txt │ │ ├── buggy_12.sol.txt │ │ ├── buggy_13.sol.txt │ │ ├── buggy_14.sol.txt │ │ ├── buggy_15.sol.txt │ │ ├── buggy_16.sol.txt │ │ ├── buggy_17.sol.txt │ │ ├── buggy_18.sol.txt │ │ ├── buggy_19.sol.txt │ │ ├── buggy_2.sol.txt │ │ ├── buggy_20.sol.txt │ │ ├── buggy_21.sol.txt │ │ ├── buggy_22.sol.txt │ │ ├── buggy_23.sol.txt │ │ ├── buggy_24.sol.txt │ │ ├── buggy_25.sol.txt │ │ ├── buggy_26.sol.txt │ │ ├── buggy_27.sol.txt │ │ ├── buggy_28.sol.txt │ │ ├── buggy_29.sol.txt │ │ ├── buggy_3.sol.txt │ │ ├── buggy_30.sol.txt │ │ ├── buggy_31.sol.txt │ │ ├── buggy_32.sol.txt │ │ ├── buggy_33.sol.txt │ │ ├── buggy_34.sol.txt │ │ ├── buggy_35.sol.txt │ │ ├── buggy_36.sol.txt │ │ ├── buggy_37.sol.txt │ │ ├── buggy_38.sol.txt │ │ ├── buggy_39.sol.txt │ │ ├── buggy_4.sol.txt │ │ ├── buggy_40.sol.txt │ │ ├── buggy_41.sol.txt │ │ ├── buggy_42.sol.txt │ │ ├── buggy_43.sol.txt │ │ ├── buggy_44.sol.txt │ │ ├── buggy_45.sol.txt │ │ ├── buggy_46.sol.txt │ │ ├── buggy_47.sol.txt │ │ ├── buggy_48.sol.txt │ │ ├── buggy_49.sol.txt │ │ ├── buggy_5.sol.txt │ │ ├── buggy_50.sol.txt │ │ ├── buggy_6.sol.txt │ │ ├── buggy_7.sol.txt │ │ ├── buggy_8.sol.txt │ │ └── buggy_9.sol.txt ├── Oyente │ └── analyzed_buggy_contracts │ │ ├── Overflow-Underflow │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol_HotDollarsToken.json │ │ │ ├── buggy_10.sol_DocumentSigner.json │ │ │ ├── buggy_11.sol_ForTheBlockchain.json │ │ │ ├── buggy_11.sol_Owned.json │ │ │ ├── buggy_11.sol_SafeMath.json │ │ │ ├── buggy_12.sol_ERC223Token.json │ │ │ ├── buggy_12.sol_Grand.json │ │ │ ├── buggy_12.sol_SafeMath.json │ │ │ ├── buggy_13.sol_BitCash.json │ │ │ ├── buggy_14.sol_ERC20.json │ │ │ ├── buggy_14.sol_SafeMath.json │ │ │ ├── buggy_14.sol_SaveWon.json │ │ │ ├── buggy_15.sol_MD.json │ │ │ ├── buggy_16.sol_ExclusivePlatform.json │ │ │ ├── buggy_16.sol_Owned.json │ │ │ ├── buggy_16.sol_SafeMath.json │ │ │ ├── buggy_17.sol_AZT.json │ │ │ ├── buggy_17.sol_SafeMath.json │ │ │ ├── buggy_17.sol_TokenERC20.json │ │ │ ├── buggy_17.sol_owned.json │ │ │ ├── buggy_18.sol_ExtendedMath.json │ │ │ ├── buggy_18.sol_Owned.json │ │ │ ├── buggy_18.sol_SafeMath.json │ │ │ ├── buggy_18.sol__Yesbuzz.json │ │ │ ├── buggy_19.sol_SafeMath.json │ │ │ ├── buggy_19.sol_ethBank.json │ │ │ ├── buggy_19.sol_owned.json │ │ │ ├── buggy_2.sol_CareerOnToken.json │ │ │ ├── buggy_20.sol_RampInstantEthPool.json │ │ │ ├── buggy_20.sol_Stoppable.json │ │ │ ├── buggy_21.sol_SafeMath.json │ │ │ ├── buggy_21.sol_StableDEX.json │ │ │ ├── buggy_22.sol_MindsyncPlatform.json │ │ │ ├── buggy_22.sol_SafeMath.json │ │ │ ├── buggy_22.sol_owned.json │ │ │ ├── buggy_22.sol_tokenRecipient.json │ │ │ ├── buggy_23.sol_AGR.json │ │ │ ├── buggy_23.sol_ERC20.json │ │ │ ├── buggy_23.sol_ERC20Burnable.json │ │ │ ├── buggy_23.sol_SafeMath.json │ │ │ ├── buggy_24.sol_FomoFeast.json │ │ │ ├── buggy_24.sol_SafeMath.json │ │ │ ├── buggy_25.sol_WhiteBetting.json │ │ │ ├── buggy_26.sol_SafeMath.json │ │ │ ├── buggy_26.sol_UBBCToken.json │ │ │ ├── buggy_27.sol_DanPanCoin.json │ │ │ ├── buggy_27.sol_Ownable.json │ │ │ ├── buggy_27.sol_SafeMath.json │ │ │ ├── buggy_28.sol_HYDROGEN.json │ │ │ ├── buggy_28.sol_SafeMath.json │ │ │ ├── buggy_29.sol_RaffleTokenExchange.json │ │ │ ├── buggy_29.sol_SafeMath.json │ │ │ ├── buggy_3.sol_CareerOnToken.json │ │ │ ├── buggy_30.sol_Address.json │ │ │ ├── buggy_30.sol_ERC777.json │ │ │ ├── buggy_30.sol_Roles.json │ │ │ ├── buggy_30.sol_SKYBITToken.json │ │ │ ├── buggy_30.sol_SafeMath.json │ │ │ ├── buggy_31.sol_ECDSA.json │ │ │ ├── buggy_31.sol_FeeTransactionManager.json │ │ │ ├── buggy_32.sol_AsseteGram.json │ │ │ ├── buggy_32.sol_ERC20Token.json │ │ │ ├── buggy_32.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Owned.json │ │ │ ├── buggy_33.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Staking.json │ │ │ ├── buggy_34.sol_LollypopToken.json │ │ │ ├── buggy_34.sol_Ownable.json │ │ │ ├── buggy_34.sol_SafeMath.json │ │ │ ├── buggy_35.sol_BitpayerDEX.json │ │ │ ├── buggy_35.sol_SafeMath.json │ │ │ ├── buggy_35.sol_owned.json │ │ │ ├── buggy_36.sol_MindsyncPlatform.json │ │ │ ├── buggy_36.sol_SafeMath.json │ │ │ ├── buggy_36.sol_owned.json │ │ │ ├── buggy_36.sol_tokenRecipient.json │ │ │ ├── buggy_37.sol_AugustCoin.json │ │ │ ├── buggy_37.sol_Owned.json │ │ │ ├── buggy_37.sol_SafeMath.json │ │ │ ├── buggy_38.sol_BIGBOMBv2.json │ │ │ ├── buggy_38.sol_SafeMath.json │ │ │ ├── buggy_39.sol_TAMCContract.json │ │ │ ├── buggy_4.sol_PHO.json │ │ │ ├── buggy_40.sol_ERC20.json │ │ │ ├── buggy_40.sol_SafeMath.json │ │ │ ├── buggy_40.sol_SimpleSwapCoin.json │ │ │ ├── buggy_41.sol_AO.json │ │ │ ├── buggy_42.sol_Owned.json │ │ │ ├── buggy_42.sol_SafeMath.json │ │ │ ├── buggy_42.sol_Staking.json │ │ │ ├── buggy_43.sol_EventMetadata.json │ │ │ ├── buggy_43.sol_MultiHashWrapper.json │ │ │ ├── buggy_43.sol_Operated.json │ │ │ ├── buggy_43.sol_Post.json │ │ │ ├── buggy_43.sol_ProofHash.json │ │ │ ├── buggy_43.sol_Template.json │ │ │ ├── buggy_44.sol_EventMetadata.json │ │ │ ├── buggy_44.sol_Feed.json │ │ │ ├── buggy_44.sol_MultiHashWrapper.json │ │ │ ├── buggy_44.sol_Operated.json │ │ │ ├── buggy_44.sol_ProofHashes.json │ │ │ ├── buggy_44.sol_Template.json │ │ │ ├── buggy_45.sol_StockBet.json │ │ │ ├── buggy_46.sol_ProofOfExistence.json │ │ │ ├── buggy_47.sol_AcunarIEO.json │ │ │ ├── buggy_47.sol_AcunarToken.json │ │ │ ├── buggy_48.sol_Owned.json │ │ │ ├── buggy_48.sol_QurasToken.json │ │ │ ├── buggy_48.sol_SafeMath.json │ │ │ ├── buggy_49.sol_TAMC.json │ │ │ ├── buggy_5.sol_Ownable.json │ │ │ ├── buggy_5.sol_TTC.json │ │ │ ├── buggy_5.sol_TokenERC20.json │ │ │ ├── buggy_50.sol_digitalNotary.json │ │ │ ├── buggy_6.sol_ChannelWallet.json │ │ │ ├── buggy_7.sol_AccountWallet.json │ │ │ ├── buggy_8.sol_Ownable.json │ │ │ ├── buggy_8.sol_TokenERC20.json │ │ │ ├── buggy_8.sol_YFT.json │ │ │ ├── buggy_9.sol_Ownable.json │ │ │ ├── buggy_9.sol_SafeMath.json │ │ │ ├── buggy_9.sol_TokenERC20.json │ │ │ └── buggy_9.sol_XLToken.json │ │ ├── Re-entrancy │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol_HotDollarsToken.json │ │ │ ├── buggy_10.sol_DocumentSigner.json │ │ │ ├── buggy_11.sol_ForTheBlockchain.json │ │ │ ├── buggy_11.sol_Owned.json │ │ │ ├── buggy_11.sol_SafeMath.json │ │ │ ├── buggy_12.sol_ERC223Token.json │ │ │ ├── buggy_12.sol_Grand.json │ │ │ ├── buggy_12.sol_SafeMath.json │ │ │ ├── buggy_13.sol_BitCash.json │ │ │ ├── buggy_14.sol_ERC20.json │ │ │ ├── buggy_14.sol_SafeMath.json │ │ │ ├── buggy_14.sol_SaveWon.json │ │ │ ├── buggy_15.sol_MD.json │ │ │ ├── buggy_16.sol_ExclusivePlatform.json │ │ │ ├── buggy_16.sol_Owned.json │ │ │ ├── buggy_16.sol_SafeMath.json │ │ │ ├── buggy_17.sol_AZT.json │ │ │ ├── buggy_17.sol_SafeMath.json │ │ │ ├── buggy_17.sol_TokenERC20.json │ │ │ ├── buggy_17.sol_owned.json │ │ │ ├── buggy_18.sol_ExtendedMath.json │ │ │ ├── buggy_18.sol_Owned.json │ │ │ ├── buggy_18.sol_SafeMath.json │ │ │ ├── buggy_18.sol__Yesbuzz.json │ │ │ ├── buggy_19.sol_SafeMath.json │ │ │ ├── buggy_19.sol_ethBank.json │ │ │ ├── buggy_19.sol_owned.json │ │ │ ├── buggy_2.sol_CareerOnToken.json │ │ │ ├── buggy_20.sol_RampInstantEthPool.json │ │ │ ├── buggy_20.sol_Stoppable.json │ │ │ ├── buggy_21.sol_SafeMath.json │ │ │ ├── buggy_21.sol_StableDEX.json │ │ │ ├── buggy_22.sol_MindsyncPlatform.json │ │ │ ├── buggy_22.sol_SafeMath.json │ │ │ ├── buggy_22.sol_owned.json │ │ │ ├── buggy_22.sol_tokenRecipient.json │ │ │ ├── buggy_23.sol_AGR.json │ │ │ ├── buggy_23.sol_ERC20.json │ │ │ ├── buggy_23.sol_ERC20Burnable.json │ │ │ ├── buggy_23.sol_SafeMath.json │ │ │ ├── buggy_24.sol_FomoFeast.json │ │ │ ├── buggy_24.sol_SafeMath.json │ │ │ ├── buggy_25.sol_WhiteBetting.json │ │ │ ├── buggy_26.sol_SafeMath.json │ │ │ ├── buggy_26.sol_UBBCToken.json │ │ │ ├── buggy_27.sol_DanPanCoin.json │ │ │ ├── buggy_27.sol_Ownable.json │ │ │ ├── buggy_27.sol_SafeMath.json │ │ │ ├── buggy_28.sol_HYDROGEN.json │ │ │ ├── buggy_28.sol_SafeMath.json │ │ │ ├── buggy_29.sol_RaffleTokenExchange.json │ │ │ ├── buggy_29.sol_SafeMath.json │ │ │ ├── buggy_3.sol_CareerOnToken.json │ │ │ ├── buggy_30.sol_Address.json │ │ │ ├── buggy_30.sol_ERC777.json │ │ │ ├── buggy_30.sol_Roles.json │ │ │ ├── buggy_30.sol_SKYBITToken.json │ │ │ ├── buggy_30.sol_SafeMath.json │ │ │ ├── buggy_31.sol_ECDSA.json │ │ │ ├── buggy_31.sol_FeeTransactionManager.json │ │ │ ├── buggy_32.sol_AsseteGram.json │ │ │ ├── buggy_32.sol_ERC20Token.json │ │ │ ├── buggy_32.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Owned.json │ │ │ ├── buggy_33.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Staking.json │ │ │ ├── buggy_34.sol_LollypopToken.json │ │ │ ├── buggy_34.sol_Ownable.json │ │ │ ├── buggy_34.sol_SafeMath.json │ │ │ ├── buggy_35.sol_BitpayerDEX.json │ │ │ ├── buggy_35.sol_SafeMath.json │ │ │ ├── buggy_35.sol_owned.json │ │ │ ├── buggy_36.sol_MindsyncPlatform.json │ │ │ ├── buggy_36.sol_SafeMath.json │ │ │ ├── buggy_36.sol_owned.json │ │ │ ├── buggy_36.sol_tokenRecipient.json │ │ │ ├── buggy_37.sol_AugustCoin.json │ │ │ ├── buggy_37.sol_Owned.json │ │ │ ├── buggy_37.sol_SafeMath.json │ │ │ ├── buggy_38.sol_BIGBOMBv2.json │ │ │ ├── buggy_38.sol_SafeMath.json │ │ │ ├── buggy_39.sol_TAMCContract.json │ │ │ ├── buggy_4.sol_PHO.json │ │ │ ├── buggy_40.sol_ERC20.json │ │ │ ├── buggy_40.sol_SafeMath.json │ │ │ ├── buggy_40.sol_SimpleSwapCoin.json │ │ │ ├── buggy_41.sol_AO.json │ │ │ ├── buggy_42.sol_Owned.json │ │ │ ├── buggy_42.sol_SafeMath.json │ │ │ ├── buggy_42.sol_Staking.json │ │ │ ├── buggy_43.sol_EventMetadata.json │ │ │ ├── buggy_43.sol_MultiHashWrapper.json │ │ │ ├── buggy_43.sol_Operated.json │ │ │ ├── buggy_43.sol_Post.json │ │ │ ├── buggy_43.sol_ProofHash.json │ │ │ ├── buggy_43.sol_Template.json │ │ │ ├── buggy_44.sol_EventMetadata.json │ │ │ ├── buggy_44.sol_Feed.json │ │ │ ├── buggy_44.sol_MultiHashWrapper.json │ │ │ ├── buggy_44.sol_Operated.json │ │ │ ├── buggy_44.sol_ProofHashes.json │ │ │ ├── buggy_44.sol_Template.json │ │ │ ├── buggy_45.sol_StockBet.json │ │ │ ├── buggy_46.sol_ProofOfExistence.json │ │ │ ├── buggy_47.sol_AcunarIEO.json │ │ │ ├── buggy_47.sol_AcunarToken.json │ │ │ ├── buggy_48.sol_Owned.json │ │ │ ├── buggy_48.sol_QurasToken.json │ │ │ ├── buggy_48.sol_SafeMath.json │ │ │ ├── buggy_49.sol_TAMC.json │ │ │ ├── buggy_5.sol_Ownable.json │ │ │ ├── buggy_5.sol_TTC.json │ │ │ ├── buggy_5.sol_TokenERC20.json │ │ │ ├── buggy_50.sol_digitalNotary.json │ │ │ ├── buggy_6.sol_ChannelWallet.json │ │ │ ├── buggy_6.sol_Ownable.json │ │ │ ├── buggy_7.sol_AccountWallet.json │ │ │ ├── buggy_8.sol_Ownable.json │ │ │ ├── buggy_8.sol_TokenERC20.json │ │ │ ├── buggy_8.sol_YFT.json │ │ │ ├── buggy_9.sol_Ownable.json │ │ │ ├── buggy_9.sol_SafeMath.json │ │ │ ├── buggy_9.sol_TokenERC20.json │ │ │ └── buggy_9.sol_XLToken.json │ │ ├── TOD │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol_HotDollarsToken.json │ │ │ ├── buggy_10.sol_DocumentSigner.json │ │ │ ├── buggy_11.sol_ForTheBlockchain.json │ │ │ ├── buggy_11.sol_Owned.json │ │ │ ├── buggy_11.sol_SafeMath.json │ │ │ ├── buggy_12.sol_ERC223Token.json │ │ │ ├── buggy_12.sol_Grand.json │ │ │ ├── buggy_12.sol_SafeMath.json │ │ │ ├── buggy_13.sol_BitCash.json │ │ │ ├── buggy_14.sol_ERC20.json │ │ │ ├── buggy_14.sol_SafeMath.json │ │ │ ├── buggy_14.sol_SaveWon.json │ │ │ ├── buggy_15.sol_MD.json │ │ │ ├── buggy_16.sol_ExclusivePlatform.json │ │ │ ├── buggy_16.sol_Owned.json │ │ │ ├── buggy_16.sol_SafeMath.json │ │ │ ├── buggy_17.sol_AZT.json │ │ │ ├── buggy_17.sol_SafeMath.json │ │ │ ├── buggy_17.sol_TokenERC20.json │ │ │ ├── buggy_17.sol_owned.json │ │ │ ├── buggy_18.sol_ExtendedMath.json │ │ │ ├── buggy_18.sol_Owned.json │ │ │ ├── buggy_18.sol_SafeMath.json │ │ │ ├── buggy_18.sol__Yesbuzz.json │ │ │ ├── buggy_19.sol_SafeMath.json │ │ │ ├── buggy_19.sol_ethBank.json │ │ │ ├── buggy_19.sol_owned.json │ │ │ ├── buggy_2.sol_CareerOnToken.json │ │ │ ├── buggy_20.sol_RampInstantEthPool.json │ │ │ ├── buggy_20.sol_Stoppable.json │ │ │ ├── buggy_21.sol_SafeMath.json │ │ │ ├── buggy_21.sol_StableDEX.json │ │ │ ├── buggy_22.sol_MindsyncPlatform.json │ │ │ ├── buggy_22.sol_SafeMath.json │ │ │ ├── buggy_22.sol_owned.json │ │ │ ├── buggy_22.sol_tokenRecipient.json │ │ │ ├── buggy_23.sol_ERC20.json │ │ │ ├── buggy_23.sol_ERC20Burnable.json │ │ │ ├── buggy_23.sol_SafeMath.json │ │ │ ├── buggy_24.sol_FomoFeast.json │ │ │ ├── buggy_24.sol_SafeMath.json │ │ │ ├── buggy_25.sol_WhiteBetting.json │ │ │ ├── buggy_26.sol_SafeMath.json │ │ │ ├── buggy_26.sol_UBBCToken.json │ │ │ ├── buggy_27.sol_DanPanCoin.json │ │ │ ├── buggy_27.sol_Ownable.json │ │ │ ├── buggy_27.sol_SafeMath.json │ │ │ ├── buggy_28.sol_HYDROGEN.json │ │ │ ├── buggy_28.sol_SafeMath.json │ │ │ ├── buggy_29.sol_RaffleTokenExchange.json │ │ │ ├── buggy_29.sol_SafeMath.json │ │ │ ├── buggy_3.sol_CareerOnToken.json │ │ │ ├── buggy_30.sol_Address.json │ │ │ ├── buggy_30.sol_ERC777.json │ │ │ ├── buggy_30.sol_Roles.json │ │ │ ├── buggy_30.sol_SKYBITToken.json │ │ │ ├── buggy_30.sol_SafeMath.json │ │ │ ├── buggy_31.sol_ECDSA.json │ │ │ ├── buggy_31.sol_FeeTransactionManager.json │ │ │ ├── buggy_32.sol_AsseteGram.json │ │ │ ├── buggy_32.sol_ERC20Token.json │ │ │ ├── buggy_32.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Owned.json │ │ │ ├── buggy_33.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Staking.json │ │ │ ├── buggy_34.sol_LollypopToken.json │ │ │ ├── buggy_34.sol_Ownable.json │ │ │ ├── buggy_34.sol_SafeMath.json │ │ │ ├── buggy_35.sol_BitpayerDEX.json │ │ │ ├── buggy_35.sol_SafeMath.json │ │ │ ├── buggy_35.sol_owned.json │ │ │ ├── buggy_36.sol_MindsyncPlatform.json │ │ │ ├── buggy_36.sol_SafeMath.json │ │ │ ├── buggy_36.sol_owned.json │ │ │ ├── buggy_36.sol_tokenRecipient.json │ │ │ ├── buggy_37.sol_AugustCoin.json │ │ │ ├── buggy_37.sol_Owned.json │ │ │ ├── buggy_37.sol_SafeMath.json │ │ │ ├── buggy_38.sol_BIGBOMBv2.json │ │ │ ├── buggy_38.sol_SafeMath.json │ │ │ ├── buggy_39.sol_TAMCContract.json │ │ │ ├── buggy_4.sol_PHO.json │ │ │ ├── buggy_40.sol_ERC20.json │ │ │ ├── buggy_40.sol_SafeMath.json │ │ │ ├── buggy_40.sol_SimpleSwapCoin.json │ │ │ ├── buggy_41.sol_AO.json │ │ │ ├── buggy_42.sol_Owned.json │ │ │ ├── buggy_42.sol_SafeMath.json │ │ │ ├── buggy_42.sol_Staking.json │ │ │ ├── buggy_43.sol_EventMetadata.json │ │ │ ├── buggy_43.sol_MultiHashWrapper.json │ │ │ ├── buggy_43.sol_Operated.json │ │ │ ├── buggy_43.sol_Post.json │ │ │ ├── buggy_43.sol_ProofHash.json │ │ │ ├── buggy_43.sol_Template.json │ │ │ ├── buggy_44.sol_EventMetadata.json │ │ │ ├── buggy_44.sol_Feed.json │ │ │ ├── buggy_44.sol_MultiHashWrapper.json │ │ │ ├── buggy_44.sol_Operated.json │ │ │ ├── buggy_44.sol_ProofHashes.json │ │ │ ├── buggy_44.sol_Template.json │ │ │ ├── buggy_45.sol_StockBet.json │ │ │ ├── buggy_46.sol_ProofOfExistence.json │ │ │ ├── buggy_47.sol_AcunarIEO.json │ │ │ ├── buggy_47.sol_AcunarToken.json │ │ │ ├── buggy_48.sol_Owned.json │ │ │ ├── buggy_48.sol_QurasToken.json │ │ │ ├── buggy_48.sol_SafeMath.json │ │ │ ├── buggy_49.sol_TAMC.json │ │ │ ├── buggy_5.sol_Ownable.json │ │ │ ├── buggy_5.sol_TTC.json │ │ │ ├── buggy_5.sol_TokenERC20.json │ │ │ ├── buggy_50.sol_digitalNotary.json │ │ │ ├── buggy_6.sol_ChannelWallet.json │ │ │ ├── buggy_7.sol_AccountWallet.json │ │ │ ├── buggy_7.sol_Ownable.json │ │ │ ├── buggy_8.sol_Ownable.json │ │ │ ├── buggy_8.sol_TokenERC20.json │ │ │ ├── buggy_8.sol_YFT.json │ │ │ ├── buggy_9.sol_Ownable.json │ │ │ ├── buggy_9.sol_SafeMath.json │ │ │ ├── buggy_9.sol_TokenERC20.json │ │ │ └── buggy_9.sol_XLToken.json │ │ ├── Timestamp-Dependency │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol_HotDollarsToken.json │ │ │ ├── buggy_10.sol_DocumentSigner.json │ │ │ ├── buggy_11.sol_ForTheBlockchain.json │ │ │ ├── buggy_11.sol_Owned.json │ │ │ ├── buggy_11.sol_SafeMath.json │ │ │ ├── buggy_12.sol_ERC223Token.json │ │ │ ├── buggy_12.sol_Grand.json │ │ │ ├── buggy_12.sol_SafeMath.json │ │ │ ├── buggy_13.sol_BitCash.json │ │ │ ├── buggy_14.sol_ERC20.json │ │ │ ├── buggy_14.sol_SafeMath.json │ │ │ ├── buggy_14.sol_SaveWon.json │ │ │ ├── buggy_15.sol_MD.json │ │ │ ├── buggy_16.sol_ExclusivePlatform.json │ │ │ ├── buggy_16.sol_Owned.json │ │ │ ├── buggy_16.sol_SafeMath.json │ │ │ ├── buggy_17.sol_AZT.json │ │ │ ├── buggy_17.sol_SafeMath.json │ │ │ ├── buggy_17.sol_TokenERC20.json │ │ │ ├── buggy_17.sol_owned.json │ │ │ ├── buggy_18.sol_ExtendedMath.json │ │ │ ├── buggy_18.sol_Owned.json │ │ │ ├── buggy_18.sol_SafeMath.json │ │ │ ├── buggy_18.sol__Yesbuzz.json │ │ │ ├── buggy_19.sol_SafeMath.json │ │ │ ├── buggy_19.sol_ethBank.json │ │ │ ├── buggy_19.sol_owned.json │ │ │ ├── buggy_2.sol_CareerOnToken.json │ │ │ ├── buggy_20.sol_RampInstantEthPool.json │ │ │ ├── buggy_20.sol_Stoppable.json │ │ │ ├── buggy_21.sol_SafeMath.json │ │ │ ├── buggy_21.sol_StableDEX.json │ │ │ ├── buggy_22.sol_MindsyncPlatform.json │ │ │ ├── buggy_22.sol_SafeMath.json │ │ │ ├── buggy_22.sol_owned.json │ │ │ ├── buggy_22.sol_tokenRecipient.json │ │ │ ├── buggy_23.sol_AGR.json │ │ │ ├── buggy_23.sol_ERC20.json │ │ │ ├── buggy_23.sol_ERC20Burnable.json │ │ │ ├── buggy_23.sol_SafeMath.json │ │ │ ├── buggy_24.sol_FomoFeast.json │ │ │ ├── buggy_24.sol_SafeMath.json │ │ │ ├── buggy_25.sol_WhiteBetting.json │ │ │ ├── buggy_26.sol_SafeMath.json │ │ │ ├── buggy_26.sol_UBBCToken.json │ │ │ ├── buggy_27.sol_DanPanCoin.json │ │ │ ├── buggy_27.sol_Ownable.json │ │ │ ├── buggy_27.sol_SafeMath.json │ │ │ ├── buggy_28.sol_HYDROGEN.json │ │ │ ├── buggy_28.sol_SafeMath.json │ │ │ ├── buggy_29.sol_RaffleTokenExchange.json │ │ │ ├── buggy_29.sol_SafeMath.json │ │ │ ├── buggy_3.sol_CareerOnToken.json │ │ │ ├── buggy_30.sol_Address.json │ │ │ ├── buggy_30.sol_ERC777.json │ │ │ ├── buggy_30.sol_Roles.json │ │ │ ├── buggy_30.sol_SKYBITToken.json │ │ │ ├── buggy_30.sol_SafeMath.json │ │ │ ├── buggy_31.sol_ECDSA.json │ │ │ ├── buggy_31.sol_FeeTransactionManager.json │ │ │ ├── buggy_32.sol_AsseteGram.json │ │ │ ├── buggy_32.sol_ERC20Token.json │ │ │ ├── buggy_32.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Owned.json │ │ │ ├── buggy_33.sol_SafeMath.json │ │ │ ├── buggy_33.sol_Staking.json │ │ │ ├── buggy_35.sol_BitpayerDEX.json │ │ │ ├── buggy_35.sol_SafeMath.json │ │ │ ├── buggy_35.sol_owned.json │ │ │ ├── buggy_36.sol_MindsyncPlatform.json │ │ │ ├── buggy_36.sol_SafeMath.json │ │ │ ├── buggy_36.sol_owned.json │ │ │ ├── buggy_36.sol_tokenRecipient.json │ │ │ ├── buggy_37.sol_AugustCoin.json │ │ │ ├── buggy_37.sol_Owned.json │ │ │ ├── buggy_37.sol_SafeMath.json │ │ │ ├── buggy_38.sol_BIGBOMBv2.json │ │ │ ├── buggy_38.sol_SafeMath.json │ │ │ ├── buggy_39.sol_TAMCContract.json │ │ │ ├── buggy_4.sol_PHO.json │ │ │ ├── buggy_40.sol_ERC20.json │ │ │ ├── buggy_40.sol_SafeMath.json │ │ │ ├── buggy_40.sol_SimpleSwapCoin.json │ │ │ ├── buggy_41.sol_AO.json │ │ │ ├── buggy_42.sol_Owned.json │ │ │ ├── buggy_42.sol_SafeMath.json │ │ │ ├── buggy_42.sol_Staking.json │ │ │ ├── buggy_43.sol_EventMetadata.json │ │ │ ├── buggy_43.sol_MultiHashWrapper.json │ │ │ ├── buggy_43.sol_Operated.json │ │ │ ├── buggy_43.sol_Post.json │ │ │ ├── buggy_43.sol_ProofHash.json │ │ │ ├── buggy_43.sol_Template.json │ │ │ ├── buggy_44.sol_EventMetadata.json │ │ │ ├── buggy_44.sol_Feed.json │ │ │ ├── buggy_44.sol_MultiHashWrapper.json │ │ │ ├── buggy_44.sol_Operated.json │ │ │ ├── buggy_44.sol_ProofHashes.json │ │ │ ├── buggy_44.sol_Template.json │ │ │ ├── buggy_45.sol_StockBet.json │ │ │ ├── buggy_46.sol_ProofOfExistence.json │ │ │ ├── buggy_47.sol_AcunarIEO.json │ │ │ ├── buggy_47.sol_AcunarToken.json │ │ │ ├── buggy_48.sol_Owned.json │ │ │ ├── buggy_48.sol_QurasToken.json │ │ │ ├── buggy_48.sol_SafeMath.json │ │ │ ├── buggy_49.sol_TAMC.json │ │ │ ├── buggy_5.sol_Ownable.json │ │ │ ├── buggy_5.sol_TTC.json │ │ │ ├── buggy_5.sol_TokenERC20.json │ │ │ ├── buggy_50.sol_digitalNotary.json │ │ │ ├── buggy_6.sol_ChannelWallet.json │ │ │ ├── buggy_7.sol_AccountWallet.json │ │ │ ├── buggy_8.sol_Ownable.json │ │ │ ├── buggy_8.sol_TokenERC20.json │ │ │ ├── buggy_8.sol_YFT.json │ │ │ ├── buggy_9.sol_Ownable.json │ │ │ ├── buggy_9.sol_SafeMath.json │ │ │ ├── buggy_9.sol_TokenERC20.json │ │ │ └── buggy_9.sol_XLToken.json │ │ └── Unhandled-Exceptions │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ ├── buggy_1.sol_HotDollarsToken.json │ │ ├── buggy_10.sol_DocumentSigner.json │ │ ├── buggy_11.sol_ForTheBlockchain.json │ │ ├── buggy_11.sol_Owned.json │ │ ├── buggy_11.sol_SafeMath.json │ │ ├── buggy_12.sol_ERC223Token.json │ │ ├── buggy_12.sol_Grand.json │ │ ├── buggy_12.sol_SafeMath.json │ │ ├── buggy_13.sol_BitCash.json │ │ ├── buggy_14.sol_ERC20.json │ │ ├── buggy_14.sol_SafeMath.json │ │ ├── buggy_14.sol_SaveWon.json │ │ ├── buggy_15.sol_MD.json │ │ ├── buggy_16.sol_ExclusivePlatform.json │ │ ├── buggy_16.sol_Owned.json │ │ ├── buggy_16.sol_SafeMath.json │ │ ├── buggy_17.sol_AZT.json │ │ ├── buggy_17.sol_SafeMath.json │ │ ├── buggy_17.sol_TokenERC20.json │ │ ├── buggy_17.sol_owned.json │ │ ├── buggy_18.sol_ExtendedMath.json │ │ ├── buggy_18.sol_Owned.json │ │ ├── buggy_18.sol_SafeMath.json │ │ ├── buggy_18.sol__Yesbuzz.json │ │ ├── buggy_19.sol_SafeMath.json │ │ ├── buggy_19.sol_ethBank.json │ │ ├── buggy_19.sol_owned.json │ │ ├── buggy_2.sol_CareerOnToken.json │ │ ├── buggy_20.sol_RampInstantEthPool.json │ │ ├── buggy_20.sol_Stoppable.json │ │ ├── buggy_21.sol_SafeMath.json │ │ ├── buggy_21.sol_StableDEX.json │ │ ├── buggy_22.sol_MindsyncPlatform.json │ │ ├── buggy_22.sol_SafeMath.json │ │ ├── buggy_22.sol_owned.json │ │ ├── buggy_22.sol_tokenRecipient.json │ │ ├── buggy_23.sol_AGR.json │ │ ├── buggy_23.sol_ERC20.json │ │ ├── buggy_23.sol_ERC20Burnable.json │ │ ├── buggy_23.sol_SafeMath.json │ │ ├── buggy_24.sol_FomoFeast.json │ │ ├── buggy_24.sol_SafeMath.json │ │ ├── buggy_25.sol_WhiteBetting.json │ │ ├── buggy_26.sol_SafeMath.json │ │ ├── buggy_26.sol_UBBCToken.json │ │ ├── buggy_27.sol_DanPanCoin.json │ │ ├── buggy_27.sol_Ownable.json │ │ ├── buggy_27.sol_SafeMath.json │ │ ├── buggy_28.sol_HYDROGEN.json │ │ ├── buggy_28.sol_SafeMath.json │ │ ├── buggy_29.sol_RaffleTokenExchange.json │ │ ├── buggy_29.sol_SafeMath.json │ │ ├── buggy_3.sol_CareerOnToken.json │ │ ├── buggy_30.sol_Address.json │ │ ├── buggy_30.sol_ERC777.json │ │ ├── buggy_30.sol_Roles.json │ │ ├── buggy_30.sol_SKYBITToken.json │ │ ├── buggy_30.sol_SafeMath.json │ │ ├── buggy_31.sol_ECDSA.json │ │ ├── buggy_31.sol_FeeTransactionManager.json │ │ ├── buggy_32.sol_AsseteGram.json │ │ ├── buggy_32.sol_ERC20Token.json │ │ ├── buggy_32.sol_SafeMath.json │ │ ├── buggy_33.sol_Owned.json │ │ ├── buggy_33.sol_SafeMath.json │ │ ├── buggy_33.sol_Staking.json │ │ ├── buggy_34.sol_LollypopToken.json │ │ ├── buggy_34.sol_Ownable.json │ │ ├── buggy_34.sol_SafeMath.json │ │ ├── buggy_35.sol_BitpayerDEX.json │ │ ├── buggy_35.sol_SafeMath.json │ │ ├── buggy_35.sol_owned.json │ │ ├── buggy_36.sol_MindsyncPlatform.json │ │ ├── buggy_36.sol_SafeMath.json │ │ ├── buggy_36.sol_owned.json │ │ ├── buggy_36.sol_tokenRecipient.json │ │ ├── buggy_37.sol_AugustCoin.json │ │ ├── buggy_37.sol_Owned.json │ │ ├── buggy_37.sol_SafeMath.json │ │ ├── buggy_38.sol_BIGBOMBv2.json │ │ ├── buggy_38.sol_SafeMath.json │ │ ├── buggy_39.sol_TAMCContract.json │ │ ├── buggy_4.sol_PHO.json │ │ ├── buggy_40.sol_ERC20.json │ │ ├── buggy_40.sol_SafeMath.json │ │ ├── buggy_40.sol_SimpleSwapCoin.json │ │ ├── buggy_41.sol_AO.json │ │ ├── buggy_42.sol_Owned.json │ │ ├── buggy_42.sol_SafeMath.json │ │ ├── buggy_42.sol_Staking.json │ │ ├── buggy_43.sol_EventMetadata.json │ │ ├── buggy_43.sol_MultiHashWrapper.json │ │ ├── buggy_43.sol_Operated.json │ │ ├── buggy_43.sol_Post.json │ │ ├── buggy_43.sol_ProofHash.json │ │ ├── buggy_43.sol_Template.json │ │ ├── buggy_44.sol_EventMetadata.json │ │ ├── buggy_44.sol_Feed.json │ │ ├── buggy_44.sol_MultiHashWrapper.json │ │ ├── buggy_44.sol_Operated.json │ │ ├── buggy_44.sol_ProofHashes.json │ │ ├── buggy_44.sol_Template.json │ │ ├── buggy_45.sol_StockBet.json │ │ ├── buggy_46.sol_ProofOfExistence.json │ │ ├── buggy_47.sol_AcunarIEO.json │ │ ├── buggy_47.sol_AcunarToken.json │ │ ├── buggy_48.sol_Owned.json │ │ ├── buggy_48.sol_QurasToken.json │ │ ├── buggy_48.sol_SafeMath.json │ │ ├── buggy_49.sol_TAMC.json │ │ ├── buggy_5.sol_Ownable.json │ │ ├── buggy_5.sol_TTC.json │ │ ├── buggy_5.sol_TokenERC20.json │ │ ├── buggy_50.sol_digitalNotary.json │ │ ├── buggy_6.sol_ChannelWallet.json │ │ ├── buggy_7.sol_AccountWallet.json │ │ ├── buggy_8.sol_Ownable.json │ │ ├── buggy_8.sol_TokenERC20.json │ │ ├── buggy_8.sol_YFT.json │ │ ├── buggy_9.sol_Ownable.json │ │ ├── buggy_9.sol_SafeMath.json │ │ ├── buggy_9.sol_TokenERC20.json │ │ └── buggy_9.sol_XLToken.json ├── Securify │ └── analyzed_buggy_contracts │ │ ├── Re-entrancy │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ ├── TOD │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ ├── Unchecked-Send │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.txt │ │ │ ├── buggy_10.sol.txt │ │ │ ├── buggy_11.sol.txt │ │ │ ├── buggy_12.sol.txt │ │ │ ├── buggy_13.sol.txt │ │ │ ├── buggy_14.sol.txt │ │ │ ├── buggy_15.sol.txt │ │ │ ├── buggy_16.sol.txt │ │ │ ├── buggy_17.sol.txt │ │ │ ├── buggy_18.sol.txt │ │ │ ├── buggy_19.sol.txt │ │ │ ├── buggy_2.sol.txt │ │ │ ├── buggy_20.sol.txt │ │ │ ├── buggy_21.sol.txt │ │ │ ├── buggy_22.sol.txt │ │ │ ├── buggy_23.sol.txt │ │ │ ├── buggy_24.sol.txt │ │ │ ├── buggy_25.sol.txt │ │ │ ├── buggy_26.sol.txt │ │ │ ├── buggy_27.sol.txt │ │ │ ├── buggy_28.sol.txt │ │ │ ├── buggy_29.sol.txt │ │ │ ├── buggy_3.sol.txt │ │ │ ├── buggy_30.sol.txt │ │ │ ├── buggy_31.sol.txt │ │ │ ├── buggy_32.sol.txt │ │ │ ├── buggy_33.sol.txt │ │ │ ├── buggy_34.sol.txt │ │ │ ├── buggy_35.sol.txt │ │ │ ├── buggy_36.sol.txt │ │ │ ├── buggy_37.sol.txt │ │ │ ├── buggy_38.sol.txt │ │ │ ├── buggy_39.sol.txt │ │ │ ├── buggy_4.sol.txt │ │ │ ├── buggy_40.sol.txt │ │ │ ├── buggy_41.sol.txt │ │ │ ├── buggy_42.sol.txt │ │ │ ├── buggy_43.sol.txt │ │ │ ├── buggy_44.sol.txt │ │ │ ├── buggy_45.sol.txt │ │ │ ├── buggy_46.sol.txt │ │ │ ├── buggy_47.sol.txt │ │ │ ├── buggy_48.sol.txt │ │ │ ├── buggy_49.sol.txt │ │ │ ├── buggy_5.sol.txt │ │ │ ├── buggy_50.sol.txt │ │ │ ├── buggy_6.sol.txt │ │ │ ├── buggy_7.sol.txt │ │ │ ├── buggy_8.sol.txt │ │ │ └── buggy_9.sol.txt │ │ └── Unhandled-Exceptions │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ ├── buggy_1.sol.txt │ │ ├── buggy_10.sol.txt │ │ ├── buggy_11.sol.txt │ │ ├── buggy_12.sol.txt │ │ ├── buggy_13.sol.txt │ │ ├── buggy_14.sol.txt │ │ ├── buggy_15.sol.txt │ │ ├── buggy_16.sol.txt │ │ ├── buggy_17.sol.txt │ │ ├── buggy_18.sol.txt │ │ ├── buggy_19.sol.txt │ │ ├── buggy_2.sol.txt │ │ ├── buggy_20.sol.txt │ │ ├── buggy_21.sol.txt │ │ ├── buggy_22.sol.txt │ │ ├── buggy_23.sol.txt │ │ ├── buggy_24.sol.txt │ │ ├── buggy_25.sol.txt │ │ ├── buggy_26.sol.txt │ │ ├── buggy_27.sol.txt │ │ ├── buggy_28.sol.txt │ │ ├── buggy_29.sol.txt │ │ ├── buggy_3.sol.txt │ │ ├── buggy_30.sol.txt │ │ ├── buggy_31.sol.txt │ │ ├── buggy_32.sol.txt │ │ ├── buggy_33.sol.txt │ │ ├── buggy_34.sol.txt │ │ ├── buggy_35.sol.txt │ │ ├── buggy_36.sol.txt │ │ ├── buggy_37.sol.txt │ │ ├── buggy_38.sol.txt │ │ ├── buggy_39.sol.txt │ │ ├── buggy_4.sol.txt │ │ ├── buggy_40.sol.txt │ │ ├── buggy_41.sol.txt │ │ ├── buggy_42.sol.txt │ │ ├── buggy_43.sol.txt │ │ ├── buggy_44.sol.txt │ │ ├── buggy_45.sol.txt │ │ ├── buggy_46.sol.txt │ │ ├── buggy_47.sol.txt │ │ ├── buggy_48.sol.txt │ │ ├── buggy_49.sol.txt │ │ ├── buggy_5.sol.txt │ │ ├── buggy_50.sol.txt │ │ ├── buggy_6.sol.txt │ │ ├── buggy_7.sol.txt │ │ ├── buggy_8.sol.txt │ │ └── buggy_9.sol.txt ├── Slither │ └── analyzed_buggy_contracts │ │ ├── Overflow-Underflow │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.json │ │ │ ├── buggy_10.sol.json │ │ │ ├── buggy_11.sol.json │ │ │ ├── buggy_12.sol.json │ │ │ ├── buggy_13.sol.json │ │ │ ├── buggy_14.sol.json │ │ │ ├── buggy_15.sol.json │ │ │ ├── buggy_16.sol.json │ │ │ ├── buggy_17.sol.json │ │ │ ├── buggy_18.sol.json │ │ │ ├── buggy_19.sol.json │ │ │ ├── buggy_2.sol.json │ │ │ ├── buggy_20.sol.json │ │ │ ├── buggy_21.sol.json │ │ │ ├── buggy_22.sol.json │ │ │ ├── buggy_23.sol.json │ │ │ ├── buggy_24.sol.json │ │ │ ├── buggy_25.sol.json │ │ │ ├── buggy_26.sol.json │ │ │ ├── buggy_27.sol.json │ │ │ ├── buggy_28.sol.json │ │ │ ├── buggy_29.sol.json │ │ │ ├── buggy_3.sol.json │ │ │ ├── buggy_30.sol.json │ │ │ ├── buggy_31.sol.json │ │ │ ├── buggy_32.sol.json │ │ │ ├── buggy_33.sol.json │ │ │ ├── buggy_34.sol.json │ │ │ ├── buggy_35.sol.json │ │ │ ├── buggy_36.sol.json │ │ │ ├── buggy_37.sol.json │ │ │ ├── buggy_38.sol.json │ │ │ ├── buggy_39.sol.json │ │ │ ├── buggy_4.sol.json │ │ │ ├── buggy_40.sol.json │ │ │ ├── buggy_41.sol.json │ │ │ ├── buggy_42.sol.json │ │ │ ├── buggy_43.sol.json │ │ │ ├── buggy_44.sol.json │ │ │ ├── buggy_45.sol.json │ │ │ ├── buggy_46.sol.json │ │ │ ├── buggy_47.sol.json │ │ │ ├── buggy_48.sol.json │ │ │ ├── buggy_49.sol.json │ │ │ ├── buggy_5.sol.json │ │ │ ├── buggy_50.sol.json │ │ │ ├── buggy_6.sol.json │ │ │ ├── buggy_7.sol.json │ │ │ ├── buggy_8.sol.json │ │ │ └── buggy_9.sol.json │ │ ├── Re-entrancy │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.json │ │ │ ├── buggy_10.sol.json │ │ │ ├── buggy_11.sol.json │ │ │ ├── buggy_12.sol.json │ │ │ ├── buggy_13.sol.json │ │ │ ├── buggy_14.sol.json │ │ │ ├── buggy_15.sol.json │ │ │ ├── buggy_16.sol.json │ │ │ ├── buggy_17.sol.json │ │ │ ├── buggy_18.sol.json │ │ │ ├── buggy_19.sol.json │ │ │ ├── buggy_2.sol.json │ │ │ ├── buggy_20.sol.json │ │ │ ├── buggy_21.sol.json │ │ │ ├── buggy_22.sol.json │ │ │ ├── buggy_23.sol.json │ │ │ ├── buggy_24.sol.json │ │ │ ├── buggy_25.sol.json │ │ │ ├── buggy_26.sol.json │ │ │ ├── buggy_27.sol.json │ │ │ ├── buggy_28.sol.json │ │ │ ├── buggy_29.sol.json │ │ │ ├── buggy_3.sol.json │ │ │ ├── buggy_30.sol.json │ │ │ ├── buggy_31.sol.json │ │ │ ├── buggy_32.sol.json │ │ │ ├── buggy_33.sol.json │ │ │ ├── buggy_34.sol.json │ │ │ ├── buggy_35.sol.json │ │ │ ├── buggy_36.sol.json │ │ │ ├── buggy_37.sol.json │ │ │ ├── buggy_38.sol.json │ │ │ ├── buggy_39.sol.json │ │ │ ├── buggy_4.sol.json │ │ │ ├── buggy_40.sol.json │ │ │ ├── buggy_41.sol.json │ │ │ ├── buggy_42.sol.json │ │ │ ├── buggy_43.sol.json │ │ │ ├── buggy_44.sol.json │ │ │ ├── buggy_45.sol.json │ │ │ ├── buggy_46.sol.json │ │ │ ├── buggy_47.sol.json │ │ │ ├── buggy_48.sol.json │ │ │ ├── buggy_49.sol.json │ │ │ ├── buggy_5.sol.json │ │ │ ├── buggy_50.sol.json │ │ │ ├── buggy_6.sol.json │ │ │ ├── buggy_7.sol.json │ │ │ ├── buggy_8.sol.json │ │ │ └── buggy_9.sol.json │ │ ├── Timestamp-Dependency │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.json │ │ │ ├── buggy_10.sol.json │ │ │ ├── buggy_11.sol.json │ │ │ ├── buggy_12.sol.json │ │ │ ├── buggy_13.sol.json │ │ │ ├── buggy_14.sol.json │ │ │ ├── buggy_15.sol.json │ │ │ ├── buggy_16.sol.json │ │ │ ├── buggy_17.sol.json │ │ │ ├── buggy_18.sol.json │ │ │ ├── buggy_19.sol.json │ │ │ ├── buggy_2.sol.json │ │ │ ├── buggy_20.sol.json │ │ │ ├── buggy_21.sol.json │ │ │ ├── buggy_22.sol.json │ │ │ ├── buggy_23.sol.json │ │ │ ├── buggy_24.sol.json │ │ │ ├── buggy_25.sol.json │ │ │ ├── buggy_26.sol.json │ │ │ ├── buggy_27.sol.json │ │ │ ├── buggy_28.sol.json │ │ │ ├── buggy_29.sol.json │ │ │ ├── buggy_3.sol.json │ │ │ ├── buggy_30.sol.json │ │ │ ├── buggy_31.sol.json │ │ │ ├── buggy_32.sol.json │ │ │ ├── buggy_33.sol.json │ │ │ ├── buggy_34.sol.json │ │ │ ├── buggy_35.sol.json │ │ │ ├── buggy_36.sol.json │ │ │ ├── buggy_37.sol.json │ │ │ ├── buggy_38.sol.json │ │ │ ├── buggy_39.sol.json │ │ │ ├── buggy_4.sol.json │ │ │ ├── buggy_40.sol.json │ │ │ ├── buggy_41.sol.json │ │ │ ├── buggy_42.sol.json │ │ │ ├── buggy_43.sol.json │ │ │ ├── buggy_44.sol.json │ │ │ ├── buggy_45.sol.json │ │ │ ├── buggy_46.sol.json │ │ │ ├── buggy_47.sol.json │ │ │ ├── buggy_48.sol.json │ │ │ ├── buggy_49.sol.json │ │ │ ├── buggy_5.sol.json │ │ │ ├── buggy_50.sol.json │ │ │ ├── buggy_6.sol.json │ │ │ ├── buggy_7.sol.json │ │ │ ├── buggy_8.sol.json │ │ │ └── buggy_9.sol.json │ │ ├── Unhandled-Exceptions │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ │ ├── buggy_1.sol.json │ │ │ ├── buggy_10.sol.json │ │ │ ├── buggy_11.sol.json │ │ │ ├── buggy_12.sol.json │ │ │ ├── buggy_13.sol.json │ │ │ ├── buggy_14.sol.json │ │ │ ├── buggy_15.sol.json │ │ │ ├── buggy_16.sol.json │ │ │ ├── buggy_17.sol.json │ │ │ ├── buggy_18.sol.json │ │ │ ├── buggy_19.sol.json │ │ │ ├── buggy_2.sol.json │ │ │ ├── buggy_20.sol.json │ │ │ ├── buggy_21.sol.json │ │ │ ├── buggy_22.sol.json │ │ │ ├── buggy_23.sol.json │ │ │ ├── buggy_24.sol.json │ │ │ ├── buggy_25.sol.json │ │ │ ├── buggy_26.sol.json │ │ │ ├── buggy_27.sol.json │ │ │ ├── buggy_28.sol.json │ │ │ ├── buggy_29.sol.json │ │ │ ├── buggy_3.sol.json │ │ │ ├── buggy_30.sol.json │ │ │ ├── buggy_31.sol.json │ │ │ ├── buggy_32.sol.json │ │ │ ├── buggy_33.sol.json │ │ │ ├── buggy_34.sol.json │ │ │ ├── buggy_35.sol.json │ │ │ ├── buggy_36.sol.json │ │ │ ├── buggy_37.sol.json │ │ │ ├── buggy_38.sol.json │ │ │ ├── buggy_39.sol.json │ │ │ ├── buggy_4.sol.json │ │ │ ├── buggy_40.sol.json │ │ │ ├── buggy_41.sol.json │ │ │ ├── buggy_42.sol.json │ │ │ ├── buggy_43.sol.json │ │ │ ├── buggy_44.sol.json │ │ │ ├── buggy_45.sol.json │ │ │ ├── buggy_46.sol.json │ │ │ ├── buggy_47.sol.json │ │ │ ├── buggy_48.sol.json │ │ │ ├── buggy_49.sol.json │ │ │ ├── buggy_5.sol.json │ │ │ ├── buggy_50.sol.json │ │ │ ├── buggy_6.sol.json │ │ │ ├── buggy_7.sol.json │ │ │ ├── buggy_8.sol.json │ │ │ └── buggy_9.sol.json │ │ └── tx.origin │ │ ├── BugLog_1.csv │ │ ├── BugLog_10.csv │ │ ├── BugLog_11.csv │ │ ├── BugLog_12.csv │ │ ├── BugLog_13.csv │ │ ├── BugLog_14.csv │ │ ├── BugLog_15.csv │ │ ├── BugLog_16.csv │ │ ├── BugLog_17.csv │ │ ├── BugLog_18.csv │ │ ├── BugLog_19.csv │ │ ├── BugLog_2.csv │ │ ├── BugLog_20.csv │ │ ├── BugLog_21.csv │ │ ├── BugLog_22.csv │ │ ├── BugLog_23.csv │ │ ├── BugLog_24.csv │ │ ├── BugLog_25.csv │ │ ├── BugLog_26.csv │ │ ├── BugLog_27.csv │ │ ├── BugLog_28.csv │ │ ├── BugLog_29.csv │ │ ├── BugLog_3.csv │ │ ├── BugLog_30.csv │ │ ├── BugLog_31.csv │ │ ├── BugLog_32.csv │ │ ├── BugLog_33.csv │ │ ├── BugLog_34.csv │ │ ├── BugLog_35.csv │ │ ├── BugLog_36.csv │ │ ├── BugLog_37.csv │ │ ├── BugLog_38.csv │ │ ├── BugLog_39.csv │ │ ├── BugLog_4.csv │ │ ├── BugLog_40.csv │ │ ├── BugLog_41.csv │ │ ├── BugLog_42.csv │ │ ├── BugLog_43.csv │ │ ├── BugLog_44.csv │ │ ├── BugLog_45.csv │ │ ├── BugLog_46.csv │ │ ├── BugLog_47.csv │ │ ├── BugLog_48.csv │ │ ├── BugLog_49.csv │ │ ├── BugLog_5.csv │ │ ├── BugLog_50.csv │ │ ├── BugLog_6.csv │ │ ├── BugLog_7.csv │ │ ├── BugLog_8.csv │ │ ├── BugLog_9.csv │ │ ├── buggy_1.sol │ │ ├── buggy_10.sol │ │ ├── buggy_11.sol │ │ ├── buggy_12.sol │ │ ├── buggy_13.sol │ │ ├── buggy_14.sol │ │ ├── buggy_15.sol │ │ ├── buggy_16.sol │ │ ├── buggy_17.sol │ │ ├── buggy_18.sol │ │ ├── buggy_19.sol │ │ ├── buggy_2.sol │ │ ├── buggy_20.sol │ │ ├── buggy_21.sol │ │ ├── buggy_22.sol │ │ ├── buggy_23.sol │ │ ├── buggy_24.sol │ │ ├── buggy_25.sol │ │ ├── buggy_26.sol │ │ ├── buggy_27.sol │ │ ├── buggy_28.sol │ │ ├── buggy_29.sol │ │ ├── buggy_3.sol │ │ ├── buggy_30.sol │ │ ├── buggy_31.sol │ │ ├── buggy_32.sol │ │ ├── buggy_33.sol │ │ ├── buggy_34.sol │ │ ├── buggy_35.sol │ │ ├── buggy_36.sol │ │ ├── buggy_37.sol │ │ ├── buggy_38.sol │ │ ├── buggy_39.sol │ │ ├── buggy_4.sol │ │ ├── buggy_40.sol │ │ ├── buggy_41.sol │ │ ├── buggy_42.sol │ │ ├── buggy_43.sol │ │ ├── buggy_44.sol │ │ ├── buggy_45.sol │ │ ├── buggy_46.sol │ │ ├── buggy_47.sol │ │ ├── buggy_48.sol │ │ ├── buggy_49.sol │ │ ├── buggy_5.sol │ │ ├── buggy_50.sol │ │ ├── buggy_6.sol │ │ ├── buggy_7.sol │ │ ├── buggy_8.sol │ │ ├── buggy_9.sol │ │ └── results │ │ ├── buggy_1.sol.json │ │ ├── buggy_10.sol.json │ │ ├── buggy_11.sol.json │ │ ├── buggy_12.sol.json │ │ ├── buggy_13.sol.json │ │ ├── buggy_14.sol.json │ │ ├── buggy_15.sol.json │ │ ├── buggy_16.sol.json │ │ ├── buggy_17.sol.json │ │ ├── buggy_18.sol.json │ │ ├── buggy_19.sol.json │ │ ├── buggy_2.sol.json │ │ ├── buggy_20.sol.json │ │ ├── buggy_21.sol.json │ │ ├── buggy_22.sol.json │ │ ├── buggy_23.sol.json │ │ ├── buggy_24.sol.json │ │ ├── buggy_25.sol.json │ │ ├── buggy_26.sol.json │ │ ├── buggy_27.sol.json │ │ ├── buggy_28.sol.json │ │ ├── buggy_29.sol.json │ │ ├── buggy_3.sol.json │ │ ├── buggy_30.sol.json │ │ ├── buggy_31.sol.json │ │ ├── buggy_32.sol.json │ │ ├── buggy_33.sol.json │ │ ├── buggy_34.sol.json │ │ ├── buggy_35.sol.json │ │ ├── buggy_36.sol.json │ │ ├── buggy_37.sol.json │ │ ├── buggy_38.sol.json │ │ ├── buggy_39.sol.json │ │ ├── buggy_4.sol.json │ │ ├── buggy_40.sol.json │ │ ├── buggy_41.sol.json │ │ ├── buggy_42.sol.json │ │ ├── buggy_43.sol.json │ │ ├── buggy_44.sol.json │ │ ├── buggy_45.sol.json │ │ ├── buggy_46.sol.json │ │ ├── buggy_47.sol.json │ │ ├── buggy_48.sol.json │ │ ├── buggy_49.sol.json │ │ ├── buggy_5.sol.json │ │ ├── buggy_50.sol.json │ │ ├── buggy_6.sol.json │ │ ├── buggy_7.sol.json │ │ ├── buggy_8.sol.json │ │ └── buggy_9.sol.json └── Smartcheck │ └── analyzed_buggy_contracts │ ├── Overflow-Underflow │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ ├── buggy_9.sol │ └── results │ │ ├── buggy_1.sol.txt │ │ ├── buggy_10.sol.txt │ │ ├── buggy_11.sol.txt │ │ ├── buggy_12.sol.txt │ │ ├── buggy_13.sol.txt │ │ ├── buggy_14.sol.txt │ │ ├── buggy_15.sol.txt │ │ ├── buggy_16.sol.txt │ │ ├── buggy_17.sol.txt │ │ ├── buggy_18.sol.txt │ │ ├── buggy_19.sol.txt │ │ ├── buggy_2.sol.txt │ │ ├── buggy_20.sol.txt │ │ ├── buggy_21.sol.txt │ │ ├── buggy_22.sol.txt │ │ ├── buggy_23.sol.txt │ │ ├── buggy_24.sol.txt │ │ ├── buggy_25.sol.txt │ │ ├── buggy_26.sol.txt │ │ ├── buggy_27.sol.txt │ │ ├── buggy_28.sol.txt │ │ ├── buggy_29.sol.txt │ │ ├── buggy_3.sol.txt │ │ ├── buggy_30.sol.txt │ │ ├── buggy_31.sol.txt │ │ ├── buggy_32.sol.txt │ │ ├── buggy_33.sol.txt │ │ ├── buggy_34.sol.txt │ │ ├── buggy_35.sol.txt │ │ ├── buggy_36.sol.txt │ │ ├── buggy_37.sol.txt │ │ ├── buggy_38.sol.txt │ │ ├── buggy_39.sol.txt │ │ ├── buggy_4.sol.txt │ │ ├── buggy_40.sol.txt │ │ ├── buggy_41.sol.txt │ │ ├── buggy_42.sol.txt │ │ ├── buggy_43.sol.txt │ │ ├── buggy_44.sol.txt │ │ ├── buggy_45.sol.txt │ │ ├── buggy_46.sol.txt │ │ ├── buggy_47.sol.txt │ │ ├── buggy_48.sol.txt │ │ ├── buggy_49.sol.txt │ │ ├── buggy_5.sol.txt │ │ ├── buggy_50.sol.txt │ │ ├── buggy_6.sol.txt │ │ ├── buggy_7.sol.txt │ │ ├── buggy_8.sol.txt │ │ └── buggy_9.sol.txt │ ├── Re-entrancy │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ ├── buggy_9.sol │ └── results │ │ ├── buggy_1.sol.txt │ │ ├── buggy_10.sol.txt │ │ ├── buggy_11.sol.txt │ │ ├── buggy_12.sol.txt │ │ ├── buggy_13.sol.txt │ │ ├── buggy_14.sol.txt │ │ ├── buggy_15.sol.txt │ │ ├── buggy_16.sol.txt │ │ ├── buggy_17.sol.txt │ │ ├── buggy_18.sol.txt │ │ ├── buggy_19.sol.txt │ │ ├── buggy_2.sol.txt │ │ ├── buggy_20.sol.txt │ │ ├── buggy_21.sol.txt │ │ ├── buggy_22.sol.txt │ │ ├── buggy_23.sol.txt │ │ ├── buggy_24.sol.txt │ │ ├── buggy_25.sol.txt │ │ ├── buggy_26.sol.txt │ │ ├── buggy_27.sol.txt │ │ ├── buggy_28.sol.txt │ │ ├── buggy_29.sol.txt │ │ ├── buggy_3.sol.txt │ │ ├── buggy_30.sol.txt │ │ ├── buggy_31.sol.txt │ │ ├── buggy_32.sol.txt │ │ ├── buggy_33.sol.txt │ │ ├── buggy_34.sol.txt │ │ ├── buggy_35.sol.txt │ │ ├── buggy_36.sol.txt │ │ ├── buggy_37.sol.txt │ │ ├── buggy_38.sol.txt │ │ ├── buggy_39.sol.txt │ │ ├── buggy_4.sol.txt │ │ ├── buggy_40.sol.txt │ │ ├── buggy_41.sol.txt │ │ ├── buggy_42.sol.txt │ │ ├── buggy_43.sol.txt │ │ ├── buggy_44.sol.txt │ │ ├── buggy_45.sol.txt │ │ ├── buggy_46.sol.txt │ │ ├── buggy_47.sol.txt │ │ ├── buggy_48.sol.txt │ │ ├── buggy_49.sol.txt │ │ ├── buggy_5.sol.txt │ │ ├── buggy_50.sol.txt │ │ ├── buggy_6.sol.txt │ │ ├── buggy_7.sol.txt │ │ ├── buggy_8.sol.txt │ │ └── buggy_9.sol.txt │ ├── Timestamp-Dependency │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ ├── buggy_9.sol │ ├── re │ └── results │ │ ├── buggy_1.sol.txt │ │ ├── buggy_10.sol.txt │ │ ├── buggy_11.sol.txt │ │ ├── buggy_12.sol.txt │ │ ├── buggy_13.sol.txt │ │ ├── buggy_14.sol.txt │ │ ├── buggy_15.sol.txt │ │ ├── buggy_16.sol.txt │ │ ├── buggy_17.sol.txt │ │ ├── buggy_18.sol.txt │ │ ├── buggy_19.sol.txt │ │ ├── buggy_2.sol.txt │ │ ├── buggy_20.sol.txt │ │ ├── buggy_21.sol.txt │ │ ├── buggy_22.sol.txt │ │ ├── buggy_23.sol.txt │ │ ├── buggy_24.sol.txt │ │ ├── buggy_25.sol.txt │ │ ├── buggy_26.sol.txt │ │ ├── buggy_27.sol.txt │ │ ├── buggy_28.sol.txt │ │ ├── buggy_29.sol.txt │ │ ├── buggy_3.sol.txt │ │ ├── buggy_30.sol.txt │ │ ├── buggy_31.sol.txt │ │ ├── buggy_32.sol.txt │ │ ├── buggy_33.sol.txt │ │ ├── buggy_34.sol.txt │ │ ├── buggy_35.sol.txt │ │ ├── buggy_36.sol.txt │ │ ├── buggy_37.sol.txt │ │ ├── buggy_38.sol.txt │ │ ├── buggy_39.sol.txt │ │ ├── buggy_4.sol.txt │ │ ├── buggy_40.sol.txt │ │ ├── buggy_41.sol.txt │ │ ├── buggy_42.sol.txt │ │ ├── buggy_43.sol.txt │ │ ├── buggy_44.sol.txt │ │ ├── buggy_45.sol.txt │ │ ├── buggy_46.sol.txt │ │ ├── buggy_47.sol.txt │ │ ├── buggy_48.sol.txt │ │ ├── buggy_49.sol.txt │ │ ├── buggy_5.sol.txt │ │ ├── buggy_50.sol.txt │ │ ├── buggy_6.sol.txt │ │ ├── buggy_7.sol.txt │ │ ├── buggy_8.sol.txt │ │ └── buggy_9.sol.txt │ ├── Unhandled-Exceptions │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ ├── buggy_9.sol │ └── results │ │ ├── buggy_1.sol.txt │ │ ├── buggy_10.sol.txt │ │ ├── buggy_11.sol.txt │ │ ├── buggy_12.sol.txt │ │ ├── buggy_13.sol.txt │ │ ├── buggy_14.sol.txt │ │ ├── buggy_15.sol.txt │ │ ├── buggy_16.sol.txt │ │ ├── buggy_17.sol.txt │ │ ├── buggy_18.sol.txt │ │ ├── buggy_19.sol.txt │ │ ├── buggy_2.sol.txt │ │ ├── buggy_20.sol.txt │ │ ├── buggy_21.sol.txt │ │ ├── buggy_22.sol.txt │ │ ├── buggy_23.sol.txt │ │ ├── buggy_24.sol.txt │ │ ├── buggy_25.sol.txt │ │ ├── buggy_26.sol.txt │ │ ├── buggy_27.sol.txt │ │ ├── buggy_28.sol.txt │ │ ├── buggy_29.sol.txt │ │ ├── buggy_3.sol.txt │ │ ├── buggy_30.sol.txt │ │ ├── buggy_31.sol.txt │ │ ├── buggy_32.sol.txt │ │ ├── buggy_33.sol.txt │ │ ├── buggy_34.sol.txt │ │ ├── buggy_35.sol.txt │ │ ├── buggy_36.sol.txt │ │ ├── buggy_37.sol.txt │ │ ├── buggy_38.sol.txt │ │ ├── buggy_39.sol.txt │ │ ├── buggy_4.sol.txt │ │ ├── buggy_40.sol.txt │ │ ├── buggy_41.sol.txt │ │ ├── buggy_42.sol.txt │ │ ├── buggy_43.sol.txt │ │ ├── buggy_44.sol.txt │ │ ├── buggy_45.sol.txt │ │ ├── buggy_46.sol.txt │ │ ├── buggy_47.sol.txt │ │ ├── buggy_48.sol.txt │ │ ├── buggy_49.sol.txt │ │ ├── buggy_5.sol.txt │ │ ├── buggy_50.sol.txt │ │ ├── buggy_6.sol.txt │ │ ├── buggy_7.sol.txt │ │ ├── buggy_8.sol.txt │ │ └── buggy_9.sol.txt │ └── tx.origin │ ├── BugLog_1.csv │ ├── BugLog_10.csv │ ├── BugLog_11.csv │ ├── BugLog_12.csv │ ├── BugLog_13.csv │ ├── BugLog_14.csv │ ├── BugLog_15.csv │ ├── BugLog_16.csv │ ├── BugLog_17.csv │ ├── BugLog_18.csv │ ├── BugLog_19.csv │ ├── BugLog_2.csv │ ├── BugLog_20.csv │ ├── BugLog_21.csv │ ├── BugLog_22.csv │ ├── BugLog_23.csv │ ├── BugLog_24.csv │ ├── BugLog_25.csv │ ├── BugLog_26.csv │ ├── BugLog_27.csv │ ├── BugLog_28.csv │ ├── BugLog_29.csv │ ├── BugLog_3.csv │ ├── BugLog_30.csv │ ├── BugLog_31.csv │ ├── BugLog_32.csv │ ├── BugLog_33.csv │ ├── BugLog_34.csv │ ├── BugLog_35.csv │ ├── BugLog_36.csv │ ├── BugLog_37.csv │ ├── BugLog_38.csv │ ├── BugLog_39.csv │ ├── BugLog_4.csv │ ├── BugLog_40.csv │ ├── BugLog_41.csv │ ├── BugLog_42.csv │ ├── BugLog_43.csv │ ├── BugLog_44.csv │ ├── BugLog_45.csv │ ├── BugLog_46.csv │ ├── BugLog_47.csv │ ├── BugLog_48.csv │ ├── BugLog_49.csv │ ├── BugLog_5.csv │ ├── BugLog_50.csv │ ├── BugLog_6.csv │ ├── BugLog_7.csv │ ├── BugLog_8.csv │ ├── BugLog_9.csv │ ├── buggy_1.sol │ ├── buggy_10.sol │ ├── buggy_11.sol │ ├── buggy_12.sol │ ├── buggy_13.sol │ ├── buggy_14.sol │ ├── buggy_15.sol │ ├── buggy_16.sol │ ├── buggy_17.sol │ ├── buggy_18.sol │ ├── buggy_19.sol │ ├── buggy_2.sol │ ├── buggy_20.sol │ ├── buggy_21.sol │ ├── buggy_22.sol │ ├── buggy_23.sol │ ├── buggy_24.sol │ ├── buggy_25.sol │ ├── buggy_26.sol │ ├── buggy_27.sol │ ├── buggy_28.sol │ ├── buggy_29.sol │ ├── buggy_3.sol │ ├── buggy_30.sol │ ├── buggy_31.sol │ ├── buggy_32.sol │ ├── buggy_33.sol │ ├── buggy_34.sol │ ├── buggy_35.sol │ ├── buggy_36.sol │ ├── buggy_37.sol │ ├── buggy_38.sol │ ├── buggy_39.sol │ ├── buggy_4.sol │ ├── buggy_40.sol │ ├── buggy_41.sol │ ├── buggy_42.sol │ ├── buggy_43.sol │ ├── buggy_44.sol │ ├── buggy_45.sol │ ├── buggy_46.sol │ ├── buggy_47.sol │ ├── buggy_48.sol │ ├── buggy_49.sol │ ├── buggy_5.sol │ ├── buggy_50.sol │ ├── buggy_6.sol │ ├── buggy_7.sol │ ├── buggy_8.sol │ ├── buggy_9.sol │ └── results │ ├── buggy_1.sol.txt │ ├── buggy_10.sol.txt │ ├── buggy_11.sol.txt │ ├── buggy_12.sol.txt │ ├── buggy_13.sol.txt │ ├── buggy_14.sol.txt │ ├── buggy_15.sol.txt │ ├── buggy_16.sol.txt │ ├── buggy_17.sol.txt │ ├── buggy_18.sol.txt │ ├── buggy_19.sol.txt │ ├── buggy_2.sol.txt │ ├── buggy_20.sol.txt │ ├── buggy_21.sol.txt │ ├── buggy_22.sol.txt │ ├── buggy_23.sol.txt │ ├── buggy_24.sol.txt │ ├── buggy_25.sol.txt │ ├── buggy_26.sol.txt │ ├── buggy_27.sol.txt │ ├── buggy_28.sol.txt │ ├── buggy_29.sol.txt │ ├── buggy_3.sol.txt │ ├── buggy_30.sol.txt │ ├── buggy_31.sol.txt │ ├── buggy_32.sol.txt │ ├── buggy_33.sol.txt │ ├── buggy_34.sol.txt │ ├── buggy_35.sol.txt │ ├── buggy_36.sol.txt │ ├── buggy_37.sol.txt │ ├── buggy_38.sol.txt │ ├── buggy_39.sol.txt │ ├── buggy_4.sol.txt │ ├── buggy_40.sol.txt │ ├── buggy_41.sol.txt │ ├── buggy_42.sol.txt │ ├── buggy_43.sol.txt │ ├── buggy_44.sol.txt │ ├── buggy_45.sol.txt │ ├── buggy_46.sol.txt │ ├── buggy_47.sol.txt │ ├── buggy_48.sol.txt │ ├── buggy_49.sol.txt │ ├── buggy_5.sol.txt │ ├── buggy_50.sol.txt │ ├── buggy_6.sol.txt │ ├── buggy_7.sol.txt │ ├── buggy_8.sol.txt │ └── buggy_9.sol.txt └── scripts └── inspection.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/Overflow-Underflow/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Overflow-Underflow/buggy_9.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/Re-entrancy/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Re-entrancy/buggy_9.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/TOD/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/TOD/buggy_9.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/Timestamp-Dependency/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Timestamp-Dependency/buggy_9.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/Unchecked-Send/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unchecked-Send/buggy_9.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/Unhandled-Exceptions/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/Unhandled-Exceptions/buggy_9.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_1.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_10.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_11.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_12.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_13.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_14.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_15.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_16.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_17.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_18.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_19.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_2.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_20.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_21.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_22.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_23.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_24.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_25.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_26.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_27.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_28.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_29.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_3.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_30.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_31.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_32.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_33.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_34.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_35.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_36.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_37.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_38.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_39.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_4.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_40.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_41.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_42.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_43.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_44.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_45.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_46.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_47.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_48.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_49.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_5.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_50.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_6.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_7.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_8.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/BugLog_9.csv -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_1.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_10.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_11.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_12.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_13.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_14.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_15.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_16.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_17.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_18.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_19.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_2.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_20.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_21.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_21.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_22.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_22.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_23.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_23.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_24.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_24.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_25.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_25.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_26.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_26.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_27.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_27.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_28.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_28.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_29.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_29.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_3.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_3.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_30.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_30.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_31.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_31.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_32.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_32.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_33.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_33.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_34.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_34.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_35.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_35.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_36.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_36.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_37.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_37.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_38.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_38.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_39.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_39.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_4.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_4.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_40.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_40.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_41.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_41.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_42.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_42.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_43.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_43.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_44.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_44.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_45.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_45.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_46.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_46.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_47.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_47.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_48.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_48.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_49.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_49.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_5.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_5.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_50.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_50.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_6.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_6.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_7.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_7.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_8.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_8.sol -------------------------------------------------------------------------------- /buggy_contracts/tx.origin/buggy_9.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/buggy_contracts/tx.origin/buggy_9.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_1.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_10.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_10.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_11.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_11.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_12.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_12.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_13.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_14.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_14.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_15.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_16.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_16.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_17.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_17.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_18.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_18.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_19.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_2.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_20.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_20.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_21.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_21.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_22.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_23.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_23.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_24.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_24.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_25.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_25.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_26.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_27.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_27.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_28.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_28.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_29.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_29.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_3.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_30.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_30.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_31.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_31.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_32.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_32.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_33.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_33.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_34.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_34.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_35.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_36.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_36.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_37.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_37.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_38.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_38.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_39.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_39.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_4.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_4.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_40.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_40.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_41.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_41.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_42.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_42.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_43.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_43.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_44.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_44.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_45.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_45.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_46.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_46.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_47.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_47.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_48.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_48.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_49.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_49.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_5.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_50.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_50.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_6.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_6.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_7.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_7.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_8.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_8.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/BugLog_9.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/BugLog_9.csv -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_1.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_1.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_10.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_10.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_11.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_11.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_12.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_12.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_13.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_13.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_14.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_14.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_15.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_15.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_16.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_16.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_17.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_17.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_18.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_18.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_19.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_19.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_2.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_2.sol -------------------------------------------------------------------------------- /results/Oyente/analyzed_buggy_contracts/TOD/buggy_20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/results/Oyente/analyzed_buggy_contracts/TOD/buggy_20.sol -------------------------------------------------------------------------------- /results/Smartcheck/analyzed_buggy_contracts/Timestamp-Dependency/re: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/inspection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smartbugs/SolidiFI-benchmark/HEAD/scripts/inspection.py --------------------------------------------------------------------------------