Skip to content

RND Decimals #63

@adradr

Description

@adradr

Description

Currently we are using the default decimals() function in the ERC20 contract. This function returns the number of decimals used to get its user representation. For example, if decimals() returns 2, a balance of 505 tokens should be displayed to a user as 5.05 (505 / 10 ** 2). By default this returns 18 decimals as of now.

Question is if we really need 18 decimals or 6 would be sufficient like in the case of USDC.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions