canOffGameNFT

function canOffGameNFT(
    address _nftContract, 
    address _owner, 
    string memory _ownerUid, 
    uint256 _tokenId, 
    uint256 _txFee
) external view returns(bool)

NFT Off mode μ‚¬μš© κ°€λŠ₯ μ—¬λΆ€

Parameters

Return Values

Example

await ManageNftRouterContract.canOffGameNFT(
    fairyNftContract.address,
    accounts[0].address,
    uid,
    1,
    ethers.utils.parseEther("1"),
);

2023.02.06

Last updated