/** * Source Code first verified at https://etherscan.io on Thursday, May 9, 2019 (UTC) */ pragma solidity ^0.5.0; // ------------------------------------------------------------------------ // This is BVA token burner contract. Ether or Tokens transferred to this // contract is no longer retrievable // // ------------------------------------------------------------------------ contract BVABurner { }