Class Event
- Namespace
- Thirdweb.Indexer
- Assembly
- Thirdweb.dll
- Inheritance
-
Event
- Inherited Members
-
Properties
Address
[JsonProperty("address")]
public string Address { get; set; }
Property Value
- string
BlockHash
[JsonProperty("block_hash")]
public string BlockHash { get; set; }
Property Value
- string
BlockNumber
[JsonProperty("block_number")]
public string BlockNumber { get; set; }
Property Value
- string
BlockTimestamp
[JsonProperty("block_timestamp")]
public string BlockTimestamp { get; set; }
Property Value
- string
ChainId
[JsonProperty("chain_id")]
public BigInteger ChainId { get; set; }
Property Value
- BigInteger
Data
[JsonProperty("data")]
public string Data { get; set; }
Property Value
- string
Decoded
[JsonProperty("decoded")]
public Decoded Decoded { get; set; }
Property Value
- Decoded
LogIndex
[JsonProperty("log_index")]
public BigInteger LogIndex { get; set; }
Property Value
- BigInteger
Topics
[JsonProperty("topics")]
public List<string> Topics { get; set; }
Property Value
- List<string>
TransactionHash
[JsonProperty("transaction_hash")]
public string TransactionHash { get; set; }
Property Value
- string
TransactionIndex
[JsonProperty("transaction_index")]
public BigInteger TransactionIndex { get; set; }
Property Value
- BigInteger