Transaction Details

  • TX ID
    924249fb149bb7c0922f660b95ea9246cf0b279c3b4fc1261d94e3cf5cab4234
  • Height
    1231
  • Index of Transactions
    0
  • TX Size
    310
  • Result
    InvalidCredentials
  • Header
    383d4eb5da8f4b7d88b76d851d3712cdb63e14538225acc42d637c16d832cc54
  • Summary
    deploy contract
  • Memo
Evidence
Index Entry Type
0

ContractDeploy

{
  "SourceCode": [
    "using Miyabi.ContractSdk;\nusing System;\n\npublic class TestContract : ContractBase\n{\n    public TestContract(ContractInitializationContext ctx)\n        : base(ctx)\n    {\n    }\n\n    public string GetInfo()\n    {\n        return Environment.MachineName;\n    }\n}\n"
  ],
  "ReferencedAssemblies": [],
  "Instantiators": [
    "036f7372f9f69de5025a186f1a48edebdd2d1197fd90a51a970618d5c3c292f6a7"
  ],
  "SourceFilePaths": [],
  "LanguageVersion": 1000
}