Users can mint a RAACNft by paying it's value using a specified token
. Contract doesn't implement any logic to handle its token
balance, permanently locking the assets.
Anyone can call RAACNFT::mint and buy the desired tokenId. The asset's price is transferred from msg.sender
to address(this), the
RAACNFT` contract address.
The RAACNFT
contract inherits from the following contracts and none implements logic to move token
balances.
The token
balance amount is permanently locked in RAACNFT
contract.
Assets used to buy NFTs are permanently locked.
Implement a new function that allows to transfer the assets.
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.