forked from dabdevelop/ABI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestSafeMath.json
102 lines (102 loc) · 2.8 KB
/
TestSafeMath.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"contract_name": "TestSafeMath",
"abi": [
{
"constant": true,
"inputs": [
{
"name": "_x",
"type": "uint256"
},
{
"name": "_y",
"type": "uint256"
}
],
"name": "testSafeDiv",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_x",
"type": "uint256"
},
{
"name": "_y",
"type": "uint256"
}
],
"name": "testSafeMul",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_x",
"type": "uint256"
},
{
"name": "_y",
"type": "uint256"
}
],
"name": "testSafeAdd",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_x",
"type": "uint256"
},
{
"name": "_y",
"type": "uint256"
}
],
"name": "testSafeSub",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"type": "function"
},
{
"inputs": [],
"payable": false,
"type": "constructor"
}
],
"unlinked_binary": "0x6060604052341561000c57fe5b5b5b5b5b5b610201806100206000396000f300606060405263ffffffff60e060020a6000350416635e47381d81146100425780639ee6ff701461006a578063de47864c14610092578063ec0da330146100ba575bfe5b341561004a57fe5b6100586004356024356100e2565b60408051918252519081900360200190f35b341561007257fe5b6100586004356024356100f7565b60408051918252519081900360200190f35b341561009a57fe5b61005860043560243561010c565b60408051918252519081900360200190f35b34156100c257fe5b610058600435602435610121565b60408051918252519081900360200190f35b60006100ee8383610136565b90505b92915050565b60006100ee8383610175565b90505b92915050565b60006100ee83836101a4565b90505b92915050565b60006100ee83836101be565b90505b92915050565b60008080831161014257fe5b828481151561014d57fe5b049050828481151561015b57fe5b06818402018414151561016a57fe5b8091505b5092915050565b6000828202831580610191575082848281151561018e57fe5b04145b151561016a57fe5b8091505b5092915050565b60008282018381101561016a57fe5b8091505b5092915050565b6000818310156101ca57fe5b508082035b929150505600a165627a7a72305820c879676c921aec3fbd8be62801439b9346018fc77be4eb83cb2a8d3531d68d590029",
"networks": {},
"schema_version": "0.0.5",
"updated_at": 1502266461764
}