This question will be very similar to this one, but I'm stuck and don't know what to do:
Token contract source code not verified
Anyways, my friend sent me 2 pieces of code, the actual contract code, which can be found here:
https://remix.ethereum.org/#optimize=true&version=soljson-v0.4.25+commit.59dbf8f1.js
And the interface:
https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20Interface.sol
Now I'm a coder and I understand that pasting just the first part of the code obviously wont work, so I deleted the import part and pasted in the interface. Then I ran the solidity-flattener over the code, and this is the output:
However, the code isnt being verified on https://etherscan.io/verifyContract2 I get the following error:
What should I do, what am I doing wrong? The contract address is 0x3C403c5371113a7d3f91d4b9C9A88333Ca567e74, the compiler 0.4.21+commit.dfe3193c and contract name Victory.
Thank you for your help.

2) Constructor Arguments ABI-encoded (For contracts that accept constructor parameters):Did you supply the ABI code for the constructor arguments?
– vhie Oct 26 '18 at 00:48