File tree Expand file tree Collapse file tree 2 files changed +2
-90
lines changed
packages/network-contracts/contracts
OperatorTokenomics/testcontracts Expand file tree Collapse file tree 2 files changed +2
-90
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,15 @@ import "../IERC677.sol";
88import "../IERC677Receiver.sol " ;
99
1010/**
11- * Mintable TestToken for contract tests
12- * Transfers of 666 are rejected with return value false
11+ * Freely mintable TestToken for contract tests.
12+ * Mostly very similar to DATAv2, TODO: use the real DATAv2 instead.
1313 */
1414contract TestToken is ERC20 , IERC677 {
1515 constructor (string memory name , string memory symbol ) ERC20 (name, symbol) {
1616 // solhint-disable-previous-line no-empty-blocks
1717 }
1818
1919 /**
20- * Token contract owner can create tokens
2120 * @param recipient address where new tokens are transferred (from 0x0)
2221 * @param amount scaled so that 10^18 equals 1 token (multiply by 10^18)
2322 */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments