Skip to content

Commit

Permalink
Merge cc80b06 into 27c7722
Browse files Browse the repository at this point in the history
  • Loading branch information
xaler5 committed Feb 28, 2024
2 parents 27c7722 + cc80b06 commit b913c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-165.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ contract Lisa is ERC165MappingImplementation, Simpson {
}
```

Following is a `pure` function implementation of `supportsInterface`. The worst-case execution cost is 236 gas, but increases linearly with a higher number of supported interfaces.
Following is an implementation of `supportsInterface` that doesn't read from storage. The worst-case execution cost is 236 gas, but increases linearly with a higher number of supported interfaces.

```solidity
pragma solidity ^0.4.20;
Expand Down

0 comments on commit b913c3f

Please sign in to comment.