merge feature/nft

This commit is contained in:
owen05
2021-07-13 16:33:40 +08:00
83 changed files with 12971 additions and 14538 deletions

View File

@@ -1,8 +1,6 @@
/*
Copyright 2020 DODO ZOO.
SPDX-License-Identifier: Apache-2.0
*/
pragma solidity 0.6.9;
pragma experimental ABIEncoderV2;
@@ -405,4 +403,4 @@ contract vDODOToken is InitializableOwnable {
emit Transfer(from, to, vDODOAmount);
}
}
}