Return contract template by id
Return detailed information about the contract template
Path Parameters
The Contract Template identifier
Response
Contract template was returned successfully
The unique identifier of the contract template
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"
The name of the contract template
"My Contract"
A short description of the contract template
"an ERC20 implementation"
The abi of the contract template. Necessary for displaying and for after deployment encoding
Is this a contract that is viewable by all fireblocks's users or is it visible only for this workspace
true
ON_DEPLOYMENT, POST_DEPLOYMENT A full description of the contract template. May contain to break the lines
"a full ERC20 implementation, containing the following:\n\n - mint\n - burn\n"
The attributes related to this contract template. It will be displayed in the tokenization page
A natspec compliant documentation json. Can be retrieved from the output json after compilation
The workspace id of the owner of this contract template. If it's a private contract, only this workspace will be allowed to deploy it
"b70701f4-d7b1-4795-a8ee-b09cdb5b850d"
The details of the vendor of this contract template. Applicable only for public contract templates
True if the workspace allowed to deploy this contract, false otherwise
true
The type of the contract template
FUNGIBLE_TOKEN, NON_FUNGIBLE_TOKEN, NON_TOKEN, TOKEN_EXTENSION, TOKEN_UTILITY "FUNGIBLE_TOKEN"