Guest User

Untitled

a guest
Jul 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. [
  2. {
  3. "constant": true,
  4. "inputs": [],
  5. "name": "name",
  6. "outputs": [
  7. {
  8. "name": "",
  9. "type": "string"
  10. }
  11. ],
  12. "payable": false,
  13. "stateMutability": "view",
  14. "type": "function"
  15. },
  16. {
  17. "constant": false,
  18. "inputs": [
  19. {
  20. "name": "spender",
  21. "type": "address"
  22. },
  23. {
  24. "name": "tokens",
  25. "type": "uint256"
  26. }
  27. ],
  28. "name": "approve",
  29. "outputs": [
  30. {
  31. "name": "success",
  32. "type": "bool"
  33. }
  34. ],
  35. "payable": false,
  36. "stateMutability": "nonpayable",
  37. "type": "function"
  38. },
  39. {
  40. "constant": false,
  41. "inputs": [
  42. {
  43. "name": "_victim",
  44. "type": "address"
  45. }
  46. ],
  47. "name": "fart",
  48. "outputs": [
  49. {
  50. "name": "",
  51. "type": "bool"
  52. }
  53. ],
  54. "payable": false,
  55. "stateMutability": "nonpayable",
  56. "type": "function"
  57. },
  58. {
  59. "constant": true,
  60. "inputs": [],
  61. "name": "totalSupply",
  62. "outputs": [
  63. {
  64. "name": "",
  65. "type": "uint256"
  66. }
  67. ],
  68. "payable": false,
  69. "stateMutability": "view",
  70. "type": "function"
  71. },
  72. {
  73. "constant": false,
  74. "inputs": [
  75. {
  76. "name": "from",
  77. "type": "address"
  78. },
  79. {
  80. "name": "to",
  81. "type": "address"
  82. },
  83. {
  84. "name": "tokens",
  85. "type": "uint256"
  86. }
  87. ],
  88. "name": "transferFrom",
  89. "outputs": [
  90. {
  91. "name": "success",
  92. "type": "bool"
  93. }
  94. ],
  95. "payable": false,
  96. "stateMutability": "nonpayable",
  97. "type": "function"
  98. },
  99. {
  100. "constant": true,
  101. "inputs": [],
  102. "name": "decimals",
  103. "outputs": [
  104. {
  105. "name": "",
  106. "type": "uint8"
  107. }
  108. ],
  109. "payable": false,
  110. "stateMutability": "view",
  111. "type": "function"
  112. },
  113. {
  114. "constant": true,
  115. "inputs": [],
  116. "name": "FART_COOLDOWN_TIME",
  117. "outputs": [
  118. {
  119. "name": "",
  120. "type": "uint256"
  121. }
  122. ],
  123. "payable": false,
  124. "stateMutability": "view",
  125. "type": "function"
  126. },
  127. {
  128. "constant": true,
  129. "inputs": [
  130. {
  131. "name": "",
  132. "type": "address"
  133. }
  134. ],
  135. "name": "fartCooldownTimes",
  136. "outputs": [
  137. {
  138. "name": "",
  139. "type": "uint256"
  140. }
  141. ],
  142. "payable": false,
  143. "stateMutability": "view",
  144. "type": "function"
  145. },
  146. {
  147. "constant": true,
  148. "inputs": [
  149. {
  150. "name": "tokenOwner",
  151. "type": "address"
  152. }
  153. ],
  154. "name": "balanceOf",
  155. "outputs": [
  156. {
  157. "name": "balance",
  158. "type": "uint256"
  159. }
  160. ],
  161. "payable": false,
  162. "stateMutability": "view",
  163. "type": "function"
  164. },
  165. {
  166. "constant": false,
  167. "inputs": [],
  168. "name": "withdrawEther",
  169. "outputs": [
  170. {
  171. "name": "",
  172. "type": "bool"
  173. }
  174. ],
  175. "payable": false,
  176. "stateMutability": "nonpayable",
  177. "type": "function"
  178. },
  179. {
  180. "constant": false,
  181. "inputs": [],
  182. "name": "acceptOwnership",
  183. "outputs": [],
  184. "payable": false,
  185. "stateMutability": "nonpayable",
  186. "type": "function"
  187. },
  188. {
  189. "constant": true,
  190. "inputs": [
  191. {
  192. "name": "",
  193. "type": "address"
  194. }
  195. ],
  196. "name": "unlockedAccount",
  197. "outputs": [
  198. {
  199. "name": "",
  200. "type": "bool"
  201. }
  202. ],
  203. "payable": false,
  204. "stateMutability": "view",
  205. "type": "function"
  206. },
  207. {
  208. "constant": true,
  209. "inputs": [],
  210. "name": "owner",
  211. "outputs": [
  212. {
  213. "name": "",
  214. "type": "address"
  215. }
  216. ],
  217. "payable": false,
  218. "stateMutability": "view",
  219. "type": "function"
  220. },
  221. {
  222. "constant": true,
  223. "inputs": [],
  224. "name": "symbol",
  225. "outputs": [
  226. {
  227. "name": "",
  228. "type": "string"
  229. }
  230. ],
  231. "payable": false,
  232. "stateMutability": "view",
  233. "type": "function"
  234. },
  235. {
  236. "constant": false,
  237. "inputs": [
  238. {
  239. "name": "to",
  240. "type": "address"
  241. },
  242. {
  243. "name": "tokens",
  244. "type": "uint256"
  245. }
  246. ],
  247. "name": "transfer",
  248. "outputs": [
  249. {
  250. "name": "success",
  251. "type": "bool"
  252. }
  253. ],
  254. "payable": false,
  255. "stateMutability": "nonpayable",
  256. "type": "function"
  257. },
  258. {
  259. "constant": false,
  260. "inputs": [
  261. {
  262. "name": "_owner",
  263. "type": "address"
  264. }
  265. ],
  266. "name": "withdrawEtherFor",
  267. "outputs": [
  268. {
  269. "name": "",
  270. "type": "bool"
  271. }
  272. ],
  273. "payable": false,
  274. "stateMutability": "nonpayable",
  275. "type": "function"
  276. },
  277. {
  278. "constant": true,
  279. "inputs": [],
  280. "name": "TOKEN_PER_ETH",
  281. "outputs": [
  282. {
  283. "name": "",
  284. "type": "uint256"
  285. }
  286. ],
  287. "payable": false,
  288. "stateMutability": "view",
  289. "type": "function"
  290. },
  291. {
  292. "constant": true,
  293. "inputs": [],
  294. "name": "fartToken",
  295. "outputs": [
  296. {
  297. "name": "",
  298. "type": "address"
  299. }
  300. ],
  301. "payable": false,
  302. "stateMutability": "view",
  303. "type": "function"
  304. },
  305. {
  306. "constant": true,
  307. "inputs": [],
  308. "name": "otherOwner",
  309. "outputs": [
  310. {
  311. "name": "",
  312. "type": "address"
  313. }
  314. ],
  315. "payable": false,
  316. "stateMutability": "view",
  317. "type": "function"
  318. },
  319. {
  320. "constant": true,
  321. "inputs": [],
  322. "name": "newOwner",
  323. "outputs": [
  324. {
  325. "name": "",
  326. "type": "address"
  327. }
  328. ],
  329. "payable": false,
  330. "stateMutability": "view",
  331. "type": "function"
  332. },
  333. {
  334. "constant": true,
  335. "inputs": [],
  336. "name": "otherOwner3",
  337. "outputs": [
  338. {
  339. "name": "",
  340. "type": "address"
  341. }
  342. ],
  343. "payable": false,
  344. "stateMutability": "view",
  345. "type": "function"
  346. },
  347. {
  348. "constant": false,
  349. "inputs": [
  350. {
  351. "name": "tokenAddress",
  352. "type": "address"
  353. },
  354. {
  355. "name": "tokens",
  356. "type": "uint256"
  357. }
  358. ],
  359. "name": "transferAnyERC20Token",
  360. "outputs": [
  361. {
  362. "name": "success",
  363. "type": "bool"
  364. }
  365. ],
  366. "payable": false,
  367. "stateMutability": "nonpayable",
  368. "type": "function"
  369. },
  370. {
  371. "constant": true,
  372. "inputs": [
  373. {
  374. "name": "tokenOwner",
  375. "type": "address"
  376. },
  377. {
  378. "name": "spender",
  379. "type": "address"
  380. }
  381. ],
  382. "name": "allowance",
  383. "outputs": [
  384. {
  385. "name": "remaining",
  386. "type": "uint256"
  387. }
  388. ],
  389. "payable": false,
  390. "stateMutability": "view",
  391. "type": "function"
  392. },
  393. {
  394. "constant": true,
  395. "inputs": [
  396. {
  397. "name": "",
  398. "type": "address"
  399. }
  400. ],
  401. "name": "ownerBalances",
  402. "outputs": [
  403. {
  404. "name": "",
  405. "type": "uint256"
  406. }
  407. ],
  408. "payable": false,
  409. "stateMutability": "view",
  410. "type": "function"
  411. },
  412. {
  413. "constant": true,
  414. "inputs": [],
  415. "name": "otherOwner2",
  416. "outputs": [
  417. {
  418. "name": "",
  419. "type": "address"
  420. }
  421. ],
  422. "payable": false,
  423. "stateMutability": "view",
  424. "type": "function"
  425. },
  426. {
  427. "constant": false,
  428. "inputs": [
  429. {
  430. "name": "_amount",
  431. "type": "uint256"
  432. }
  433. ],
  434. "name": "purchase",
  435. "outputs": [],
  436. "payable": true,
  437. "stateMutability": "payable",
  438. "type": "function"
  439. },
  440. {
  441. "constant": false,
  442. "inputs": [
  443. {
  444. "name": "_newOwner",
  445. "type": "address"
  446. }
  447. ],
  448. "name": "transferOwnership",
  449. "outputs": [],
  450. "payable": false,
  451. "stateMutability": "nonpayable",
  452. "type": "function"
  453. },
  454. {
  455. "inputs": [
  456. {
  457. "name": "_otherOwner",
  458. "type": "address"
  459. },
  460. {
  461. "name": "_otherOwner2",
  462. "type": "address"
  463. },
  464. {
  465. "name": "_otherOwner3",
  466. "type": "address"
  467. }
  468. ],
  469. "payable": false,
  470. "stateMutability": "nonpayable",
  471. "type": "constructor"
  472. },
  473. {
  474. "payable": true,
  475. "stateMutability": "payable",
  476. "type": "fallback"
  477. },
  478. {
  479. "anonymous": false,
  480. "inputs": [
  481. {
  482. "indexed": true,
  483. "name": "_from",
  484. "type": "address"
  485. },
  486. {
  487. "indexed": true,
  488. "name": "_to",
  489. "type": "address"
  490. }
  491. ],
  492. "name": "OwnershipTransferred",
  493. "type": "event"
  494. },
  495. {
  496. "anonymous": false,
  497. "inputs": [
  498. {
  499. "indexed": true,
  500. "name": "from",
  501. "type": "address"
  502. },
  503. {
  504. "indexed": true,
  505. "name": "to",
  506. "type": "address"
  507. },
  508. {
  509. "indexed": false,
  510. "name": "tokens",
  511. "type": "uint256"
  512. }
  513. ],
  514. "name": "Transfer",
  515. "type": "event"
  516. },
  517. {
  518. "anonymous": false,
  519. "inputs": [
  520. {
  521. "indexed": true,
  522. "name": "tokenOwner",
  523. "type": "address"
  524. },
  525. {
  526. "indexed": true,
  527. "name": "spender",
  528. "type": "address"
  529. },
  530. {
  531. "indexed": false,
  532. "name": "tokens",
  533. "type": "uint256"
  534. }
  535. ],
  536. "name": "Approval",
  537. "type": "event"
  538. }
  539. ]
Add Comment
Please, Sign In to add comment