sol-like-a-pro
sol-like-a-pro copied to clipboard
Code in Solidity like a PRO with Egor Gavrilov. Check out YouTube channel ▶️
Results
3
sol-like-a-pro issues
Sort by
recently updated
recently updated
newest added
RentableNFT `finishRenting` allows a lord to return a transferred token from the new owner if he is the last renter. A possible RentableNFT `finishRenting` abuse algorithm: 1. An owner of...
[This line of code probably contains an error](https://github.com/modagavr/sol-like-a-pro/blob/e8110a6e5fde1a44a8c2ff96188c1cd3ae46b377/test/merkle-airdrop/MerkleAirdrop.test.ts#L37) instead of `token.transfer` it is necessary to use `token.mint` to make test work.