Ethereum How to Create a Burnable Token

pragma solidity ^0.5.0;   // ---------------------------------------------------------------------------- // 'Test' token contract // // Deployed to : Your Wallet number to send // Symbol      : TST // Name        : Test Project // Total supply: 500000 // Decimals    : 8 // // Enjoy. // // (c) by Moritz Neto with BokkyPooBah / Bok Consulting Pty Ltd Au 2017. The MIT Licence. // ----------------------------------------------------------------------------     interface IERC20 {  
...Devamı