Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GetWasmContractByAddressResponse

Index

Properties

address: string

Address of the contract

admin: string

Admin of the contract

codeId: string

Code id of the contract

contractNumber: string

Monotonic contract number in database

creator: string

Address of the contract creator

currentMigrateMessage: string

Latest migrate message of the contract

cw20Metadata: undefined | internal.Cw20Metadata
executes: string

Number of times call to execute contract

Contract funds

initMessage: string

init message when this contract was instantiated

instantiatedAt: string

Block timestamp that contract was instantiated, in millisecond

label: string

General name of the contract

lastExecutedAt: string

Block timestamp that contract was called, in millisecond

proposalId: string

id of the proposal that instantiate this contract

txHash: string

hash of the instantiate transaction

type: string

Contract type

version: string

Contract version string

Generated using TypeDoc