trufflesuite/truffle

View on GitHub
packages/codec-components/src/docs/data/codec/unknown-creation-decoding.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { UnknownCreationDecoding } from "@truffle/codec";

export default {
  decoding: {
    bytecode:
      "0x608060405234801561001057600080fd5b506040516102063803806102068339818101604052810190610032919061007a565b80600081905550506100a7565b600080fd5b6000819050919050565b61005781610044565b811461006257600080fd5b50565b6000815190506100748161004e565b92915050565b6000602082840312156100905761008f61003f565b5b600061009e84828501610065565b91505092915050565b610150806100b66000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c80632f048afa1461003b57806357de26a414610057575b600080fd5b610055600480360381019061005091906100c3565b610075565b005b61005f61007f565b60405161006c91906100ff565b60405180910390f35b8060008190555050565b60008054905090565b600080fd5b6000819050919050565b6100a08161008d565b81146100ab57600080fd5b50565b6000813590506100bd81610097565b92915050565b6000602082840312156100d9576100d8610088565b5b60006100e7848285016100ae565b91505092915050565b6100f98161008d565b82525050565b600060208201905061011460008301846100f0565b9291505056fea26469706673582212209f5a1b69263a7555164696f462a9b79047f852598ba352e8839ea7d17db230bc64736f6c634300081000330000000000000000000000000000000000000000000000000000000000000064",
    decodingMode: "full",
    interpretations: {},
    kind: "create"
  }
} satisfies Record<string, UnknownCreationDecoding>;