Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.21 KB

api_tokens_ecosystem_canreclaimtoken.md

File metadata and controls

27 lines (15 loc) · 1.21 KB
id title
tokens_ecosystem_CanReclaimToken
CanReclaimToken

api_tokens_ecosystem_CanReclaimToken

contract CanReclaimToken

is SingleOwned

This allow a contract to recover any ERC20 token received in a contract by transferring the balance to the contract owner. This will prevent any accidental loss of tokens.Source: tokens/ecosystem/CanReclaimToken.solAuthor: SylTi

Index

Reference

Functions

  • reclaimToken

    function reclaimToken(StandardToken _token) external

    Reclaim all ERC20Basic compatible tokens.Modifiers:onlyOwnerParameters:_token - ERC20Basic The address of the token contract