mirror of https://github.com/status-im/EIPs.git
Complete Homer implementation
This commit is contained in:
parent
12fe0b505c
commit
1947d2f676
|
@ -218,6 +218,9 @@ contract Homer is ERC165, Simpson {
|
|||
interfaceID == this.is2D.selector
|
||||
^ this.skinColor.selector; // Simpson
|
||||
}
|
||||
|
||||
function is2D() external returns (bool){}
|
||||
function skinColor() external returns (string){}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue