solwaifu icon indicating copy to clipboard operation
solwaifu copied to clipboard

golfin with good !vibes

Results 4 solwaifu issues
Sort by recently updated
recently updated
newest added

Hello: I have successfully deployed the contract to the ETH network, may I ask how to verify the contract code in etherscan Thanks

`transfer` and `transferFrom` do not check that `to` does not exceed 20 bytes. As a result, malicious transfer operation can override allowance slot. The following test pass: ``` function testRug()...