/** * Source Code first verified at https://etherscan.io on Sunday, March 17, 2019 (UTC) */ pragma solidity >=0.4.23; contract burnFromLotto { string public name = "DEFLAT BURN FROM LOTTO"; string public symbol = "DEFT"; string public comment = "Tokens here can not be moved"; function () payable external { //this function has nothing } }