Hello, sorry for my question but i'm very newbie, but I really want to create a good smartcontract.
I have used Contract Wizard from Openzeppelin, and add all the function adn export to REMIX.
But after i insert in the flat version of the contract .sol the code of TockenLock and Blacklist doesn't appear in the WRITE contract page on etherscan.
This is the link to the contract:
The contract is verified but i dont undestan what is wrong and how to correct the BLACKLIST function tjat i add from another contract code.
I tried as you told me, adding "Blacklistable", Deploy to another TESTNET but I can't INTERACT in the contract with the "blacklist" functions. Thanks anyway.