Closed rkalis closed 2 years ago
Right now we warn on approve() and setApprovalForAll(), but some ERC20 tokens have an increaseAllowance() function that we should warn on as well.
approve()
setApprovalForAll()
increaseAllowance()
Right now we warn on
approve()
andsetApprovalForAll()
, but some ERC20 tokens have anincreaseAllowance()
function that we should warn on as well.