flow-models/models/descriptions/contract_name.md

3 lines
356 B
Markdown
Raw Permalink Normal View History

{% docs contract_name %}
The primary name assigned to a smart contract on the Flow blockchain, typically derived from the contract's deployment address. Data type: STRING. Used for identifying, filtering, and joining contract metadata. Example: 'FlowToken', 'TopShot'. Important for contract-level analytics, entity mapping, and dashboarding.
{% enddocs %}