Skip to content

Commit

Permalink
Update ERC-223: Remove standard function (ethereum#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored and RaphaelHardFork committed Jan 30, 2024
1 parent 37f1f91 commit e4366c6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ERCS/erc-223.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ Returns the number of decimals of the token. The functionality of this method is

OPTIONAL - This method can be used to improve usability, but interfaces and other contracts MUST NOT expect these values to be present.

##### `standard`

```solidity
function standard() view returns (string memory)
```

Returns the identifier of the standard. If the token is [ERC-223](./eip-20.md) then it must return `"223"`.

OPTIONAL - This method can be used to improve usability, but interfaces and other contracts MUST NOT expect these values to be present.

##### `balanceOf`

```solidity
Expand Down

0 comments on commit e4366c6

Please sign in to comment.