Utility contract to allow owner to retreive any ERC20 sent to the contract (ReclaimTokens.sol)

View Source: contracts/ReclaimTokens.sol

↗ Extends: Ownable ↘ Derived Contracts: FeatureRegistry, PolymathRegistry

ReclaimTokens

Functions

reclaimERC20

Reclaim all ERC20Basic compatible tokens

function reclaimERC20(address _tokenContract) external nonpayable onlyOwner

Arguments

Name

Type

Description

_tokenContract

address

The address of the token contract

Last updated

Was this helpful?