Table of Contents

Class DeployedContract

Namespace
Thirdweb.AI
Assembly
Thirdweb.dll

Nebula representation of a smart contract.

public class DeployedContract
Inheritance
DeployedContract
Inherited Members

Properties

Address

[JsonProperty("address")]
public string Address { get; set; }

Property Value

string

ChainId

[JsonProperty("chain_id")]
public BigInteger ChainId { get; set; }

Property Value

BigInteger

ContractType

[JsonProperty("contract_type")]
public string ContractType { get; set; }

Property Value

string

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string