canBreedNFT
NFT Breed 사용 가능 여부
Parameters
Type | Value | Description |
---|---|---|
address | _nftContract | NFT 컨트랙트 주소 |
string | _ownerUid | 사용자 uid |
uint256 | _matornId | 부모 token id |
uint256 | _sireId | 부모 token id |
uint256 | _breedFee | 브리딩 수수료 |
string | _url | nft url |
uint256 | _txFee | tx 수수료 |
Return Values
Type | Value | Description |
---|---|---|
bool | 가능 True 불가능 False |
Example
2023.02.06
Last updated