Skip to content

[question] any example usage of token transfering from owner via operator ?  #3

Description

@aekiratli

Hi, when isApprovedForAll is called it returns true . When i try to call function below I recieve not owner of token or not approved. Can you please provide any usage?

    // Transfer ERC721 token from owner to caller
    function transferId(address owner, uint256 id) external {
        // Tried both ways
        //safeTransferFrom(owner, msg.sender, id);
        //_owners[id] = msg.sender;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions