mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 1155
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
3d9075cd80
commit
5cf0d3eb8f
|
@ -51,7 +51,7 @@ pragma solidity ^0.4.25;
|
|||
/**
|
||||
@title ERC-1155 Multi Token Standard
|
||||
@dev Contracts implementing this standard MUST also implement ERC-165
|
||||
Note: the ERC-165 identifier for this interface is 0xf23a6e61.
|
||||
Note: the ERC-165 identifier for this interface is 0xd9b67a26.
|
||||
*/
|
||||
interface ERC1155 /* is ERC165 */ {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue