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

Last updated