aws.managedblockchain_query.get_asset_contract
Example SQL Queries
SELECT * FROMaws.managedblockchain_query.get_asset_contractWHERE"contract_identifier" = 'VALUE';Description
Gets the information about a specific contract deployed on the blockchain.
The Bitcoin blockchain networks do not support this operation.
Metadata is currently only available for some ERC-20 contracts. Metadata will be available for additional contracts in the future.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contract_identifier Required Input Column Contains the blockchain address and network information about the contract. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| deployer_address The address of the deployer of contract. | VARCHAR |
| metadata The metadata of the contract. | STRUCT( |
Show child fields
| |
| token_standard The token standard of the contract requested. | VARCHAR |