Skip to content

amontech/token-burner-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMN Token burner

Source code for token burner smart contract.

Description

This smart contract is a simple contract created to burn tokens. It is very simple, has nothing implemented, therefore all the token sent to this address are lost, even for contract owner.

Addresses

Dependencies versions

  • Truffle 4.0.6
  • OpenZeppelin 1.7.0
  • Solidity 0.4.19

Test

$ npm test

Flatten

This will replace imports in solidity to get only one file. Useful for Etherscan code verification.

Saved in ./build/AMNTokenFlat.sol

$ npm run flatten

Deploy

$ npm run deploy:network network=[kovan,rinkeby,mainnet]

Artifacts are saved inside ./build/contracts/

About

Ethereum token burner smart contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published