app-contracts.json 7.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "A deployed contract that has either been deployed or attached. The address and ABI are used to construct the parameters.": "A deployed contract that has either been deployed or attached. The address and ABI are used to construct the parameters.",
  3. "ABI": "ABI",
  4. "Add an existing code hash": "Add an existing code hash",
  5. "Add an existing contract": "Add an existing contract",
  6. "Call": "Call",
  7. "Call a contract": "Call a contract",
  8. "Call a method on this contract": "Call a method on this contract",
  9. "Call results": "Call results",
  10. "Call this message": "Call this message",
  11. "Clear all": "Clear all",
  12. "Confirm ABI removal": "Confirm ABI removal",
  13. "Deploy": "Deploy",
  14. "Deploy a code hash": "Deploy a code hash",
  15. "Deploy this code hash as a smart contract": "Deploy this code hash as a smart contract",
  16. "Deploy with this constructor": "Deploy with this constructor",
  17. "Forget this code hash": "Forget this code hash",
  18. "Forget this contract": "Forget this contract",
  19. "Messages": "Messages",
  20. "Mutates contract state": "Mutates contract state",
  21. "No code hashes available": "No code hashes available",
  22. "No contracts available": "No contracts available",
  23. "No documentation provided": "No documentation provided",
  24. "Remove": "Remove",
  25. "Remove ABI": "Remove ABI",
  26. "Save": "Save",
  27. "Specify the user account to use for this contract call. And fees will be deducted from this account.": "Specify the user account to use for this contract call. And fees will be deducted from this account.",
  28. "Specify the user account to use for this deployment. And fees will be deducted from this account.": "Specify the user account to use for this deployment. And fees will be deducted from this account.",
  29. "Specify the user account to use for this deployment. Any fees will be deducted from this account.": "Specify the user account to use for this deployment. Any fees will be deducted from this account.",
  30. "The ABI for the WASM code. In this step it is optional, but setting it here simplifies the setup of contract instances.": "The ABI for the WASM code. In this step it is optional, but setting it here simplifies the setup of contract instances.",
  31. "The ABI for the WASM code. Since we will be making a call into the code, the ABI is required and stored for future operations such as sending messages.": "The ABI for the WASM code. Since we will be making a call into the code, the ABI is required and stored for future operations such as sending messages.",
  32. "The address for the deployed contract instance.": "The address for the deployed contract instance.",
  33. "The allotted endowment for this contract, i.e. the amount transferred to the contract upon instantiation.": "The allotted endowment for this contract, i.e. the amount transferred to the contract upon instantiation.",
  34. "The allotted value for this contract, i.e. the amount transferred to the contract as part of this call.": "The allotted value for this contract, i.e. the amount transferred to the contract as part of this call.",
  35. "The code hash for the on-chain deployed code.": "The code hash for the on-chain deployed code.",
  36. "The code is not recognized as being in valid WASM format": "The code is not recognized as being in valid WASM format",
  37. "The codeHash is not a valid hex hash": "The codeHash is not a valid hex hash",
  38. "The compiled WASM for the contract that you wish to deploy. Each unique code blob will be attached with a code hash that can be used to create new instances.": "The compiled WASM for the contract that you wish to deploy. Each unique code blob will be attached with a code hash that can be used to create new instances.",
  39. "The contract WASM previously deployed. Internally this is identified by the hash of the code, as either created or attached.": "The contract WASM previously deployed. Internally this is identified by the hash of the code, as either created or attached.",
  40. "The deployment constructor information for this contract, as provided by the ABI.": "The deployment constructor information for this contract, as provided by the ABI.",
  41. "The maximum amount of gas that can be used by this call. If the code requires more, the call will fail.": "The maximum amount of gas that can be used by this call. If the code requires more, the call will fail.",
  42. "The maximum amount of gas that can be used by this deployment, if the code requires more, the deployment will fail.": "The maximum amount of gas that can be used by this deployment, if the code requires more, the deployment will fail.",
  43. "The maximum amount of gas to use for this contract call. If the call requires more, it will fail.": "The maximum amount of gas to use for this contract call. If the call requires more, it will fail.",
  44. "The message to send to this contract. Parameters are adjusted based on the ABI provided.": "The message to send to this contract. Parameters are adjusted based on the ABI provided.",
  45. "The value is not in a valid address format": "The value is not in a valid address format",
  46. "This operation does not impact the associated on-chain code or any of its contracts.": "This operation does not impact the associated on-chain code or any of its contracts.",
  47. "This operation does not remove the uploaded code WASM and ABI from the chain, nor any deployed contracts. The forget operation only limits your access to the code on this browser.": "This operation does not remove the uploaded code WASM and ABI from the chain, nor any deployed contracts. The forget operation only limits your access to the code on this browser.",
  48. "Unable to find deployed contract code at the specified address": "Unable to find deployed contract code at the specified address",
  49. "Unable to find on-chain WASM code for the supplied codeHash": "Unable to find on-chain WASM code for the supplied codeHash",
  50. "Upload": "Upload",
  51. "Upload WASM": "Upload WASM",
  52. "You are about to remove this code from your list of available code hashes. Once completed, should you need to access it again, you will have to manually add the code hash again.": "You are about to remove this code from your list of available code hashes. Once completed, should you need to access it again, you will have to manually add the code hash again.",
  53. "You are about to remove this code's ABI. Once completed, should you need to access it again, you will have to manually re-upload it.": "You are about to remove this code's ABI. Once completed, should you need to access it again, you will have to manually re-upload it.",
  54. "You are using an ABI with an outdated format. Please generate a new one.": "You are using an ABI with an outdated format. Please generate a new one.",
  55. "address forgotten": "address forgotten",
  56. "call from account": "call from account",
  57. "click to select or drag and drop a JSON ABI file": "click to select or drag and drop a JSON ABI file",
  58. "code for this contract": "code for this contract",
  59. "code hash": "code hash",
  60. "compiled contract WASM": "compiled contract WASM",
  61. "contract address": "contract address",
  62. "contract to use": "contract to use",
  63. "deploy": "deploy",
  64. "deployment account": "deployment account",
  65. "deployment constructor": "deployment constructor",
  66. "endowment": "endowment",
  67. "execute": "execute",
  68. "invalid ABI file selected": "invalid ABI file selected",
  69. "maximum gas allowed": "maximum gas allowed",
  70. "message to send": "message to send",
  71. "send as RPC call": "send as RPC call",
  72. "send as transaction": "send as transaction",
  73. "value": "value",
  74. "{{executionTime}}s execution time": "{{executionTime}}s execution time",
  75. "{{percentage}}% of block time": "{{percentage}}% of block time"
  76. }