Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside committed Nov 15, 2024
1 parent 2ae15b7 commit 0dc3101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions models/doc_descriptions/core/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,33 +60,18 @@ The logic address, where applicable.

{% enddocs %}


{% docs evm_system_created_at %}

Internal column.

{% enddocs %}


{% docs evm_token_convention %}

The token standard utilized by this contract.

{% enddocs %}

{% docs evm_symbol %}

The symbol belonging to the address of the token

{% enddocs %}

{% docs evm_token_name %}

The name of the token contract, or native asset.

{% enddocs %}


{% docs evm_decimals %}

The decimals for the token contract.
Expand Down
4 changes: 2 additions & 2 deletions models/main_package/core/gold/core__ez_token_transfers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ models:
- name: TOKEN_STANDARD
description: '{{ doc("evm_token_standard") }}'
- name: NAME
description: '{{ doc("evm_name") }}'
description: '{{ doc("evm_contracts_name") }}'
- name: SYMBOL
description: '{{ doc("evm_symbol") }}'
description: '{{ doc("evm_contracts_symbol") }}'
- name: DECIMALS
description: '{{ doc("evm_decimals") }}'
- name: RAW_AMOUNT_PRECISE
Expand Down

0 comments on commit 0dc3101

Please sign in to comment.