From fc6a7aa4f32086e23b016b427fb842a3db1ac89a Mon Sep 17 00:00:00 2001 From: Kara Date: Fri, 12 Nov 2021 01:00:53 +0530 Subject: [PATCH] TokenFarm Skelton --- src/contracts/TokenFarm.sol | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/contracts/TokenFarm.sol diff --git a/src/contracts/TokenFarm.sol b/src/contracts/TokenFarm.sol new file mode 100644 index 000000000..42032b546 --- /dev/null +++ b/src/contracts/TokenFarm.sol @@ -0,0 +1,5 @@ +pragma solidity ^0.5.0; + +contract TokenFarm{ + +} \ No newline at end of file