Skip to content

Commit

Permalink
change the link to the example of claimToken() function
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu9827 committed May 11, 2018
1 parent 8206d4a commit d46e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/audit/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Similar functions are listed below:
`setRegistry()`, `registerAddress()`, `unregisterAddress()`

### Third party Tokens can be sent to the contract with no way of retrieving them
It is possible for someone to transfer tokens to the contract address, and the contract has no way of retrieving them. This is not a security issue, but more of an annoyance. Someone could create a token with hate speech in the name and it could potentially show up in your token balances on EtherScan. An example of a similar safety function in the latest version of MinimeToken `claimToken()` [(example)](https://github.com/Giveth/minime/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol#L512)
It is possible for someone to transfer tokens to the contract address, and the contract has no way of retrieving them. This is not a security issue, but more of an annoyance. Someone could create a token with hate speech in the name and it could potentially show up in your token balances on EtherScan. An example of a similar safety function in the latest version of MinimeToken `claimToken()` [(example)](https://github.com/Giveth/minime/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol#L497)

## Conclusion

Expand Down

0 comments on commit d46e312

Please sign in to comment.