Token.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_format": "hh-sol-artifact-1",
  3. "contractName": "Token",
  4. "sourceName": "contracts/Token.sol",
  5. "abi": [
  6. {
  7. "inputs": [],
  8. "name": "count",
  9. "outputs": [
  10. {
  11. "internalType": "uint256",
  12. "name": "",
  13. "type": "uint256"
  14. }
  15. ],
  16. "stateMutability": "view",
  17. "type": "function"
  18. },
  19. {
  20. "inputs": [],
  21. "name": "getCount",
  22. "outputs": [
  23. {
  24. "internalType": "uint256",
  25. "name": "",
  26. "type": "uint256"
  27. }
  28. ],
  29. "stateMutability": "view",
  30. "type": "function"
  31. },
  32. {
  33. "inputs": [],
  34. "name": "increment",
  35. "outputs": [],
  36. "stateMutability": "nonpayable",
  37. "type": "function"
  38. }
  39. ],
  40. "bytecode": "0x60806040526000805534801561001457600080fd5b506101a5806100246000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806306661abd14610046578063a87d942c14610064578063d09de08a14610082575b600080fd5b61004e61008c565b60405161005b91906100cf565b60405180910390f35b61006c610092565b60405161007991906100cf565b60405180910390f35b61008a61009b565b005b60005481565b60008054905090565b60016000808282546100ad9190610119565b92505081905550565b6000819050919050565b6100c9816100b6565b82525050565b60006020820190506100e460008301846100c0565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610124826100b6565b915061012f836100b6565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115610164576101636100ea565b5b82820190509291505056fea2646970667358221220930e47050ab16bfbd03d102ada7c1c60b33bb0e1123541fdfa7d6ff631d774f364736f6c63430008090033",
  41. "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c806306661abd14610046578063a87d942c14610064578063d09de08a14610082575b600080fd5b61004e61008c565b60405161005b91906100cf565b60405180910390f35b61006c610092565b60405161007991906100cf565b60405180910390f35b61008a61009b565b005b60005481565b60008054905090565b60016000808282546100ad9190610119565b92505081905550565b6000819050919050565b6100c9816100b6565b82525050565b60006020820190506100e460008301846100c0565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610124826100b6565b915061012f836100b6565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115610164576101636100ea565b5b82820190509291505056fea2646970667358221220930e47050ab16bfbd03d102ada7c1c60b33bb0e1123541fdfa7d6ff631d774f364736f6c63430008090033",
  42. "linkReferences": {},
  43. "deployedLinkReferences": {}
  44. }