Skip to content

Commit

Permalink
Update arc-0200.md
Browse files Browse the repository at this point in the history
Describe decimals method return value
  • Loading branch information
temptemp3 authored Oct 23, 2023
1 parent 4074609 commit fd01edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARCs/arc-0200.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ The `arc200_Approval` event MUST be emitted when an `arc200_approve` or `arc200_

The methods `arc200_transfer` `arc200_transferFrom`, and `arc200_approve` SHOULD return byte `1` on success and byte `0` on failure.

The method `arc200_decimals` SHOULD return a value less than or greater than uint64 `256`

A value of zero for the `arc200_approve` method and the `arc200_Approval` event indicates no approval.
The `arc200_transferFrom` method and the `arc200_Approval` event indicates the approval value after it is decremented.
Expand Down

0 comments on commit fd01edc

Please sign in to comment.