eth-erc20

ERC20 interface and example giftable token contract
Log | Files | Refs | LICENSE

commit 4d72398adfaadfa2dd7f4bf1ad91ceea0d005c39
parent 866ae68394e9d254a1b5e5e6a2c3ee3988de2bb1
Author: nolash <dev@holbrook.no>
Date:   Tue,  1 Dec 2020 14:46:29 +0100

Demote solidity to 0.6.12

Diffstat:
MGiftableToken.sol | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/GiftableToken.sol b/GiftableToken.sol @@ -1,5 +1,6 @@ +pragma solidity ^0.6.12; + // SPDX-License-Identifier: SEE LICENSE IN LICENSE -pragma solidity ^0.7.4; /* * This is a MOCK token used for DEVELOPMENT PURPOSES ONLY.