Advertisement
Guest User

Abi token

a guest
Dec 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 9.57 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": "_value",
  25.                 "type": "uint256"
  26.             }
  27.         ],
  28.         "name": "approve",
  29.         "outputs": [
  30.             {
  31.                 "name": "",
  32.                 "type": "bool"
  33.             }
  34.         ],
  35.         "payable": false,
  36.         "stateMutability": "nonpayable",
  37.         "type": "function"
  38.     },
  39.     {
  40.         "constant": true,
  41.         "inputs": [],
  42.         "name": "totalSupply",
  43.         "outputs": [
  44.             {
  45.                 "name": "",
  46.                 "type": "uint256"
  47.             }
  48.         ],
  49.         "payable": false,
  50.         "stateMutability": "view",
  51.         "type": "function"
  52.     },
  53.     {
  54.         "constant": false,
  55.         "inputs": [
  56.             {
  57.                 "name": "_to",
  58.                 "type": "address"
  59.             },
  60.             {
  61.                 "name": "_value",
  62.                 "type": "uint256"
  63.             }
  64.         ],
  65.         "name": "originTransfer",
  66.         "outputs": [
  67.             {
  68.                 "name": "",
  69.                 "type": "bool"
  70.             }
  71.         ],
  72.         "payable": false,
  73.         "stateMutability": "nonpayable",
  74.         "type": "function"
  75.     },
  76.     {
  77.         "constant": true,
  78.         "inputs": [],
  79.         "name": "started",
  80.         "outputs": [
  81.             {
  82.                 "name": "",
  83.                 "type": "bool"
  84.             }
  85.         ],
  86.         "payable": false,
  87.         "stateMutability": "view",
  88.         "type": "function"
  89.     },
  90.     {
  91.         "constant": false,
  92.         "inputs": [
  93.             {
  94.                 "name": "_from",
  95.                 "type": "address"
  96.             },
  97.             {
  98.                 "name": "_to",
  99.                 "type": "address"
  100.             },
  101.             {
  102.                 "name": "_value",
  103.                 "type": "uint256"
  104.             }
  105.         ],
  106.         "name": "transferFrom",
  107.         "outputs": [
  108.             {
  109.                 "name": "",
  110.                 "type": "bool"
  111.             }
  112.         ],
  113.         "payable": false,
  114.         "stateMutability": "nonpayable",
  115.         "type": "function"
  116.     },
  117.     {
  118.         "constant": true,
  119.         "inputs": [],
  120.         "name": "decimals",
  121.         "outputs": [
  122.             {
  123.                 "name": "",
  124.                 "type": "uint8"
  125.             }
  126.         ],
  127.         "payable": false,
  128.         "stateMutability": "view",
  129.         "type": "function"
  130.     },
  131.     {
  132.         "constant": true,
  133.         "inputs": [],
  134.         "name": "initialSupply",
  135.         "outputs": [
  136.             {
  137.                 "name": "",
  138.                 "type": "uint256"
  139.             }
  140.         ],
  141.         "payable": false,
  142.         "stateMutability": "view",
  143.         "type": "function"
  144.     },
  145.     {
  146.         "constant": false,
  147.         "inputs": [
  148.             {
  149.                 "name": "_value",
  150.                 "type": "uint256"
  151.             }
  152.         ],
  153.         "name": "burn",
  154.         "outputs": [
  155.             {
  156.                 "name": "",
  157.                 "type": "bool"
  158.             }
  159.         ],
  160.         "payable": false,
  161.         "stateMutability": "nonpayable",
  162.         "type": "function"
  163.     },
  164.     {
  165.         "constant": false,
  166.         "inputs": [
  167.             {
  168.                 "name": "_value",
  169.                 "type": "uint256"
  170.             }
  171.         ],
  172.         "name": "originBurn",
  173.         "outputs": [
  174.             {
  175.                 "name": "",
  176.                 "type": "bool"
  177.             }
  178.         ],
  179.         "payable": false,
  180.         "stateMutability": "nonpayable",
  181.         "type": "function"
  182.     },
  183.     {
  184.         "constant": false,
  185.         "inputs": [
  186.             {
  187.                 "name": "_spender",
  188.                 "type": "address"
  189.             },
  190.             {
  191.                 "name": "_subtractedValue",
  192.                 "type": "uint256"
  193.             }
  194.         ],
  195.         "name": "decreaseApproval",
  196.         "outputs": [
  197.             {
  198.                 "name": "success",
  199.                 "type": "bool"
  200.             }
  201.         ],
  202.         "payable": false,
  203.         "stateMutability": "nonpayable",
  204.         "type": "function"
  205.     },
  206.     {
  207.         "constant": true,
  208.         "inputs": [
  209.             {
  210.                 "name": "_owner",
  211.                 "type": "address"
  212.             }
  213.         ],
  214.         "name": "balanceOf",
  215.         "outputs": [
  216.             {
  217.                 "name": "balance",
  218.                 "type": "uint256"
  219.             }
  220.         ],
  221.         "payable": false,
  222.         "stateMutability": "view",
  223.         "type": "function"
  224.     },
  225.     {
  226.         "constant": false,
  227.         "inputs": [
  228.             {
  229.                 "name": "addressAuthorized",
  230.                 "type": "address"
  231.             },
  232.             {
  233.                 "name": "authorization",
  234.                 "type": "bool"
  235.             }
  236.         ],
  237.         "name": "setAuthorized",
  238.         "outputs": [],
  239.         "payable": false,
  240.         "stateMutability": "nonpayable",
  241.         "type": "function"
  242.     },
  243.     {
  244.         "constant": false,
  245.         "inputs": [
  246.             {
  247.                 "name": "_from",
  248.                 "type": "address"
  249.             },
  250.             {
  251.                 "name": "_value",
  252.                 "type": "uint256"
  253.             }
  254.         ],
  255.         "name": "burnFrom",
  256.         "outputs": [
  257.             {
  258.                 "name": "",
  259.                 "type": "bool"
  260.             }
  261.         ],
  262.         "payable": false,
  263.         "stateMutability": "nonpayable",
  264.         "type": "function"
  265.     },
  266.     {
  267.         "constant": true,
  268.         "inputs": [],
  269.         "name": "owner",
  270.         "outputs": [
  271.             {
  272.                 "name": "",
  273.                 "type": "address"
  274.             }
  275.         ],
  276.         "payable": false,
  277.         "stateMutability": "view",
  278.         "type": "function"
  279.     },
  280.     {
  281.         "constant": true,
  282.         "inputs": [],
  283.         "name": "symbol",
  284.         "outputs": [
  285.             {
  286.                 "name": "",
  287.                 "type": "string"
  288.             }
  289.         ],
  290.         "payable": false,
  291.         "stateMutability": "view",
  292.         "type": "function"
  293.     },
  294.     {
  295.         "constant": false,
  296.         "inputs": [
  297.             {
  298.                 "name": "_to",
  299.                 "type": "address"
  300.             },
  301.             {
  302.                 "name": "_value",
  303.                 "type": "uint256"
  304.             }
  305.         ],
  306.         "name": "transfer",
  307.         "outputs": [
  308.             {
  309.                 "name": "",
  310.                 "type": "bool"
  311.             }
  312.         ],
  313.         "payable": false,
  314.         "stateMutability": "nonpayable",
  315.         "type": "function"
  316.     },
  317.     {
  318.         "constant": true,
  319.         "inputs": [
  320.             {
  321.                 "name": "",
  322.                 "type": "address"
  323.             }
  324.         ],
  325.         "name": "authorized",
  326.         "outputs": [
  327.             {
  328.                 "name": "",
  329.                 "type": "bool"
  330.             }
  331.         ],
  332.         "payable": false,
  333.         "stateMutability": "view",
  334.         "type": "function"
  335.     },
  336.     {
  337.         "constant": false,
  338.         "inputs": [
  339.             {
  340.                 "name": "_to",
  341.                 "type": "address"
  342.             },
  343.             {
  344.                 "name": "_value",
  345.                 "type": "uint256"
  346.             },
  347.             {
  348.                 "name": "_data",
  349.                 "type": "bytes"
  350.             }
  351.         ],
  352.         "name": "transfer",
  353.         "outputs": [
  354.             {
  355.                 "name": "",
  356.                 "type": "bool"
  357.             }
  358.         ],
  359.         "payable": false,
  360.         "stateMutability": "nonpayable",
  361.         "type": "function"
  362.     },
  363.     {
  364.         "constant": false,
  365.         "inputs": [],
  366.         "name": "start",
  367.         "outputs": [],
  368.         "payable": false,
  369.         "stateMutability": "nonpayable",
  370.         "type": "function"
  371.     },
  372.     {
  373.         "constant": false,
  374.         "inputs": [
  375.             {
  376.                 "name": "_spender",
  377.                 "type": "address"
  378.             },
  379.             {
  380.                 "name": "_value",
  381.                 "type": "uint256"
  382.             },
  383.             {
  384.                 "name": "_extraData",
  385.                 "type": "bytes"
  386.             }
  387.         ],
  388.         "name": "approveAndCall",
  389.         "outputs": [
  390.             {
  391.                 "name": "success",
  392.                 "type": "bool"
  393.             }
  394.         ],
  395.         "payable": false,
  396.         "stateMutability": "nonpayable",
  397.         "type": "function"
  398.     },
  399.     {
  400.         "constant": false,
  401.         "inputs": [
  402.             {
  403.                 "name": "_spender",
  404.                 "type": "address"
  405.             },
  406.             {
  407.                 "name": "_addedValue",
  408.                 "type": "uint256"
  409.             }
  410.         ],
  411.         "name": "increaseApproval",
  412.         "outputs": [
  413.             {
  414.                 "name": "success",
  415.                 "type": "bool"
  416.             }
  417.         ],
  418.         "payable": false,
  419.         "stateMutability": "nonpayable",
  420.         "type": "function"
  421.     },
  422.     {
  423.         "constant": true,
  424.         "inputs": [
  425.             {
  426.                 "name": "_owner",
  427.                 "type": "address"
  428.             },
  429.             {
  430.                 "name": "_spender",
  431.                 "type": "address"
  432.             }
  433.         ],
  434.         "name": "allowance",
  435.         "outputs": [
  436.             {
  437.                 "name": "remaining",
  438.                 "type": "uint256"
  439.             }
  440.         ],
  441.         "payable": false,
  442.         "stateMutability": "view",
  443.         "type": "function"
  444.     },
  445.     {
  446.         "constant": false,
  447.         "inputs": [
  448.             {
  449.                 "name": "newOwner",
  450.                 "type": "address"
  451.             }
  452.         ],
  453.         "name": "transferOwnership",
  454.         "outputs": [],
  455.         "payable": false,
  456.         "stateMutability": "nonpayable",
  457.         "type": "function"
  458.     },
  459.     {
  460.         "constant": false,
  461.         "inputs": [
  462.             {
  463.                 "name": "_to",
  464.                 "type": "address"
  465.             },
  466.             {
  467.                 "name": "_value",
  468.                 "type": "uint256"
  469.             },
  470.             {
  471.                 "name": "_data",
  472.                 "type": "bytes"
  473.             },
  474.             {
  475.                 "name": "_custom_fallback",
  476.                 "type": "string"
  477.             }
  478.         ],
  479.         "name": "transfer",
  480.         "outputs": [
  481.             {
  482.                 "name": "",
  483.                 "type": "bool"
  484.             }
  485.         ],
  486.         "payable": false,
  487.         "stateMutability": "nonpayable",
  488.         "type": "function"
  489.     },
  490.     {
  491.         "inputs": [
  492.             {
  493.                 "name": "_totalSupply",
  494.                 "type": "uint256"
  495.             },
  496.             {
  497.                 "name": "_decimals",
  498.                 "type": "uint8"
  499.             },
  500.             {
  501.                 "name": "_name",
  502.                 "type": "string"
  503.             },
  504.             {
  505.                 "name": "_symbol",
  506.                 "type": "string"
  507.             }
  508.         ],
  509.         "payable": false,
  510.         "stateMutability": "nonpayable",
  511.         "type": "constructor"
  512.     },
  513.     {
  514.         "anonymous": false,
  515.         "inputs": [
  516.             {
  517.                 "indexed": true,
  518.                 "name": "burner",
  519.                 "type": "address"
  520.             },
  521.             {
  522.                 "indexed": false,
  523.                 "name": "value",
  524.                 "type": "uint256"
  525.             }
  526.         ],
  527.         "name": "Burn",
  528.         "type": "event"
  529.     },
  530.     {
  531.         "anonymous": false,
  532.         "inputs": [
  533.             {
  534.                 "indexed": true,
  535.                 "name": "from",
  536.                 "type": "address"
  537.             },
  538.             {
  539.                 "indexed": true,
  540.                 "name": "to",
  541.                 "type": "address"
  542.             },
  543.             {
  544.                 "indexed": false,
  545.                 "name": "value",
  546.                 "type": "uint256"
  547.             },
  548.             {
  549.                 "indexed": true,
  550.                 "name": "data",
  551.                 "type": "bytes"
  552.             }
  553.         ],
  554.         "name": "Transfer",
  555.         "type": "event"
  556.     },
  557.     {
  558.         "anonymous": false,
  559.         "inputs": [
  560.             {
  561.                 "indexed": true,
  562.                 "name": "owner",
  563.                 "type": "address"
  564.             },
  565.             {
  566.                 "indexed": true,
  567.                 "name": "spender",
  568.                 "type": "address"
  569.             },
  570.             {
  571.                 "indexed": false,
  572.                 "name": "value",
  573.                 "type": "uint256"
  574.             }
  575.         ],
  576.         "name": "Approval",
  577.         "type": "event"
  578.     },
  579.     {
  580.         "anonymous": false,
  581.         "inputs": [
  582.             {
  583.                 "indexed": true,
  584.                 "name": "from",
  585.                 "type": "address"
  586.             },
  587.             {
  588.                 "indexed": true,
  589.                 "name": "to",
  590.                 "type": "address"
  591.             },
  592.             {
  593.                 "indexed": false,
  594.                 "name": "value",
  595.                 "type": "uint256"
  596.             }
  597.         ],
  598.         "name": "Transfer",
  599.         "type": "event"
  600.     },
  601.     {
  602.         "anonymous": false,
  603.         "inputs": [],
  604.         "name": "Start",
  605.         "type": "event"
  606.     },
  607.     {
  608.         "anonymous": false,
  609.         "inputs": [
  610.             {
  611.                 "indexed": true,
  612.                 "name": "addressAuthorized",
  613.                 "type": "address"
  614.             },
  615.             {
  616.                 "indexed": true,
  617.                 "name": "authorization",
  618.                 "type": "bool"
  619.             }
  620.         ],
  621.         "name": "AuthorizationSet",
  622.         "type": "event"
  623.     },
  624.     {
  625.         "anonymous": false,
  626.         "inputs": [
  627.             {
  628.                 "indexed": true,
  629.                 "name": "previousOwner",
  630.                 "type": "address"
  631.             },
  632.             {
  633.                 "indexed": true,
  634.                 "name": "newOwner",
  635.                 "type": "address"
  636.             }
  637.         ],
  638.         "name": "OwnershipTransferred",
  639.         "type": "event"
  640.     }
  641. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement