This commit is contained in:
owen05
2021-04-12 19:59:21 +08:00
parent 67aab1e912
commit 97b3f4604d
4 changed files with 15 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ module.exports = {
//================== NFT ====================
ConstFeeRateModel: "0xBDAcEcF886a4F0C509260d9678D5673C3E8fa4b7",
FeeDistributor: "",
FeeDistributor: "0xdE39C2901e72A883f7446951fB533219F3622b87",
Fragment: "0x64193839f8b6e85A257411a945085783cbA9976B",
NFTCollateralVault: "0xFDf7604649dfBb733e784afAEdC19892706cc683",
DODONFTRouteHelper: "0xAE683548702be6d651e179e5F9313272bb18596A",
@@ -73,6 +73,6 @@ module.exports = {
NFTTokenFactory: "0x38c109aF4f3454172BA4eecf5676aA213b589e75",
DODONFTRegistry: "0xF405372b7808363DCfbb5Eb81204889B7a69Aa3e",
DODONFTProxy: "",
DODONFTProxy: "0x0727dEd495E35f4bA4F5D64794145152301Db23f",
}
}

View File

@@ -6,7 +6,6 @@
*/
pragma solidity 0.6.9;
pragma experimental ABIEncoderV2;
interface IDODOApprove {
function claimTokens(address token,address who,address dest,uint256 amount) external;

View File

@@ -120,3 +120,14 @@ Init DODONFTProxyAddress Tx: 0xdd8137f026d229e5d0ab796677627479896a38b065f6eb03f
DODOApproveProxy unlockAddProxy tx: 0x68dcc65b77711dd5445d6bb0cf6710d45eb0fe17fa2bd9b9b240d8163dc8ea34
DODOApproveProxy addDODOProxy tx: 0x4e5a77d040cdec2e62534fd16150e0c6a3375dbf3122c1a95d04625fdf4e9b89
Add AdminList on DODONFTRegistry Tx: 0x7d84c1128c6f6779307df1d4c7e12f10353b78d1f520aecb5cafcb0218c57c58
====================================================
network type: kovan
Deploy time: 2021/4/12 下午7:33:43
Deploy type: NFT
multiSigAddress: 0x7e83d9d94837eE82F0cc18a691da6f42F03F1d86
FeeDistributorAddress: 0xdE39C2901e72A883f7446951fB533219F3622b87
DODONFTProxyAddress: 0x0727dEd495E35f4bA4F5D64794145152301Db23f
Init DODONFTProxyAddress Tx: 0x1ea94a3bedab5e35fec95071738066762a63253a68bc535ac4293bc8055fcd8d
DODOApproveProxy unlockAddProxy tx: 0xb8472dd2df9baeeff89d982299cbfc2d90e18c20baff97577fba959541f2514f
DODOApproveProxy addDODOProxy tx: 0x8aa82620b6735ddfad0d55d3e9a752c3056e7d83664077e0240c0215a2e0017d
Add AdminList on DODONFTRegistry Tx: 0x20f41302401122d950049e66458f307257743c0d395e06af607215b0f2532643

View File

@@ -59,7 +59,8 @@ module.exports = {
LockedVault: false,
MULTIHOP: false,
CpProxy: false,
ERC20V2Factory: false
ERC20V2Factory: false,
DEPLOY_NFT: false
},
networks: {