To do this should I import the ERCPRESETMINTERPAUSER into a new file and write the smart contract I have in another new file.
Because I saw here you only deployed the ERCPRESETMINTERPAUSER.
I’ve this contract I took from Yon Etherscan
To do this should I import the ERCPRESETMINTERPAUSER into a new file and write the smart contract I have in another new file.
Because I saw here you only deployed the ERCPRESETMINTERPAUSER.
I’ve this contract I took from Yon Etherscan
Hi @Timbrian1234,
You can either extend the ERC20 preset or deploy as is (as per: Create an ERC20 using Remix, without writing Solidity)