Skip to content

locked function should throw per spec #35

@lucadonnoh

Description

@lucadonnoh

Code:

/*
* EIP-5192 Functions
*/
function locked(uint256) external pure returns (bool) {
return true;

EIP5192:

/// @notice Returns the locking status of an Soulbound Token
/// @dev SBTs assigned to zero address are considered invalid, and queries
/// about them do throw.
/// @param tokenId The identifier for an SBT.
function locked(uint256 tokenId) external view returns (bool);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions