I have deployed a regular ERC20-compliant token contract through the Remix compiler and MetaMask. After doing so, the deployed token shows up on Etherscan as a token. However, when I try to deploy a token contract that is owned, it requires me to deploy the token contract and the owner contract separately, resulting in two isolated contracts that are from the same source code.
I use the very simple contract code from the official Ethereum website: https://ethereum.org/token#full-coin-code
Any help you be appreciated
