You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function transferFrom(addressfrom, addressto, uintvalue) publicreturns(bool) {
Hello,
We used this code for our BEP-20 token project as none of us really had any smart contract experience. Our project ended up getting a lot of traction and so we took the next step and got an audit from Certik. They raised a critical error with the TransferFrom function because the allowance value never gets deducted.
Obviously we don't blame you because this contract was used for learning purposes but I wanted to let you know just in case you had thought about this before and felt there was another way this error was accounted for. Thanks!
The text was updated successfully, but these errors were encountered:
eattheblocks/screencast/308-create-bep20-token-bsc/Token.sol
Line 30 in e749714
Hello,
We used this code for our BEP-20 token project as none of us really had any smart contract experience. Our project ended up getting a lot of traction and so we took the next step and got an audit from Certik. They raised a critical error with the TransferFrom function because the allowance value never gets deducted.
Obviously we don't blame you because this contract was used for learning purposes but I wanted to let you know just in case you had thought about this before and felt there was another way this error was accounted for. Thanks!
The text was updated successfully, but these errors were encountered: