onlyNftOwner
modifier call twice on divideNft
function
Found in src/TokenDivider.sol [Line: 110](src/TokenDivider.sol#L110)
function divideNft(address nftAddress, uint256 tokenId, uint256 amount) onlyNftOwner(nftAddress, tokenId) onlyNftOwner(nftAddress ,tokenId) external {
Foundry
remove one of the modifiers.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.