Skip to content

Commit

Permalink
Update arc-0200.md
Browse files Browse the repository at this point in the history
  • Loading branch information
temptemp3 authored Oct 27, 2023
1 parent d218b0e commit 0909a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCs/arc-0200.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ A smart contract token that is compliant with this standard MUST implement the f

Ownership of a token by a zero address indicates that a token is out of circulation indefinitely, or otherwise burned or destroyed.

The methods `arc200_transfer` and `arc200_transferFrom` method MAY error when the balance of `from` is insufficient. In the case of the `arc200_transfer` method, from is implied as the `owner` of the token.
The `arc200_transferFrom` method MAY error unless called by an `spender` approved by an `owner`.
The methods `arc200_transfer` and `arc200_transferFrom` method MUST error when the balance of `from` is insufficient. In the case of the `arc200_transfer` method, from is implied as the `owner` of the token.
The `arc200_transferFrom` method MUST error unless called by an `spender` approved by an `owner`.
The methods `arc200_transfer` and `arc200_transferFrom` MUST emit a `Transfer` event.
A `arc200_Transfer` event SHOULD be emitted, with `from` being the zero address, when a token is minted.
A `arc200_Transfer` event SHOULD be emitted, with `to` being the zero address, when a token is destroyed.
Expand Down

0 comments on commit 0909a97

Please sign in to comment.