Token.abi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [
  2. {
  3. "constant" : true,
  4. "inputs" : [
  5. {
  6. "name" : "",
  7. "type" : "address"
  8. }
  9. ],
  10. "name" : "balances",
  11. "outputs" : [
  12. {
  13. "name" : "",
  14. "type" : "uint256"
  15. }
  16. ],
  17. "type" : "function"
  18. },
  19. {
  20. "constant" : false,
  21. "inputs" : [
  22. {
  23. "name" : "_to",
  24. "type" : "address"
  25. },
  26. {
  27. "name" : "_amount",
  28. "type" : "uint256"
  29. }
  30. ],
  31. "name" : "sendToken",
  32. "outputs" : [],
  33. "type" : "function"
  34. },
  35. {
  36. "constant" : false,
  37. "inputs" : [
  38. {
  39. "name" : "_to",
  40. "type" : "address"
  41. },
  42. {
  43. "name" : "_amount",
  44. "type" : "uint256"
  45. }
  46. ],
  47. "name" : "createToken",
  48. "outputs" : [],
  49. "type" : "function"
  50. },
  51. {
  52. "constant" : true,
  53. "inputs" : [],
  54. "name" : "owner",
  55. "outputs" : [
  56. {
  57. "name" : "",
  58. "type" : "address"
  59. }
  60. ],
  61. "type" : "function"
  62. }
  63. ]