# MockERC20CurrencyToken [Git Source](https://github.com/buildship-dev/nft-contracts/blob/fd1c33a9dbefe42158dfc60d10c0afde05c713aa/contracts/extensions/mocks/MockERC20CurrencyToken.sol) **Inherits:** ERC20PresetFixedSupply ## Functions ### constructor ```solidity constructor() ERC20PresetFixedSupply("testCurrency", "TC", 10000, msg.sender); ```