Advertisement
Caesar21

Untitled

Sep 16th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. [
  2. {
  3. "constant": false,
  4. "inputs": [
  5. {
  6. "name": "bc_address",
  7. "type": "address"
  8. },
  9. {
  10. "name": "sv_name",
  11. "type": "string"
  12. },
  13. {
  14. "name": "dt_category",
  15. "type": "string"
  16. },
  17. {
  18. "name": "p_start_time",
  19. "type": "uint256"
  20. },
  21. {
  22. "name": "p_end_time",
  23. "type": "uint256"
  24. },
  25. {
  26. "name": "dt_hash",
  27. "type": "bytes32"
  28. }
  29. ],
  30. "name": "push_on_chain",
  31. "outputs": [],
  32. "payable": false,
  33. "stateMutability": "nonpayable",
  34. "type": "function"
  35. },
  36. {
  37. "constant": false,
  38. "inputs": [
  39. {
  40. "name": "user_id",
  41. "type": "string"
  42. },
  43. {
  44. "name": "blockchain_address",
  45. "type": "address"
  46. }
  47. ],
  48. "name": "delete_ID_address_service",
  49. "outputs": [],
  50. "payable": false,
  51. "stateMutability": "nonpayable",
  52. "type": "function"
  53. },
  54. {
  55. "constant": false,
  56. "inputs": [
  57. {
  58. "name": "blockchain_address",
  59. "type": "address"
  60. },
  61. {
  62. "name": "app_id",
  63. "type": "string"
  64. },
  65. {
  66. "name": "data_category",
  67. "type": "string"
  68. },
  69. {
  70. "name": "end_time_stamp",
  71. "type": "uint256"
  72. },
  73. {
  74. "name": "begin_date",
  75. "type": "uint256"
  76. },
  77. {
  78. "name": "end_date",
  79. "type": "uint256"
  80. }
  81. ],
  82. "name": "create_authorization",
  83. "outputs": [],
  84. "payable": false,
  85. "stateMutability": "nonpayable",
  86. "type": "function"
  87. },
  88. {
  89. "constant": false,
  90. "inputs": [
  91. {
  92. "name": "blockchain_address",
  93. "type": "address"
  94. },
  95. {
  96. "name": "app_id",
  97. "type": "string"
  98. },
  99. {
  100. "name": "data_category",
  101. "type": "string"
  102. }
  103. ],
  104. "name": "get_time_expiration",
  105. "outputs": [
  106. {
  107. "name": "exp_time",
  108. "type": "uint256"
  109. }
  110. ],
  111. "payable": false,
  112. "stateMutability": "nonpayable",
  113. "type": "function"
  114. },
  115. {
  116. "constant": false,
  117. "inputs": [
  118. {
  119. "name": "blockchain_address",
  120. "type": "address"
  121. },
  122. {
  123. "name": "app_id",
  124. "type": "string"
  125. },
  126. {
  127. "name": "data_category",
  128. "type": "string"
  129. }
  130. ],
  131. "name": "get_time_period",
  132. "outputs": [
  133. {
  134. "name": "d_begin",
  135. "type": "uint256"
  136. },
  137. {
  138. "name": "d_end",
  139. "type": "uint256"
  140. }
  141. ],
  142. "payable": false,
  143. "stateMutability": "nonpayable",
  144. "type": "function"
  145. },
  146. {
  147. "constant": false,
  148. "inputs": [
  149. {
  150. "name": "user_id",
  151. "type": "string"
  152. },
  153. {
  154. "name": "service_name",
  155. "type": "string"
  156. },
  157. {
  158. "name": "blockchain_address",
  159. "type": "address"
  160. }
  161. ],
  162. "name": "append_ID_address_service_mapping_table",
  163. "outputs": [],
  164. "payable": false,
  165. "stateMutability": "nonpayable",
  166. "type": "function"
  167. },
  168. {
  169. "constant": false,
  170. "inputs": [
  171. {
  172. "name": "user_id",
  173. "type": "string"
  174. }
  175. ],
  176. "name": "get_ID_address_service_mapping_table",
  177. "outputs": [
  178. {
  179. "components": [
  180. {
  181. "name": "service_name",
  182. "type": "string"
  183. },
  184. {
  185. "name": "blockchain_address",
  186. "type": "address"
  187. }
  188. ],
  189. "name": "get_table",
  190. "type": "tuple[]"
  191. }
  192. ],
  193. "payable": false,
  194. "stateMutability": "nonpayable",
  195. "type": "function"
  196. },
  197. {
  198. "constant": false,
  199. "inputs": [
  200. {
  201. "name": "blockchain_address",
  202. "type": "address"
  203. },
  204. {
  205. "name": "app_id",
  206. "type": "string"
  207. },
  208. {
  209. "name": "data_category",
  210. "type": "string"
  211. },
  212. {
  213. "name": "date_begin",
  214. "type": "uint256"
  215. },
  216. {
  217. "name": "date_end",
  218. "type": "uint256"
  219. }
  220. ],
  221. "name": "verify_user_authorization",
  222. "outputs": [
  223. {
  224. "name": "",
  225. "type": "bool"
  226. }
  227. ],
  228. "payable": false,
  229. "stateMutability": "nonpayable",
  230. "type": "function"
  231. },
  232. {
  233. "constant": false,
  234. "inputs": [
  235. {
  236. "name": "blockchain_address",
  237. "type": "address"
  238. },
  239. {
  240. "name": "app_id",
  241. "type": "string"
  242. },
  243. {
  244. "name": "data_category",
  245. "type": "string"
  246. }
  247. ],
  248. "name": "cancel_authorization",
  249. "outputs": [],
  250. "payable": false,
  251. "stateMutability": "nonpayable",
  252. "type": "function"
  253. },
  254. {
  255. "anonymous": false,
  256. "inputs": [
  257. {
  258. "indexed": false,
  259. "name": "blockchain_address",
  260. "type": "address"
  261. },
  262. {
  263. "indexed": false,
  264. "name": "app_id",
  265. "type": "string"
  266. },
  267. {
  268. "indexed": false,
  269. "name": "data_category",
  270. "type": "string"
  271. },
  272. {
  273. "indexed": false,
  274. "name": "expiration_time",
  275. "type": "uint256"
  276. },
  277. {
  278. "indexed": false,
  279. "name": "access_period_start_time",
  280. "type": "uint256"
  281. },
  282. {
  283. "indexed": false,
  284. "name": "access_period_end_time",
  285. "type": "uint256"
  286. }
  287. ],
  288. "name": "create_auth",
  289. "type": "event"
  290. },
  291. {
  292. "anonymous": false,
  293. "inputs": [
  294. {
  295. "indexed": false,
  296. "name": "blockchain_address",
  297. "type": "address"
  298. },
  299. {
  300. "indexed": false,
  301. "name": "app_id",
  302. "type": "string"
  303. },
  304. {
  305. "indexed": false,
  306. "name": "data_category",
  307. "type": "string"
  308. },
  309. {
  310. "indexed": false,
  311. "name": "expiration_time",
  312. "type": "uint256"
  313. },
  314. {
  315. "indexed": false,
  316. "name": "access_period_start_time",
  317. "type": "uint256"
  318. },
  319. {
  320. "indexed": false,
  321. "name": "access_period_end_time",
  322. "type": "uint256"
  323. }
  324. ],
  325. "name": "cancel_auth",
  326. "type": "event"
  327. },
  328. {
  329. "anonymous": false,
  330. "inputs": [
  331. {
  332. "indexed": false,
  333. "name": "blockchain_address",
  334. "type": "address"
  335. },
  336. {
  337. "indexed": false,
  338. "name": "app_id",
  339. "type": "string"
  340. },
  341. {
  342. "indexed": false,
  343. "name": "data_category",
  344. "type": "string"
  345. },
  346. {
  347. "indexed": false,
  348. "name": "now_time",
  349. "type": "uint256"
  350. },
  351. {
  352. "indexed": false,
  353. "name": "date_begin",
  354. "type": "uint256"
  355. },
  356. {
  357. "indexed": false,
  358. "name": "date_end",
  359. "type": "uint256"
  360. },
  361. {
  362. "indexed": false,
  363. "name": "result",
  364. "type": "bool"
  365. }
  366. ],
  367. "name": "verify_auth",
  368. "type": "event"
  369. },
  370. {
  371. "anonymous": false,
  372. "inputs": [
  373. {
  374. "indexed": false,
  375. "name": "user_id",
  376. "type": "string"
  377. },
  378. {
  379. "indexed": false,
  380. "name": "service_name",
  381. "type": "string"
  382. },
  383. {
  384. "indexed": false,
  385. "name": "blockchain_address",
  386. "type": "address"
  387. }
  388. ],
  389. "name": "append_address_service",
  390. "type": "event"
  391. },
  392. {
  393. "anonymous": false,
  394. "inputs": [
  395. {
  396. "indexed": false,
  397. "name": "user_id",
  398. "type": "string"
  399. },
  400. {
  401. "indexed": false,
  402. "name": "blockchain_address",
  403. "type": "address"
  404. }
  405. ],
  406. "name": "delete_address_service",
  407. "type": "event"
  408. },
  409. {
  410. "anonymous": false,
  411. "inputs": [
  412. {
  413. "indexed": false,
  414. "name": "blockchain_address",
  415. "type": "address"
  416. },
  417. {
  418. "indexed": false,
  419. "name": "service_name",
  420. "type": "string"
  421. },
  422. {
  423. "indexed": false,
  424. "name": "data_category",
  425. "type": "string"
  426. },
  427. {
  428. "indexed": false,
  429. "name": "access_period_start_time",
  430. "type": "uint256"
  431. },
  432. {
  433. "indexed": false,
  434. "name": "access_period_end_time",
  435. "type": "uint256"
  436. },
  437. {
  438. "indexed": false,
  439. "name": "data_hash",
  440. "type": "bytes32"
  441. }
  442. ],
  443. "name": "push_chain",
  444. "type": "event"
  445. }
  446. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement