github.com/cheng762/platon-go@v1.8.17-0.20190529111256-7deff2d7be26/cmd/ctool/test/contracta.cpp.abi.json (about) 1 [ 2 { 3 "name": "atransfer", 4 "inputs": [ 5 { 6 "name": "from", 7 "type": "string" 8 }, 9 { 10 "name": "to", 11 "type": "string" 12 }, 13 { 14 "name": "asset", 15 "type": "int32" 16 } 17 ], 18 "outputs": [], 19 "constant": "false", 20 "type": "function" 21 }, 22 { 23 "name": "atransfer1", 24 "inputs": [ 25 { 26 "name": "from", 27 "type": "string" 28 }, 29 { 30 "name": "to", 31 "type": "string" 32 }, 33 { 34 "name": "asset", 35 "type": "int32" 36 } 37 ], 38 "outputs": [ 39 { 40 "name": "", 41 "type": "int32" 42 } 43 ], 44 "constant": "false", 45 "type": "function" 46 }, 47 { 48 "name": "atransfer2", 49 "inputs": [ 50 { 51 "name": "from", 52 "type": "string" 53 }, 54 { 55 "name": "to", 56 "type": "string" 57 }, 58 { 59 "name": "asset", 60 "type": "int32" 61 } 62 ], 63 "outputs": [ 64 { 65 "name": "", 66 "type": "string" 67 } 68 ], 69 "constant": "false", 70 "type": "function" 71 }, 72 { 73 "name": "adcall", 74 "inputs": [ 75 { 76 "name": "from", 77 "type": "string" 78 }, 79 { 80 "name": "to", 81 "type": "string" 82 }, 83 { 84 "name": "asset", 85 "type": "int32" 86 } 87 ], 88 "outputs": [], 89 "constant": "false", 90 "type": "function" 91 }, 92 { 93 "name": "adcallInt64", 94 "inputs": [ 95 { 96 "name": "from", 97 "type": "string" 98 }, 99 { 100 "name": "to", 101 "type": "string" 102 }, 103 { 104 "name": "asset", 105 "type": "int32" 106 } 107 ], 108 "outputs": [ 109 { 110 "name": "", 111 "type": "int32" 112 } 113 ], 114 "constant": "false", 115 "type": "function" 116 }, 117 { 118 "name": "adcallString", 119 "inputs": [ 120 { 121 "name": "from", 122 "type": "string" 123 }, 124 { 125 "name": "to", 126 "type": "string" 127 }, 128 { 129 "name": "asset", 130 "type": "int32" 131 } 132 ], 133 "outputs": [ 134 { 135 "name": "", 136 "type": "string" 137 } 138 ], 139 "constant": "false", 140 "type": "function" 141 } 142 ]