Fungible token action
The FTTokenAction
entity describes standard actions that can be performed on fungible tokens, such as mint, transfer, or burn. CSPR.cloud supports fungible tokens compatible with the CEP-18 Casper Network standard.
Properties
The FTTokenAction
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Deploy hash in which the token action occurred. First part of token action identifier, represented as a hexadecimal string |
|
| Height of the block in which the token action occurred. |
|
| ID of the transform in the deploy execution result containing performed token action in deploy execution. Second part of token action identifier |
|
| Contract package hash of fungible token contract, represented as a hexadecimal string |
|
| Action source account or contract hash, represented as a hexadecimal string |
|
| Action source hash type: |
|
| Action target account or contract hash, represented as a hexadecimal string |
|
| Action target hash type: |
|
| |
|
| Tokens amount value used during the token action |
|
| The timestamp of performed token action |
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the FTTokenAction
entity:
Property | Type | Description |
---|---|---|
| Fungible contract package | |
| Deploy in which the token action occurred | |
|
| Action source public key if it's an account |
|
| Action target public key if it's an account |
Relations
Entity | Mapping property | Description |
---|---|---|
| Fungible tokens actions belong to a contract package | |
| Fungible token actions could have accounts as the action source and target |
Endpoints
The FTTokenAction
entity has the following endpoints:
Relation endpoints
The FTTokenAction
entity has the following relation endpoints:
Last updated