From 7668a5a293a983fceaa60acb168c700f51f5ff01 Mon Sep 17 00:00:00 2001
From: XFT-dev <XFT-DEV@Offshit>
Date: Mon, 2 Aug 2021 11:40:38 +0300
Subject: [PATCH] added bsc code

---
 BSC/bridge/README.md                          |    1 +
 BSC/bridge/backend/bridge.sol                 |   40 +
 BSC/bridge/frontend/index.html                |  395 ++
 BSC/farm/README.md                            |    2 +
 .../backend/@openzeppelin/contracts/README.md |   77 +
 .../contracts/access/AccessControl.sol        |  243 +
 .../access/AccessControlEnumerable.sol        |   87 +
 .../contracts/access/Ownable.sol              |   68 +
 .../build/contracts/AccessControl.json        |  215 +
 .../contracts/AccessControlEnumerable.json    |  258 +
 .../contracts/build/contracts/Address.json    |   10 +
 .../contracts/build/contracts/Arrays.json     |   10 +
 .../build/contracts/BeaconProxy.json          |   80 +
 .../contracts/build/contracts/Clones.json     |   10 +
 .../build/contracts/ConditionalEscrow.json    |  165 +
 .../contracts/build/contracts/Context.json    |   10 +
 .../contracts/build/contracts/Counters.json   |   10 +
 .../contracts/build/contracts/Create2.json    |   10 +
 .../contracts/build/contracts/ECDSA.json      |   10 +
 .../contracts/build/contracts/EIP712.json     |   10 +
 .../contracts/build/contracts/ERC1155.json    |  334 +
 .../build/contracts/ERC1155Burnable.json      |  369 ++
 .../build/contracts/ERC1155Holder.json        |  108 +
 .../build/contracts/ERC1155Pausable.json      |  362 ++
 .../contracts/ERC1155PresetMinterPauser.json  |  743 +++
 .../build/contracts/ERC1155Receiver.json      |  108 +
 .../contracts/build/contracts/ERC165.json     |   30 +
 .../build/contracts/ERC165Checker.json        |   10 +
 .../build/contracts/ERC165Storage.json        |   30 +
 .../build/contracts/ERC1820Implementer.json   |   35 +
 .../build/contracts/ERC1967Proxy.json         |   80 +
 .../build/contracts/ERC1967Storage.json       |   10 +
 .../build/contracts/ERC1967Upgrade.json       |   56 +
 .../contracts/build/contracts/ERC20.json      |  297 +
 .../build/contracts/ERC20Burnable.json        |  312 +
 .../build/contracts/ERC20Capped.json          |  294 +
 .../build/contracts/ERC20FlashMint.json       |  358 ++
 .../build/contracts/ERC20Pausable.json        |  320 +
 .../build/contracts/ERC20Permit.json          |  356 ++
 .../contracts/ERC20PresetFixedSupply.json     |  338 +
 .../contracts/ERC20PresetMinterPauser.json    |  672 ++
 .../build/contracts/ERC20Snapshot.json        |  337 +
 .../build/contracts/ERC2771Context.json       |   30 +
 .../contracts/build/contracts/ERC721.json     |  357 ++
 .../build/contracts/ERC721Burnable.json       |  354 +
 .../build/contracts/ERC721Enumerable.json     |  397 ++
 .../build/contracts/ERC721Holder.json         |   45 +
 .../build/contracts/ERC721Pausable.json       |  380 ++
 .../ERC721PresetMinterPauserAutoId.json       |  751 +++
 .../build/contracts/ERC721URIStorage.json     |  341 +
 .../contracts/build/contracts/ERC777.json     |  587 ++
 .../contracts/ERC777PresetFixedSupply.json    |  597 ++
 .../build/contracts/EnumerableMap.json        |   10 +
 .../build/contracts/EnumerableSet.json        |   10 +
 .../contracts/build/contracts/Escrow.json     |  146 +
 .../build/contracts/IAccessControl.json       |  108 +
 .../contracts/IAccessControlEnumerable.json   |   54 +
 .../contracts/build/contracts/IBeacon.json    |   24 +
 .../contracts/build/contracts/IERC1155.json   |  304 +
 .../build/contracts/IERC1155MetadataURI.json  |  323 +
 .../build/contracts/IERC1155Receiver.json     |  108 +
 .../contracts/build/contracts/IERC1271.json   |   35 +
 .../contracts/build/contracts/IERC165.json    |   30 +
 .../build/contracts/IERC1820Implementer.json  |   35 +
 .../build/contracts/IERC1820Registry.json     |  224 +
 .../contracts/build/contracts/IERC20.json     |  194 +
 .../build/contracts/IERC20Metadata.json       |  233 +
 .../build/contracts/IERC20Permit.json         |   86 +
 .../contracts/IERC3156FlashBorrower.json      |   50 +
 .../build/contracts/IERC3156FlashLender.json  |   88 +
 .../contracts/build/contracts/IERC721.json    |  296 +
 .../build/contracts/IERC721Enumerable.json    |  352 +
 .../build/contracts/IERC721Metadata.json      |  341 +
 .../build/contracts/IERC721Receiver.json      |   45 +
 .../contracts/build/contracts/IERC777.json    |  402 ++
 .../build/contracts/IERC777Recipient.json     |   49 +
 .../build/contracts/IERC777Sender.json        |   49 +
 .../build/contracts/Initializable.json        |   10 +
 .../contracts/build/contracts/Math.json       |   10 +
 .../build/contracts/MerkleProof.json          |   10 +
 .../build/contracts/MinimalForwarder.json     |  152 +
 .../contracts/build/contracts/Multicall.json  |   30 +
 .../contracts/build/contracts/Ownable.json    |   63 +
 .../contracts/build/contracts/Pausable.json   |   50 +
 .../build/contracts/PaymentSplitter.json      |  184 +
 .../contracts/build/contracts/Proxy.json      |   19 +
 .../contracts/build/contracts/ProxyAdmin.json |  160 +
 .../build/contracts/PullPayment.json          |   43 +
 .../build/contracts/ReentrancyGuard.json      |   10 +
 .../build/contracts/RefundEscrow.json         |  235 +
 .../contracts/build/contracts/SafeCast.json   |   10 +
 .../contracts/build/contracts/SafeERC20.json  |   10 +
 .../contracts/build/contracts/SafeMath.json   |   10 +
 .../build/contracts/SignatureChecker.json     |   10 +
 .../build/contracts/SignedSafeMath.json       |   10 +
 .../build/contracts/StorageSlot.json          |   10 +
 .../contracts/build/contracts/Strings.json    |   10 +
 .../build/contracts/TimelockController.json   |  751 +++
 .../build/contracts/TokenTimelock.json        |   78 +
 .../TransparentUpgradeableProxy.json          |  155 +
 .../build/contracts/UUPSUpgradeable.json      |   87 +
 .../build/contracts/UpgradeableBeacon.json    |  113 +
 .../contracts/finance/PaymentSplitter.sol     |  133 +
 .../governance/TimelockController.sol         |  298 +
 .../contracts/interfaces/IERC1271.sol         |   18 +
 .../contracts/interfaces/IERC3156.sol         |   68 +
 .../contracts/metatx/ERC2771Context.sol       |   37 +
 .../contracts/metatx/MinimalForwarder.sol     |   58 +
 .../contracts/security/Pausable.sol           |   90 +
 .../contracts/security/PullPayment.sol        |   69 +
 .../contracts/security/ReentrancyGuard.sol    |   62 +
 .../contracts/token/ERC1155/ERC1155.sol       |  398 ++
 .../contracts/token/ERC1155/IERC1155.sol      |  103 +
 .../token/ERC1155/IERC1155Receiver.sol        |   57 +
 .../ERC1155/extensions/ERC1155Burnable.sol    |   31 +
 .../ERC1155/extensions/ERC1155Pausable.sol    |   41 +
 .../extensions/IERC1155MetadataURI.sol        |   21 +
 .../presets/ERC1155PresetMinterPauser.sol     |  111 +
 .../token/ERC1155/utils/ERC1155Holder.sol     |   18 +
 .../token/ERC1155/utils/ERC1155Receiver.sol   |   19 +
 .../contracts/token/ERC20/ERC20.sol           |  304 +
 .../contracts/token/ERC20/IERC20.sol          |   77 +
 .../token/ERC20/extensions/ERC20Burnable.sol  |   40 +
 .../token/ERC20/extensions/ERC20Capped.sol    |   36 +
 .../token/ERC20/extensions/ERC20Pausable.sol  |   28 +
 .../token/ERC20/extensions/ERC20Snapshot.sol  |  179 +
 .../token/ERC20/extensions/IERC20Metadata.sol |   27 +
 .../ERC20/extensions/draft-ERC20FlashMint.sol |   75 +
 .../ERC20/extensions/draft-ERC20Permit.sol    |   88 +
 .../ERC20/extensions/draft-IERC20Permit.sol   |   51 +
 .../ERC20/presets/ERC20PresetFixedSupply.sol  |   32 +
 .../ERC20/presets/ERC20PresetMinterPauser.sol |   87 +
 .../contracts/token/ERC20/utils/SafeERC20.sol |   77 +
 .../token/ERC20/utils/TokenTimelock.sol       |   67 +
 .../contracts/token/ERC721/ERC721.sol         |  376 ++
 .../contracts/token/ERC721/IERC721.sol        |  129 +
 .../token/ERC721/IERC721Receiver.sol          |   21 +
 .../ERC721/extensions/ERC721Burnable.sol      |   25 +
 .../ERC721/extensions/ERC721Enumerable.sol    |  159 +
 .../ERC721/extensions/ERC721Pausable.sol      |   28 +
 .../ERC721/extensions/ERC721URIStorage.sol    |   66 +
 .../ERC721/extensions/IERC721Enumerable.sol   |   29 +
 .../ERC721/extensions/IERC721Metadata.sol     |   27 +
 .../ERC721PresetMinterPauserAutoId.sol        |  116 +
 .../token/ERC721/utils/ERC721Holder.sol       |   23 +
 .../contracts/token/ERC777/ERC777.sol         |  533 ++
 .../contracts/token/ERC777/IERC777.sol        |  188 +
 .../token/ERC777/IERC777Recipient.sol         |   34 +
 .../contracts/token/ERC777/IERC777Sender.sol  |   34 +
 .../presets/ERC777PresetFixedSupply.sol       |   29 +
 .../@openzeppelin/contracts/utils/Address.sol |  189 +
 .../@openzeppelin/contracts/utils/Arrays.sol  |   47 +
 .../@openzeppelin/contracts/utils/Context.sol |   24 +
 .../contracts/utils/Counters.sol              |   38 +
 .../@openzeppelin/contracts/utils/Create2.sol |   59 +
 .../contracts/utils/Multicall.sol             |   23 +
 .../contracts/utils/StorageSlot.sol           |   83 +
 .../@openzeppelin/contracts/utils/Strings.sol |   67 +
 .../contracts/utils/cryptography/ECDSA.sol    |  111 +
 .../utils/cryptography/MerkleProof.sol        |   39 +
 .../utils/cryptography/SignatureChecker.sol   |   31 +
 .../utils/cryptography/draft-EIP712.sol       |  102 +
 .../utils/escrow/ConditionalEscrow.sol        |   24 +
 .../contracts/utils/escrow/Escrow.sol         |   63 +
 .../contracts/utils/escrow/RefundEscrow.sol   |   95 +
 .../contracts/utils/introspection/ERC165.sol  |   28 +
 .../utils/introspection/ERC165Checker.sol     |  108 +
 .../utils/introspection/ERC165Storage.sol     |   41 +
 .../introspection/ERC1820Implementer.sol      |   37 +
 .../contracts/utils/introspection/IERC165.sol |   24 +
 .../introspection/IERC1820Implementer.sol     |   19 +
 .../utils/introspection/IERC1820Registry.sol  |  111 +
 .../contracts/utils/math/Math.sol             |   31 +
 .../contracts/utils/math/SafeCast.sol         |  209 +
 .../contracts/utils/math/SafeMath.sol         |  218 +
 .../contracts/utils/math/SignedSafeMath.sol   |   67 +
 .../contracts/utils/structs/EnumerableMap.sol |  224 +
 .../contracts/utils/structs/EnumerableSet.sol |  297 +
 BSC/farm/backend/farm.sol                     |  132 +
 BSC/farm/frontend/README.md                   |   29 +
 BSC/farm/frontend/package.json                |   24 +
 BSC/farm/frontend/pages/_abi.js               |  514 ++
 BSC/farm/frontend/pages/_app.js               |    8 +
 BSC/farm/frontend/pages/index.css             |   23 +
 BSC/farm/frontend/pages/index.js              |  356 ++
 BSC/farm/frontend/postcss.config.js           |    8 +
 BSC/farm/frontend/public/favicon.ico          |  Bin 0 -> 179322 bytes
 BSC/farm/frontend/tailwind.config.js          |   12 +
 BSC/farm/frontend/yarn.lock                   | 5696 +++++++++++++++++
 189 files changed, 30763 insertions(+)
 create mode 100644 BSC/bridge/README.md
 create mode 100644 BSC/bridge/backend/bridge.sol
 create mode 100644 BSC/bridge/frontend/index.html
 create mode 100644 BSC/farm/README.md
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/README.md
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/access/AccessControl.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/access/AccessControlEnumerable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/access/Ownable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControl.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControlEnumerable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Address.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Arrays.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/BeaconProxy.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Clones.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ConditionalEscrow.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Context.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Counters.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Create2.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ECDSA.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/EIP712.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Burnable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Holder.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Pausable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155PresetMinterPauser.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Receiver.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Checker.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Storage.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1820Implementer.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Proxy.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Storage.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Upgrade.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Burnable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Capped.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20FlashMint.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Pausable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Permit.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetFixedSupply.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetMinterPauser.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Snapshot.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC2771Context.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Burnable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Enumerable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Holder.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Pausable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721PresetMinterPauserAutoId.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721URIStorage.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777PresetFixedSupply.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableMap.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableSet.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Escrow.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControl.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControlEnumerable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IBeacon.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155MetadataURI.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155Receiver.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1271.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC165.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Implementer.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Registry.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Metadata.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Permit.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashBorrower.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashLender.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Enumerable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Metadata.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Receiver.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Recipient.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Sender.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Initializable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Math.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/MerkleProof.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/MinimalForwarder.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Multicall.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Ownable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Pausable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/PaymentSplitter.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Proxy.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ProxyAdmin.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/PullPayment.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/ReentrancyGuard.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/RefundEscrow.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeCast.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeERC20.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeMath.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignatureChecker.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignedSafeMath.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/StorageSlot.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/Strings.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/TimelockController.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/TokenTimelock.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/TransparentUpgradeableProxy.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/UUPSUpgradeable.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/build/contracts/UpgradeableBeacon.json
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/finance/PaymentSplitter.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/governance/TimelockController.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC1271.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC3156.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/metatx/ERC2771Context.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/metatx/MinimalForwarder.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/security/Pausable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/security/PullPayment.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/security/ReentrancyGuard.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/ERC1155.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Pausable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Receiver.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/ERC20.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/IERC20.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20Permit.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetFixedSupply.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/TokenTimelock.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/ERC721.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC777/ERC777.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Sender.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Address.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Arrays.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Context.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Counters.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Create2.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Multicall.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/StorageSlot.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/Strings.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/ECDSA.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/escrow/ConditionalEscrow.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/escrow/Escrow.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/escrow/RefundEscrow.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Checker.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Storage.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC1820Implementer.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC165.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Implementer.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/math/Math.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeCast.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeMath.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/math/SignedSafeMath.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableMap.sol
 create mode 100644 BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableSet.sol
 create mode 100644 BSC/farm/backend/farm.sol
 create mode 100644 BSC/farm/frontend/README.md
 create mode 100644 BSC/farm/frontend/package.json
 create mode 100644 BSC/farm/frontend/pages/_abi.js
 create mode 100644 BSC/farm/frontend/pages/_app.js
 create mode 100644 BSC/farm/frontend/pages/index.css
 create mode 100644 BSC/farm/frontend/pages/index.js
 create mode 100644 BSC/farm/frontend/postcss.config.js
 create mode 100644 BSC/farm/frontend/public/favicon.ico
 create mode 100644 BSC/farm/frontend/tailwind.config.js
 create mode 100644 BSC/farm/frontend/yarn.lock

diff --git a/BSC/bridge/README.md b/BSC/bridge/README.md
new file mode 100644
index 0000000..18d5869
--- /dev/null
+++ b/BSC/bridge/README.md
@@ -0,0 +1 @@
+# Offshift BSC-ETHEREUM bridge
\ No newline at end of file
diff --git a/BSC/bridge/backend/bridge.sol b/BSC/bridge/backend/bridge.sol
new file mode 100644
index 0000000..f5a0ad8
--- /dev/null
+++ b/BSC/bridge/backend/bridge.sol
@@ -0,0 +1,40 @@
+//SPDX-License-Identifier: MIT
+pragma solidity ^0.8.0;
+
+interface IERC20 {
+    function totalSupply() external view returns (uint256);
+    function balanceOf(address account) external view returns (uint256);
+    function transfer(address recipient, uint256 amount) external returns (bool);
+    function allowance(address owner, address spender) external view returns (uint256);
+    function approve(address spender, uint256 amount) external returns (bool);
+    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
+}
+
+contract bsc_bridge{
+
+    IERC20 token;
+    bool pause;
+    address connector;
+    address owner;
+    constructor(address _token, address _bridge) {
+        token = IERC20(_token);
+        pause = false;
+        connector = _bridge;
+        owner = msg.sender;
+    }
+
+    event bridged(address recv, uint256 amount);
+
+    function move(uint256 amount) public{
+        require(amount <= token.allowance(msg.sender, address(this)), "approve the contract");
+        require(!pause, "bridge is paused");
+        token.transferFrom(msg.sender, connector, amount);
+
+        emit bridged(msg.sender, amount);
+    }
+
+    function stop() public {
+        require(msg.sender == owner, "only owner");
+        pause = !pause;
+    }
+}
\ No newline at end of file
diff --git a/BSC/bridge/frontend/index.html b/BSC/bridge/frontend/index.html
new file mode 100644
index 0000000..6e62e0d
--- /dev/null
+++ b/BSC/bridge/frontend/index.html
@@ -0,0 +1,395 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Offshift Bridge</title>
+    <script src="./web3.min.js"></script>
+    <link href="./styles.css" rel="stylesheet">
+</head>
+
+<body>
+    <div id="main" class="dark">
+        <div
+            class="min-h-screen bg-gradient-to-r from-purple-400 via-pink-500 to-red-500 py-6 flex flex-col justify-center sm:py-12 text-white dark:bg-gradient-to-r dark:from-gray-800 dark:to-gray-900">
+            <div class="dark:bg-gray-800 dark:text-white w-full mx-auto rounded-3xl shadow-lg bg-white px-10 pt-16 pb-10 text-gray-600"
+                style="max-width: 400px">
+                <div class="overflow-hidden relative mb-10">
+                    <div class="font-semibold text-center text-2xl mb-4 text-gray-900 dark:text-white">Offshift Bridge
+                    </div>
+                    <div class="container mx-auto mb-1 pt-8 justify-center">
+                        <p class="mx-auto mb-3 dark:text-purple-500 text-center font-bold pb-3" id="net">Non Web3
+                            enabled browser detected</p>
+                        <p class="mx-auto mb-3 dark:text-purple-500 text-center font-bold pb-3">Amount</p>
+                        <input id="tokenAmount" type="number"
+                            class="dark:border-gray-800 focus:ring-2 dark:bg-gray-600 shadow appearance-none border rounded py-2 px-20 text-grey-darker">
+                    </div>
+                    <div class="container w-full pt-10 text-center">
+                        <button id="btttn" onclick="handle()"
+                            class="dark:bg-gradient-to-r dark:from-purple-800 px-7 py-3 shadow-md no-underline rounded-full bg-gradient-to-r from-green-400 to-blue-500 hover:from-pink-500 hover:to-yellow-500 text-white font-sans font-semibold text-xl border-blue btn-primary hover:text-white hover:bg-blue-light focus:outline-none active:shadow-none justify-center">Approve</button>
+                    </div>
+                </div>
+            </div>
+        </div>
+</body>
+
+</html>
+<script>
+    if (typeof ethereum != "undefined") {
+        ethereum.request({ method: 'eth_requestAccounts' }).catch((err) => alert("Please connect metamask to the site"));
+    } else {
+        alert("None ethereum browser detected, Please install metmask !!!");
+    }
+    web3 = new Web3(window.ethereum);
+    web3.eth.getAccounts(async function (error, accounts) {
+        web3.eth.accounts = accounts;
+        web3.eth.defaultAccount = accounts[0];
+    });
+    let network = "";
+    async function setup() {
+        let netId = await web3.eth.net.getId();
+        if (netId == 1) {
+            network = "ethereum";
+        } else if (netId == 56) {
+            network = "binance";
+        } else {
+            alert("please switch to a supported network")
+        }
+        net.innerText = `Using ${network} network`;
+    }
+    let state = "Approve";
+    function handle() {
+        if (state == "Approve") {
+            approve();
+        } else {
+            bridge();
+        }
+    }
+    async function bridge() {
+        let bridge_contract;
+        let token = "";
+        if (network == "ethereum") {
+            bridge_contract = new web3.eth.Contract(bridge_abi, "0xe138c66982Fd5c890c60b94FDBa1747faF092c20");
+            token = "0xABe580E7ee158dA464b51ee1a83Ac0289622e6be";
+        } else if (network == "binance") {
+            bridge_contract = new web3.eth.Contract(bridge_abi, "0xcDC5DeeFa9F540bAC261829B6c64163E2CfF92Ca");
+            token = "0xe138c66982Fd5c890c60b94FDBa1747faF092c20";
+        }
+        let amount = web3.utils.toWei(parseFloat(tokenAmount.value).toString(), 'ether');
+        btttn.classList.add("opacity-40");
+        btttn.disabled = true;
+        if (network == "ethereum") {
+            let gas = (await bridge_contract.methods.move(amount).estimateGas({ from: ethereum.selectedAddress, value: 2 })) * await web3.eth.getGasPrice();
+            await bridge_contract.methods.move(amount).send({ from: ethereum.selectedAddress, value: gas });
+        } else {
+            await bridge_contract.methods.move(amount).send({ from: ethereum.selectedAddress});
+        }
+        state = "Approve";
+        btttn.innerText = state;
+        btttn.classList.remove("opacity-40");
+        btttn.disabled = false;
+        //addToken(token);
+        alert("Tokens moved, transcation may take up to 30 minutes in order to complete");
+    }
+    async function approve() {
+        let token = "";
+        let bridge_address = "";
+        if (network == "ethereum") {
+            token = new web3.eth.Contract(token_abi, "0xABe580E7ee158dA464b51ee1a83Ac0289622e6be");
+            bridge_address = "0xe138c66982Fd5c890c60b94FDBa1747faF092c20";
+        } else if (network == "binance") {
+            token = new web3.eth.Contract(token_abi, "0xe138c66982Fd5c890c60b94FDBa1747faF092c20");
+            bridge_address = "0xcDC5DeeFa9F540bAC261829B6c64163E2CfF92Ca";
+        }
+        btttn.classList.add("opacity-40");
+        btttn.disabled = true;
+        let amount = web3.utils.toWei(parseFloat(tokenAmount.value).toString(), 'ether');
+        if (await token.methods.allowance(ethereum.selectedAddress, bridge_address).call() >= amount) {
+            state = "MOVE";
+            btttn.innerText = state;
+            btttn.classList.remove("opacity-40");
+            btttn.disabled = false;
+            return 1;
+        }
+        await token.methods.approve(bridge_address, amount).send({ from: ethereum.selectedAddress });
+        state = "MOVE";
+        btttn.innerText = state;
+        btttn.classList.remove("opacity-40");
+        btttn.disabled = false;
+    }
+    async function addToken(addy) {
+        const tokenAddress = addy;
+        const tokenSymbol = 'XFT';
+        const tokenDecimals = 18;
+        const tokenImage = 'https://assets.coingecko.com/coins/images/11977/small/CsBrPiA.png?1614570441';
+
+        try {
+            // wasAdded is a boolean. Like any RPC method, an error may be thrown.
+            const wasAdded = await ethereum.request({
+                method: 'wallet_watchAsset',
+                params: {
+                    type: 'ERC20', // Initially only supports ERC20, but eventually more!
+                    options: {
+                        address: tokenAddress, // The address that the token is at.
+                        symbol: tokenSymbol, // A ticker symbol or shorthand, up to 5 chars.
+                        decimals: tokenDecimals, // The number of decimals in the token
+                        image: tokenImage, // A string url of the token logo
+                    },
+                },
+            });
+
+            if (wasAdded) {
+                console.log('!!!!');
+            } else {
+                console.log('Your loss!');
+            }
+        } catch (error) {
+            console.log(error);
+        }
+    }
+    let token_abi = [
+        {
+            "anonymous": false,
+            "inputs": [
+                {
+                    "indexed": true,
+                    "internalType": "address",
+                    "name": "owner",
+                    "type": "address"
+                },
+                {
+                    "indexed": true,
+                    "internalType": "address",
+                    "name": "spender",
+                    "type": "address"
+                },
+                {
+                    "indexed": false,
+                    "internalType": "uint256",
+                    "name": "value",
+                    "type": "uint256"
+                }
+            ],
+            "name": "Approval",
+            "type": "event"
+        },
+        {
+            "anonymous": false,
+            "inputs": [
+                {
+                    "indexed": true,
+                    "internalType": "address",
+                    "name": "from",
+                    "type": "address"
+                },
+                {
+                    "indexed": true,
+                    "internalType": "address",
+                    "name": "to",
+                    "type": "address"
+                },
+                {
+                    "indexed": false,
+                    "internalType": "uint256",
+                    "name": "value",
+                    "type": "uint256"
+                }
+            ],
+            "name": "Transfer",
+            "type": "event"
+        },
+        {
+            "inputs": [
+                {
+                    "internalType": "address",
+                    "name": "owner",
+                    "type": "address"
+                },
+                {
+                    "internalType": "address",
+                    "name": "spender",
+                    "type": "address"
+                }
+            ],
+            "name": "allowance",
+            "outputs": [
+                {
+                    "internalType": "uint256",
+                    "name": "",
+                    "type": "uint256"
+                }
+            ],
+            "stateMutability": "view",
+            "type": "function"
+        },
+        {
+            "inputs": [
+                {
+                    "internalType": "address",
+                    "name": "spender",
+                    "type": "address"
+                },
+                {
+                    "internalType": "uint256",
+                    "name": "amount",
+                    "type": "uint256"
+                }
+            ],
+            "name": "approve",
+            "outputs": [
+                {
+                    "internalType": "bool",
+                    "name": "",
+                    "type": "bool"
+                }
+            ],
+            "stateMutability": "nonpayable",
+            "type": "function"
+        },
+        {
+            "inputs": [
+                {
+                    "internalType": "address",
+                    "name": "account",
+                    "type": "address"
+                }
+            ],
+            "name": "balanceOf",
+            "outputs": [
+                {
+                    "internalType": "uint256",
+                    "name": "",
+                    "type": "uint256"
+                }
+            ],
+            "stateMutability": "view",
+            "type": "function"
+        },
+        {
+            "inputs": [],
+            "name": "totalSupply",
+            "outputs": [
+                {
+                    "internalType": "uint256",
+                    "name": "",
+                    "type": "uint256"
+                }
+            ],
+            "stateMutability": "view",
+            "type": "function"
+        },
+        {
+            "inputs": [
+                {
+                    "internalType": "address",
+                    "name": "recipient",
+                    "type": "address"
+                },
+                {
+                    "internalType": "uint256",
+                    "name": "amount",
+                    "type": "uint256"
+                }
+            ],
+            "name": "transfer",
+            "outputs": [
+                {
+                    "internalType": "bool",
+                    "name": "",
+                    "type": "bool"
+                }
+            ],
+            "stateMutability": "nonpayable",
+            "type": "function"
+        },
+        {
+            "inputs": [
+                {
+                    "internalType": "address",
+                    "name": "sender",
+                    "type": "address"
+                },
+                {
+                    "internalType": "address",
+                    "name": "recipient",
+                    "type": "address"
+                },
+                {
+                    "internalType": "uint256",
+                    "name": "amount",
+                    "type": "uint256"
+                }
+            ],
+            "name": "transferFrom",
+            "outputs": [
+                {
+                    "internalType": "bool",
+                    "name": "",
+                    "type": "bool"
+                }
+            ],
+            "stateMutability": "nonpayable",
+            "type": "function"
+        }
+    ]
+    let bridge_abi = [
+        {
+            "inputs": [
+                {
+                    "internalType": "address",
+                    "name": "_token",
+                    "type": "address"
+                },
+                {
+                    "internalType": "address",
+                    "name": "_bridge",
+                    "type": "address"
+                }
+            ],
+            "stateMutability": "nonpayable",
+            "type": "constructor"
+        },
+        {
+            "anonymous": false,
+            "inputs": [
+                {
+                    "indexed": false,
+                    "internalType": "address",
+                    "name": "recv",
+                    "type": "address"
+                },
+                {
+                    "indexed": false,
+                    "internalType": "uint256",
+                    "name": "amount",
+                    "type": "uint256"
+                }
+            ],
+            "name": "bridged",
+            "type": "event"
+        },
+        {
+            "inputs": [
+                {
+                    "internalType": "uint256",
+                    "name": "amount",
+                    "type": "uint256"
+                }
+            ],
+            "name": "move",
+            "outputs": [],
+            "stateMutability": "nonpayable",
+            "type": "function"
+        },
+        {
+            "inputs": [],
+            "name": "stop",
+            "outputs": [],
+            "stateMutability": "nonpayable",
+            "type": "function"
+        }
+    ];
+    setup();
+    ethereum.on('chainChanged', (_chainId) => window.location.reload());
+</script>
\ No newline at end of file
diff --git a/BSC/farm/README.md b/BSC/farm/README.md
new file mode 100644
index 0000000..a4de190
--- /dev/null
+++ b/BSC/farm/README.md
@@ -0,0 +1,2 @@
+# Offshift pancakeswap farm
+
diff --git a/BSC/farm/backend/@openzeppelin/contracts/README.md b/BSC/farm/backend/@openzeppelin/contracts/README.md
new file mode 100644
index 0000000..d3266dd
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/README.md
@@ -0,0 +1,77 @@
+# <img src="logo.svg" alt="OpenZeppelin" height="40px">
+
+[![Docs](https://img.shields.io/badge/docs-%F0%9F%93%84-blue)](https://docs.openzeppelin.com/contracts)
+[![NPM Package](https://img.shields.io/npm/v/@openzeppelin/contracts.svg)](https://www.npmjs.org/package/@openzeppelin/contracts)
+[![Coverage Status](https://codecov.io/gh/OpenZeppelin/openzeppelin-contracts/graph/badge.svg)](https://codecov.io/gh/OpenZeppelin/openzeppelin-contracts)
+
+**A library for secure smart contract development.** Build on a solid foundation of community-vetted code.
+
+ * Implementations of standards like [ERC20](https://docs.openzeppelin.com/contracts/erc20) and [ERC721](https://docs.openzeppelin.com/contracts/erc721).
+ * Flexible [role-based permissioning](https://docs.openzeppelin.com/contracts/access-control) scheme.
+ * Reusable [Solidity components](https://docs.openzeppelin.com/contracts/utilities) to build custom contracts and complex decentralized systems.
+ * First-class integration with the [Gas Station Network](https://docs.openzeppelin.com/contracts/gsn) for systems with no gas fees!
+ * [Audited](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/audit) by leading security firms (_last full audit on v2.0.0_).
+
+## Overview
+
+### Installation
+
+```console
+$ npm install @openzeppelin/contracts
+```
+
+OpenZeppelin Contracts features a [stable API](https://docs.openzeppelin.com/contracts/releases-stability#api-stability), which means your contracts won't break unexpectedly when upgrading to a newer minor version.
+
+### Usage
+
+Once installed, you can use the contracts in the library by importing them:
+
+```solidity
+pragma solidity ^0.8.0;
+
+import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
+
+contract MyCollectible is ERC721 {
+    constructor() ERC721("MyCollectible", "MCO") {
+    }
+}
+```
+
+_If you're new to smart contract development, head to [Developing Smart Contracts](https://docs.openzeppelin.com/learn/developing-smart-contracts) to learn about creating a new project and compiling your contracts._
+
+To keep your system secure, you should **always** use the installed code as-is, and neither copy-paste it from online sources, nor modify it yourself. The library is designed so that only the contracts and functions you use are deployed, so you don't need to worry about it needlessly increasing gas costs.
+
+## Learn More
+
+The guides in the [docs site](https://docs.openzeppelin.com/contracts) will teach about different concepts, and how to use the related contracts that OpenZeppelin Contracts provides:
+
+* [Access Control](https://docs.openzeppelin.com/contracts/access-control): decide who can perform each of the actions on your system.
+* [Tokens](https://docs.openzeppelin.com/contracts/tokens): create tradeable assets or collectives, and distribute them via [Crowdsales](https://docs.openzeppelin.com/contracts/crowdsales).
+* [Gas Station Network](https://docs.openzeppelin.com/contracts/gsn): let your users interact with your contracts without having to pay for gas themselves.
+* [Utilities](https://docs.openzeppelin.com/contracts/utilities): generic useful tools, including non-overflowing math, signature verification, and trustless paying systems.
+
+The [full API](https://docs.openzeppelin.com/contracts/api/token/ERC20) is also thoroughly documented, and serves as a great reference when developing your smart contract application. You can also ask for help or follow Contracts's development in the [community forum](https://forum.openzeppelin.com).
+
+Finally, you may want to take a look at the [guides on our blog](https://blog.openzeppelin.com/guides), which cover several common use cases and good practices.. The following articles provide great background reading, though please note, some of the referenced tools have changed as the tooling in the ecosystem continues to rapidly evolve.
+
+* [The Hitchhiker’s Guide to Smart Contracts in Ethereum](https://blog.openzeppelin.com/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05) will help you get an overview of the various tools available for smart contract development, and help you set up your environment.
+* [A Gentle Introduction to Ethereum Programming, Part 1](https://blog.openzeppelin.com/a-gentle-introduction-to-ethereum-programming-part-1-783cc7796094) provides very useful information on an introductory level, including many basic concepts from the Ethereum platform.
+* For a more in-depth dive, you may read the guide [Designing the Architecture for Your Ethereum Application](https://blog.openzeppelin.com/designing-the-architecture-for-your-ethereum-application-9cec086f8317), which discusses how to better structure your application and its relationship to the real world.
+
+## Security
+
+This project is maintained by [OpenZeppelin](https://openzeppelin.com), and developed following our high standards for code quality and security. OpenZeppelin is meant to provide tested and community-audited code, but please use common sense when doing anything that deals with real money! We take no responsibility for your implementation decisions and any security problems you might experience.
+
+The core development principles and strategies that OpenZeppelin is based on include: security in depth, simple and modular code, clarity-driven naming conventions, comprehensive unit testing, pre-and-post-condition sanity checks, code consistency, and regular audits.
+
+The latest audit was done on October 2018 on version 2.0.0.
+
+Please report any security issues you find to security@openzeppelin.org.
+
+## Contribute
+
+OpenZeppelin exists thanks to its contributors. There are many ways you can participate and help build high quality software. Check out the [contribution guide](CONTRIBUTING.md)!
+
+## License
+
+OpenZeppelin is released under the [MIT License](LICENSE).
diff --git a/BSC/farm/backend/@openzeppelin/contracts/access/AccessControl.sol b/BSC/farm/backend/@openzeppelin/contracts/access/AccessControl.sol
new file mode 100644
index 0000000..cf62500
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/access/AccessControl.sol
@@ -0,0 +1,243 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/Context.sol";
+import "../utils/Strings.sol";
+import "../utils/introspection/ERC165.sol";
+
+/**
+ * @dev External interface of AccessControl declared to support ERC165 detection.
+ */
+interface IAccessControl {
+    function hasRole(bytes32 role, address account) external view returns (bool);
+    function getRoleAdmin(bytes32 role) external view returns (bytes32);
+    function grantRole(bytes32 role, address account) external;
+    function revokeRole(bytes32 role, address account) external;
+    function renounceRole(bytes32 role, address account) external;
+}
+
+/**
+ * @dev Contract module that allows children to implement role-based access
+ * control mechanisms. This is a lightweight version that doesn't allow enumerating role
+ * members except through off-chain means by accessing the contract event logs. Some
+ * applications may benefit from on-chain enumerability, for those cases see
+ * {AccessControlEnumerable}.
+ *
+ * Roles are referred to by their `bytes32` identifier. These should be exposed
+ * in the external API and be unique. The best way to achieve this is by
+ * using `public constant` hash digests:
+ *
+ * ```
+ * bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
+ * ```
+ *
+ * Roles can be used to represent a set of permissions. To restrict access to a
+ * function call, use {hasRole}:
+ *
+ * ```
+ * function foo() public {
+ *     require(hasRole(MY_ROLE, msg.sender));
+ *     ...
+ * }
+ * ```
+ *
+ * Roles can be granted and revoked dynamically via the {grantRole} and
+ * {revokeRole} functions. Each role has an associated admin role, and only
+ * accounts that have a role's admin role can call {grantRole} and {revokeRole}.
+ *
+ * By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
+ * that only accounts with this role will be able to grant or revoke other
+ * roles. More complex role relationships can be created by using
+ * {_setRoleAdmin}.
+ *
+ * WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
+ * grant and revoke this role. Extra precautions should be taken to secure
+ * accounts that have been granted it.
+ */
+abstract contract AccessControl is Context, IAccessControl, ERC165 {
+    struct RoleData {
+        mapping (address => bool) members;
+        bytes32 adminRole;
+    }
+
+    mapping (bytes32 => RoleData) private _roles;
+
+    bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;
+
+    /**
+     * @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
+     *
+     * `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
+     * {RoleAdminChanged} not being emitted signaling this.
+     *
+     * _Available since v3.1._
+     */
+    event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);
+
+    /**
+     * @dev Emitted when `account` is granted `role`.
+     *
+     * `sender` is the account that originated the contract call, an admin role
+     * bearer except when using {_setupRole}.
+     */
+    event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);
+
+    /**
+     * @dev Emitted when `account` is revoked `role`.
+     *
+     * `sender` is the account that originated the contract call:
+     *   - if using `revokeRole`, it is the admin role bearer
+     *   - if using `renounceRole`, it is the role bearer (i.e. `account`)
+     */
+    event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);
+
+    /**
+     * @dev Modifier that checks that an account has a specific role. Reverts
+     * with a standardized message including the required role.
+     *
+     * The format of the revert reason is given by the following regular expression:
+     *
+     *  /^AccessControl: account (0x[0-9a-f]{20}) is missing role (0x[0-9a-f]{32})$/
+     *
+     * _Available since v4.1._
+     */
+    modifier onlyRole(bytes32 role) {
+        _checkRole(role, _msgSender());
+        _;
+    }
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
+        return interfaceId == type(IAccessControl).interfaceId
+            || super.supportsInterface(interfaceId);
+    }
+
+    /**
+     * @dev Returns `true` if `account` has been granted `role`.
+     */
+    function hasRole(bytes32 role, address account) public view override returns (bool) {
+        return _roles[role].members[account];
+    }
+
+    /**
+     * @dev Revert with a standard message if `account` is missing `role`.
+     *
+     * The format of the revert reason is given by the following regular expression:
+     *
+     *  /^AccessControl: account (0x[0-9a-f]{20}) is missing role (0x[0-9a-f]{32})$/
+     */
+    function _checkRole(bytes32 role, address account) internal view {
+        if(!hasRole(role, account)) {
+            revert(string(abi.encodePacked(
+                "AccessControl: account ",
+                Strings.toHexString(uint160(account), 20),
+                " is missing role ",
+                Strings.toHexString(uint256(role), 32)
+            )));
+        }
+    }
+
+    /**
+     * @dev Returns the admin role that controls `role`. See {grantRole} and
+     * {revokeRole}.
+     *
+     * To change a role's admin, use {_setRoleAdmin}.
+     */
+    function getRoleAdmin(bytes32 role) public view override returns (bytes32) {
+        return _roles[role].adminRole;
+    }
+
+    /**
+     * @dev Grants `role` to `account`.
+     *
+     * If `account` had not been already granted `role`, emits a {RoleGranted}
+     * event.
+     *
+     * Requirements:
+     *
+     * - the caller must have ``role``'s admin role.
+     */
+    function grantRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
+        _grantRole(role, account);
+    }
+
+    /**
+     * @dev Revokes `role` from `account`.
+     *
+     * If `account` had been granted `role`, emits a {RoleRevoked} event.
+     *
+     * Requirements:
+     *
+     * - the caller must have ``role``'s admin role.
+     */
+    function revokeRole(bytes32 role, address account) public virtual override onlyRole(getRoleAdmin(role)) {
+        _revokeRole(role, account);
+    }
+
+    /**
+     * @dev Revokes `role` from the calling account.
+     *
+     * Roles are often managed via {grantRole} and {revokeRole}: this function's
+     * purpose is to provide a mechanism for accounts to lose their privileges
+     * if they are compromised (such as when a trusted device is misplaced).
+     *
+     * If the calling account had been granted `role`, emits a {RoleRevoked}
+     * event.
+     *
+     * Requirements:
+     *
+     * - the caller must be `account`.
+     */
+    function renounceRole(bytes32 role, address account) public virtual override {
+        require(account == _msgSender(), "AccessControl: can only renounce roles for self");
+
+        _revokeRole(role, account);
+    }
+
+    /**
+     * @dev Grants `role` to `account`.
+     *
+     * If `account` had not been already granted `role`, emits a {RoleGranted}
+     * event. Note that unlike {grantRole}, this function doesn't perform any
+     * checks on the calling account.
+     *
+     * [WARNING]
+     * ====
+     * This function should only be called from the constructor when setting
+     * up the initial roles for the system.
+     *
+     * Using this function in any other way is effectively circumventing the admin
+     * system imposed by {AccessControl}.
+     * ====
+     */
+    function _setupRole(bytes32 role, address account) internal virtual {
+        _grantRole(role, account);
+    }
+
+    /**
+     * @dev Sets `adminRole` as ``role``'s admin role.
+     *
+     * Emits a {RoleAdminChanged} event.
+     */
+    function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
+        emit RoleAdminChanged(role, getRoleAdmin(role), adminRole);
+        _roles[role].adminRole = adminRole;
+    }
+
+    function _grantRole(bytes32 role, address account) private {
+        if (!hasRole(role, account)) {
+            _roles[role].members[account] = true;
+            emit RoleGranted(role, account, _msgSender());
+        }
+    }
+
+    function _revokeRole(bytes32 role, address account) private {
+        if (hasRole(role, account)) {
+            _roles[role].members[account] = false;
+            emit RoleRevoked(role, account, _msgSender());
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/access/AccessControlEnumerable.sol b/BSC/farm/backend/@openzeppelin/contracts/access/AccessControlEnumerable.sol
new file mode 100644
index 0000000..c1522aa
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/access/AccessControlEnumerable.sol
@@ -0,0 +1,87 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./AccessControl.sol";
+import "../utils/structs/EnumerableSet.sol";
+
+/**
+ * @dev External interface of AccessControlEnumerable declared to support ERC165 detection.
+ */
+interface IAccessControlEnumerable {
+    function getRoleMember(bytes32 role, uint256 index) external view returns (address);
+    function getRoleMemberCount(bytes32 role) external view returns (uint256);
+}
+
+/**
+ * @dev Extension of {AccessControl} that allows enumerating the members of each role.
+ */
+abstract contract AccessControlEnumerable is IAccessControlEnumerable, AccessControl {
+    using EnumerableSet for EnumerableSet.AddressSet;
+
+    mapping (bytes32 => EnumerableSet.AddressSet) private _roleMembers;
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
+        return interfaceId == type(IAccessControlEnumerable).interfaceId
+            || super.supportsInterface(interfaceId);
+    }
+
+    /**
+     * @dev Returns one of the accounts that have `role`. `index` must be a
+     * value between 0 and {getRoleMemberCount}, non-inclusive.
+     *
+     * Role bearers are not sorted in any particular way, and their ordering may
+     * change at any point.
+     *
+     * WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure
+     * you perform all queries on the same block. See the following
+     * https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296[forum post]
+     * for more information.
+     */
+    function getRoleMember(bytes32 role, uint256 index) public view override returns (address) {
+        return _roleMembers[role].at(index);
+    }
+
+    /**
+     * @dev Returns the number of accounts that have `role`. Can be used
+     * together with {getRoleMember} to enumerate all bearers of a role.
+     */
+    function getRoleMemberCount(bytes32 role) public view override returns (uint256) {
+        return _roleMembers[role].length();
+    }
+
+    /**
+     * @dev Overload {grantRole} to track enumerable memberships
+     */
+    function grantRole(bytes32 role, address account) public virtual override {
+        super.grantRole(role, account);
+        _roleMembers[role].add(account);
+    }
+
+    /**
+     * @dev Overload {revokeRole} to track enumerable memberships
+     */
+    function revokeRole(bytes32 role, address account) public virtual override {
+        super.revokeRole(role, account);
+        _roleMembers[role].remove(account);
+    }
+
+    /**
+     * @dev Overload {renounceRole} to track enumerable memberships
+     */
+    function renounceRole(bytes32 role, address account) public virtual override {
+        super.renounceRole(role, account);
+        _roleMembers[role].remove(account);
+    }
+
+    /**
+     * @dev Overload {_setupRole} to track enumerable memberships
+     */
+    function _setupRole(bytes32 role, address account) internal virtual override {
+        super._setupRole(role, account);
+        _roleMembers[role].add(account);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/access/Ownable.sol b/BSC/farm/backend/@openzeppelin/contracts/access/Ownable.sol
new file mode 100644
index 0000000..bdad22b
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/access/Ownable.sol
@@ -0,0 +1,68 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/Context.sol";
+/**
+ * @dev Contract module which provides a basic access control mechanism, where
+ * there is an account (an owner) that can be granted exclusive access to
+ * specific functions.
+ *
+ * By default, the owner account will be the one that deploys the contract. This
+ * can later be changed with {transferOwnership}.
+ *
+ * This module is used through inheritance. It will make available the modifier
+ * `onlyOwner`, which can be applied to your functions to restrict their use to
+ * the owner.
+ */
+abstract contract Ownable is Context {
+    address private _owner;
+
+    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
+
+    /**
+     * @dev Initializes the contract setting the deployer as the initial owner.
+     */
+    constructor () {
+        address msgSender = _msgSender();
+        _owner = msgSender;
+        emit OwnershipTransferred(address(0), msgSender);
+    }
+
+    /**
+     * @dev Returns the address of the current owner.
+     */
+    function owner() public view virtual returns (address) {
+        return _owner;
+    }
+
+    /**
+     * @dev Throws if called by any account other than the owner.
+     */
+    modifier onlyOwner() {
+        require(owner() == _msgSender(), "Ownable: caller is not the owner");
+        _;
+    }
+
+    /**
+     * @dev Leaves the contract without owner. It will not be possible to call
+     * `onlyOwner` functions anymore. Can only be called by the current owner.
+     *
+     * NOTE: Renouncing ownership will leave the contract without an owner,
+     * thereby removing any functionality that is only available to the owner.
+     */
+    function renounceOwnership() public virtual onlyOwner {
+        emit OwnershipTransferred(_owner, address(0));
+        _owner = address(0);
+    }
+
+    /**
+     * @dev Transfers ownership of the contract to a new account (`newOwner`).
+     * Can only be called by the current owner.
+     */
+    function transferOwnership(address newOwner) public virtual onlyOwner {
+        require(newOwner != address(0), "Ownable: new owner is the zero address");
+        emit OwnershipTransferred(_owner, newOwner);
+        _owner = newOwner;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControl.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControl.json
new file mode 100644
index 0000000..61422fe
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControl.json
@@ -0,0 +1,215 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "AccessControl",
+  "sourceName": "contracts/access/AccessControl.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "previousAdminRole",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "newAdminRole",
+          "type": "bytes32"
+        }
+      ],
+      "name": "RoleAdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleGranted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleRevoked",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DEFAULT_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControlEnumerable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControlEnumerable.json
new file mode 100644
index 0000000..896b3c4
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/AccessControlEnumerable.json
@@ -0,0 +1,258 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "AccessControlEnumerable",
+  "sourceName": "contracts/access/AccessControlEnumerable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "previousAdminRole",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "newAdminRole",
+          "type": "bytes32"
+        }
+      ],
+      "name": "RoleAdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleGranted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleRevoked",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DEFAULT_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "getRoleMember",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleMemberCount",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Address.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Address.json
new file mode 100644
index 0000000..7a6cb87
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Address.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Address",
+  "sourceName": "contracts/utils/Address.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220033da0d0beb8774cd829b32af8219156cf718780cb25cdc53599aea16501da3c64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220033da0d0beb8774cd829b32af8219156cf718780cb25cdc53599aea16501da3c64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Arrays.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Arrays.json
new file mode 100644
index 0000000..884d620
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Arrays.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Arrays",
+  "sourceName": "contracts/utils/Arrays.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220240f35d7dd2c6aae567347595a5f17329925885b4a087343b8cd23fab566059164736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220240f35d7dd2c6aae567347595a5f17329925885b4a087343b8cd23fab566059164736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/BeaconProxy.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/BeaconProxy.json
new file mode 100644
index 0000000..33ff384
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/BeaconProxy.json
@@ -0,0 +1,80 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "BeaconProxy",
+  "sourceName": "contracts/proxy/beacon/BeaconProxy.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "beacon",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "stateMutability": "payable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "previousAdmin",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "AdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "beacon",
+          "type": "address"
+        }
+      ],
+      "name": "BeaconUpgraded",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "Upgraded",
+      "type": "event"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "fallback"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "receive"
+    }
+  ],
+  "bytecode": "0x608060405260405161098838038061098883398101604081905261002291610483565b61004d60017fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5161058e565b6000805160206109418339815191521461007757634e487b7160e01b600052600160045260246000fd5b6100838282600061008a565b50506105f3565b61009383610164565b6040516001600160a01b038416907f1cf3b03a6cf19fa2baba4df148e9dcabedea7f8a5c07840e207e5c089be95d3e90600090a26000825111806100d45750805b1561015f5761015d836001600160a01b0316635c60da1b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561011557600080fd5b505afa158015610129573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061014d9190610469565b8361030460201b6100291760201c565b505b505050565b6101778161033060201b6100551760201c565b6101d65760405162461bcd60e51b815260206004820152602560248201527f455243313936373a206e657720626561636f6e206973206e6f74206120636f6e6044820152641d1c9858dd60da1b60648201526084015b60405180910390fd5b610259816001600160a01b0316635c60da1b6040518163ffffffff1660e01b815260040160206040518083038186803b15801561021257600080fd5b505afa158015610226573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061024a9190610469565b61033060201b6100551760201c565b6102be5760405162461bcd60e51b815260206004820152603060248201527f455243313936373a20626561636f6e20696d706c656d656e746174696f6e206960448201526f1cc81b9bdd08184818dbdb9d1c9858dd60821b60648201526084016101cd565b806102e360008051602061094183398151915260001b61033a60201b61005b1760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b606061032983836040518060600160405280602781526020016109616027913961033d565b9392505050565b803b15155b919050565b90565b606061034884610330565b6103a35760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084016101cd565b600080856001600160a01b0316856040516103be919061053f565b600060405180830381855af49150503d80600081146103f9576040519150601f19603f3d011682016040523d82523d6000602084013e6103fe565b606091505b50909250905061040f828286610419565b9695505050505050565b60608315610428575081610329565b8251156104385782518084602001fd5b8160405162461bcd60e51b81526004016101cd919061055b565b80516001600160a01b038116811461033557600080fd5b60006020828403121561047a578081fd5b61032982610452565b60008060408385031215610495578081fd5b61049e83610452565b60208401519092506001600160401b03808211156104ba578283fd5b818501915085601f8301126104cd578283fd5b8151818111156104df576104df6105dd565b604051601f8201601f19908116603f01168101908382118183101715610507576105076105dd565b8160405282815288602084870101111561051f578586fd5b6105308360208301602088016105b1565b80955050505050509250929050565b600082516105518184602087016105b1565b9190910192915050565b600060208252825180602084015261057a8160408501602087016105b1565b601f01601f19169190910160400192915050565b6000828210156105ac57634e487b7160e01b81526011600452602481fd5b500390565b60005b838110156105cc5781810151838201526020016105b4565b8381111561015d5750506000910152565b634e487b7160e01b600052604160045260246000fd5b61033f806106026000396000f3fe60806040523661001357610011610017565b005b6100115b61002761002261005e565b610106565b565b606061004e83836040518060600160405280602781526020016102e36027913961012a565b9392505050565b3b151590565b90565b60006100917fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156100c957600080fd5b505afa1580156100dd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610101919061023c565b905090565b3660008037600080366000845af43d6000803e808015610125573d6000f35b3d6000fd5b6060833b61018e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084015b60405180910390fd5b600080856001600160a01b0316856040516101a99190610263565b600060405180830381855af49150503d80600081146101e4576040519150601f19603f3d011682016040523d82523d6000602084013e6101e9565b606091505b50915091506101f9828286610203565b9695505050505050565b6060831561021257508161004e565b8251156102225782518084602001fd5b8160405162461bcd60e51b8152600401610185919061027f565b60006020828403121561024d578081fd5b81516001600160a01b038116811461004e578182fd5b600082516102758184602087016102b2565b9190910192915050565b600060208252825180602084015261029e8160408501602087016102b2565b601f01601f19169190910160400192915050565b60005b838110156102cd5781810151838201526020016102b5565b838111156102dc576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212209b57a7249e44362f1d8b8dde751b67a74386def8af392f9a6c3baa5dc1b5006564736f6c63430008030033a3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
+  "deployedBytecode": "0x60806040523661001357610011610017565b005b6100115b61002761002261005e565b610106565b565b606061004e83836040518060600160405280602781526020016102e36027913961012a565b9392505050565b3b151590565b90565b60006100917fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50546001600160a01b031690565b6001600160a01b0316635c60da1b6040518163ffffffff1660e01b815260040160206040518083038186803b1580156100c957600080fd5b505afa1580156100dd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610101919061023c565b905090565b3660008037600080366000845af43d6000803e808015610125573d6000f35b3d6000fd5b6060833b61018e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084015b60405180910390fd5b600080856001600160a01b0316856040516101a99190610263565b600060405180830381855af49150503d80600081146101e4576040519150601f19603f3d011682016040523d82523d6000602084013e6101e9565b606091505b50915091506101f9828286610203565b9695505050505050565b6060831561021257508161004e565b8251156102225782518084602001fd5b8160405162461bcd60e51b8152600401610185919061027f565b60006020828403121561024d578081fd5b81516001600160a01b038116811461004e578182fd5b600082516102758184602087016102b2565b9190910192915050565b600060208252825180602084015261029e8160408501602087016102b2565b601f01601f19169190910160400192915050565b60005b838110156102cd5781810151838201526020016102b5565b838111156102dc576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212209b57a7249e44362f1d8b8dde751b67a74386def8af392f9a6c3baa5dc1b5006564736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Clones.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Clones.json
new file mode 100644
index 0000000..321607f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Clones.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Clones",
+  "sourceName": "contracts/proxy/Clones.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b76d7aee029035fcee6da84395bbe88dd32b184d5fb762f15d584c7b17a82eba64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b76d7aee029035fcee6da84395bbe88dd32b184d5fb762f15d584c7b17a82eba64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ConditionalEscrow.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ConditionalEscrow.json
new file mode 100644
index 0000000..2cad814
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ConditionalEscrow.json
@@ -0,0 +1,165 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ConditionalEscrow",
+  "sourceName": "contracts/utils/escrow/ConditionalEscrow.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "weiAmount",
+          "type": "uint256"
+        }
+      ],
+      "name": "Deposited",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "weiAmount",
+          "type": "uint256"
+        }
+      ],
+      "name": "Withdrawn",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "deposit",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "depositsOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address payable",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "withdraw",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "withdrawalAllowed",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Context.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Context.json
new file mode 100644
index 0000000..184c2e1
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Context.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Context",
+  "sourceName": "contracts/utils/Context.sol",
+  "abi": [],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Counters.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Counters.json
new file mode 100644
index 0000000..533da34
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Counters.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Counters",
+  "sourceName": "contracts/utils/Counters.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122081f933db68d77987ad89703ecc4d696f0aba6f378c73e1c3055f0058f9e741a164736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122081f933db68d77987ad89703ecc4d696f0aba6f378c73e1c3055f0058f9e741a164736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Create2.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Create2.json
new file mode 100644
index 0000000..a3a4580
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Create2.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Create2",
+  "sourceName": "contracts/utils/Create2.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206ea109fbedabb61453f70a842051d3318f30aee0450b96a1e6ff6223df5311dd64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206ea109fbedabb61453f70a842051d3318f30aee0450b96a1e6ff6223df5311dd64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ECDSA.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ECDSA.json
new file mode 100644
index 0000000..23bcb95
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ECDSA.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ECDSA",
+  "sourceName": "contracts/utils/cryptography/ECDSA.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209191e4871059659df8e582c17bf0ff373b231bc05607983539a830c99a6f2b2e64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209191e4871059659df8e582c17bf0ff373b231bc05607983539a830c99a6f2b2e64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EIP712.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EIP712.json
new file mode 100644
index 0000000..f2f9094
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EIP712.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "EIP712",
+  "sourceName": "contracts/utils/cryptography/draft-EIP712.sol",
+  "abi": [],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155.json
new file mode 100644
index 0000000..eb365c5
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155.json
@@ -0,0 +1,334 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1155",
+  "sourceName": "contracts/token/ERC1155/ERC1155.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "uri_",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "TransferBatch",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "TransferSingle",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "string",
+          "name": "value",
+          "type": "string"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "URI",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "accounts",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "balanceOfBatch",
+      "outputs": [
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeBatchTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "name": "uri",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b506040516200172438038062001724833981016040819052620000349162000105565b6200003f8162000046565b506200022e565b80516200005b9060029060208401906200005f565b5050565b8280546200006d90620001db565b90600052602060002090601f016020900481019282620000915760008555620000dc565b82601f10620000ac57805160ff1916838001178555620000dc565b82800160010185558215620000dc579182015b82811115620000dc578251825591602001919060010190620000bf565b50620000ea929150620000ee565b5090565b5b80821115620000ea5760008155600101620000ef565b6000602080838503121562000118578182fd5b82516001600160401b03808211156200012f578384fd5b818501915085601f83011262000143578384fd5b81518181111562000158576200015862000218565b604051601f8201601f19908116603f0116810190838211818310171562000183576200018362000218565b8160405282815288868487010111156200019b578687fd5b8693505b82841015620001be57848401860151818501870152928501926200019f565b82841115620001cf57868684830101525b98975050505050505050565b600181811c90821680620001f057607f821691505b602082108114156200021257634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6114e6806200023e6000396000f3fe608060405234801561001057600080fd5b50600436106100875760003560e01c80634e1273f41161005b5780634e1273f41461010a578063a22cb4651461012a578063e985e9c51461013d578063f242432a1461017957610087565b8062fdd58e1461008c57806301ffc9a7146100b25780630e89341c146100d55780632eb2c2d6146100f5575b600080fd5b61009f61009a366004610f4e565b61018c565b6040519081526020015b60405180910390f35b6100c56100c0366004611042565b610223565b60405190151581526020016100a9565b6100e86100e3366004611081565b610277565b6040516100a99190611202565b610108610103366004610e0b565b61030b565b005b61011d610118366004610f77565b6103b4565b6040516100a991906111c1565b610108610138366004610f14565b610516565b6100c561014b366004610dd9565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205460ff1690565b610108610187366004610eb1565b61062a565b60006001600160a01b0383166101fd5760405162461bcd60e51b815260206004820152602b60248201527f455243313135353a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b60648201526084015b60405180910390fd5b506000908152602081815260408083206001600160a01b03949094168352929052205490565b60006001600160e01b03198216636cdb3d1360e11b148061025457506001600160e01b031982166303a24d0760e21b145b8061026f57506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b6060600280546102869061133f565b80601f01602080910402602001604051908101604052809291908181526020018280546102b29061133f565b80156102ff5780601f106102d4576101008083540402835291602001916102ff565b820191906000526020600020905b8154815290600101906020018083116102e257829003601f168201915b50505050509050919050565b6103136106c3565b6001600160a01b0316856001600160a01b0316148061033957506103398561014b6106c3565b6103a05760405162461bcd60e51b815260206004820152603260248201527f455243313135353a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b60648201526084016101f4565b6103ad85858585856106c8565b5050505050565b606081518351146104195760405162461bcd60e51b815260206004820152602960248201527f455243313135353a206163636f756e747320616e6420696473206c656e677468604482015268040dad2e6dac2e8c6d60bb1b60648201526084016101f4565b6000835167ffffffffffffffff81111561044357634e487b7160e01b600052604160045260246000fd5b60405190808252806020026020018201604052801561046c578160200160208202803683370190505b50905060005b845181101561050e576104d385828151811061049e57634e487b7160e01b600052603260045260246000fd5b60200260200101518583815181106104c657634e487b7160e01b600052603260045260246000fd5b602002602001015161018c565b8282815181106104f357634e487b7160e01b600052603260045260246000fd5b6020908102919091010152610507816113a7565b9050610472565b509392505050565b816001600160a01b03166105286106c3565b6001600160a01b031614156105915760405162461bcd60e51b815260206004820152602960248201527f455243313135353a2073657474696e6720617070726f76616c20737461747573604482015268103337b91039b2b63360b91b60648201526084016101f4565b806001600061059e6106c3565b6001600160a01b03908116825260208083019390935260409182016000908120918716808252919093529120805460ff1916921515929092179091556105e26106c3565b6001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161061e911515815260200190565b60405180910390a35050565b6106326106c3565b6001600160a01b0316856001600160a01b0316148061065857506106588561014b6106c3565b6106b65760405162461bcd60e51b815260206004820152602960248201527f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260448201526808185c1c1c9bdd995960ba1b60648201526084016101f4565b6103ad8585858585610917565b335b90565b815183511461072a5760405162461bcd60e51b815260206004820152602860248201527f455243313135353a2069647320616e6420616d6f756e7473206c656e677468206044820152670dad2e6dac2e8c6d60c31b60648201526084016101f4565b6001600160a01b0384166107505760405162461bcd60e51b81526004016101f49061125d565b600061075a6106c3565b905060005b84518110156108a957600085828151811061078a57634e487b7160e01b600052603260045260246000fd5b6020026020010151905060008583815181106107b657634e487b7160e01b600052603260045260246000fd5b602090810291909101810151600084815280835260408082206001600160a01b038e1683529093529190912054909150818110156108065760405162461bcd60e51b81526004016101f4906112a2565b6108108282611328565b60008085815260200190815260200160002060008c6001600160a01b03166001600160a01b03168152602001908152602001600020819055508160008085815260200190815260200160002060008b6001600160a01b03166001600160a01b03168152602001908152602001600020600082825461088e9190611310565b92505081905550505050806108a2906113a7565b905061075f565b50846001600160a01b0316866001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb87876040516108f99291906111d4565b60405180910390a461090f818787878787610a51565b505050505050565b6001600160a01b03841661093d5760405162461bcd60e51b81526004016101f49061125d565b60006109476106c3565b905061096181878761095888610bbc565b6103ad88610bbc565b6000848152602081815260408083206001600160a01b038a168452909152902054838110156109a25760405162461bcd60e51b81526004016101f4906112a2565b6109ac8482611328565b6000868152602081815260408083206001600160a01b038c811685529252808320939093558816815290812080548692906109e8908490611310565b909155505060408051868152602081018690526001600160a01b03808916928a821692918616917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a4610a48828888888888610c15565b50505050505050565b6001600160a01b0384163b1561090f5760405163bc197c8160e01b81526001600160a01b0385169063bc197c8190610a95908990899088908890889060040161111e565b602060405180830381600087803b158015610aaf57600080fd5b505af1925050508015610adf575060408051601f3d908101601f19168201909252610adc91810190611065565b60015b610b8c57610aeb6113ee565b806308c379a01415610b255750610b00611405565b80610b0b5750610b27565b8060405162461bcd60e51b81526004016101f49190611202565b505b60405162461bcd60e51b815260206004820152603460248201527f455243313135353a207472616e7366657220746f206e6f6e20455243313135356044820152732932b1b2b4bb32b91034b6b83632b6b2b73a32b960611b60648201526084016101f4565b6001600160e01b0319811663bc197c8160e01b14610a485760405162461bcd60e51b81526004016101f490611215565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110610c0457634e487b7160e01b600052603260045260246000fd5b602090810291909101015292915050565b6001600160a01b0384163b1561090f5760405163f23a6e6160e01b81526001600160a01b0385169063f23a6e6190610c59908990899088908890889060040161117c565b602060405180830381600087803b158015610c7357600080fd5b505af1925050508015610ca3575060408051601f3d908101601f19168201909252610ca091810190611065565b60015b610caf57610aeb6113ee565b6001600160e01b0319811663f23a6e6160e01b14610a485760405162461bcd60e51b81526004016101f490611215565b80356001600160a01b038116811461027257600080fd5b600082601f830112610d06578081fd5b81356020610d13826112ec565b604051610d20828261137a565b8381528281019150858301600585901b87018401881015610d3f578586fd5b855b85811015610d5d57813584529284019290840190600101610d41565b5090979650505050505050565b600082601f830112610d7a578081fd5b813567ffffffffffffffff811115610d9457610d946113d8565b604051610dab601f8301601f19166020018261137a565b818152846020838601011115610dbf578283fd5b816020850160208301379081016020019190915292915050565b60008060408385031215610deb578182fd5b610df483610cdf565b9150610e0260208401610cdf565b90509250929050565b600080600080600060a08688031215610e22578081fd5b610e2b86610cdf565b9450610e3960208701610cdf565b9350604086013567ffffffffffffffff80821115610e55578283fd5b610e6189838a01610cf6565b94506060880135915080821115610e76578283fd5b610e8289838a01610cf6565b93506080880135915080821115610e97578283fd5b50610ea488828901610d6a565b9150509295509295909350565b600080600080600060a08688031215610ec8578081fd5b610ed186610cdf565b9450610edf60208701610cdf565b93506040860135925060608601359150608086013567ffffffffffffffff811115610f08578182fd5b610ea488828901610d6a565b60008060408385031215610f26578182fd5b610f2f83610cdf565b915060208301358015158114610f43578182fd5b809150509250929050565b60008060408385031215610f60578182fd5b610f6983610cdf565b946020939093013593505050565b60008060408385031215610f89578182fd5b823567ffffffffffffffff80821115610fa0578384fd5b818501915085601f830112610fb3578384fd5b81356020610fc0826112ec565b604051610fcd828261137a565b8381528281019150858301600585901b870184018b1015610fec578889fd5b8896505b848710156110155761100181610cdf565b835260019690960195918301918301610ff0565b509650508601359250508082111561102b578283fd5b5061103885828601610cf6565b9150509250929050565b600060208284031215611053578081fd5b813561105e81611497565b9392505050565b600060208284031215611076578081fd5b815161105e81611497565b600060208284031215611092578081fd5b5035919050565b6000815180845260208085019450808401835b838110156110c8578151875295820195908201906001016110ac565b509495945050505050565b60008151808452815b818110156110f8576020818501810151868301820152016110dc565b818111156111095782602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b0386811682528516602082015260a06040820181905260009061114a90830186611099565b828103606084015261115c8186611099565b9050828103608084015261117081856110d3565b98975050505050505050565b6001600160a01b03868116825285166020820152604081018490526060810183905260a0608082018190526000906111b6908301846110d3565b979650505050505050565b60006020825261105e6020830184611099565b6000604082526111e76040830185611099565b82810360208401526111f98185611099565b95945050505050565b60006020825261105e60208301846110d3565b60208082526028908201527f455243313135353a204552433131353552656365697665722072656a656374656040820152676420746f6b656e7360c01b606082015260800190565b60208082526025908201527f455243313135353a207472616e7366657220746f20746865207a65726f206164604082015264647265737360d81b606082015260800190565b6020808252602a908201527f455243313135353a20696e73756666696369656e742062616c616e636520666f60408201526939103a3930b739b332b960b11b606082015260800190565b600067ffffffffffffffff821115611306576113066113d8565b5060051b60200190565b60008219821115611323576113236113c2565b500190565b60008282101561133a5761133a6113c2565b500390565b600181811c9082168061135357607f821691505b6020821081141561137457634e487b7160e01b600052602260045260246000fd5b50919050565b601f8201601f1916810167ffffffffffffffff811182821017156113a0576113a06113d8565b6040525050565b60006000198214156113bb576113bb6113c2565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b600060033d11156106c557600481823e5160e01c90565b600060443d1015611415576106c5565b6040516003193d81016004833e81513d67ffffffffffffffff81602484011181841117156114475750505050506106c5565b8285019150815181811115611461575050505050506106c5565b843d870101602082850101111561147d575050505050506106c5565b61148c6020828601018761137a565b509094505050505090565b6001600160e01b0319811681146114ad57600080fd5b5056fea26469706673582212205f8bd0b00ef58ebdb0c8544445e12f8981c1102a3493085a9ab078662c61aeeb64736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100875760003560e01c80634e1273f41161005b5780634e1273f41461010a578063a22cb4651461012a578063e985e9c51461013d578063f242432a1461017957610087565b8062fdd58e1461008c57806301ffc9a7146100b25780630e89341c146100d55780632eb2c2d6146100f5575b600080fd5b61009f61009a366004610f4e565b61018c565b6040519081526020015b60405180910390f35b6100c56100c0366004611042565b610223565b60405190151581526020016100a9565b6100e86100e3366004611081565b610277565b6040516100a99190611202565b610108610103366004610e0b565b61030b565b005b61011d610118366004610f77565b6103b4565b6040516100a991906111c1565b610108610138366004610f14565b610516565b6100c561014b366004610dd9565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205460ff1690565b610108610187366004610eb1565b61062a565b60006001600160a01b0383166101fd5760405162461bcd60e51b815260206004820152602b60248201527f455243313135353a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b60648201526084015b60405180910390fd5b506000908152602081815260408083206001600160a01b03949094168352929052205490565b60006001600160e01b03198216636cdb3d1360e11b148061025457506001600160e01b031982166303a24d0760e21b145b8061026f57506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b6060600280546102869061133f565b80601f01602080910402602001604051908101604052809291908181526020018280546102b29061133f565b80156102ff5780601f106102d4576101008083540402835291602001916102ff565b820191906000526020600020905b8154815290600101906020018083116102e257829003601f168201915b50505050509050919050565b6103136106c3565b6001600160a01b0316856001600160a01b0316148061033957506103398561014b6106c3565b6103a05760405162461bcd60e51b815260206004820152603260248201527f455243313135353a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b60648201526084016101f4565b6103ad85858585856106c8565b5050505050565b606081518351146104195760405162461bcd60e51b815260206004820152602960248201527f455243313135353a206163636f756e747320616e6420696473206c656e677468604482015268040dad2e6dac2e8c6d60bb1b60648201526084016101f4565b6000835167ffffffffffffffff81111561044357634e487b7160e01b600052604160045260246000fd5b60405190808252806020026020018201604052801561046c578160200160208202803683370190505b50905060005b845181101561050e576104d385828151811061049e57634e487b7160e01b600052603260045260246000fd5b60200260200101518583815181106104c657634e487b7160e01b600052603260045260246000fd5b602002602001015161018c565b8282815181106104f357634e487b7160e01b600052603260045260246000fd5b6020908102919091010152610507816113a7565b9050610472565b509392505050565b816001600160a01b03166105286106c3565b6001600160a01b031614156105915760405162461bcd60e51b815260206004820152602960248201527f455243313135353a2073657474696e6720617070726f76616c20737461747573604482015268103337b91039b2b63360b91b60648201526084016101f4565b806001600061059e6106c3565b6001600160a01b03908116825260208083019390935260409182016000908120918716808252919093529120805460ff1916921515929092179091556105e26106c3565b6001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c318360405161061e911515815260200190565b60405180910390a35050565b6106326106c3565b6001600160a01b0316856001600160a01b0316148061065857506106588561014b6106c3565b6106b65760405162461bcd60e51b815260206004820152602960248201527f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260448201526808185c1c1c9bdd995960ba1b60648201526084016101f4565b6103ad8585858585610917565b335b90565b815183511461072a5760405162461bcd60e51b815260206004820152602860248201527f455243313135353a2069647320616e6420616d6f756e7473206c656e677468206044820152670dad2e6dac2e8c6d60c31b60648201526084016101f4565b6001600160a01b0384166107505760405162461bcd60e51b81526004016101f49061125d565b600061075a6106c3565b905060005b84518110156108a957600085828151811061078a57634e487b7160e01b600052603260045260246000fd5b6020026020010151905060008583815181106107b657634e487b7160e01b600052603260045260246000fd5b602090810291909101810151600084815280835260408082206001600160a01b038e1683529093529190912054909150818110156108065760405162461bcd60e51b81526004016101f4906112a2565b6108108282611328565b60008085815260200190815260200160002060008c6001600160a01b03166001600160a01b03168152602001908152602001600020819055508160008085815260200190815260200160002060008b6001600160a01b03166001600160a01b03168152602001908152602001600020600082825461088e9190611310565b92505081905550505050806108a2906113a7565b905061075f565b50846001600160a01b0316866001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb87876040516108f99291906111d4565b60405180910390a461090f818787878787610a51565b505050505050565b6001600160a01b03841661093d5760405162461bcd60e51b81526004016101f49061125d565b60006109476106c3565b905061096181878761095888610bbc565b6103ad88610bbc565b6000848152602081815260408083206001600160a01b038a168452909152902054838110156109a25760405162461bcd60e51b81526004016101f4906112a2565b6109ac8482611328565b6000868152602081815260408083206001600160a01b038c811685529252808320939093558816815290812080548692906109e8908490611310565b909155505060408051868152602081018690526001600160a01b03808916928a821692918616917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a4610a48828888888888610c15565b50505050505050565b6001600160a01b0384163b1561090f5760405163bc197c8160e01b81526001600160a01b0385169063bc197c8190610a95908990899088908890889060040161111e565b602060405180830381600087803b158015610aaf57600080fd5b505af1925050508015610adf575060408051601f3d908101601f19168201909252610adc91810190611065565b60015b610b8c57610aeb6113ee565b806308c379a01415610b255750610b00611405565b80610b0b5750610b27565b8060405162461bcd60e51b81526004016101f49190611202565b505b60405162461bcd60e51b815260206004820152603460248201527f455243313135353a207472616e7366657220746f206e6f6e20455243313135356044820152732932b1b2b4bb32b91034b6b83632b6b2b73a32b960611b60648201526084016101f4565b6001600160e01b0319811663bc197c8160e01b14610a485760405162461bcd60e51b81526004016101f490611215565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110610c0457634e487b7160e01b600052603260045260246000fd5b602090810291909101015292915050565b6001600160a01b0384163b1561090f5760405163f23a6e6160e01b81526001600160a01b0385169063f23a6e6190610c59908990899088908890889060040161117c565b602060405180830381600087803b158015610c7357600080fd5b505af1925050508015610ca3575060408051601f3d908101601f19168201909252610ca091810190611065565b60015b610caf57610aeb6113ee565b6001600160e01b0319811663f23a6e6160e01b14610a485760405162461bcd60e51b81526004016101f490611215565b80356001600160a01b038116811461027257600080fd5b600082601f830112610d06578081fd5b81356020610d13826112ec565b604051610d20828261137a565b8381528281019150858301600585901b87018401881015610d3f578586fd5b855b85811015610d5d57813584529284019290840190600101610d41565b5090979650505050505050565b600082601f830112610d7a578081fd5b813567ffffffffffffffff811115610d9457610d946113d8565b604051610dab601f8301601f19166020018261137a565b818152846020838601011115610dbf578283fd5b816020850160208301379081016020019190915292915050565b60008060408385031215610deb578182fd5b610df483610cdf565b9150610e0260208401610cdf565b90509250929050565b600080600080600060a08688031215610e22578081fd5b610e2b86610cdf565b9450610e3960208701610cdf565b9350604086013567ffffffffffffffff80821115610e55578283fd5b610e6189838a01610cf6565b94506060880135915080821115610e76578283fd5b610e8289838a01610cf6565b93506080880135915080821115610e97578283fd5b50610ea488828901610d6a565b9150509295509295909350565b600080600080600060a08688031215610ec8578081fd5b610ed186610cdf565b9450610edf60208701610cdf565b93506040860135925060608601359150608086013567ffffffffffffffff811115610f08578182fd5b610ea488828901610d6a565b60008060408385031215610f26578182fd5b610f2f83610cdf565b915060208301358015158114610f43578182fd5b809150509250929050565b60008060408385031215610f60578182fd5b610f6983610cdf565b946020939093013593505050565b60008060408385031215610f89578182fd5b823567ffffffffffffffff80821115610fa0578384fd5b818501915085601f830112610fb3578384fd5b81356020610fc0826112ec565b604051610fcd828261137a565b8381528281019150858301600585901b870184018b1015610fec578889fd5b8896505b848710156110155761100181610cdf565b835260019690960195918301918301610ff0565b509650508601359250508082111561102b578283fd5b5061103885828601610cf6565b9150509250929050565b600060208284031215611053578081fd5b813561105e81611497565b9392505050565b600060208284031215611076578081fd5b815161105e81611497565b600060208284031215611092578081fd5b5035919050565b6000815180845260208085019450808401835b838110156110c8578151875295820195908201906001016110ac565b509495945050505050565b60008151808452815b818110156110f8576020818501810151868301820152016110dc565b818111156111095782602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b0386811682528516602082015260a06040820181905260009061114a90830186611099565b828103606084015261115c8186611099565b9050828103608084015261117081856110d3565b98975050505050505050565b6001600160a01b03868116825285166020820152604081018490526060810183905260a0608082018190526000906111b6908301846110d3565b979650505050505050565b60006020825261105e6020830184611099565b6000604082526111e76040830185611099565b82810360208401526111f98185611099565b95945050505050565b60006020825261105e60208301846110d3565b60208082526028908201527f455243313135353a204552433131353552656365697665722072656a656374656040820152676420746f6b656e7360c01b606082015260800190565b60208082526025908201527f455243313135353a207472616e7366657220746f20746865207a65726f206164604082015264647265737360d81b606082015260800190565b6020808252602a908201527f455243313135353a20696e73756666696369656e742062616c616e636520666f60408201526939103a3930b739b332b960b11b606082015260800190565b600067ffffffffffffffff821115611306576113066113d8565b5060051b60200190565b60008219821115611323576113236113c2565b500190565b60008282101561133a5761133a6113c2565b500390565b600181811c9082168061135357607f821691505b6020821081141561137457634e487b7160e01b600052602260045260246000fd5b50919050565b601f8201601f1916810167ffffffffffffffff811182821017156113a0576113a06113d8565b6040525050565b60006000198214156113bb576113bb6113c2565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b600060033d11156106c557600481823e5160e01c90565b600060443d1015611415576106c5565b6040516003193d81016004833e81513d67ffffffffffffffff81602484011181841117156114475750505050506106c5565b8285019150815181811115611461575050505050506106c5565b843d870101602082850101111561147d575050505050506106c5565b61148c6020828601018761137a565b509094505050505090565b6001600160e01b0319811681146114ad57600080fd5b5056fea26469706673582212205f8bd0b00ef58ebdb0c8544445e12f8981c1102a3493085a9ab078662c61aeeb64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Burnable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Burnable.json
new file mode 100644
index 0000000..7445563
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Burnable.json
@@ -0,0 +1,369 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1155Burnable",
+  "sourceName": "contracts/token/ERC1155/extensions/ERC1155Burnable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "TransferBatch",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "TransferSingle",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "string",
+          "name": "value",
+          "type": "string"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "URI",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "accounts",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "balanceOfBatch",
+      "outputs": [
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "burnBatch",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeBatchTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "name": "uri",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Holder.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Holder.json
new file mode 100644
index 0000000..b6e488e
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Holder.json
@@ -0,0 +1,108 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1155Holder",
+  "sourceName": "contracts/token/ERC1155/utils/ERC1155Holder.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC1155BatchReceived",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC1155Received",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x608060405234801561001057600080fd5b506103b8806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063bc197c811461006e578063f23a6e61146100a6575b600080fd5b61005961005436600461030c565b6100c5565b60405190151581526020015b60405180910390f35b61008d61007c366004610203565b63bc197c8160e01b95945050505050565b6040516001600160e01b03199091168152602001610065565b61008d6100b43660046102a9565b63f23a6e6160e01b95945050505050565b60006001600160e01b03198216630271189760e51b14806100f657506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b80356001600160a01b03811681146100f957600080fd5b600082601f830112610125578081fd5b8135602067ffffffffffffffff8211156101415761014161036c565b8160051b61015082820161033b565b83815282810190868401838801850189101561016a578687fd5b8693505b8584101561018c57803583526001939093019291840191840161016e565b50979650505050505050565b600082601f8301126101a8578081fd5b813567ffffffffffffffff8111156101c2576101c261036c565b6101d5601f8201601f191660200161033b565b8181528460208386010111156101e9578283fd5b816020850160208301379081016020019190915292915050565b600080600080600060a0868803121561021a578081fd5b610223866100fe565b9450610231602087016100fe565b9350604086013567ffffffffffffffff8082111561024d578283fd5b61025989838a01610115565b9450606088013591508082111561026e578283fd5b61027a89838a01610115565b9350608088013591508082111561028f578283fd5b5061029c88828901610198565b9150509295509295909350565b600080600080600060a086880312156102c0578081fd5b6102c9866100fe565b94506102d7602087016100fe565b93506040860135925060608601359150608086013567ffffffffffffffff811115610300578182fd5b61029c88828901610198565b60006020828403121561031d578081fd5b81356001600160e01b031981168114610334578182fd5b9392505050565b604051601f8201601f1916810167ffffffffffffffff811182821017156103645761036461036c565b604052919050565b634e487b7160e01b600052604160045260246000fdfea2646970667358221220ce133e42856bcf1d034977c092b7d29bbeeeab13cc0626462daf51a1ce48bd7b64736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063bc197c811461006e578063f23a6e61146100a6575b600080fd5b61005961005436600461030c565b6100c5565b60405190151581526020015b60405180910390f35b61008d61007c366004610203565b63bc197c8160e01b95945050505050565b6040516001600160e01b03199091168152602001610065565b61008d6100b43660046102a9565b63f23a6e6160e01b95945050505050565b60006001600160e01b03198216630271189760e51b14806100f657506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b80356001600160a01b03811681146100f957600080fd5b600082601f830112610125578081fd5b8135602067ffffffffffffffff8211156101415761014161036c565b8160051b61015082820161033b565b83815282810190868401838801850189101561016a578687fd5b8693505b8584101561018c57803583526001939093019291840191840161016e565b50979650505050505050565b600082601f8301126101a8578081fd5b813567ffffffffffffffff8111156101c2576101c261036c565b6101d5601f8201601f191660200161033b565b8181528460208386010111156101e9578283fd5b816020850160208301379081016020019190915292915050565b600080600080600060a0868803121561021a578081fd5b610223866100fe565b9450610231602087016100fe565b9350604086013567ffffffffffffffff8082111561024d578283fd5b61025989838a01610115565b9450606088013591508082111561026e578283fd5b61027a89838a01610115565b9350608088013591508082111561028f578283fd5b5061029c88828901610198565b9150509295509295909350565b600080600080600060a086880312156102c0578081fd5b6102c9866100fe565b94506102d7602087016100fe565b93506040860135925060608601359150608086013567ffffffffffffffff811115610300578182fd5b61029c88828901610198565b60006020828403121561031d578081fd5b81356001600160e01b031981168114610334578182fd5b9392505050565b604051601f8201601f1916810167ffffffffffffffff811182821017156103645761036461036c565b604052919050565b634e487b7160e01b600052604160045260246000fdfea2646970667358221220ce133e42856bcf1d034977c092b7d29bbeeeab13cc0626462daf51a1ce48bd7b64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Pausable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Pausable.json
new file mode 100644
index 0000000..6bc8b62
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Pausable.json
@@ -0,0 +1,362 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1155Pausable",
+  "sourceName": "contracts/token/ERC1155/extensions/ERC1155Pausable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "TransferBatch",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "TransferSingle",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "string",
+          "name": "value",
+          "type": "string"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "URI",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "accounts",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "balanceOfBatch",
+      "outputs": [
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeBatchTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "name": "uri",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155PresetMinterPauser.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155PresetMinterPauser.json
new file mode 100644
index 0000000..4d99401
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155PresetMinterPauser.json
@@ -0,0 +1,743 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1155PresetMinterPauser",
+  "sourceName": "contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "uri",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "previousAdminRole",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "newAdminRole",
+          "type": "bytes32"
+        }
+      ],
+      "name": "RoleAdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleGranted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleRevoked",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "TransferBatch",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "TransferSingle",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "string",
+          "name": "value",
+          "type": "string"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "URI",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DEFAULT_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "MINTER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "PAUSER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "accounts",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "balanceOfBatch",
+      "outputs": [
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "burnBatch",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "getRoleMember",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleMemberCount",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "mint",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "mintBatch",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "pause",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeBatchTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "unpause",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "name": "uri",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162002eb438038062002eb48339810160408190526200003491620002d8565b806200004081620000b8565b506005805460ff19169055620000596000335b620000d1565b620000857f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a63362000053565b620000b17f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a3362000053565b5062000401565b8051620000cd90600490602084019062000232565b5050565b620000e882826200011460201b62000b791760201c565b60008281526001602090815260409091206200010f91839062000b8762000120821b17901c565b505050565b620000cd828262000140565b600062000137836001600160a01b038416620001e0565b90505b92915050565b6000828152602081815260408083206001600160a01b038516845290915290205460ff16620000cd576000828152602081815260408083206001600160a01b03851684529091529020805460ff191660011790556200019c3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b600081815260018301602052604081205462000229575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556200013a565b5060006200013a565b8280546200024090620003ae565b90600052602060002090601f016020900481019282620002645760008555620002af565b82601f106200027f57805160ff1916838001178555620002af565b82800160010185558215620002af579182015b82811115620002af57825182559160200191906001019062000292565b50620002bd929150620002c1565b5090565b5b80821115620002bd5760008155600101620002c2565b60006020808385031215620002eb578182fd5b82516001600160401b038082111562000302578384fd5b818501915085601f83011262000316578384fd5b8151818111156200032b576200032b620003eb565b604051601f8201601f19908116603f01168101908382118183101715620003565762000356620003eb565b8160405282815288868487010111156200036e578687fd5b8693505b8284101562000391578484018601518185018701529285019262000372565b82841115620003a257868684830101525b98975050505050505050565b600181811c90821680620003c357607f821691505b60208210811415620003e557634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b612aa380620004116000396000f3fe608060405234801561001057600080fd5b50600436106101725760003560e01c8063731133e9116100de578063ca15c87311610097578063e63ab1e911610071578063e63ab1e914610355578063e985e9c51461037c578063f242432a146103b8578063f5298aca146103cb57610172565b8063ca15c87314610308578063d53913931461031b578063d547741f1461034257610172565b8063731133e9146102945780638456cb59146102a75780639010d07c146102af57806391d14854146102da578063a217fddf146102ed578063a22cb465146102f557610172565b80632f2ff15d116101305780632f2ff15d1461022b57806336568abe1461023e5780633f4ba83a146102515780634e1273f4146102595780635c975abb146102795780636b20c4541461028157610172565b8062fdd58e1461017757806301ffc9a71461019d5780630e89341c146101c05780631f7fdffa146101e0578063248a9ca3146101f55780632eb2c2d614610218575b600080fd5b61018a6101853660046121dc565b6103de565b6040519081526020015b60405180910390f35b6101b06101ab3660046123b0565b61047a565b6040519015158152602001610194565b6101d36101ce366004612355565b61048d565b60405161019491906125a7565b6101f36101ee36600461210d565b610521565b005b61018a610203366004612355565b60009081526020819052604090206001015490565b6101f3610226366004611f93565b610579565b6101f361023936600461236d565b610610565b6101f361024c36600461236d565b610637565b6101f3610659565b61026c61026736600461228a565b6106ff565b6040516101949190612566565b6101b0610861565b6101f361028f36600461209c565b61086b565b6101f36102a2366004612237565b6108ae565b6101f3610900565b6102c26102bd36600461238f565b6109a4565b6040516001600160a01b039091168152602001610194565b6101b06102e836600461236d565b6109c3565b61018a600081565b6101f36103033660046121a2565b6109ec565b61018a610316366004612355565b610ad0565b61018a7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b6101f361035036600461236d565b610ae7565b61018a7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b6101b061038a366004611f61565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205460ff1690565b6101f36103c6366004612039565b610af1565b6101f36103d9366004612205565b610b36565b60006001600160a01b03831661044f5760405162461bcd60e51b815260206004820152602b60248201527f455243313135353a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b60648201526084015b60405180910390fd5b5060008181526002602090815260408083206001600160a01b03861684529091529020545b92915050565b600061048582610b9c565b90505b919050565b60606004805461049c906128fc565b80601f01602080910402602001604051908101604052809291908181526020018280546104c8906128fc565b80156105155780601f106104ea57610100808354040283529160200191610515565b820191906000526020600020905b8154815290600101906020018083116104f857829003601f168201915b50505050509050919050565b61054b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6336102e8565b6105675760405162461bcd60e51b815260040161044690612717565b61057384848484610bdc565b50505050565b6001600160a01b0385163314806105955750610595853361038a565b6105fc5760405162461bcd60e51b815260206004820152603260248201527f455243313135353a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b6064820152608401610446565b6106098585858585610d53565b5050505050565b61061a8282610f67565b60008281526001602052604090206106329082610b87565b505050565b6106418282610f8e565b60008281526001602052604090206106329082611008565b6106837f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a336102e8565b6106f55760405162461bcd60e51b815260206004820152603b60248201527f455243313135355072657365744d696e7465725061757365723a206d7573742060448201527f686176652070617573657220726f6c6520746f20756e706175736500000000006064820152608401610446565b6106fd61101d565b565b606081518351146107645760405162461bcd60e51b815260206004820152602960248201527f455243313135353a206163636f756e747320616e6420696473206c656e677468604482015268040dad2e6dac2e8c6d60bb1b6064820152608401610446565b6000835167ffffffffffffffff81111561078e57634e487b7160e01b600052604160045260246000fd5b6040519080825280602002602001820160405280156107b7578160200160208202803683370190505b50905060005b84518110156108595761081e8582815181106107e957634e487b7160e01b600052603260045260246000fd5b602002602001015185838151811061081157634e487b7160e01b600052603260045260246000fd5b60200260200101516103de565b82828151811061083e57634e487b7160e01b600052603260045260246000fd5b602090810291909101015261085281612964565b90506107bd565b509392505050565b60055460ff165b90565b6001600160a01b0383163314806108875750610887833361038a565b6108a35760405162461bcd60e51b815260040161044690612646565b6106328383836110b2565b6108d87f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6336102e8565b6108f45760405162461bcd60e51b815260040161044690612717565b6105738484848461126c565b61092a7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a336102e8565b61099c5760405162461bcd60e51b815260206004820152603960248201527f455243313135355072657365744d696e7465725061757365723a206d7573742060448201527f686176652070617573657220726f6c6520746f207061757365000000000000006064820152608401610446565b6106fd611344565b60008281526001602052604081206109bc90836113c1565b9392505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b336001600160a01b0383161415610a575760405162461bcd60e51b815260206004820152602960248201527f455243313135353a2073657474696e6720617070726f76616c20737461747573604482015268103337b91039b2b63360b91b6064820152608401610446565b3360008181526003602090815260408083206001600160a01b0387168085529252909120805460ff1916841515179055906001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610ac4911515815260200190565b60405180910390a35050565b6000818152600160205260408120610485906113cd565b61064182826113d7565b6001600160a01b038516331480610b0d5750610b0d853361038a565b610b295760405162461bcd60e51b815260040161044690612646565b61060985858585856113fd565b6001600160a01b038316331480610b525750610b52833361038a565b610b6e5760405162461bcd60e51b815260040161044690612646565b610632838383611527565b610b838282611634565b5050565b60006109bc836001600160a01b0384166116b8565b60006001600160e01b03198216636cdb3d1360e11b1480610bcd57506001600160e01b031982166303a24d0760e21b145b80610485575061048582611707565b6001600160a01b038416610c025760405162461bcd60e51b815260040161044690612806565b8151835114610c235760405162461bcd60e51b8152600401610446906127be565b33610c338160008787878761172c565b60005b8451811015610ceb57838181518110610c5f57634e487b7160e01b600052603260045260246000fd5b602002602001015160026000878481518110610c8b57634e487b7160e01b600052603260045260246000fd5b602002602001015181526020019081526020016000206000886001600160a01b03166001600160a01b031681526020019081526020016000206000828254610cd3919061286b565b90915550819050610ce381612964565b915050610c36565b50846001600160a01b031660006001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610d3c929190612579565b60405180910390a46106098160008787878761173a565b8151835114610d745760405162461bcd60e51b8152600401610446906127be565b6001600160a01b038416610d9a5760405162461bcd60e51b81526004016104469061268f565b33610da981878787878761172c565b60005b8451811015610ef9576000858281518110610dd757634e487b7160e01b600052603260045260246000fd5b602002602001015190506000858381518110610e0357634e487b7160e01b600052603260045260246000fd5b60209081029190910181015160008481526002835260408082206001600160a01b038e168352909352919091205490915081811015610e545760405162461bcd60e51b815260040161044690612774565b610e5e82826128a2565b6002600085815260200190815260200160002060008c6001600160a01b03166001600160a01b0316815260200190815260200160002081905550816002600085815260200190815260200160002060008b6001600160a01b03166001600160a01b031681526020019081526020016000206000828254610ede919061286b565b9250508190555050505080610ef290612964565b9050610dac565b50846001600160a01b0316866001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610f49929190612579565b60405180910390a4610f5f81878787878761173a565b505050505050565b600082815260208190526040902060010154610f8481335b6118a5565b6106328383611634565b6001600160a01b0381163314610ffe5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b6064820152608401610446565b610b838282611909565b60006109bc836001600160a01b03841661196e565b611025610861565b6110685760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152606401610446565b6005805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6001600160a01b0383166110d85760405162461bcd60e51b8152600401610446906126d4565b80518251146110f95760405162461bcd60e51b8152600401610446906127be565b600033905061111c8185600086866040518060200160405280600081525061172c565b60005b835181101561120d57600084828151811061114a57634e487b7160e01b600052603260045260246000fd5b60200260200101519050600084838151811061117657634e487b7160e01b600052603260045260246000fd5b60209081029190910181015160008481526002835260408082206001600160a01b038c1683529093529190912054909150818110156111c75760405162461bcd60e51b815260040161044690612602565b6111d182826128a2565b60009384526002602090815260408086206001600160a01b038c168752909152909320929092555081905061120581612964565b91505061111f565b5060006001600160a01b0316846001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb868660405161125e929190612579565b60405180910390a450505050565b6001600160a01b0384166112925760405162461bcd60e51b815260040161044690612806565b336112b2816000876112a388611a8b565b6112ac88611a8b565b8761172c565b60008481526002602090815260408083206001600160a01b0389168452909152812080548592906112e490849061286b565b909155505060408051858152602081018590526001600160a01b0380881692600092918516917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a461060981600087878787611ae4565b61134c610861565b1561138c5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606401610446565b6005805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586110953390565b60006109bc8383611bae565b6000610485825490565b6000828152602081905260409020600101546113f38133610f7f565b6106328383611909565b6001600160a01b0384166114235760405162461bcd60e51b81526004016104469061268f565b336114338187876112a388611a8b565b60008481526002602090815260408083206001600160a01b038a168452909152902054838110156114765760405162461bcd60e51b815260040161044690612774565b61148084826128a2565b60008681526002602090815260408083206001600160a01b038c811685529252808320939093558816815290812080548692906114be90849061286b565b909155505060408051868152602081018690526001600160a01b03808916928a821692918616917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a461151e828888888888611ae4565b50505050505050565b6001600160a01b03831661154d5760405162461bcd60e51b8152600401610446906126d4565b3361157c8185600061155e87611a8b565b61156787611a8b565b6040518060200160405280600081525061172c565b60008381526002602090815260408083206001600160a01b0388168452909152902054828110156115bf5760405162461bcd60e51b815260040161044690612602565b6115c983826128a2565b60008581526002602090815260408083206001600160a01b038a811680865291845282852095909555815189815292830188905292938616917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a45050505050565b61163e82826109c3565b610b83576000828152602081815260408083206001600160a01b03851684529091529020805460ff191660011790556116743390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b60008181526001830160205260408120546116ff57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610474565b506000610474565b60006001600160e01b03198216635a05180f60e01b1480610485575061048582611be6565b610f5f868686868686611c1b565b6001600160a01b0384163b15610f5f5760405163bc197c8160e01b81526001600160a01b0385169063bc197c819061177e90899089908890889088906004016124c3565b602060405180830381600087803b15801561179857600080fd5b505af19250505080156117c8575060408051601f3d908101601f191682019092526117c5918101906123cc565b60015b611875576117d46129ab565b806308c379a0141561180e57506117e96129c2565b806117f45750611810565b8060405162461bcd60e51b815260040161044691906125a7565b505b60405162461bcd60e51b815260206004820152603460248201527f455243313135353a207472616e7366657220746f206e6f6e20455243313135356044820152732932b1b2b4bb32b91034b6b83632b6b2b73a32b960611b6064820152608401610446565b6001600160e01b0319811663bc197c8160e01b1461151e5760405162461bcd60e51b8152600401610446906125ba565b6118af82826109c3565b610b83576118c7816001600160a01b03166014611c85565b6118d2836020611c85565b6040516020016118e392919061244e565b60408051601f198184030181529082905262461bcd60e51b8252610446916004016125a7565b61191382826109c3565b15610b83576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60008181526001830160205260408120548015611a815760006119926001836128a2565b85549091506000906119a6906001906128a2565b9050818114611a275760008660000182815481106119d457634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905080876000018481548110611a0557634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255918252600188019052604090208390555b8554869080611a4657634e487b7160e01b600052603160045260246000fd5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610474565b6000915050610474565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110611ad357634e487b7160e01b600052603260045260246000fd5b602090810291909101015292915050565b6001600160a01b0384163b15610f5f5760405163f23a6e6160e01b81526001600160a01b0385169063f23a6e6190611b289089908990889088908890600401612521565b602060405180830381600087803b158015611b4257600080fd5b505af1925050508015611b72575060408051601f3d908101601f19168201909252611b6f918101906123cc565b60015b611b7e576117d46129ab565b6001600160e01b0319811663f23a6e6160e01b1461151e5760405162461bcd60e51b8152600401610446906125ba565b6000826000018281548110611bd357634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905092915050565b60006001600160e01b03198216637965db0b60e01b148061048557506301ffc9a760e01b6001600160e01b0319831614610485565b611c23610861565b15610f5f5760405162461bcd60e51b815260206004820152602c60248201527f455243313135355061757361626c653a20746f6b656e207472616e736665722060448201526b1dda1a5b19481c185d5cd95960a21b6064820152608401610446565b60606000611c94836002612883565b611c9f90600261286b565b67ffffffffffffffff811115611cc557634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611cef576020820181803683370190505b509050600360fc1b81600081518110611d1857634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b81600181518110611d5557634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a9053506000611d79846002612883565b611d8490600161286b565b90505b6001811115611e18576f181899199a1a9b1b9c1cb0b131b232b360811b85600f1660108110611dc657634e487b7160e01b600052603260045260246000fd5b1a60f81b828281518110611dea57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c93611e11816128e5565b9050611d87565b5083156109bc5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610446565b80356001600160a01b038116811461048857600080fd5b600082601f830112611e8e578081fd5b81356020611e9b82612847565b604051611ea88282612937565b8381528281019150858301600585901b87018401881015611ec7578586fd5b855b85811015611ee557813584529284019290840190600101611ec9565b5090979650505050505050565b600082601f830112611f02578081fd5b813567ffffffffffffffff811115611f1c57611f1c612995565b604051611f33601f8301601f191660200182612937565b818152846020838601011115611f47578283fd5b816020850160208301379081016020019190915292915050565b60008060408385031215611f73578182fd5b611f7c83611e67565b9150611f8a60208401611e67565b90509250929050565b600080600080600060a08688031215611faa578081fd5b611fb386611e67565b9450611fc160208701611e67565b9350604086013567ffffffffffffffff80821115611fdd578283fd5b611fe989838a01611e7e565b94506060880135915080821115611ffe578283fd5b61200a89838a01611e7e565b9350608088013591508082111561201f578283fd5b5061202c88828901611ef2565b9150509295509295909350565b600080600080600060a08688031215612050578081fd5b61205986611e67565b945061206760208701611e67565b93506040860135925060608601359150608086013567ffffffffffffffff811115612090578182fd5b61202c88828901611ef2565b6000806000606084860312156120b0578283fd5b6120b984611e67565b9250602084013567ffffffffffffffff808211156120d5578384fd5b6120e187838801611e7e565b935060408601359150808211156120f6578283fd5b5061210386828701611e7e565b9150509250925092565b60008060008060808587031215612122578384fd5b61212b85611e67565b9350602085013567ffffffffffffffff80821115612147578485fd5b61215388838901611e7e565b94506040870135915080821115612168578384fd5b61217488838901611e7e565b93506060870135915080821115612189578283fd5b5061219687828801611ef2565b91505092959194509250565b600080604083850312156121b4578182fd5b6121bd83611e67565b9150602083013580151581146121d1578182fd5b809150509250929050565b600080604083850312156121ee578182fd5b6121f783611e67565b946020939093013593505050565b600080600060608486031215612219578081fd5b61222284611e67565b95602085013595506040909401359392505050565b6000806000806080858703121561224c578182fd5b61225585611e67565b93506020850135925060408501359150606085013567ffffffffffffffff81111561227e578182fd5b61219687828801611ef2565b6000806040838503121561229c578182fd5b823567ffffffffffffffff808211156122b3578384fd5b818501915085601f8301126122c6578384fd5b813560206122d382612847565b6040516122e08282612937565b8381528281019150858301600585901b870184018b10156122ff578889fd5b8896505b848710156123285761231481611e67565b835260019690960195918301918301612303565b509650508601359250508082111561233e578283fd5b5061234b85828601611e7e565b9150509250929050565b600060208284031215612366578081fd5b5035919050565b6000806040838503121561237f578182fd5b82359150611f8a60208401611e67565b600080604083850312156123a1578182fd5b50508035926020909101359150565b6000602082840312156123c1578081fd5b81356109bc81612a54565b6000602082840312156123dd578081fd5b81516109bc81612a54565b6000815180845260208085019450808401835b83811015612417578151875295820195908201906001016123fb565b509495945050505050565b6000815180845261243a8160208601602086016128b9565b601f01601f19169290920160200192915050565b60007f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000825283516124868160178501602088016128b9565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516124b78160288401602088016128b9565b01602801949350505050565b6001600160a01b0386811682528516602082015260a0604082018190526000906124ef908301866123e8565b828103606084015261250181866123e8565b905082810360808401526125158185612422565b98975050505050505050565b6001600160a01b03868116825285166020820152604081018490526060810183905260a06080820181905260009061255b90830184612422565b979650505050505050565b6000602082526109bc60208301846123e8565b60006040825261258c60408301856123e8565b828103602084015261259e81856123e8565b95945050505050565b6000602082526109bc6020830184612422565b60208082526028908201527f455243313135353a204552433131353552656365697665722072656a656374656040820152676420746f6b656e7360c01b606082015260800190565b60208082526024908201527f455243313135353a206275726e20616d6f756e7420657863656564732062616c604082015263616e636560e01b606082015260800190565b60208082526029908201527f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260408201526808185c1c1c9bdd995960ba1b606082015260800190565b60208082526025908201527f455243313135353a207472616e7366657220746f20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526023908201527f455243313135353a206275726e2066726f6d20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526038908201527f455243313135355072657365744d696e7465725061757365723a206d7573742060408201527f68617665206d696e74657220726f6c6520746f206d696e740000000000000000606082015260800190565b6020808252602a908201527f455243313135353a20696e73756666696369656e742062616c616e636520666f60408201526939103a3930b739b332b960b11b606082015260800190565b60208082526028908201527f455243313135353a2069647320616e6420616d6f756e7473206c656e677468206040820152670dad2e6dac2e8c6d60c31b606082015260800190565b60208082526021908201527f455243313135353a206d696e7420746f20746865207a65726f206164647265736040820152607360f81b606082015260800190565b600067ffffffffffffffff82111561286157612861612995565b5060051b60200190565b6000821982111561287e5761287e61297f565b500190565b600081600019048311821515161561289d5761289d61297f565b500290565b6000828210156128b4576128b461297f565b500390565b60005b838110156128d45781810151838201526020016128bc565b838111156105735750506000910152565b6000816128f4576128f461297f565b506000190190565b600181811c9082168061291057607f821691505b6020821081141561293157634e487b7160e01b600052602260045260246000fd5b50919050565b601f8201601f1916810167ffffffffffffffff8111828210171561295d5761295d612995565b6040525050565b60006000198214156129785761297861297f565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b600060033d111561086857600481823e5160e01c90565b600060443d10156129d257610868565b6040516003193d81016004833e81513d67ffffffffffffffff8160248401118184111715612a04575050505050610868565b8285019150815181811115612a1e57505050505050610868565b843d8701016020828501011115612a3a57505050505050610868565b612a4960208286010187612937565b509094505050505090565b6001600160e01b031981168114612a6a57600080fd5b5056fea264697066735822122074b5a4e8f4df5e0dea6e93ab11195726e2f663797319e41b8eff181e40a16ae964736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101725760003560e01c8063731133e9116100de578063ca15c87311610097578063e63ab1e911610071578063e63ab1e914610355578063e985e9c51461037c578063f242432a146103b8578063f5298aca146103cb57610172565b8063ca15c87314610308578063d53913931461031b578063d547741f1461034257610172565b8063731133e9146102945780638456cb59146102a75780639010d07c146102af57806391d14854146102da578063a217fddf146102ed578063a22cb465146102f557610172565b80632f2ff15d116101305780632f2ff15d1461022b57806336568abe1461023e5780633f4ba83a146102515780634e1273f4146102595780635c975abb146102795780636b20c4541461028157610172565b8062fdd58e1461017757806301ffc9a71461019d5780630e89341c146101c05780631f7fdffa146101e0578063248a9ca3146101f55780632eb2c2d614610218575b600080fd5b61018a6101853660046121dc565b6103de565b6040519081526020015b60405180910390f35b6101b06101ab3660046123b0565b61047a565b6040519015158152602001610194565b6101d36101ce366004612355565b61048d565b60405161019491906125a7565b6101f36101ee36600461210d565b610521565b005b61018a610203366004612355565b60009081526020819052604090206001015490565b6101f3610226366004611f93565b610579565b6101f361023936600461236d565b610610565b6101f361024c36600461236d565b610637565b6101f3610659565b61026c61026736600461228a565b6106ff565b6040516101949190612566565b6101b0610861565b6101f361028f36600461209c565b61086b565b6101f36102a2366004612237565b6108ae565b6101f3610900565b6102c26102bd36600461238f565b6109a4565b6040516001600160a01b039091168152602001610194565b6101b06102e836600461236d565b6109c3565b61018a600081565b6101f36103033660046121a2565b6109ec565b61018a610316366004612355565b610ad0565b61018a7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b6101f361035036600461236d565b610ae7565b61018a7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b6101b061038a366004611f61565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205460ff1690565b6101f36103c6366004612039565b610af1565b6101f36103d9366004612205565b610b36565b60006001600160a01b03831661044f5760405162461bcd60e51b815260206004820152602b60248201527f455243313135353a2062616c616e636520717565727920666f7220746865207a60448201526a65726f206164647265737360a81b60648201526084015b60405180910390fd5b5060008181526002602090815260408083206001600160a01b03861684529091529020545b92915050565b600061048582610b9c565b90505b919050565b60606004805461049c906128fc565b80601f01602080910402602001604051908101604052809291908181526020018280546104c8906128fc565b80156105155780601f106104ea57610100808354040283529160200191610515565b820191906000526020600020905b8154815290600101906020018083116104f857829003601f168201915b50505050509050919050565b61054b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6336102e8565b6105675760405162461bcd60e51b815260040161044690612717565b61057384848484610bdc565b50505050565b6001600160a01b0385163314806105955750610595853361038a565b6105fc5760405162461bcd60e51b815260206004820152603260248201527f455243313135353a207472616e736665722063616c6c6572206973206e6f74206044820152711bdddb995c881b9bdc88185c1c1c9bdd995960721b6064820152608401610446565b6106098585858585610d53565b5050505050565b61061a8282610f67565b60008281526001602052604090206106329082610b87565b505050565b6106418282610f8e565b60008281526001602052604090206106329082611008565b6106837f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a336102e8565b6106f55760405162461bcd60e51b815260206004820152603b60248201527f455243313135355072657365744d696e7465725061757365723a206d7573742060448201527f686176652070617573657220726f6c6520746f20756e706175736500000000006064820152608401610446565b6106fd61101d565b565b606081518351146107645760405162461bcd60e51b815260206004820152602960248201527f455243313135353a206163636f756e747320616e6420696473206c656e677468604482015268040dad2e6dac2e8c6d60bb1b6064820152608401610446565b6000835167ffffffffffffffff81111561078e57634e487b7160e01b600052604160045260246000fd5b6040519080825280602002602001820160405280156107b7578160200160208202803683370190505b50905060005b84518110156108595761081e8582815181106107e957634e487b7160e01b600052603260045260246000fd5b602002602001015185838151811061081157634e487b7160e01b600052603260045260246000fd5b60200260200101516103de565b82828151811061083e57634e487b7160e01b600052603260045260246000fd5b602090810291909101015261085281612964565b90506107bd565b509392505050565b60055460ff165b90565b6001600160a01b0383163314806108875750610887833361038a565b6108a35760405162461bcd60e51b815260040161044690612646565b6106328383836110b2565b6108d87f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6336102e8565b6108f45760405162461bcd60e51b815260040161044690612717565b6105738484848461126c565b61092a7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a336102e8565b61099c5760405162461bcd60e51b815260206004820152603960248201527f455243313135355072657365744d696e7465725061757365723a206d7573742060448201527f686176652070617573657220726f6c6520746f207061757365000000000000006064820152608401610446565b6106fd611344565b60008281526001602052604081206109bc90836113c1565b9392505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b336001600160a01b0383161415610a575760405162461bcd60e51b815260206004820152602960248201527f455243313135353a2073657474696e6720617070726f76616c20737461747573604482015268103337b91039b2b63360b91b6064820152608401610446565b3360008181526003602090815260408083206001600160a01b0387168085529252909120805460ff1916841515179055906001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610ac4911515815260200190565b60405180910390a35050565b6000818152600160205260408120610485906113cd565b61064182826113d7565b6001600160a01b038516331480610b0d5750610b0d853361038a565b610b295760405162461bcd60e51b815260040161044690612646565b61060985858585856113fd565b6001600160a01b038316331480610b525750610b52833361038a565b610b6e5760405162461bcd60e51b815260040161044690612646565b610632838383611527565b610b838282611634565b5050565b60006109bc836001600160a01b0384166116b8565b60006001600160e01b03198216636cdb3d1360e11b1480610bcd57506001600160e01b031982166303a24d0760e21b145b80610485575061048582611707565b6001600160a01b038416610c025760405162461bcd60e51b815260040161044690612806565b8151835114610c235760405162461bcd60e51b8152600401610446906127be565b33610c338160008787878761172c565b60005b8451811015610ceb57838181518110610c5f57634e487b7160e01b600052603260045260246000fd5b602002602001015160026000878481518110610c8b57634e487b7160e01b600052603260045260246000fd5b602002602001015181526020019081526020016000206000886001600160a01b03166001600160a01b031681526020019081526020016000206000828254610cd3919061286b565b90915550819050610ce381612964565b915050610c36565b50846001600160a01b031660006001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610d3c929190612579565b60405180910390a46106098160008787878761173a565b8151835114610d745760405162461bcd60e51b8152600401610446906127be565b6001600160a01b038416610d9a5760405162461bcd60e51b81526004016104469061268f565b33610da981878787878761172c565b60005b8451811015610ef9576000858281518110610dd757634e487b7160e01b600052603260045260246000fd5b602002602001015190506000858381518110610e0357634e487b7160e01b600052603260045260246000fd5b60209081029190910181015160008481526002835260408082206001600160a01b038e168352909352919091205490915081811015610e545760405162461bcd60e51b815260040161044690612774565b610e5e82826128a2565b6002600085815260200190815260200160002060008c6001600160a01b03166001600160a01b0316815260200190815260200160002081905550816002600085815260200190815260200160002060008b6001600160a01b03166001600160a01b031681526020019081526020016000206000828254610ede919061286b565b9250508190555050505080610ef290612964565b9050610dac565b50846001600160a01b0316866001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051610f49929190612579565b60405180910390a4610f5f81878787878761173a565b505050505050565b600082815260208190526040902060010154610f8481335b6118a5565b6106328383611634565b6001600160a01b0381163314610ffe5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b6064820152608401610446565b610b838282611909565b60006109bc836001600160a01b03841661196e565b611025610861565b6110685760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152606401610446565b6005805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6001600160a01b0383166110d85760405162461bcd60e51b8152600401610446906126d4565b80518251146110f95760405162461bcd60e51b8152600401610446906127be565b600033905061111c8185600086866040518060200160405280600081525061172c565b60005b835181101561120d57600084828151811061114a57634e487b7160e01b600052603260045260246000fd5b60200260200101519050600084838151811061117657634e487b7160e01b600052603260045260246000fd5b60209081029190910181015160008481526002835260408082206001600160a01b038c1683529093529190912054909150818110156111c75760405162461bcd60e51b815260040161044690612602565b6111d182826128a2565b60009384526002602090815260408086206001600160a01b038c168752909152909320929092555081905061120581612964565b91505061111f565b5060006001600160a01b0316846001600160a01b0316826001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb868660405161125e929190612579565b60405180910390a450505050565b6001600160a01b0384166112925760405162461bcd60e51b815260040161044690612806565b336112b2816000876112a388611a8b565b6112ac88611a8b565b8761172c565b60008481526002602090815260408083206001600160a01b0389168452909152812080548592906112e490849061286b565b909155505060408051858152602081018590526001600160a01b0380881692600092918516917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a461060981600087878787611ae4565b61134c610861565b1561138c5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606401610446565b6005805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586110953390565b60006109bc8383611bae565b6000610485825490565b6000828152602081905260409020600101546113f38133610f7f565b6106328383611909565b6001600160a01b0384166114235760405162461bcd60e51b81526004016104469061268f565b336114338187876112a388611a8b565b60008481526002602090815260408083206001600160a01b038a168452909152902054838110156114765760405162461bcd60e51b815260040161044690612774565b61148084826128a2565b60008681526002602090815260408083206001600160a01b038c811685529252808320939093558816815290812080548692906114be90849061286b565b909155505060408051868152602081018690526001600160a01b03808916928a821692918616917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a461151e828888888888611ae4565b50505050505050565b6001600160a01b03831661154d5760405162461bcd60e51b8152600401610446906126d4565b3361157c8185600061155e87611a8b565b61156787611a8b565b6040518060200160405280600081525061172c565b60008381526002602090815260408083206001600160a01b0388168452909152902054828110156115bf5760405162461bcd60e51b815260040161044690612602565b6115c983826128a2565b60008581526002602090815260408083206001600160a01b038a811680865291845282852095909555815189815292830188905292938616917fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62910160405180910390a45050505050565b61163e82826109c3565b610b83576000828152602081815260408083206001600160a01b03851684529091529020805460ff191660011790556116743390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b60008181526001830160205260408120546116ff57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610474565b506000610474565b60006001600160e01b03198216635a05180f60e01b1480610485575061048582611be6565b610f5f868686868686611c1b565b6001600160a01b0384163b15610f5f5760405163bc197c8160e01b81526001600160a01b0385169063bc197c819061177e90899089908890889088906004016124c3565b602060405180830381600087803b15801561179857600080fd5b505af19250505080156117c8575060408051601f3d908101601f191682019092526117c5918101906123cc565b60015b611875576117d46129ab565b806308c379a0141561180e57506117e96129c2565b806117f45750611810565b8060405162461bcd60e51b815260040161044691906125a7565b505b60405162461bcd60e51b815260206004820152603460248201527f455243313135353a207472616e7366657220746f206e6f6e20455243313135356044820152732932b1b2b4bb32b91034b6b83632b6b2b73a32b960611b6064820152608401610446565b6001600160e01b0319811663bc197c8160e01b1461151e5760405162461bcd60e51b8152600401610446906125ba565b6118af82826109c3565b610b83576118c7816001600160a01b03166014611c85565b6118d2836020611c85565b6040516020016118e392919061244e565b60408051601f198184030181529082905262461bcd60e51b8252610446916004016125a7565b61191382826109c3565b15610b83576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60008181526001830160205260408120548015611a815760006119926001836128a2565b85549091506000906119a6906001906128a2565b9050818114611a275760008660000182815481106119d457634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905080876000018481548110611a0557634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255918252600188019052604090208390555b8554869080611a4657634e487b7160e01b600052603160045260246000fd5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610474565b6000915050610474565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110611ad357634e487b7160e01b600052603260045260246000fd5b602090810291909101015292915050565b6001600160a01b0384163b15610f5f5760405163f23a6e6160e01b81526001600160a01b0385169063f23a6e6190611b289089908990889088908890600401612521565b602060405180830381600087803b158015611b4257600080fd5b505af1925050508015611b72575060408051601f3d908101601f19168201909252611b6f918101906123cc565b60015b611b7e576117d46129ab565b6001600160e01b0319811663f23a6e6160e01b1461151e5760405162461bcd60e51b8152600401610446906125ba565b6000826000018281548110611bd357634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905092915050565b60006001600160e01b03198216637965db0b60e01b148061048557506301ffc9a760e01b6001600160e01b0319831614610485565b611c23610861565b15610f5f5760405162461bcd60e51b815260206004820152602c60248201527f455243313135355061757361626c653a20746f6b656e207472616e736665722060448201526b1dda1a5b19481c185d5cd95960a21b6064820152608401610446565b60606000611c94836002612883565b611c9f90600261286b565b67ffffffffffffffff811115611cc557634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611cef576020820181803683370190505b509050600360fc1b81600081518110611d1857634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b81600181518110611d5557634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a9053506000611d79846002612883565b611d8490600161286b565b90505b6001811115611e18576f181899199a1a9b1b9c1cb0b131b232b360811b85600f1660108110611dc657634e487b7160e01b600052603260045260246000fd5b1a60f81b828281518110611dea57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c93611e11816128e5565b9050611d87565b5083156109bc5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610446565b80356001600160a01b038116811461048857600080fd5b600082601f830112611e8e578081fd5b81356020611e9b82612847565b604051611ea88282612937565b8381528281019150858301600585901b87018401881015611ec7578586fd5b855b85811015611ee557813584529284019290840190600101611ec9565b5090979650505050505050565b600082601f830112611f02578081fd5b813567ffffffffffffffff811115611f1c57611f1c612995565b604051611f33601f8301601f191660200182612937565b818152846020838601011115611f47578283fd5b816020850160208301379081016020019190915292915050565b60008060408385031215611f73578182fd5b611f7c83611e67565b9150611f8a60208401611e67565b90509250929050565b600080600080600060a08688031215611faa578081fd5b611fb386611e67565b9450611fc160208701611e67565b9350604086013567ffffffffffffffff80821115611fdd578283fd5b611fe989838a01611e7e565b94506060880135915080821115611ffe578283fd5b61200a89838a01611e7e565b9350608088013591508082111561201f578283fd5b5061202c88828901611ef2565b9150509295509295909350565b600080600080600060a08688031215612050578081fd5b61205986611e67565b945061206760208701611e67565b93506040860135925060608601359150608086013567ffffffffffffffff811115612090578182fd5b61202c88828901611ef2565b6000806000606084860312156120b0578283fd5b6120b984611e67565b9250602084013567ffffffffffffffff808211156120d5578384fd5b6120e187838801611e7e565b935060408601359150808211156120f6578283fd5b5061210386828701611e7e565b9150509250925092565b60008060008060808587031215612122578384fd5b61212b85611e67565b9350602085013567ffffffffffffffff80821115612147578485fd5b61215388838901611e7e565b94506040870135915080821115612168578384fd5b61217488838901611e7e565b93506060870135915080821115612189578283fd5b5061219687828801611ef2565b91505092959194509250565b600080604083850312156121b4578182fd5b6121bd83611e67565b9150602083013580151581146121d1578182fd5b809150509250929050565b600080604083850312156121ee578182fd5b6121f783611e67565b946020939093013593505050565b600080600060608486031215612219578081fd5b61222284611e67565b95602085013595506040909401359392505050565b6000806000806080858703121561224c578182fd5b61225585611e67565b93506020850135925060408501359150606085013567ffffffffffffffff81111561227e578182fd5b61219687828801611ef2565b6000806040838503121561229c578182fd5b823567ffffffffffffffff808211156122b3578384fd5b818501915085601f8301126122c6578384fd5b813560206122d382612847565b6040516122e08282612937565b8381528281019150858301600585901b870184018b10156122ff578889fd5b8896505b848710156123285761231481611e67565b835260019690960195918301918301612303565b509650508601359250508082111561233e578283fd5b5061234b85828601611e7e565b9150509250929050565b600060208284031215612366578081fd5b5035919050565b6000806040838503121561237f578182fd5b82359150611f8a60208401611e67565b600080604083850312156123a1578182fd5b50508035926020909101359150565b6000602082840312156123c1578081fd5b81356109bc81612a54565b6000602082840312156123dd578081fd5b81516109bc81612a54565b6000815180845260208085019450808401835b83811015612417578151875295820195908201906001016123fb565b509495945050505050565b6000815180845261243a8160208601602086016128b9565b601f01601f19169290920160200192915050565b60007f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000825283516124868160178501602088016128b9565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516124b78160288401602088016128b9565b01602801949350505050565b6001600160a01b0386811682528516602082015260a0604082018190526000906124ef908301866123e8565b828103606084015261250181866123e8565b905082810360808401526125158185612422565b98975050505050505050565b6001600160a01b03868116825285166020820152604081018490526060810183905260a06080820181905260009061255b90830184612422565b979650505050505050565b6000602082526109bc60208301846123e8565b60006040825261258c60408301856123e8565b828103602084015261259e81856123e8565b95945050505050565b6000602082526109bc6020830184612422565b60208082526028908201527f455243313135353a204552433131353552656365697665722072656a656374656040820152676420746f6b656e7360c01b606082015260800190565b60208082526024908201527f455243313135353a206275726e20616d6f756e7420657863656564732062616c604082015263616e636560e01b606082015260800190565b60208082526029908201527f455243313135353a2063616c6c6572206973206e6f74206f776e6572206e6f7260408201526808185c1c1c9bdd995960ba1b606082015260800190565b60208082526025908201527f455243313135353a207472616e7366657220746f20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526023908201527f455243313135353a206275726e2066726f6d20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526038908201527f455243313135355072657365744d696e7465725061757365723a206d7573742060408201527f68617665206d696e74657220726f6c6520746f206d696e740000000000000000606082015260800190565b6020808252602a908201527f455243313135353a20696e73756666696369656e742062616c616e636520666f60408201526939103a3930b739b332b960b11b606082015260800190565b60208082526028908201527f455243313135353a2069647320616e6420616d6f756e7473206c656e677468206040820152670dad2e6dac2e8c6d60c31b606082015260800190565b60208082526021908201527f455243313135353a206d696e7420746f20746865207a65726f206164647265736040820152607360f81b606082015260800190565b600067ffffffffffffffff82111561286157612861612995565b5060051b60200190565b6000821982111561287e5761287e61297f565b500190565b600081600019048311821515161561289d5761289d61297f565b500290565b6000828210156128b4576128b461297f565b500390565b60005b838110156128d45781810151838201526020016128bc565b838111156105735750506000910152565b6000816128f4576128f461297f565b506000190190565b600181811c9082168061291057607f821691505b6020821081141561293157634e487b7160e01b600052602260045260246000fd5b50919050565b601f8201601f1916810167ffffffffffffffff8111828210171561295d5761295d612995565b6040525050565b60006000198214156129785761297861297f565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b600060033d111561086857600481823e5160e01c90565b600060443d10156129d257610868565b6040516003193d81016004833e81513d67ffffffffffffffff8160248401118184111715612a04575050505050610868565b8285019150815181811115612a1e57505050505050610868565b843d8701016020828501011115612a3a57505050505050610868565b612a4960208286010187612937565b509094505050505090565b6001600160e01b031981168114612a6a57600080fd5b5056fea264697066735822122074b5a4e8f4df5e0dea6e93ab11195726e2f663797319e41b8eff181e40a16ae964736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Receiver.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Receiver.json
new file mode 100644
index 0000000..06e7d48
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1155Receiver.json
@@ -0,0 +1,108 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1155Receiver",
+  "sourceName": "contracts/token/ERC1155/utils/ERC1155Receiver.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC1155BatchReceived",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC1155Received",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165.json
new file mode 100644
index 0000000..e1bfd6b
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165.json
@@ -0,0 +1,30 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC165",
+  "sourceName": "contracts/utils/introspection/ERC165.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Checker.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Checker.json
new file mode 100644
index 0000000..2d47d30
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Checker.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC165Checker",
+  "sourceName": "contracts/utils/introspection/ERC165Checker.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c2a7a283625869a1b40f92d320387a6f12d745fd65c98de15020cd6ed7633efa64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c2a7a283625869a1b40f92d320387a6f12d745fd65c98de15020cd6ed7633efa64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Storage.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Storage.json
new file mode 100644
index 0000000..73e465a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC165Storage.json
@@ -0,0 +1,30 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC165Storage",
+  "sourceName": "contracts/utils/introspection/ERC165Storage.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1820Implementer.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1820Implementer.json
new file mode 100644
index 0000000..320c26d
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1820Implementer.json
@@ -0,0 +1,35 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1820Implementer",
+  "sourceName": "contracts/utils/introspection/ERC1820Implementer.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "interfaceHash",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "canImplementInterfaceForAddress",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x608060405234801561001057600080fd5b50610112806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063249cb3fa14602d575b600080fd5b603c603836600460a4565b604e565b60405190815260200160405180910390f35b6000828152602081815260408083206001600160a01b038516845290915281205460ff16607b576000609d565b7fa2ef4600d742022d532d4747cb3547474667d6f13804902513b2ec01c848f4b45b9392505050565b6000806040838503121560b5578182fd5b8235915060208301356001600160a01b038116811460d1578182fd5b80915050925092905056fea26469706673582212206570757c9c56adf748f168a36bd33ce2631739af87a33d48bb4e107f7d79b38f64736f6c63430008030033",
+  "deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c8063249cb3fa14602d575b600080fd5b603c603836600460a4565b604e565b60405190815260200160405180910390f35b6000828152602081815260408083206001600160a01b038516845290915281205460ff16607b576000609d565b7fa2ef4600d742022d532d4747cb3547474667d6f13804902513b2ec01c848f4b45b9392505050565b6000806040838503121560b5578182fd5b8235915060208301356001600160a01b038116811460d1578182fd5b80915050925092905056fea26469706673582212206570757c9c56adf748f168a36bd33ce2631739af87a33d48bb4e107f7d79b38f64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Proxy.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Proxy.json
new file mode 100644
index 0000000..067d161
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Proxy.json
@@ -0,0 +1,80 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1967Proxy",
+  "sourceName": "contracts/proxy/ERC1967/ERC1967Proxy.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "_logic",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "stateMutability": "payable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "previousAdmin",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "AdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "beacon",
+          "type": "address"
+        }
+      ],
+      "name": "BeaconUpgraded",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "Upgraded",
+      "type": "event"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "fallback"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "receive"
+    }
+  ],
+  "bytecode": "0x6080604052604051610772380380610772833981016040819052610022916102f7565b61004d60017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd61040f565b60008051602061072b8339815191521461007757634e487b7160e01b600052600160045260246000fd5b6100838282600061008a565b5050610474565b610093836100f4565b6040516001600160a01b038416907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a26000825111806100d45750805b156100ef576100ed83836101b460201b6100291760201c565b505b505050565b610107816101e060201b6100551760201c565b61016e5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b8061019360008051602061072b83398151915260001b6101e660201b61005b1760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b60606101d9838360405180606001604052806027815260200161074b602791396101e9565b9392505050565b3b151590565b90565b6060833b6102485760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610165565b600080856001600160a01b03168560405161026391906103c0565b600060405180830381855af49150503d806000811461029e576040519150601f19603f3d011682016040523d82523d6000602084013e6102a3565b606091505b5090925090506102b48282866102be565b9695505050505050565b606083156102cd5750816101d9565b8251156102dd5782518084602001fd5b8160405162461bcd60e51b815260040161016591906103dc565b60008060408385031215610309578182fd5b82516001600160a01b038116811461031f578283fd5b60208401519092506001600160401b038082111561033b578283fd5b818501915085601f83011261034e578283fd5b8151818111156103605761036061045e565b604051601f8201601f19908116603f011681019083821181831017156103885761038861045e565b816040528281528860208487010111156103a0578586fd5b6103b1836020830160208801610432565b80955050505050509250929050565b600082516103d2818460208701610432565b9190910192915050565b60006020825282518060208401526103fb816040850160208701610432565b601f01601f19169190910160400192915050565b60008282101561042d57634e487b7160e01b81526011600452602481fd5b500390565b60005b8381101561044d578181015183820152602001610435565b838111156100ed5750506000910152565b634e487b7160e01b600052604160045260246000fd5b6102a8806104836000396000f3fe60806040523661001357610011610017565b005b6100115b61002761002261005e565b610096565b565b606061004e838360405180606001604052806027815260200161024c602791396100ba565b9392505050565b3b151590565b90565b60006100917f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100b5573d6000f35b3d6000fd5b6060833b61011e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084015b60405180910390fd5b600080856001600160a01b03168560405161013991906101cc565b600060405180830381855af49150503d8060008114610174576040519150601f19603f3d011682016040523d82523d6000602084013e610179565b606091505b5091509150610189828286610193565b9695505050505050565b606083156101a257508161004e565b8251156101b25782518084602001fd5b8160405162461bcd60e51b815260040161011591906101e8565b600082516101de81846020870161021b565b9190910192915050565b600060208252825180602084015261020781604085016020870161021b565b601f01601f19169190910160400192915050565b60005b8381101561023657818101518382015260200161021e565b83811115610245576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206374a9b963db17893d278cfe1d4c37941a518b46b3b94b0554ea00017d241e2f64736f6c63430008030033360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
+  "deployedBytecode": "0x60806040523661001357610011610017565b005b6100115b61002761002261005e565b610096565b565b606061004e838360405180606001604052806027815260200161024c602791396100ba565b9392505050565b3b151590565b90565b60006100917f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100b5573d6000f35b3d6000fd5b6060833b61011e5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b60648201526084015b60405180910390fd5b600080856001600160a01b03168560405161013991906101cc565b600060405180830381855af49150503d8060008114610174576040519150601f19603f3d011682016040523d82523d6000602084013e610179565b606091505b5091509150610189828286610193565b9695505050505050565b606083156101a257508161004e565b8251156101b25782518084602001fd5b8160405162461bcd60e51b815260040161011591906101e8565b600082516101de81846020870161021b565b9190910192915050565b600060208252825180602084015261020781604085016020870161021b565b601f01601f19169190910160400192915050565b60005b8381101561023657818101518382015260200161021e565b83811115610245576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a26469706673582212206374a9b963db17893d278cfe1d4c37941a518b46b3b94b0554ea00017d241e2f64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Storage.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Storage.json
new file mode 100644
index 0000000..64143ef
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Storage.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1967Storage",
+  "sourceName": "contracts/proxy/ERC1967/ERC1967Storage.sol",
+  "abi": [],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Upgrade.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Upgrade.json
new file mode 100644
index 0000000..b827aab
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC1967Upgrade.json
@@ -0,0 +1,56 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC1967Upgrade",
+  "sourceName": "contracts/proxy/ERC1967/ERC1967Upgrade.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "previousAdmin",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "AdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "beacon",
+          "type": "address"
+        }
+      ],
+      "name": "BeaconUpgraded",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "Upgraded",
+      "type": "event"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20.json
new file mode 100644
index 0000000..cbb0047
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20.json
@@ -0,0 +1,297 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20",
+  "sourceName": "contracts/token/ERC20/ERC20.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name_",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol_",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162000b7938038062000b798339810160408190526200003491620001c1565b81516200004990600390602085019062000068565b5080516200005f90600490602084019062000068565b5050506200027b565b828054620000769062000228565b90600052602060002090601f0160209004810192826200009a5760008555620000e5565b82601f10620000b557805160ff1916838001178555620000e5565b82800160010185558215620000e5579182015b82811115620000e5578251825591602001919060010190620000c8565b50620000f3929150620000f7565b5090565b5b80821115620000f35760008155600101620000f8565b600082601f8301126200011f578081fd5b81516001600160401b03808211156200013c576200013c62000265565b604051601f8301601f19908116603f0116810190828211818310171562000167576200016762000265565b8160405283815260209250868385880101111562000183578485fd5b8491505b83821015620001a6578582018301518183018401529082019062000187565b83821115620001b757848385830101525b9695505050505050565b60008060408385031215620001d4578182fd5b82516001600160401b0380821115620001eb578384fd5b620001f9868387016200010e565b935060208501519150808211156200020f578283fd5b506200021e858286016200010e565b9150509250929050565b600181811c908216806200023d57607f821691505b602082108114156200025f57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6108ee806200028b6000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461012357806370a082311461013657806395d89b4114610149578063a457c2d714610151578063a9059cbb14610164578063dd62ed3e14610177576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd14610101578063313ce56714610114575b600080fd5b6100b66101b0565b6040516100c391906107e5565b60405180910390f35b6100df6100da3660046107bc565b610242565b60405190151581526020016100c3565b6002545b6040519081526020016100c3565b6100df61010f366004610781565b610258565b604051601281526020016100c3565b6100df6101313660046107bc565b61030e565b6100f361014436600461072e565b610345565b6100b6610364565b6100df61015f3660046107bc565b610373565b6100df6101723660046107bc565b61040e565b6100f361018536600461074f565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6060600380546101bf90610867565b80601f01602080910402602001604051908101604052809291908181526020018280546101eb90610867565b80156102385780601f1061020d57610100808354040283529160200191610238565b820191906000526020600020905b81548152906001019060200180831161021b57829003601f168201915b5050505050905090565b600061024f33848461041b565b50600192915050565b600061026584848461053f565b6001600160a01b0384166000908152600160209081526040808320338452909152902054828110156102ef5760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b61030385336102fe8685610850565b61041b565b506001949350505050565b3360008181526001602090815260408083206001600160a01b0387168452909152812054909161024f9185906102fe908690610838565b6001600160a01b0381166000908152602081905260409020545b919050565b6060600480546101bf90610867565b3360009081526001602090815260408083206001600160a01b0386168452909152812054828110156103f55760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016102e6565b61040433856102fe8685610850565b5060019392505050565b600061024f33848461053f565b6001600160a01b03831661047d5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016102e6565b6001600160a01b0382166104de5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016102e6565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166105a35760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016102e6565b6001600160a01b0382166106055760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016102e6565b6001600160a01b0383166000908152602081905260409020548181101561067d5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016102e6565b6106878282610850565b6001600160a01b0380861660009081526020819052604080822093909355908516815290812080548492906106bd908490610838565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161070991815260200190565b60405180910390a350505050565b80356001600160a01b038116811461035f57600080fd5b60006020828403121561073f578081fd5b61074882610717565b9392505050565b60008060408385031215610761578081fd5b61076a83610717565b915061077860208401610717565b90509250929050565b600080600060608486031215610795578081fd5b61079e84610717565b92506107ac60208501610717565b9150604084013590509250925092565b600080604083850312156107ce578182fd5b6107d783610717565b946020939093013593505050565b6000602080835283518082850152825b81811015610811578581018301518582016040015282016107f5565b818111156108225783604083870101525b50601f01601f1916929092016040019392505050565b6000821982111561084b5761084b6108a2565b500190565b600082821015610862576108626108a2565b500390565b600181811c9082168061087b57607f821691505b6020821081141561089c57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea2646970667358221220f532269c0b2ab7e801b67a95294344969d1b8ad08c1b2492d01cf2d1d05444cb64736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a95760003560e01c80633950935111610071578063395093511461012357806370a082311461013657806395d89b4114610149578063a457c2d714610151578063a9059cbb14610164578063dd62ed3e14610177576100a9565b806306fdde03146100ae578063095ea7b3146100cc57806318160ddd146100ef57806323b872dd14610101578063313ce56714610114575b600080fd5b6100b66101b0565b6040516100c391906107e5565b60405180910390f35b6100df6100da3660046107bc565b610242565b60405190151581526020016100c3565b6002545b6040519081526020016100c3565b6100df61010f366004610781565b610258565b604051601281526020016100c3565b6100df6101313660046107bc565b61030e565b6100f361014436600461072e565b610345565b6100b6610364565b6100df61015f3660046107bc565b610373565b6100df6101723660046107bc565b61040e565b6100f361018536600461074f565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6060600380546101bf90610867565b80601f01602080910402602001604051908101604052809291908181526020018280546101eb90610867565b80156102385780601f1061020d57610100808354040283529160200191610238565b820191906000526020600020905b81548152906001019060200180831161021b57829003601f168201915b5050505050905090565b600061024f33848461041b565b50600192915050565b600061026584848461053f565b6001600160a01b0384166000908152600160209081526040808320338452909152902054828110156102ef5760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b61030385336102fe8685610850565b61041b565b506001949350505050565b3360008181526001602090815260408083206001600160a01b0387168452909152812054909161024f9185906102fe908690610838565b6001600160a01b0381166000908152602081905260409020545b919050565b6060600480546101bf90610867565b3360009081526001602090815260408083206001600160a01b0386168452909152812054828110156103f55760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016102e6565b61040433856102fe8685610850565b5060019392505050565b600061024f33848461053f565b6001600160a01b03831661047d5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016102e6565b6001600160a01b0382166104de5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016102e6565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166105a35760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016102e6565b6001600160a01b0382166106055760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016102e6565b6001600160a01b0383166000908152602081905260409020548181101561067d5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016102e6565b6106878282610850565b6001600160a01b0380861660009081526020819052604080822093909355908516815290812080548492906106bd908490610838565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161070991815260200190565b60405180910390a350505050565b80356001600160a01b038116811461035f57600080fd5b60006020828403121561073f578081fd5b61074882610717565b9392505050565b60008060408385031215610761578081fd5b61076a83610717565b915061077860208401610717565b90509250929050565b600080600060608486031215610795578081fd5b61079e84610717565b92506107ac60208501610717565b9150604084013590509250925092565b600080604083850312156107ce578182fd5b6107d783610717565b946020939093013593505050565b6000602080835283518082850152825b81811015610811578581018301518582016040015282016107f5565b818111156108225783604083870101525b50601f01601f1916929092016040019392505050565b6000821982111561084b5761084b6108a2565b500190565b600082821015610862576108626108a2565b500390565b600181811c9082168061087b57607f821691505b6020821081141561089c57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea2646970667358221220f532269c0b2ab7e801b67a95294344969d1b8ad08c1b2492d01cf2d1d05444cb64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Burnable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Burnable.json
new file mode 100644
index 0000000..49d2977
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Burnable.json
@@ -0,0 +1,312 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20Burnable",
+  "sourceName": "contracts/token/ERC20/extensions/ERC20Burnable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "burnFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Capped.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Capped.json
new file mode 100644
index 0000000..6fb66c7
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Capped.json
@@ -0,0 +1,294 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20Capped",
+  "sourceName": "contracts/token/ERC20/extensions/ERC20Capped.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "cap",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20FlashMint.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20FlashMint.json
new file mode 100644
index 0000000..ec6d228
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20FlashMint.json
@@ -0,0 +1,358 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20FlashMint",
+  "sourceName": "contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "flashFee",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract IERC3156FlashBorrower",
+          "name": "receiver",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "flashLoan",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        }
+      ],
+      "name": "maxFlashLoan",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Pausable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Pausable.json
new file mode 100644
index 0000000..5c4f6c6
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Pausable.json
@@ -0,0 +1,320 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20Pausable",
+  "sourceName": "contracts/token/ERC20/extensions/ERC20Pausable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Permit.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Permit.json
new file mode 100644
index 0000000..02badac
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Permit.json
@@ -0,0 +1,356 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20Permit",
+  "sourceName": "contracts/token/ERC20/extensions/draft-ERC20Permit.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DOMAIN_SEPARATOR",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "nonces",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "deadline",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint8",
+          "name": "v",
+          "type": "uint8"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "r",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "s",
+          "type": "bytes32"
+        }
+      ],
+      "name": "permit",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetFixedSupply.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetFixedSupply.json
new file mode 100644
index 0000000..4152d18
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetFixedSupply.json
@@ -0,0 +1,338 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20PresetFixedSupply",
+  "sourceName": "contracts/token/ERC20/presets/ERC20PresetFixedSupply.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol",
+          "type": "string"
+        },
+        {
+          "internalType": "uint256",
+          "name": "initialSupply",
+          "type": "uint256"
+        },
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "burnFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162000f1538038062000f158339810160408190526200003491620002c3565b8351849084906200004d9060039060208501906200016a565b508051620000639060049060208401906200016a565b5050506200007881836200008260201b60201c565b50505050620003cc565b6001600160a01b038216620000dd5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060026000828254620000f1919062000354565b90915550506001600160a01b038216600090815260208190526040812080548392906200012090849062000354565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620001789062000379565b90600052602060002090601f0160209004810192826200019c5760008555620001e7565b82601f10620001b757805160ff1916838001178555620001e7565b82800160010185558215620001e7579182015b82811115620001e7578251825591602001919060010190620001ca565b50620001f5929150620001f9565b5090565b5b80821115620001f55760008155600101620001fa565b600082601f83011262000221578081fd5b81516001600160401b03808211156200023e576200023e620003b6565b604051601f8301601f19908116603f01168101908282118183101715620002695762000269620003b6565b8160405283815260209250868385880101111562000285578485fd5b8491505b83821015620002a8578582018301518183018401529082019062000289565b83821115620002b957848385830101525b9695505050505050565b60008060008060808587031215620002d9578384fd5b84516001600160401b0380821115620002f0578586fd5b620002fe8883890162000210565b9550602087015191508082111562000314578485fd5b50620003238782880162000210565b60408701516060880151919550935090506001600160a01b038116811462000349578182fd5b939692955090935050565b600082198211156200037457634e487b7160e01b81526011600452602481fd5b500190565b600181811c908216806200038e57607f821691505b60208210811415620003b057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b610b3980620003dc6000396000f3fe608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b4114610197578063a457c2d71461019f578063a9059cbb146101b2578063dd62ed3e146101c5576100cf565b806342966c681461015c57806370a082311461017157806379cc679014610184576100cf565b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101fe565b6040516100e99190610a30565b60405180910390f35b6101056101003660046109ef565b610290565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b6101056101353660046109b4565b6102a6565b604051601281526020016100e9565b6101056101573660046109ef565b61035c565b61016f61016a366004610a18565b610393565b005b61011961017f366004610961565b6103a0565b61016f6101923660046109ef565b6103bf565b6100dc610447565b6101056101ad3660046109ef565b610456565b6101056101c03660046109ef565b6104f1565b6101196101d3366004610982565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b60606003805461020d90610ab2565b80601f016020809104026020016040519081016040528092919081815260200182805461023990610ab2565b80156102865780601f1061025b57610100808354040283529160200191610286565b820191906000526020600020905b81548152906001019060200180831161026957829003601f168201915b5050505050905090565b600061029d3384846104fe565b50600192915050565b60006102b3848484610623565b6001600160a01b03841660009081526001602090815260408083203384529091529020548281101561033d5760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b610351853361034c8685610a9b565b6104fe565b506001949350505050565b3360008181526001602090815260408083206001600160a01b0387168452909152812054909161029d91859061034c908690610a83565b61039d33826107fb565b50565b6001600160a01b0381166000908152602081905260409020545b919050565b60006103cb83336101d3565b9050818110156104295760405162461bcd60e51b8152602060048201526024808201527f45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77604482015263616e636560e01b6064820152608401610334565b610438833361034c8585610a9b565b61044283836107fb565b505050565b60606004805461020d90610ab2565b3360009081526001602090815260408083206001600160a01b0386168452909152812054828110156104d85760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610334565b6104e7338561034c8685610a9b565b5060019392505050565b600061029d338484610623565b6001600160a01b0383166105605760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610334565b6001600160a01b0382166105c15760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610334565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166106875760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610334565b6001600160a01b0382166106e95760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610334565b6001600160a01b038316600090815260208190526040902054818110156107615760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610334565b61076b8282610a9b565b6001600160a01b0380861660009081526020819052604080822093909355908516815290812080548492906107a1908490610a83565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516107ed91815260200190565b60405180910390a350505050565b6001600160a01b03821661085b5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610334565b6001600160a01b038216600090815260208190526040902054818110156108cf5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610334565b6108d98282610a9b565b6001600160a01b03841660009081526020819052604081209190915560028054849290610907908490610a9b565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610616565b80356001600160a01b03811681146103ba57600080fd5b600060208284031215610972578081fd5b61097b8261094a565b9392505050565b60008060408385031215610994578081fd5b61099d8361094a565b91506109ab6020840161094a565b90509250929050565b6000806000606084860312156109c8578081fd5b6109d18461094a565b92506109df6020850161094a565b9150604084013590509250925092565b60008060408385031215610a01578182fd5b610a0a8361094a565b946020939093013593505050565b600060208284031215610a29578081fd5b5035919050565b6000602080835283518082850152825b81811015610a5c57858101830151858201604001528201610a40565b81811115610a6d5783604083870101525b50601f01601f1916929092016040019392505050565b60008219821115610a9657610a96610aed565b500190565b600082821015610aad57610aad610aed565b500390565b600181811c90821680610ac657607f821691505b60208210811415610ae757634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea264697066735822122096a715a44c68349547f9848628faa41936efe5efbc0bf0359a6b708a7eda798764736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c806342966c681161008c57806395d89b411161006657806395d89b4114610197578063a457c2d71461019f578063a9059cbb146101b2578063dd62ed3e146101c5576100cf565b806342966c681461015c57806370a082311461017157806379cc679014610184576100cf565b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd14610127578063313ce5671461013a5780633950935114610149575b600080fd5b6100dc6101fe565b6040516100e99190610a30565b60405180910390f35b6101056101003660046109ef565b610290565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b6101056101353660046109b4565b6102a6565b604051601281526020016100e9565b6101056101573660046109ef565b61035c565b61016f61016a366004610a18565b610393565b005b61011961017f366004610961565b6103a0565b61016f6101923660046109ef565b6103bf565b6100dc610447565b6101056101ad3660046109ef565b610456565b6101056101c03660046109ef565b6104f1565b6101196101d3366004610982565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b60606003805461020d90610ab2565b80601f016020809104026020016040519081016040528092919081815260200182805461023990610ab2565b80156102865780601f1061025b57610100808354040283529160200191610286565b820191906000526020600020905b81548152906001019060200180831161026957829003601f168201915b5050505050905090565b600061029d3384846104fe565b50600192915050565b60006102b3848484610623565b6001600160a01b03841660009081526001602090815260408083203384529091529020548281101561033d5760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b610351853361034c8685610a9b565b6104fe565b506001949350505050565b3360008181526001602090815260408083206001600160a01b0387168452909152812054909161029d91859061034c908690610a83565b61039d33826107fb565b50565b6001600160a01b0381166000908152602081905260409020545b919050565b60006103cb83336101d3565b9050818110156104295760405162461bcd60e51b8152602060048201526024808201527f45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77604482015263616e636560e01b6064820152608401610334565b610438833361034c8585610a9b565b61044283836107fb565b505050565b60606004805461020d90610ab2565b3360009081526001602090815260408083206001600160a01b0386168452909152812054828110156104d85760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610334565b6104e7338561034c8685610a9b565b5060019392505050565b600061029d338484610623565b6001600160a01b0383166105605760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610334565b6001600160a01b0382166105c15760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610334565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166106875760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610334565b6001600160a01b0382166106e95760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610334565b6001600160a01b038316600090815260208190526040902054818110156107615760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610334565b61076b8282610a9b565b6001600160a01b0380861660009081526020819052604080822093909355908516815290812080548492906107a1908490610a83565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516107ed91815260200190565b60405180910390a350505050565b6001600160a01b03821661085b5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610334565b6001600160a01b038216600090815260208190526040902054818110156108cf5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610334565b6108d98282610a9b565b6001600160a01b03841660009081526020819052604081209190915560028054849290610907908490610a9b565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610616565b80356001600160a01b03811681146103ba57600080fd5b600060208284031215610972578081fd5b61097b8261094a565b9392505050565b60008060408385031215610994578081fd5b61099d8361094a565b91506109ab6020840161094a565b90509250929050565b6000806000606084860312156109c8578081fd5b6109d18461094a565b92506109df6020850161094a565b9150604084013590509250925092565b60008060408385031215610a01578182fd5b610a0a8361094a565b946020939093013593505050565b600060208284031215610a29578081fd5b5035919050565b6000602080835283518082850152825b81811015610a5c57858101830151858201604001528201610a40565b81811115610a6d5783604083870101525b50601f01601f1916929092016040019392505050565b60008219821115610a9657610a96610aed565b500190565b600082821015610aad57610aad610aed565b500390565b600181811c90821680610ac657607f821691505b60208210811415610ae757634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea264697066735822122096a715a44c68349547f9848628faa41936efe5efbc0bf0359a6b708a7eda798764736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetMinterPauser.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetMinterPauser.json
new file mode 100644
index 0000000..3a95116
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20PresetMinterPauser.json
@@ -0,0 +1,672 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20PresetMinterPauser",
+  "sourceName": "contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "previousAdminRole",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "newAdminRole",
+          "type": "bytes32"
+        }
+      ],
+      "name": "RoleAdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleGranted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleRevoked",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DEFAULT_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "MINTER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "PAUSER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "burnFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "getRoleMember",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleMemberCount",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "mint",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "pause",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "unpause",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162001e4c38038062001e4c83398101604081905262000034916200039c565b8151829082906200004d90600590602085019062000243565b5080516200006390600690602084019062000243565b50506007805460ff19169055506200007e6000335b620000de565b620000aa7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a63362000078565b620000d67f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a3362000078565b505062000456565b620000f582826200012160201b620009f21760201c565b60008281526001602090815260409091206200011c918390620009fc62000131821b17901c565b505050565b6200012d828262000151565b5050565b600062000148836001600160a01b038416620001f1565b90505b92915050565b6000828152602081815260408083206001600160a01b038516845290915290205460ff166200012d576000828152602081815260408083206001600160a01b03851684529091529020805460ff19166001179055620001ad3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b60008181526001830160205260408120546200023a575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556200014b565b5060006200014b565b828054620002519062000403565b90600052602060002090601f016020900481019282620002755760008555620002c0565b82601f106200029057805160ff1916838001178555620002c0565b82800160010185558215620002c0579182015b82811115620002c0578251825591602001919060010190620002a3565b50620002ce929150620002d2565b5090565b5b80821115620002ce5760008155600101620002d3565b600082601f830112620002fa578081fd5b81516001600160401b038082111562000317576200031762000440565b604051601f8301601f19908116603f0116810190828211818310171562000342576200034262000440565b816040528381526020925086838588010111156200035e578485fd5b8491505b8382101562000381578582018301518183018401529082019062000362565b838211156200039257848385830101525b9695505050505050565b60008060408385031215620003af578182fd5b82516001600160401b0380821115620003c6578384fd5b620003d486838701620002e9565b93506020850151915080821115620003ea578283fd5b50620003f985828601620002e9565b9150509250929050565b600181811c908216806200041857607f821691505b602082108114156200043a57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6119e680620004666000396000f3fe608060405234801561001057600080fd5b50600436106101c45760003560e01c806370a08231116100f9578063a457c2d711610097578063d539139311610071578063d5391393146103af578063d547741f146103d6578063dd62ed3e146103e9578063e63ab1e914610422576101c4565b8063a457c2d714610376578063a9059cbb14610389578063ca15c8731461039c576101c4565b80639010d07c116100d35780639010d07c1461032857806391d148541461035357806395d89b4114610366578063a217fddf1461036e576101c4565b806370a08231146102e457806379cc67901461030d5780638456cb5914610320576101c4565b8063313ce567116101665780633f4ba83a116101405780633f4ba83a146102ab57806340c10f19146102b357806342966c68146102c65780635c975abb146102d9576101c4565b8063313ce5671461027657806336568abe146102855780633950935114610298576101c4565b806318160ddd116101a257806318160ddd1461021957806323b872dd1461022b578063248a9ca31461023e5780632f2ff15d14610261576101c4565b806301ffc9a7146101c957806306fdde03146101f1578063095ea7b314610206575b600080fd5b6101dc6101d73660046117fa565b610449565b60405190151581526020015b60405180910390f35b6101f9610476565b6040516101e89190611897565b6101dc610214366004611776565b610508565b6004545b6040519081526020016101e8565b6101dc61023936600461173b565b61051f565b61021d61024c36600461179f565b60009081526020819052604090206001015490565b61027461026f3660046117b7565b6105d5565b005b604051601281526020016101e8565b6102746102933660046117b7565b6105fc565b6101dc6102a6366004611776565b61061e565b610274610655565b6102746102c1366004611776565b6106fb565b6102746102d436600461179f565b61079e565b60075460ff166101dc565b61021d6102f23660046116ef565b6001600160a01b031660009081526002602052604090205490565b61027461031b366004611776565b6107ab565b61027461082e565b61033b6103363660046117d9565b6108d2565b6040516001600160a01b0390911681526020016101e8565b6101dc6103613660046117b7565b6108f1565b6101f961091a565b61021d600081565b6101dc610384366004611776565b610929565b6101dc610397366004611776565b6109c4565b61021d6103aa36600461179f565b6109d1565b61021d7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b6102746103e43660046117b7565b6109e8565b61021d6103f7366004611709565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b61021d7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b60006001600160e01b03198216635a05180f60e01b148061046e575061046e82610a11565b90505b919050565b6060600580546104859061195f565b80601f01602080910402602001604051908101604052809291908181526020018280546104b19061195f565b80156104fe5780601f106104d3576101008083540402835291602001916104fe565b820191906000526020600020905b8154815290600101906020018083116104e157829003601f168201915b5050505050905090565b6000610515338484610a46565b5060015b92915050565b600061052c848484610b6b565b6001600160a01b0384166000908152600360209081526040808320338452909152902054828110156105b65760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b6105ca85336105c58685611901565b610a46565b506001949350505050565b6105df8282610d4e565b60008281526001602052604090206105f790826109fc565b505050565b6106068282610d75565b60008281526001602052604090206105f79082610def565b3360008181526003602090815260408083206001600160a01b038716845290915281205490916105159185906105c59086906118ca565b61067f7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610361565b6106f15760405162461bcd60e51b815260206004820152603960248201527f45524332305072657365744d696e7465725061757365723a206d75737420686160448201527f76652070617573657220726f6c6520746f20756e70617573650000000000000060648201526084016105ad565b6106f9610e04565b565b6107257f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633610361565b6107905760405162461bcd60e51b815260206004820152603660248201527f45524332305072657365744d696e7465725061757365723a206d7573742068616044820152751d99481b5a5b9d195c881c9bdb19481d1bc81b5a5b9d60521b60648201526084016105ad565b61079a8282610e97565b5050565b6107a83382610f82565b50565b60006107b783336103f7565b9050818110156108155760405162461bcd60e51b8152602060048201526024808201527f45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77604482015263616e636560e01b60648201526084016105ad565b61082483336105c58585611901565b6105f78383610f82565b6108587f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610361565b6108ca5760405162461bcd60e51b815260206004820152603760248201527f45524332305072657365744d696e7465725061757365723a206d75737420686160448201527f76652070617573657220726f6c6520746f20706175736500000000000000000060648201526084016105ad565b6106f96110dd565b60008281526001602052604081206108ea9083611158565b9392505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6060600680546104859061195f565b3360009081526003602090815260408083206001600160a01b0386168452909152812054828110156109ab5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016105ad565b6109ba33856105c58685611901565b5060019392505050565b6000610515338484610b6b565b600081815260016020526040812061046e90611164565b610606828261116e565b61079a8282611194565b60006108ea836001600160a01b038416611218565b60006001600160e01b03198216637965db0b60e01b148061046e57506301ffc9a760e01b6001600160e01b031983161461046e565b6001600160a01b038316610aa85760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016105ad565b6001600160a01b038216610b095760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016105ad565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038316610bcf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016105ad565b6001600160a01b038216610c315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016105ad565b610c3c838383611267565b6001600160a01b03831660009081526002602052604090205481811015610cb45760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016105ad565b610cbe8282611901565b6001600160a01b038086166000908152600260205260408082209390935590851681529081208054849290610cf49084906118ca565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d4091815260200190565b60405180910390a350505050565b600082815260208190526040902060010154610d6b81335b611272565b6105f78383611194565b6001600160a01b0381163314610de55760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084016105ad565b61079a82826112d6565b60006108ea836001600160a01b03841661133b565b60075460ff16610e4d5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016105ad565b6007805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6001600160a01b038216610eed5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016105ad565b610ef960008383611267565b8060046000828254610f0b91906118ca565b90915550506001600160a01b03821660009081526002602052604081208054839290610f389084906118ca565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610fe25760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016105ad565b610fee82600083611267565b6001600160a01b038216600090815260026020526040902054818110156110625760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016105ad565b61106c8282611901565b6001600160a01b0384166000908152600260205260408120919091556004805484929061109a908490611901565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610b5e565b60075460ff16156111235760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016105ad565b6007805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258610e7a3390565b60006108ea8383611458565b600061046e825490565b60008281526020819052604090206001015461118a8133610d66565b6105f783836112d6565b61119e82826108f1565b61079a576000828152602081815260408083206001600160a01b03851684529091529020805460ff191660011790556111d43390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b600081815260018301602052604081205461125f57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610519565b506000610519565b6105f7838383611490565b61127c82826108f1565b61079a57611294816001600160a01b031660146114f6565b61129f8360206114f6565b6040516020016112b0929190611822565b60408051601f198184030181529082905262461bcd60e51b82526105ad91600401611897565b6112e082826108f1565b1561079a576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b6000818152600183016020526040812054801561144e57600061135f600183611901565b855490915060009061137390600190611901565b90508181146113f45760008660000182815481106113a157634e487b7160e01b600052603260045260246000fd5b90600052602060002001549050808760000184815481106113d257634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255918252600188019052604090208390555b855486908061141357634e487b7160e01b600052603160045260246000fd5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610519565b6000915050610519565b600082600001828154811061147d57634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905092915050565b60075460ff16156105f75760405162461bcd60e51b815260206004820152602a60248201527f45524332305061757361626c653a20746f6b656e207472616e736665722077686044820152691a5b19481c185d5cd95960b21b60648201526084016105ad565b606060006115058360026118e2565b6115109060026118ca565b67ffffffffffffffff81111561153657634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611560576020820181803683370190505b509050600360fc1b8160008151811061158957634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b816001815181106115c657634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060006115ea8460026118e2565b6115f59060016118ca565b90505b6001811115611689576f181899199a1a9b1b9c1cb0b131b232b360811b85600f166010811061163757634e487b7160e01b600052603260045260246000fd5b1a60f81b82828151811061165b57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c9361168281611948565b90506115f8565b5083156108ea5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016105ad565b80356001600160a01b038116811461047157600080fd5b600060208284031215611700578081fd5b6108ea826116d8565b6000806040838503121561171b578081fd5b611724836116d8565b9150611732602084016116d8565b90509250929050565b60008060006060848603121561174f578081fd5b611758846116d8565b9250611766602085016116d8565b9150604084013590509250925092565b60008060408385031215611788578182fd5b611791836116d8565b946020939093013593505050565b6000602082840312156117b0578081fd5b5035919050565b600080604083850312156117c9578182fd5b82359150611732602084016116d8565b600080604083850312156117eb578182fd5b50508035926020909101359150565b60006020828403121561180b578081fd5b81356001600160e01b0319811681146108ea578182fd5b60007f416363657373436f6e74726f6c3a206163636f756e74200000000000000000008252835161185a816017850160208801611918565b7001034b99036b4b9b9b4b733903937b6329607d1b601791840191820152835161188b816028840160208801611918565b01602801949350505050565b60006020825282518060208401526118b6816040850160208701611918565b601f01601f19169190910160400192915050565b600082198211156118dd576118dd61199a565b500190565b60008160001904831182151516156118fc576118fc61199a565b500290565b6000828210156119135761191361199a565b500390565b60005b8381101561193357818101518382015260200161191b565b83811115611942576000848401525b50505050565b6000816119575761195761199a565b506000190190565b600181811c9082168061197357607f821691505b6020821081141561199457634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea264697066735822122007fd7d4b843a7c141f73fb0db23d2ac1a83fe19a32aa8ca616a975c019dcd46664736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101c45760003560e01c806370a08231116100f9578063a457c2d711610097578063d539139311610071578063d5391393146103af578063d547741f146103d6578063dd62ed3e146103e9578063e63ab1e914610422576101c4565b8063a457c2d714610376578063a9059cbb14610389578063ca15c8731461039c576101c4565b80639010d07c116100d35780639010d07c1461032857806391d148541461035357806395d89b4114610366578063a217fddf1461036e576101c4565b806370a08231146102e457806379cc67901461030d5780638456cb5914610320576101c4565b8063313ce567116101665780633f4ba83a116101405780633f4ba83a146102ab57806340c10f19146102b357806342966c68146102c65780635c975abb146102d9576101c4565b8063313ce5671461027657806336568abe146102855780633950935114610298576101c4565b806318160ddd116101a257806318160ddd1461021957806323b872dd1461022b578063248a9ca31461023e5780632f2ff15d14610261576101c4565b806301ffc9a7146101c957806306fdde03146101f1578063095ea7b314610206575b600080fd5b6101dc6101d73660046117fa565b610449565b60405190151581526020015b60405180910390f35b6101f9610476565b6040516101e89190611897565b6101dc610214366004611776565b610508565b6004545b6040519081526020016101e8565b6101dc61023936600461173b565b61051f565b61021d61024c36600461179f565b60009081526020819052604090206001015490565b61027461026f3660046117b7565b6105d5565b005b604051601281526020016101e8565b6102746102933660046117b7565b6105fc565b6101dc6102a6366004611776565b61061e565b610274610655565b6102746102c1366004611776565b6106fb565b6102746102d436600461179f565b61079e565b60075460ff166101dc565b61021d6102f23660046116ef565b6001600160a01b031660009081526002602052604090205490565b61027461031b366004611776565b6107ab565b61027461082e565b61033b6103363660046117d9565b6108d2565b6040516001600160a01b0390911681526020016101e8565b6101dc6103613660046117b7565b6108f1565b6101f961091a565b61021d600081565b6101dc610384366004611776565b610929565b6101dc610397366004611776565b6109c4565b61021d6103aa36600461179f565b6109d1565b61021d7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b6102746103e43660046117b7565b6109e8565b61021d6103f7366004611709565b6001600160a01b03918216600090815260036020908152604080832093909416825291909152205490565b61021d7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b60006001600160e01b03198216635a05180f60e01b148061046e575061046e82610a11565b90505b919050565b6060600580546104859061195f565b80601f01602080910402602001604051908101604052809291908181526020018280546104b19061195f565b80156104fe5780601f106104d3576101008083540402835291602001916104fe565b820191906000526020600020905b8154815290600101906020018083116104e157829003601f168201915b5050505050905090565b6000610515338484610a46565b5060015b92915050565b600061052c848484610b6b565b6001600160a01b0384166000908152600360209081526040808320338452909152902054828110156105b65760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b6105ca85336105c58685611901565b610a46565b506001949350505050565b6105df8282610d4e565b60008281526001602052604090206105f790826109fc565b505050565b6106068282610d75565b60008281526001602052604090206105f79082610def565b3360008181526003602090815260408083206001600160a01b038716845290915281205490916105159185906105c59086906118ca565b61067f7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610361565b6106f15760405162461bcd60e51b815260206004820152603960248201527f45524332305072657365744d696e7465725061757365723a206d75737420686160448201527f76652070617573657220726f6c6520746f20756e70617573650000000000000060648201526084016105ad565b6106f9610e04565b565b6107257f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633610361565b6107905760405162461bcd60e51b815260206004820152603660248201527f45524332305072657365744d696e7465725061757365723a206d7573742068616044820152751d99481b5a5b9d195c881c9bdb19481d1bc81b5a5b9d60521b60648201526084016105ad565b61079a8282610e97565b5050565b6107a83382610f82565b50565b60006107b783336103f7565b9050818110156108155760405162461bcd60e51b8152602060048201526024808201527f45524332303a206275726e20616d6f756e74206578636565647320616c6c6f77604482015263616e636560e01b60648201526084016105ad565b61082483336105c58585611901565b6105f78383610f82565b6108587f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610361565b6108ca5760405162461bcd60e51b815260206004820152603760248201527f45524332305072657365744d696e7465725061757365723a206d75737420686160448201527f76652070617573657220726f6c6520746f20706175736500000000000000000060648201526084016105ad565b6106f96110dd565b60008281526001602052604081206108ea9083611158565b9392505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6060600680546104859061195f565b3360009081526003602090815260408083206001600160a01b0386168452909152812054828110156109ab5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084016105ad565b6109ba33856105c58685611901565b5060019392505050565b6000610515338484610b6b565b600081815260016020526040812061046e90611164565b610606828261116e565b61079a8282611194565b60006108ea836001600160a01b038416611218565b60006001600160e01b03198216637965db0b60e01b148061046e57506301ffc9a760e01b6001600160e01b031983161461046e565b6001600160a01b038316610aa85760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016105ad565b6001600160a01b038216610b095760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016105ad565b6001600160a01b0383811660008181526003602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b038316610bcf5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016105ad565b6001600160a01b038216610c315760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016105ad565b610c3c838383611267565b6001600160a01b03831660009081526002602052604090205481811015610cb45760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016105ad565b610cbe8282611901565b6001600160a01b038086166000908152600260205260408082209390935590851681529081208054849290610cf49084906118ca565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610d4091815260200190565b60405180910390a350505050565b600082815260208190526040902060010154610d6b81335b611272565b6105f78383611194565b6001600160a01b0381163314610de55760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084016105ad565b61079a82826112d6565b60006108ea836001600160a01b03841661133b565b60075460ff16610e4d5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016105ad565b6007805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6001600160a01b038216610eed5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016105ad565b610ef960008383611267565b8060046000828254610f0b91906118ca565b90915550506001600160a01b03821660009081526002602052604081208054839290610f389084906118ca565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610fe25760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016105ad565b610fee82600083611267565b6001600160a01b038216600090815260026020526040902054818110156110625760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016105ad565b61106c8282611901565b6001600160a01b0384166000908152600260205260408120919091556004805484929061109a908490611901565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610b5e565b60075460ff16156111235760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016105ad565b6007805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258610e7a3390565b60006108ea8383611458565b600061046e825490565b60008281526020819052604090206001015461118a8133610d66565b6105f783836112d6565b61119e82826108f1565b61079a576000828152602081815260408083206001600160a01b03851684529091529020805460ff191660011790556111d43390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b600081815260018301602052604081205461125f57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610519565b506000610519565b6105f7838383611490565b61127c82826108f1565b61079a57611294816001600160a01b031660146114f6565b61129f8360206114f6565b6040516020016112b0929190611822565b60408051601f198184030181529082905262461bcd60e51b82526105ad91600401611897565b6112e082826108f1565b1561079a576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b6000818152600183016020526040812054801561144e57600061135f600183611901565b855490915060009061137390600190611901565b90508181146113f45760008660000182815481106113a157634e487b7160e01b600052603260045260246000fd5b90600052602060002001549050808760000184815481106113d257634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255918252600188019052604090208390555b855486908061141357634e487b7160e01b600052603160045260246000fd5b600190038181906000526020600020016000905590558560010160008681526020019081526020016000206000905560019350505050610519565b6000915050610519565b600082600001828154811061147d57634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905092915050565b60075460ff16156105f75760405162461bcd60e51b815260206004820152602a60248201527f45524332305061757361626c653a20746f6b656e207472616e736665722077686044820152691a5b19481c185d5cd95960b21b60648201526084016105ad565b606060006115058360026118e2565b6115109060026118ca565b67ffffffffffffffff81111561153657634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611560576020820181803683370190505b509050600360fc1b8160008151811061158957634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b816001815181106115c657634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060006115ea8460026118e2565b6115f59060016118ca565b90505b6001811115611689576f181899199a1a9b1b9c1cb0b131b232b360811b85600f166010811061163757634e487b7160e01b600052603260045260246000fd5b1a60f81b82828151811061165b57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c9361168281611948565b90506115f8565b5083156108ea5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016105ad565b80356001600160a01b038116811461047157600080fd5b600060208284031215611700578081fd5b6108ea826116d8565b6000806040838503121561171b578081fd5b611724836116d8565b9150611732602084016116d8565b90509250929050565b60008060006060848603121561174f578081fd5b611758846116d8565b9250611766602085016116d8565b9150604084013590509250925092565b60008060408385031215611788578182fd5b611791836116d8565b946020939093013593505050565b6000602082840312156117b0578081fd5b5035919050565b600080604083850312156117c9578182fd5b82359150611732602084016116d8565b600080604083850312156117eb578182fd5b50508035926020909101359150565b60006020828403121561180b578081fd5b81356001600160e01b0319811681146108ea578182fd5b60007f416363657373436f6e74726f6c3a206163636f756e74200000000000000000008252835161185a816017850160208801611918565b7001034b99036b4b9b9b4b733903937b6329607d1b601791840191820152835161188b816028840160208801611918565b01602801949350505050565b60006020825282518060208401526118b6816040850160208701611918565b601f01601f19169190910160400192915050565b600082198211156118dd576118dd61199a565b500190565b60008160001904831182151516156118fc576118fc61199a565b500290565b6000828210156119135761191361199a565b500390565b60005b8381101561193357818101518382015260200161191b565b83811115611942576000848401525b50505050565b6000816119575761195761199a565b506000190190565b600181811c9082168061197357607f821691505b6020821081141561199457634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfea264697066735822122007fd7d4b843a7c141f73fb0db23d2ac1a83fe19a32aa8ca616a975c019dcd46664736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Snapshot.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Snapshot.json
new file mode 100644
index 0000000..7f30dcd
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC20Snapshot.json
@@ -0,0 +1,337 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC20Snapshot",
+  "sourceName": "contracts/token/ERC20/extensions/ERC20Snapshot.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "Snapshot",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "snapshotId",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOfAt",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "subtractedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "decreaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "addedValue",
+          "type": "uint256"
+        }
+      ],
+      "name": "increaseAllowance",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "snapshotId",
+          "type": "uint256"
+        }
+      ],
+      "name": "totalSupplyAt",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC2771Context.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC2771Context.json
new file mode 100644
index 0000000..4adaab0
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC2771Context.json
@@ -0,0 +1,30 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC2771Context",
+  "sourceName": "contracts/metatx/ERC2771Context.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "forwarder",
+          "type": "address"
+        }
+      ],
+      "name": "isTrustedForwarder",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721.json
new file mode 100644
index 0000000..22fb49f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721.json
@@ -0,0 +1,357 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721",
+  "sourceName": "contracts/token/ERC721/ERC721.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name_",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol_",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b50604051620014d2380380620014d28339810160408190526200003491620001c1565b81516200004990600090602085019062000068565b5080516200005f90600190602084019062000068565b5050506200027b565b828054620000769062000228565b90600052602060002090601f0160209004810192826200009a5760008555620000e5565b82601f10620000b557805160ff1916838001178555620000e5565b82800160010185558215620000e5579182015b82811115620000e5578251825591602001919060010190620000c8565b50620000f3929150620000f7565b5090565b5b80821115620000f35760008155600101620000f8565b600082601f8301126200011f578081fd5b81516001600160401b03808211156200013c576200013c62000265565b604051601f8301601f19908116603f0116810190828211818310171562000167576200016762000265565b8160405283815260209250868385880101111562000183578485fd5b8491505b83821015620001a6578582018301518183018401529082019062000187565b83821115620001b757848385830101525b9695505050505050565b60008060408385031215620001d4578182fd5b82516001600160401b0380821115620001eb578384fd5b620001f9868387016200010e565b935060208501519150808211156200020f578283fd5b506200021e858286016200010e565b9150509250929050565b600181811c908216806200023d57607f821691505b602082108114156200025f57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b611247806200028b6000396000f3fe608060405234801561001057600080fd5b50600436106100cf5760003560e01c80636352211e1161008c578063a22cb46511610066578063a22cb465146101b3578063b88d4fde146101c6578063c87b56dd146101d9578063e985e9c5146101ec576100cf565b80636352211e1461017757806370a082311461018a57806395d89b41146101ab576100cf565b806301ffc9a7146100d457806306fdde03146100fc578063081812fc14610111578063095ea7b31461013c57806323b872dd1461015157806342842e0e14610164575b600080fd5b6100e76100e2366004610f3f565b610228565b60405190151581526020015b60405180910390f35b61010461027c565b6040516100f39190611027565b61012461011f366004610f77565b61030e565b6040516001600160a01b0390911681526020016100f3565b61014f61014a366004610f16565b6103a8565b005b61014f61015f366004610dcc565b6104be565b61014f610172366004610dcc565b6104ef565b610124610185366004610f77565b61050a565b61019d610198366004610d80565b610581565b6040519081526020016100f3565b610104610608565b61014f6101c1366004610edc565b610617565b61014f6101d4366004610e07565b6106e9565b6101046101e7366004610f77565b610721565b6100e76101fa366004610d9a565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b60006001600160e01b031982166380ac58cd60e01b148061025957506001600160e01b03198216635b5e139f60e01b145b8061027457506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b60606000805461028b9061114c565b80601f01602080910402602001604051908101604052809291908181526020018280546102b79061114c565b80156103045780601f106102d957610100808354040283529160200191610304565b820191906000526020600020905b8154815290600101906020018083116102e757829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b031661038c5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b60006103b38261050a565b9050806001600160a01b0316836001600160a01b031614156104215760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610383565b336001600160a01b038216148061043d575061043d81336101fa565b6104af5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610383565b6104b98383610809565b505050565b6104c83382610877565b6104e45760405162461bcd60e51b81526004016103839061108c565b6104b983838361096e565b6104b9838383604051806020016040528060008152506106e9565b6000818152600260205260408120546001600160a01b0316806102745760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610383565b60006001600160a01b0382166105ec5760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610383565b506001600160a01b031660009081526003602052604090205490565b60606001805461028b9061114c565b6001600160a01b0382163314156106705760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610383565b3360008181526005602090815260408083206001600160a01b0387168085529252909120805460ff1916841515179055906001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516106dd911515815260200190565b60405180910390a35050565b6106f33383610877565b61070f5760405162461bcd60e51b81526004016103839061108c565b61071b84848484610b0e565b50505050565b6000818152600260205260409020546060906001600160a01b03166107a05760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610383565b60006107b760408051602081019091526000815290565b905060008151116107d75760405180602001604052806000815250610802565b806107e184610b41565b6040516020016107f2929190610fbb565b6040516020818303038152906040525b9392505050565b600081815260046020526040902080546001600160a01b0319166001600160a01b038416908117909155819061083e8261050a565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b03166108f05760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610383565b60006108fb8361050a565b9050806001600160a01b0316846001600160a01b031614806109365750836001600160a01b031661092b8461030e565b6001600160a01b0316145b8061096657506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b03166109818261050a565b6001600160a01b0316146109e95760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610383565b6001600160a01b038216610a4b5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610383565b610a56600082610809565b6001600160a01b0383166000908152600360205260408120805460019290610a7f908490611109565b90915550506001600160a01b0382166000908152600360205260408120805460019290610aad9084906110dd565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b610b1984848461096e565b610b2584848484610c5c565b61071b5760405162461bcd60e51b81526004016103839061103a565b606081610b6657506040805180820190915260018152600360fc1b6020820152610277565b8160005b8115610b905780610b7a81611187565b9150610b899050600a836110f5565b9150610b6a565b60008167ffffffffffffffff811115610bb957634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015610be3576020820181803683370190505b5090505b841561096657610bf8600183611109565b9150610c05600a866111a2565b610c109060306110dd565b60f81b818381518110610c3357634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350610c55600a866110f5565b9450610be7565b60006001600160a01b0384163b15610d5e57604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290610ca0903390899088908890600401610fea565b602060405180830381600087803b158015610cba57600080fd5b505af1925050508015610cea575060408051601f3d908101601f19168201909252610ce791810190610f5b565b60015b610d44573d808015610d18576040519150601f19603f3d011682016040523d82523d6000602084013e610d1d565b606091505b508051610d3c5760405162461bcd60e51b81526004016103839061103a565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050610966565b506001949350505050565b80356001600160a01b038116811461027757600080fd5b600060208284031215610d91578081fd5b61080282610d69565b60008060408385031215610dac578081fd5b610db583610d69565b9150610dc360208401610d69565b90509250929050565b600080600060608486031215610de0578081fd5b610de984610d69565b9250610df760208501610d69565b9150604084013590509250925092565b60008060008060808587031215610e1c578081fd5b610e2585610d69565b9350610e3360208601610d69565b925060408501359150606085013567ffffffffffffffff80821115610e56578283fd5b818701915087601f830112610e69578283fd5b813581811115610e7b57610e7b6111e2565b604051601f8201601f19908116603f01168101908382118183101715610ea357610ea36111e2565b816040528281528a6020848701011115610ebb578586fd5b82602086016020830137918201602001949094529598949750929550505050565b60008060408385031215610eee578182fd5b610ef783610d69565b915060208301358015158114610f0b578182fd5b809150509250929050565b60008060408385031215610f28578182fd5b610f3183610d69565b946020939093013593505050565b600060208284031215610f50578081fd5b8135610802816111f8565b600060208284031215610f6c578081fd5b8151610802816111f8565b600060208284031215610f88578081fd5b5035919050565b60008151808452610fa7816020860160208601611120565b601f01601f19169290920160200192915050565b60008351610fcd818460208801611120565b835190830190610fe1818360208801611120565b01949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061101d90830184610f8f565b9695505050505050565b6000602082526108026020830184610f8f565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b600082198211156110f0576110f06111b6565b500190565b600082611104576111046111cc565b500490565b60008282101561111b5761111b6111b6565b500390565b60005b8381101561113b578181015183820152602001611123565b8381111561071b5750506000910152565b600181811c9082168061116057607f821691505b6020821081141561118157634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141561119b5761119b6111b6565b5060010190565b6000826111b1576111b16111cc565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461120e57600080fd5b5056fea2646970667358221220b0c7a6083da6c7fbbaec1948548d8fbc371e3d6c3b2057ed8e12cf210917f8d064736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c80636352211e1161008c578063a22cb46511610066578063a22cb465146101b3578063b88d4fde146101c6578063c87b56dd146101d9578063e985e9c5146101ec576100cf565b80636352211e1461017757806370a082311461018a57806395d89b41146101ab576100cf565b806301ffc9a7146100d457806306fdde03146100fc578063081812fc14610111578063095ea7b31461013c57806323b872dd1461015157806342842e0e14610164575b600080fd5b6100e76100e2366004610f3f565b610228565b60405190151581526020015b60405180910390f35b61010461027c565b6040516100f39190611027565b61012461011f366004610f77565b61030e565b6040516001600160a01b0390911681526020016100f3565b61014f61014a366004610f16565b6103a8565b005b61014f61015f366004610dcc565b6104be565b61014f610172366004610dcc565b6104ef565b610124610185366004610f77565b61050a565b61019d610198366004610d80565b610581565b6040519081526020016100f3565b610104610608565b61014f6101c1366004610edc565b610617565b61014f6101d4366004610e07565b6106e9565b6101046101e7366004610f77565b610721565b6100e76101fa366004610d9a565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b60006001600160e01b031982166380ac58cd60e01b148061025957506001600160e01b03198216635b5e139f60e01b145b8061027457506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b60606000805461028b9061114c565b80601f01602080910402602001604051908101604052809291908181526020018280546102b79061114c565b80156103045780601f106102d957610100808354040283529160200191610304565b820191906000526020600020905b8154815290600101906020018083116102e757829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b031661038c5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b60006103b38261050a565b9050806001600160a01b0316836001600160a01b031614156104215760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610383565b336001600160a01b038216148061043d575061043d81336101fa565b6104af5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610383565b6104b98383610809565b505050565b6104c83382610877565b6104e45760405162461bcd60e51b81526004016103839061108c565b6104b983838361096e565b6104b9838383604051806020016040528060008152506106e9565b6000818152600260205260408120546001600160a01b0316806102745760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610383565b60006001600160a01b0382166105ec5760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610383565b506001600160a01b031660009081526003602052604090205490565b60606001805461028b9061114c565b6001600160a01b0382163314156106705760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610383565b3360008181526005602090815260408083206001600160a01b0387168085529252909120805460ff1916841515179055906001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31836040516106dd911515815260200190565b60405180910390a35050565b6106f33383610877565b61070f5760405162461bcd60e51b81526004016103839061108c565b61071b84848484610b0e565b50505050565b6000818152600260205260409020546060906001600160a01b03166107a05760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610383565b60006107b760408051602081019091526000815290565b905060008151116107d75760405180602001604052806000815250610802565b806107e184610b41565b6040516020016107f2929190610fbb565b6040516020818303038152906040525b9392505050565b600081815260046020526040902080546001600160a01b0319166001600160a01b038416908117909155819061083e8261050a565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b03166108f05760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610383565b60006108fb8361050a565b9050806001600160a01b0316846001600160a01b031614806109365750836001600160a01b031661092b8461030e565b6001600160a01b0316145b8061096657506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b03166109818261050a565b6001600160a01b0316146109e95760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610383565b6001600160a01b038216610a4b5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610383565b610a56600082610809565b6001600160a01b0383166000908152600360205260408120805460019290610a7f908490611109565b90915550506001600160a01b0382166000908152600360205260408120805460019290610aad9084906110dd565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b610b1984848461096e565b610b2584848484610c5c565b61071b5760405162461bcd60e51b81526004016103839061103a565b606081610b6657506040805180820190915260018152600360fc1b6020820152610277565b8160005b8115610b905780610b7a81611187565b9150610b899050600a836110f5565b9150610b6a565b60008167ffffffffffffffff811115610bb957634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015610be3576020820181803683370190505b5090505b841561096657610bf8600183611109565b9150610c05600a866111a2565b610c109060306110dd565b60f81b818381518110610c3357634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350610c55600a866110f5565b9450610be7565b60006001600160a01b0384163b15610d5e57604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290610ca0903390899088908890600401610fea565b602060405180830381600087803b158015610cba57600080fd5b505af1925050508015610cea575060408051601f3d908101601f19168201909252610ce791810190610f5b565b60015b610d44573d808015610d18576040519150601f19603f3d011682016040523d82523d6000602084013e610d1d565b606091505b508051610d3c5760405162461bcd60e51b81526004016103839061103a565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050610966565b506001949350505050565b80356001600160a01b038116811461027757600080fd5b600060208284031215610d91578081fd5b61080282610d69565b60008060408385031215610dac578081fd5b610db583610d69565b9150610dc360208401610d69565b90509250929050565b600080600060608486031215610de0578081fd5b610de984610d69565b9250610df760208501610d69565b9150604084013590509250925092565b60008060008060808587031215610e1c578081fd5b610e2585610d69565b9350610e3360208601610d69565b925060408501359150606085013567ffffffffffffffff80821115610e56578283fd5b818701915087601f830112610e69578283fd5b813581811115610e7b57610e7b6111e2565b604051601f8201601f19908116603f01168101908382118183101715610ea357610ea36111e2565b816040528281528a6020848701011115610ebb578586fd5b82602086016020830137918201602001949094529598949750929550505050565b60008060408385031215610eee578182fd5b610ef783610d69565b915060208301358015158114610f0b578182fd5b809150509250929050565b60008060408385031215610f28578182fd5b610f3183610d69565b946020939093013593505050565b600060208284031215610f50578081fd5b8135610802816111f8565b600060208284031215610f6c578081fd5b8151610802816111f8565b600060208284031215610f88578081fd5b5035919050565b60008151808452610fa7816020860160208601611120565b601f01601f19169290920160200192915050565b60008351610fcd818460208801611120565b835190830190610fe1818360208801611120565b01949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061101d90830184610f8f565b9695505050505050565b6000602082526108026020830184610f8f565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b600082198211156110f0576110f06111b6565b500190565b600082611104576111046111cc565b500490565b60008282101561111b5761111b6111b6565b500390565b60005b8381101561113b578181015183820152602001611123565b8381111561071b5750506000910152565b600181811c9082168061116057607f821691505b6020821081141561118157634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141561119b5761119b6111b6565b5060010190565b6000826111b1576111b16111cc565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461120e57600080fd5b5056fea2646970667358221220b0c7a6083da6c7fbbaec1948548d8fbc371e3d6c3b2057ed8e12cf210917f8d064736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Burnable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Burnable.json
new file mode 100644
index 0000000..ec50df5
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Burnable.json
@@ -0,0 +1,354 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721Burnable",
+  "sourceName": "contracts/token/ERC721/extensions/ERC721Burnable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Enumerable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Enumerable.json
new file mode 100644
index 0000000..d3b0ea6
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Enumerable.json
@@ -0,0 +1,397 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721Enumerable",
+  "sourceName": "contracts/token/ERC721/extensions/ERC721Enumerable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenByIndex",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenOfOwnerByIndex",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Holder.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Holder.json
new file mode 100644
index 0000000..585cb7a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Holder.json
@@ -0,0 +1,45 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721Holder",
+  "sourceName": "contracts/token/ERC721/utils/ERC721Holder.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC721Received",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x608060405234801561001057600080fd5b506101a8806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063150b7a0214610030575b600080fd5b61004e61003e366004610087565b630a85bd0160e11b949350505050565b6040516001600160e01b0319909116815260200160405180910390f35b80356001600160a01b038116811461008257600080fd5b919050565b6000806000806080858703121561009c578384fd5b6100a58561006b565b93506100b36020860161006b565b925060408501359150606085013567ffffffffffffffff808211156100d6578283fd5b818701915087601f8301126100e9578283fd5b8135818111156100fb576100fb61015c565b604051601f8201601f19908116603f011681019083821181831017156101235761012361015c565b816040528281528a602084870101111561013b578586fd5b82602086016020830137918201602001949094529598949750929550505050565b634e487b7160e01b600052604160045260246000fdfea2646970667358221220bc5af3a3484964592be859a3410449f35e22ee9989a70acf89b7b94df43e9bb264736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063150b7a0214610030575b600080fd5b61004e61003e366004610087565b630a85bd0160e11b949350505050565b6040516001600160e01b0319909116815260200160405180910390f35b80356001600160a01b038116811461008257600080fd5b919050565b6000806000806080858703121561009c578384fd5b6100a58561006b565b93506100b36020860161006b565b925060408501359150606085013567ffffffffffffffff808211156100d6578283fd5b818701915087601f8301126100e9578283fd5b8135818111156100fb576100fb61015c565b604051601f8201601f19908116603f011681019083821181831017156101235761012361015c565b816040528281528a602084870101111561013b578586fd5b82602086016020830137918201602001949094529598949750929550505050565b634e487b7160e01b600052604160045260246000fdfea2646970667358221220bc5af3a3484964592be859a3410449f35e22ee9989a70acf89b7b94df43e9bb264736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Pausable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Pausable.json
new file mode 100644
index 0000000..8ffc703
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721Pausable.json
@@ -0,0 +1,380 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721Pausable",
+  "sourceName": "contracts/token/ERC721/extensions/ERC721Pausable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721PresetMinterPauserAutoId.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721PresetMinterPauserAutoId.json
new file mode 100644
index 0000000..ad9289c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721PresetMinterPauserAutoId.json
@@ -0,0 +1,751 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721PresetMinterPauserAutoId",
+  "sourceName": "contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "baseTokenURI",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "previousAdminRole",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "newAdminRole",
+          "type": "bytes32"
+        }
+      ],
+      "name": "RoleAdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleGranted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleRevoked",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DEFAULT_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "MINTER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "PAUSER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "getRoleMember",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleMemberCount",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        }
+      ],
+      "name": "mint",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "pause",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenByIndex",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenOfOwnerByIndex",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "unpause",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162002b1438038062002b148339810160408190526200003491620003b3565b8251839083906200004d9060029060208501906200025a565b508051620000639060039060208401906200025a565b5050600c805460ff191690555080516200008590600e9060208401906200025a565b50620000946000335b620000f5565b620000c07f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6336200008e565b620000ec7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a336200008e565b50505062000493565b6200010c82826200013860201b62000e901760201c565b60008281526001602090815260409091206200013391839062000e9e62000148821b17901c565b505050565b62000144828262000168565b5050565b60006200015f836001600160a01b03841662000208565b90505b92915050565b6000828152602081815260408083206001600160a01b038516845290915290205460ff1662000144576000828152602081815260408083206001600160a01b03851684529091529020805460ff19166001179055620001c43390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b6000818152600183016020526040812054620002515750815460018181018455600084815260208082209093018490558454848252828601909352604090209190915562000162565b50600062000162565b828054620002689062000440565b90600052602060002090601f0160209004810192826200028c5760008555620002d7565b82601f10620002a757805160ff1916838001178555620002d7565b82800160010185558215620002d7579182015b82811115620002d7578251825591602001919060010190620002ba565b50620002e5929150620002e9565b5090565b5b80821115620002e55760008155600101620002ea565b600082601f83011262000311578081fd5b81516001600160401b03808211156200032e576200032e6200047d565b604051601f8301601f19908116603f011681019082821181831017156200035957620003596200047d565b8160405283815260209250868385880101111562000375578485fd5b8491505b8382101562000398578582018301518183018401529082019062000379565b83821115620003a957848385830101525b9695505050505050565b600080600060608486031215620003c8578283fd5b83516001600160401b0380821115620003df578485fd5b620003ed8783880162000300565b9450602086015191508082111562000403578384fd5b620004118783880162000300565b9350604086015191508082111562000427578283fd5b50620004368682870162000300565b9150509250925092565b600181811c908216806200045557607f821691505b602082108114156200047757634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b61267180620004a36000396000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c80636352211e1161010f578063a22cb465116100a2578063d539139311610071578063d5391393146103f7578063d547741f1461041e578063e63ab1e914610431578063e985e9c514610458576101e5565b8063a22cb465146103ab578063b88d4fde146103be578063c87b56dd146103d1578063ca15c873146103e4576101e5565b80639010d07c116100de5780639010d07c1461037557806391d148541461038857806395d89b411461039b578063a217fddf146103a3576101e5565b80636352211e146103345780636a6278421461034757806370a082311461035a5780638456cb591461036d576101e5565b80632f2ff15d1161018757806342842e0e1161015657806342842e0e146102f057806342966c68146103035780634f6ccce7146103165780635c975abb14610329576101e5565b80632f2ff15d146102af5780632f745c59146102c257806336568abe146102d55780633f4ba83a146102e8576101e5565b8063095ea7b3116101c3578063095ea7b31461025257806318160ddd1461026757806323b872dd14610279578063248a9ca31461028c576101e5565b806301ffc9a7146101ea57806306fdde0314610212578063081812fc14610227575b600080fd5b6101fd6101f83660046122d9565b610494565b60405190151581526020015b60405180910390f35b61021a6104a7565b604051610209919061241e565b61023a61023536600461227e565b610539565b6040516001600160a01b039091168152602001610209565b610265610260366004612255565b6105d3565b005b600a545b604051908152602001610209565b61026561028736600461210b565b6106e9565b61026b61029a36600461227e565b60009081526020819052604090206001015490565b6102656102bd366004612296565b61071b565b61026b6102d0366004612255565b61073d565b6102656102e3366004612296565b6107d6565b6102656107f8565b6102656102fe36600461210b565b6108a0565b61026561031136600461227e565b6108bb565b61026b61032436600461227e565b610935565b600c5460ff166101fd565b61023a61034236600461227e565b6109d6565b6102656103553660046120bf565b610a4d565b61026b6103683660046120bf565b610b09565b610265610b90565b61023a6103833660046122b8565b610c34565b6101fd610396366004612296565b610c53565b61021a610c7c565b61026b600081565b6102656103b936600461221b565b610c8b565b6102656103cc366004612146565b610d5d565b61021a6103df36600461227e565b610d95565b61026b6103f236600461227e565b610e6f565b61026b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b61026561042c366004612296565b610e86565b61026b7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b6101fd6104663660046120d9565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b600061049f82610eb3565b90505b919050565b6060600280546104b690612579565b80601f01602080910402602001604051908101604052809291908181526020018280546104e290612579565b801561052f5780601f106105045761010080835404028352916020019161052f565b820191906000526020600020905b81548152906001019060200180831161051257829003601f168201915b5050505050905090565b6000818152600460205260408120546001600160a01b03166105b75760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600660205260409020546001600160a01b031690565b60006105de826109d6565b9050806001600160a01b0316836001600160a01b0316141561064c5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b60648201526084016105ae565b336001600160a01b038216148061066857506106688133610466565b6106da5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c000000000000000060648201526084016105ae565b6106e48383610ed8565b505050565b6106f4335b82610f46565b6107105760405162461bcd60e51b81526004016105ae90612483565b6106e483838361103d565b61072582826111e8565b60008281526001602052604090206106e49082610e9e565b600061074883610b09565b82106107aa5760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b60648201526084016105ae565b506001600160a01b03821660009081526008602090815260408083208484529091529020545b92915050565b6107e0828261120f565b60008281526001602052604090206106e49082611289565b6108227f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610396565b610896576040805162461bcd60e51b81526020600482015260248101919091527f4552433732315072657365744d696e7465725061757365724175746f49643a2060448201527f6d75737420686176652070617573657220726f6c6520746f20756e706175736560648201526084016105ae565b61089e61129e565b565b6106e483838360405180602001604052806000815250610d5d565b6108c4336106ee565b6109295760405162461bcd60e51b815260206004820152603060248201527f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760448201526f1b995c881b9bdc88185c1c1c9bdd995960821b60648201526084016105ae565b61093281611331565b50565b6000610940600a5490565b82106109a35760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b60648201526084016105ae565b600a82815481106109c457634e487b7160e01b600052603260045260246000fd5b90600052602060002001549050919050565b6000818152600460205260408120546001600160a01b03168061049f5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b60648201526084016105ae565b610a777f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633610396565b610ae95760405162461bcd60e51b815260206004820152603d60248201527f4552433732315072657365744d696e7465725061757365724175746f49643a2060448201527f6d7573742068617665206d696e74657220726f6c6520746f206d696e7400000060648201526084016105ae565b610afb81610af6600d5490565b6113d8565b610932600d80546001019055565b60006001600160a01b038216610b745760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b60648201526084016105ae565b506001600160a01b031660009081526005602052604090205490565b610bba7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610396565b610c2c5760405162461bcd60e51b815260206004820152603e60248201527f4552433732315072657365744d696e7465725061757365724175746f49643a2060448201527f6d75737420686176652070617573657220726f6c6520746f207061757365000060648201526084016105ae565b61089e611526565b6000828152600160205260408120610c4c90836115a1565b9392505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6060600380546104b690612579565b6001600160a01b038216331415610ce45760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c65720000000000000060448201526064016105ae565b3360008181526007602090815260408083206001600160a01b0387168085529252909120805460ff1916841515179055906001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610d51911515815260200190565b60405180910390a35050565b610d673383610f46565b610d835760405162461bcd60e51b81526004016105ae90612483565b610d8f848484846115ad565b50505050565b6000818152600460205260409020546060906001600160a01b0316610e145760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b60648201526084016105ae565b6000610e1e6115e0565b90506000815111610e3e5760405180602001604052806000815250610c4c565b80610e48846115ef565b604051602001610e5992919061233d565b6040516020818303038152906040529392505050565b600081815260016020526040812061049f9061170a565b6107e08282611714565b610e9a828261173a565b5050565b6000610c4c836001600160a01b0384166117be565b60006001600160e01b0319821663780e9d6360e01b148061049f575061049f8261180d565b600081815260066020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610f0d826109d6565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600460205260408120546001600160a01b0316610fbf5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084016105ae565b6000610fca836109d6565b9050806001600160a01b0316846001600160a01b031614806110055750836001600160a01b0316610ffa84610539565b6001600160a01b0316145b8061103557506001600160a01b0380821660009081526007602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b0316611050826109d6565b6001600160a01b0316146110b85760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b60648201526084016105ae565b6001600160a01b03821661111a5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b60648201526084016105ae565b61112583838361184d565b611130600082610ed8565b6001600160a01b038316600090815260056020526040812080546001929061115990849061251f565b90915550506001600160a01b03821660009081526005602052604081208054600192906111879084906124d4565b909155505060008181526004602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b60008281526020819052604090206001015461120581335b611858565b6106e4838361173a565b6001600160a01b038116331461127f5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084016105ae565b610e9a82826118bc565b6000610c4c836001600160a01b038416611921565b600c5460ff166112e75760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016105ae565b600c805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b600061133c826109d6565b905061134a8160008461184d565b611355600083610ed8565b6001600160a01b038116600090815260056020526040812080546001929061137e90849061251f565b909155505060008281526004602052604080822080546001600160a01b0319169055518391906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b6001600160a01b03821661142e5760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f206164647265737360448201526064016105ae565b6000818152600460205260409020546001600160a01b0316156114935760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e7465640000000060448201526064016105ae565b61149f6000838361184d565b6001600160a01b03821660009081526005602052604081208054600192906114c89084906124d4565b909155505060008181526004602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600c5460ff161561156c5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016105ae565b600c805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586113143390565b6000610c4c8383611a3e565b6115b884848461103d565b6115c484848484611a76565b610d8f5760405162461bcd60e51b81526004016105ae90612431565b6060600e80546104b690612579565b60608161161457506040805180820190915260018152600360fc1b60208201526104a2565b8160005b811561163e5780611628816125b4565b91506116379050600a836124ec565b9150611618565b60008167ffffffffffffffff81111561166757634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611691576020820181803683370190505b5090505b8415611035576116a660018361251f565b91506116b3600a866125cf565b6116be9060306124d4565b60f81b8183815181106116e157634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350611703600a866124ec565b9450611695565b600061049f825490565b6000828152602081905260409020600101546117308133611200565b6106e483836118bc565b6117448282610c53565b610e9a576000828152602081815260408083206001600160a01b03851684529091529020805460ff1916600117905561177a3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b6000818152600183016020526040812054611805575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556107d0565b5060006107d0565b60006001600160e01b031982166380ac58cd60e01b148061183e57506001600160e01b03198216635b5e139f60e01b145b8061049f575061049f82611b83565b6106e4838383611ba8565b6118628282610c53565b610e9a5761187a816001600160a01b03166014611c1a565b611885836020611c1a565b60405160200161189692919061236c565b60408051601f198184030181529082905262461bcd60e51b82526105ae9160040161241e565b6118c68282610c53565b15610e9a576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60008181526001830160205260408120548015611a3457600061194560018361251f565b85549091506000906119599060019061251f565b90508181146119da57600086600001828154811061198757634e487b7160e01b600052603260045260246000fd5b90600052602060002001549050808760000184815481106119b857634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255918252600188019052604090208390555b85548690806119f957634e487b7160e01b600052603160045260246000fd5b6001900381819060005260206000200160009055905585600101600086815260200190815260200160002060009055600193505050506107d0565b60009150506107d0565b6000826000018281548110611a6357634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905092915050565b60006001600160a01b0384163b15611b7857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611aba9033908990889088906004016123e1565b602060405180830381600087803b158015611ad457600080fd5b505af1925050508015611b04575060408051601f3d908101601f19168201909252611b01918101906122f5565b60015b611b5e573d808015611b32576040519150601f19603f3d011682016040523d82523d6000602084013e611b37565b606091505b508051611b565760405162461bcd60e51b81526004016105ae90612431565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611035565b506001949350505050565b60006001600160e01b03198216635a05180f60e01b148061049f575061049f82611dfc565b611bb3838383611e31565b600c5460ff16156106e45760405162461bcd60e51b815260206004820152602b60248201527f4552433732315061757361626c653a20746f6b656e207472616e73666572207760448201526a1a1a5b19481c185d5cd95960aa1b60648201526084016105ae565b60606000611c29836002612500565b611c349060026124d4565b67ffffffffffffffff811115611c5a57634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611c84576020820181803683370190505b509050600360fc1b81600081518110611cad57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b81600181518110611cea57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a9053506000611d0e846002612500565b611d199060016124d4565b90505b6001811115611dad576f181899199a1a9b1b9c1cb0b131b232b360811b85600f1660108110611d5b57634e487b7160e01b600052603260045260246000fd5b1a60f81b828281518110611d7f57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c93611da681612562565b9050611d1c565b508315610c4c5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016105ae565b60006001600160e01b03198216637965db0b60e01b148061049f57506301ffc9a760e01b6001600160e01b031983161461049f565b6001600160a01b038316611e8c57611e8781600a80546000838152600b60205260408120829055600182018355919091527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80155565b611eaf565b816001600160a01b0316836001600160a01b031614611eaf57611eaf8382611eee565b6001600160a01b038216611ecb57611ec681611f8b565b6106e4565b826001600160a01b0316826001600160a01b0316146106e4576106e48282612064565b60006001611efb84610b09565b611f05919061251f565b600083815260096020526040902054909150808214611f58576001600160a01b03841660009081526008602090815260408083208584528252808320548484528184208190558352600990915290208190555b5060009182526009602090815260408084208490556001600160a01b039094168352600881528383209183525290812055565b600a54600090611f9d9060019061251f565b6000838152600b6020526040812054600a8054939450909284908110611fd357634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905080600a838154811061200257634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255828152600b9091526040808220849055858252812055600a80548061204857634e487b7160e01b600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b600061206f83610b09565b6001600160a01b039093166000908152600860209081526040808320868452825280832085905593825260099052919091209190915550565b80356001600160a01b03811681146104a257600080fd5b6000602082840312156120d0578081fd5b610c4c826120a8565b600080604083850312156120eb578081fd5b6120f4836120a8565b9150612102602084016120a8565b90509250929050565b60008060006060848603121561211f578081fd5b612128846120a8565b9250612136602085016120a8565b9150604084013590509250925092565b6000806000806080858703121561215b578081fd5b612164856120a8565b9350612172602086016120a8565b925060408501359150606085013567ffffffffffffffff80821115612195578283fd5b818701915087601f8301126121a8578283fd5b8135818111156121ba576121ba61260f565b604051601f8201601f19908116603f011681019083821181831017156121e2576121e261260f565b816040528281528a60208487010111156121fa578586fd5b82602086016020830137918201602001949094529598949750929550505050565b6000806040838503121561222d578182fd5b612236836120a8565b91506020830135801515811461224a578182fd5b809150509250929050565b60008060408385031215612267578182fd5b612270836120a8565b946020939093013593505050565b60006020828403121561228f578081fd5b5035919050565b600080604083850312156122a8578182fd5b82359150612102602084016120a8565b600080604083850312156122ca578182fd5b50508035926020909101359150565b6000602082840312156122ea578081fd5b8135610c4c81612625565b600060208284031215612306578081fd5b8151610c4c81612625565b60008151808452612329816020860160208601612536565b601f01601f19169290920160200192915050565b6000835161234f818460208801612536565b835190830190612363818360208801612536565b01949350505050565b60007f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000825283516123a4816017850160208801612536565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516123d5816028840160208801612536565b01602801949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061241490830184612311565b9695505050505050565b600060208252610c4c6020830184612311565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b600082198211156124e7576124e76125e3565b500190565b6000826124fb576124fb6125f9565b500490565b600081600019048311821515161561251a5761251a6125e3565b500290565b600082821015612531576125316125e3565b500390565b60005b83811015612551578181015183820152602001612539565b83811115610d8f5750506000910152565b600081612571576125716125e3565b506000190190565b600181811c9082168061258d57607f821691505b602082108114156125ae57634e487b7160e01b600052602260045260246000fd5b50919050565b60006000198214156125c8576125c86125e3565b5060010190565b6000826125de576125de6125f9565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461093257600080fdfea26469706673582212204f54ac2740877e087d997c7d38d5eac7b35f389d3538ffc4e8ffe93f703bbdf364736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101e55760003560e01c80636352211e1161010f578063a22cb465116100a2578063d539139311610071578063d5391393146103f7578063d547741f1461041e578063e63ab1e914610431578063e985e9c514610458576101e5565b8063a22cb465146103ab578063b88d4fde146103be578063c87b56dd146103d1578063ca15c873146103e4576101e5565b80639010d07c116100de5780639010d07c1461037557806391d148541461038857806395d89b411461039b578063a217fddf146103a3576101e5565b80636352211e146103345780636a6278421461034757806370a082311461035a5780638456cb591461036d576101e5565b80632f2ff15d1161018757806342842e0e1161015657806342842e0e146102f057806342966c68146103035780634f6ccce7146103165780635c975abb14610329576101e5565b80632f2ff15d146102af5780632f745c59146102c257806336568abe146102d55780633f4ba83a146102e8576101e5565b8063095ea7b3116101c3578063095ea7b31461025257806318160ddd1461026757806323b872dd14610279578063248a9ca31461028c576101e5565b806301ffc9a7146101ea57806306fdde0314610212578063081812fc14610227575b600080fd5b6101fd6101f83660046122d9565b610494565b60405190151581526020015b60405180910390f35b61021a6104a7565b604051610209919061241e565b61023a61023536600461227e565b610539565b6040516001600160a01b039091168152602001610209565b610265610260366004612255565b6105d3565b005b600a545b604051908152602001610209565b61026561028736600461210b565b6106e9565b61026b61029a36600461227e565b60009081526020819052604090206001015490565b6102656102bd366004612296565b61071b565b61026b6102d0366004612255565b61073d565b6102656102e3366004612296565b6107d6565b6102656107f8565b6102656102fe36600461210b565b6108a0565b61026561031136600461227e565b6108bb565b61026b61032436600461227e565b610935565b600c5460ff166101fd565b61023a61034236600461227e565b6109d6565b6102656103553660046120bf565b610a4d565b61026b6103683660046120bf565b610b09565b610265610b90565b61023a6103833660046122b8565b610c34565b6101fd610396366004612296565b610c53565b61021a610c7c565b61026b600081565b6102656103b936600461221b565b610c8b565b6102656103cc366004612146565b610d5d565b61021a6103df36600461227e565b610d95565b61026b6103f236600461227e565b610e6f565b61026b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b61026561042c366004612296565b610e86565b61026b7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b6101fd6104663660046120d9565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b600061049f82610eb3565b90505b919050565b6060600280546104b690612579565b80601f01602080910402602001604051908101604052809291908181526020018280546104e290612579565b801561052f5780601f106105045761010080835404028352916020019161052f565b820191906000526020600020905b81548152906001019060200180831161051257829003601f168201915b5050505050905090565b6000818152600460205260408120546001600160a01b03166105b75760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600660205260409020546001600160a01b031690565b60006105de826109d6565b9050806001600160a01b0316836001600160a01b0316141561064c5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b60648201526084016105ae565b336001600160a01b038216148061066857506106688133610466565b6106da5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c000000000000000060648201526084016105ae565b6106e48383610ed8565b505050565b6106f4335b82610f46565b6107105760405162461bcd60e51b81526004016105ae90612483565b6106e483838361103d565b61072582826111e8565b60008281526001602052604090206106e49082610e9e565b600061074883610b09565b82106107aa5760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b60648201526084016105ae565b506001600160a01b03821660009081526008602090815260408083208484529091529020545b92915050565b6107e0828261120f565b60008281526001602052604090206106e49082611289565b6108227f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610396565b610896576040805162461bcd60e51b81526020600482015260248101919091527f4552433732315072657365744d696e7465725061757365724175746f49643a2060448201527f6d75737420686176652070617573657220726f6c6520746f20756e706175736560648201526084016105ae565b61089e61129e565b565b6106e483838360405180602001604052806000815250610d5d565b6108c4336106ee565b6109295760405162461bcd60e51b815260206004820152603060248201527f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760448201526f1b995c881b9bdc88185c1c1c9bdd995960821b60648201526084016105ae565b61093281611331565b50565b6000610940600a5490565b82106109a35760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b60648201526084016105ae565b600a82815481106109c457634e487b7160e01b600052603260045260246000fd5b90600052602060002001549050919050565b6000818152600460205260408120546001600160a01b03168061049f5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b60648201526084016105ae565b610a777f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633610396565b610ae95760405162461bcd60e51b815260206004820152603d60248201527f4552433732315072657365744d696e7465725061757365724175746f49643a2060448201527f6d7573742068617665206d696e74657220726f6c6520746f206d696e7400000060648201526084016105ae565b610afb81610af6600d5490565b6113d8565b610932600d80546001019055565b60006001600160a01b038216610b745760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b60648201526084016105ae565b506001600160a01b031660009081526005602052604090205490565b610bba7f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33610396565b610c2c5760405162461bcd60e51b815260206004820152603e60248201527f4552433732315072657365744d696e7465725061757365724175746f49643a2060448201527f6d75737420686176652070617573657220726f6c6520746f207061757365000060648201526084016105ae565b61089e611526565b6000828152600160205260408120610c4c90836115a1565b9392505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6060600380546104b690612579565b6001600160a01b038216331415610ce45760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c65720000000000000060448201526064016105ae565b3360008181526007602090815260408083206001600160a01b0387168085529252909120805460ff1916841515179055906001600160a01b03167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610d51911515815260200190565b60405180910390a35050565b610d673383610f46565b610d835760405162461bcd60e51b81526004016105ae90612483565b610d8f848484846115ad565b50505050565b6000818152600460205260409020546060906001600160a01b0316610e145760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b60648201526084016105ae565b6000610e1e6115e0565b90506000815111610e3e5760405180602001604052806000815250610c4c565b80610e48846115ef565b604051602001610e5992919061233d565b6040516020818303038152906040529392505050565b600081815260016020526040812061049f9061170a565b6107e08282611714565b610e9a828261173a565b5050565b6000610c4c836001600160a01b0384166117be565b60006001600160e01b0319821663780e9d6360e01b148061049f575061049f8261180d565b600081815260066020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610f0d826109d6565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600460205260408120546001600160a01b0316610fbf5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084016105ae565b6000610fca836109d6565b9050806001600160a01b0316846001600160a01b031614806110055750836001600160a01b0316610ffa84610539565b6001600160a01b0316145b8061103557506001600160a01b0380821660009081526007602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b0316611050826109d6565b6001600160a01b0316146110b85760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b60648201526084016105ae565b6001600160a01b03821661111a5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b60648201526084016105ae565b61112583838361184d565b611130600082610ed8565b6001600160a01b038316600090815260056020526040812080546001929061115990849061251f565b90915550506001600160a01b03821660009081526005602052604081208054600192906111879084906124d4565b909155505060008181526004602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b60008281526020819052604090206001015461120581335b611858565b6106e4838361173a565b6001600160a01b038116331461127f5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084016105ae565b610e9a82826118bc565b6000610c4c836001600160a01b038416611921565b600c5460ff166112e75760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016105ae565b600c805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b600061133c826109d6565b905061134a8160008461184d565b611355600083610ed8565b6001600160a01b038116600090815260056020526040812080546001929061137e90849061251f565b909155505060008281526004602052604080822080546001600160a01b0319169055518391906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b6001600160a01b03821661142e5760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f206164647265737360448201526064016105ae565b6000818152600460205260409020546001600160a01b0316156114935760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e7465640000000060448201526064016105ae565b61149f6000838361184d565b6001600160a01b03821660009081526005602052604081208054600192906114c89084906124d4565b909155505060008181526004602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600c5460ff161561156c5760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016105ae565b600c805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586113143390565b6000610c4c8383611a3e565b6115b884848461103d565b6115c484848484611a76565b610d8f5760405162461bcd60e51b81526004016105ae90612431565b6060600e80546104b690612579565b60608161161457506040805180820190915260018152600360fc1b60208201526104a2565b8160005b811561163e5780611628816125b4565b91506116379050600a836124ec565b9150611618565b60008167ffffffffffffffff81111561166757634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611691576020820181803683370190505b5090505b8415611035576116a660018361251f565b91506116b3600a866125cf565b6116be9060306124d4565b60f81b8183815181106116e157634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350611703600a866124ec565b9450611695565b600061049f825490565b6000828152602081905260409020600101546117308133611200565b6106e483836118bc565b6117448282610c53565b610e9a576000828152602081815260408083206001600160a01b03851684529091529020805460ff1916600117905561177a3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b6000818152600183016020526040812054611805575081546001818101845560008481526020808220909301849055845484825282860190935260409020919091556107d0565b5060006107d0565b60006001600160e01b031982166380ac58cd60e01b148061183e57506001600160e01b03198216635b5e139f60e01b145b8061049f575061049f82611b83565b6106e4838383611ba8565b6118628282610c53565b610e9a5761187a816001600160a01b03166014611c1a565b611885836020611c1a565b60405160200161189692919061236c565b60408051601f198184030181529082905262461bcd60e51b82526105ae9160040161241e565b6118c68282610c53565b15610e9a576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60008181526001830160205260408120548015611a3457600061194560018361251f565b85549091506000906119599060019061251f565b90508181146119da57600086600001828154811061198757634e487b7160e01b600052603260045260246000fd5b90600052602060002001549050808760000184815481106119b857634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255918252600188019052604090208390555b85548690806119f957634e487b7160e01b600052603160045260246000fd5b6001900381819060005260206000200160009055905585600101600086815260200190815260200160002060009055600193505050506107d0565b60009150506107d0565b6000826000018281548110611a6357634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905092915050565b60006001600160a01b0384163b15611b7857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611aba9033908990889088906004016123e1565b602060405180830381600087803b158015611ad457600080fd5b505af1925050508015611b04575060408051601f3d908101601f19168201909252611b01918101906122f5565b60015b611b5e573d808015611b32576040519150601f19603f3d011682016040523d82523d6000602084013e611b37565b606091505b508051611b565760405162461bcd60e51b81526004016105ae90612431565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050611035565b506001949350505050565b60006001600160e01b03198216635a05180f60e01b148061049f575061049f82611dfc565b611bb3838383611e31565b600c5460ff16156106e45760405162461bcd60e51b815260206004820152602b60248201527f4552433732315061757361626c653a20746f6b656e207472616e73666572207760448201526a1a1a5b19481c185d5cd95960aa1b60648201526084016105ae565b60606000611c29836002612500565b611c349060026124d4565b67ffffffffffffffff811115611c5a57634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611c84576020820181803683370190505b509050600360fc1b81600081518110611cad57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b81600181518110611cea57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a9053506000611d0e846002612500565b611d199060016124d4565b90505b6001811115611dad576f181899199a1a9b1b9c1cb0b131b232b360811b85600f1660108110611d5b57634e487b7160e01b600052603260045260246000fd5b1a60f81b828281518110611d7f57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c93611da681612562565b9050611d1c565b508315610c4c5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016105ae565b60006001600160e01b03198216637965db0b60e01b148061049f57506301ffc9a760e01b6001600160e01b031983161461049f565b6001600160a01b038316611e8c57611e8781600a80546000838152600b60205260408120829055600182018355919091527fc65a7bb8d6351c1cf70c95a316cc6a92839c986682d98bc35f958f4883f9d2a80155565b611eaf565b816001600160a01b0316836001600160a01b031614611eaf57611eaf8382611eee565b6001600160a01b038216611ecb57611ec681611f8b565b6106e4565b826001600160a01b0316826001600160a01b0316146106e4576106e48282612064565b60006001611efb84610b09565b611f05919061251f565b600083815260096020526040902054909150808214611f58576001600160a01b03841660009081526008602090815260408083208584528252808320548484528184208190558352600990915290208190555b5060009182526009602090815260408084208490556001600160a01b039094168352600881528383209183525290812055565b600a54600090611f9d9060019061251f565b6000838152600b6020526040812054600a8054939450909284908110611fd357634e487b7160e01b600052603260045260246000fd5b9060005260206000200154905080600a838154811061200257634e487b7160e01b600052603260045260246000fd5b6000918252602080832090910192909255828152600b9091526040808220849055858252812055600a80548061204857634e487b7160e01b600052603160045260246000fd5b6001900381819060005260206000200160009055905550505050565b600061206f83610b09565b6001600160a01b039093166000908152600860209081526040808320868452825280832085905593825260099052919091209190915550565b80356001600160a01b03811681146104a257600080fd5b6000602082840312156120d0578081fd5b610c4c826120a8565b600080604083850312156120eb578081fd5b6120f4836120a8565b9150612102602084016120a8565b90509250929050565b60008060006060848603121561211f578081fd5b612128846120a8565b9250612136602085016120a8565b9150604084013590509250925092565b6000806000806080858703121561215b578081fd5b612164856120a8565b9350612172602086016120a8565b925060408501359150606085013567ffffffffffffffff80821115612195578283fd5b818701915087601f8301126121a8578283fd5b8135818111156121ba576121ba61260f565b604051601f8201601f19908116603f011681019083821181831017156121e2576121e261260f565b816040528281528a60208487010111156121fa578586fd5b82602086016020830137918201602001949094529598949750929550505050565b6000806040838503121561222d578182fd5b612236836120a8565b91506020830135801515811461224a578182fd5b809150509250929050565b60008060408385031215612267578182fd5b612270836120a8565b946020939093013593505050565b60006020828403121561228f578081fd5b5035919050565b600080604083850312156122a8578182fd5b82359150612102602084016120a8565b600080604083850312156122ca578182fd5b50508035926020909101359150565b6000602082840312156122ea578081fd5b8135610c4c81612625565b600060208284031215612306578081fd5b8151610c4c81612625565b60008151808452612329816020860160208601612536565b601f01601f19169290920160200192915050565b6000835161234f818460208801612536565b835190830190612363818360208801612536565b01949350505050565b60007f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000825283516123a4816017850160208801612536565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516123d5816028840160208801612536565b01602801949350505050565b6001600160a01b038581168252841660208201526040810183905260806060820181905260009061241490830184612311565b9695505050505050565b600060208252610c4c6020830184612311565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b600082198211156124e7576124e76125e3565b500190565b6000826124fb576124fb6125f9565b500490565b600081600019048311821515161561251a5761251a6125e3565b500290565b600082821015612531576125316125e3565b500390565b60005b83811015612551578181015183820152602001612539565b83811115610d8f5750506000910152565b600081612571576125716125e3565b506000190190565b600181811c9082168061258d57607f821691505b602082108114156125ae57634e487b7160e01b600052602260045260246000fd5b50919050565b60006000198214156125c8576125c86125e3565b5060010190565b6000826125de576125de6125f9565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b03198116811461093257600080fdfea26469706673582212204f54ac2740877e087d997c7d38d5eac7b35f389d3538ffc4e8ffe93f703bbdf364736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721URIStorage.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721URIStorage.json
new file mode 100644
index 0000000..21eb130
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC721URIStorage.json
@@ -0,0 +1,341 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC721URIStorage",
+  "sourceName": "contracts/token/ERC721/extensions/ERC721URIStorage.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777.json
new file mode 100644
index 0000000..d77e757
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777.json
@@ -0,0 +1,587 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC777",
+  "sourceName": "contracts/token/ERC777/ERC777.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name_",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol_",
+          "type": "string"
+        },
+        {
+          "internalType": "address[]",
+          "name": "defaultOperators_",
+          "type": "address[]"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "AuthorizedOperator",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Burned",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Minted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "RevokedOperator",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Sent",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "holder",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "authorizeOperator",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "pure",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "defaultOperators",
+      "outputs": [
+        {
+          "internalType": "address[]",
+          "name": "",
+          "type": "address[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "granularity",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "isOperatorFor",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "operatorBurn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "operatorSend",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "revokeOperator",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "send",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "holder",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162001d4d38038062001d4d8339810160408190526200003491620003b0565b82516200004990600290602086019062000221565b5081516200005f90600390602085019062000221565b50805162000075906004906020840190620002b0565b5060005b8151811015620000f157600160056000848481518110620000aa57634e487b7160e01b600052603260045260246000fd5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff191691151591909117905580620000e88162000535565b91505062000079565b506040516329965a1d60e01b815230600482018190527fac7fbab5f54a3ca8194167523c6753bfeb96a445279294b6125b68cce217705460248301526044820152731820a4b7618bde71dce8cdc73aab6c95905fad24906329965a1d90606401600060405180830381600087803b1580156200016c57600080fd5b505af115801562000181573d6000803e3d6000fd5b50506040516329965a1d60e01b815230600482018190527faea199e31a596269b42cdafd93407f14436db6e4cad65417994c2eb37381e05a60248301526044820152731820a4b7618bde71dce8cdc73aab6c95905fad2492506329965a1d9150606401600060405180830381600087803b158015620001ff57600080fd5b505af115801562000214573d6000803e3d6000fd5b5050505050505062000573565b8280546200022f90620004f8565b90600052602060002090601f0160209004810192826200025357600085556200029e565b82601f106200026e57805160ff19168380011785556200029e565b828001600101855582156200029e579182015b828111156200029e57825182559160200191906001019062000281565b50620002ac92915062000308565b5090565b8280548282559060005260206000209081019282156200029e579160200282015b828111156200029e57825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190620002d1565b5b80821115620002ac576000815560010162000309565b600082601f83011262000330578081fd5b81516001600160401b038111156200034c576200034c6200055d565b602062000362601f8301601f19168201620004c5565b828152858284870101111562000376578384fd5b835b838110156200039557858101830151828201840152820162000378565b83811115620003a657848385840101525b5095945050505050565b600080600060608486031215620003c5578283fd5b83516001600160401b0380821115620003dc578485fd5b620003ea878388016200031f565b945060209150818601518181111562000401578485fd5b6200040f888289016200031f565b94505060408601518181111562000424578384fd5b8601601f8101881362000435578384fd5b8051828111156200044a576200044a6200055d565b8060051b92506200045d848401620004c5565b8181528481019083860185850187018c101562000478578788fd5b8795505b83861015620004b457805194506001600160a01b03851685146200049e578788fd5b848352600195909501949186019186016200047c565b508096505050505050509250925092565b604051601f8201601f191681016001600160401b0381118282101715620004f057620004f06200055d565b604052919050565b600181811c908216806200050d57607f821691505b602082108114156200052f57634e487b7160e01b600052602260045260246000fd5b50919050565b60006000198214156200055657634e487b7160e01b81526011600452602481fd5b5060010190565b634e487b7160e01b600052604160045260246000fd5b6117ca80620005836000396000f3fe608060405234801561001057600080fd5b50600436106101165760003560e01c8063959b8c3f116100a2578063d95b637111610071578063d95b63711461022b578063dd62ed3e1461023e578063fad8b32a14610277578063fc673c4f1461028a578063fe9d93031461029d57610116565b8063959b8c3f146101ea57806395d89b41146101fd5780639bd9bbc614610205578063a9059cbb1461021857610116565b806323b872dd116100e957806323b872dd14610183578063313ce56714610196578063556f0dc7146101a557806362ad1b83146101ac57806370a08231146101c157610116565b806306e485381461011b57806306fdde0314610139578063095ea7b31461014e57806318160ddd14610171575b600080fd5b6101236102b0565b60405161013091906115c1565b60405180910390f35b610141610312565b604051610130919061160e565b61016161015c3660046113d8565b61039b565b6040519015158152602001610130565b6001545b604051908152602001610130565b610161610191366004611308565b6103b3565b60405160128152602001610130565b6001610175565b6101bf6101ba366004611348565b61057c565b005b6101756101cf366004611298565b6001600160a01b031660009081526020819052604090205490565b6101bf6101f8366004611298565b6105b8565b6101416106d6565b6101bf610213366004611403565b6106e5565b6101616102263660046113d8565b610708565b6101616102393660046112d0565b6107bb565b61017561024c3660046112d0565b6001600160a01b03918216600090815260086020908152604080832093909416825291909152205490565b6101bf610285366004611298565b61085d565b6101bf61029836600461145a565b610979565b6101bf6102ab3660046114d7565b6109b1565b6060600480548060200260200160405190810160405280929190818152602001828054801561030857602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116102ea575b5050505050905090565b60606002805461032190611715565b80601f016020809104026020016040519081016040528092919081815260200182805461034d90611715565b80156103085780601f1061036f57610100808354040283529160200191610308565b820191906000526020600020905b81548152906001019060200180831161037d57509395945050505050565b6000336103a98185856109d0565b5060019392505050565b60006001600160a01b0383166103e45760405162461bcd60e51b81526004016103db90611621565b60405180910390fd5b6001600160a01b0384166104495760405162461bcd60e51b815260206004820152602660248201527f4552433737373a207472616e736665722066726f6d20746865207a65726f206160448201526564647265737360d01b60648201526084016103db565b600033905061047a818686866040518060200160405280600081525060405180602001604052806000815250610af7565b6104a6818686866040518060200160405280600081525060405180602001604052806000815250610c2e565b6001600160a01b038086166000908152600860209081526040808320938516835292905220548381101561052e5760405162461bcd60e51b815260206004820152602960248201527f4552433737373a207472616e7366657220616d6f756e74206578636565647320604482015268616c6c6f77616e636560b81b60648201526084016103db565b610542868361053d87856116fe565b6109d0565b6105708287878760405180602001604052806000815250604051806020016040528060008152506000610d9d565b50600195945050505050565b61058633866107bb565b6105a25760405162461bcd60e51b81526004016103db90611665565b6105b185858585856001610f71565b5050505050565b336001600160a01b038216141561061d5760405162461bcd60e51b8152602060048201526024808201527f4552433737373a20617574686f72697a696e672073656c66206173206f70657260448201526330ba37b960e11b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff161561066e573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff1916905561069d565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191660011790555b60405133906001600160a01b038316907ff4caeb2d6ca8932a215a353d0703c326ec2d81fc68170f320eb2ab49e9df61f990600090a350565b60606003805461032190611715565b61070333848484604051806020016040528060008152506001610f71565b505050565b60006001600160a01b0383166107305760405162461bcd60e51b81526004016103db90611621565b6000339050610761818286866040518060200160405280600081525060405180602001604052806000815250610af7565b61078d818286866040518060200160405280600081525060405180602001604052806000815250610c2e565b6103a98182868660405180602001604052806000815250604051806020016040528060008152506000610d9d565b6000816001600160a01b0316836001600160a01b0316148061082657506001600160a01b03831660009081526005602052604090205460ff16801561082657506001600160a01b0380831660009081526007602090815260408083209387168352929052205460ff16155b8061085657506001600160a01b0380831660009081526006602090815260408083209387168352929052205460ff165b9392505050565b6001600160a01b0381163314156108c05760405162461bcd60e51b815260206004820152602160248201527f4552433737373a207265766f6b696e672073656c66206173206f70657261746f6044820152603960f91b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff1615610914573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff19166001179055610940565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191690555b60405133906001600160a01b038316907f50546e66e5f44d728365dc3908c63bc5cfeeab470722c1677e3073a6ac294aa190600090a350565b61098333856107bb565b61099f5760405162461bcd60e51b81526004016103db90611665565b6109ab84848484611054565b50505050565b6109cc33838360405180602001604052806000815250611054565b5050565b6001600160a01b038316610a345760405162461bcd60e51b815260206004820152602560248201527f4552433737373a20617070726f76652066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016103db565b6001600160a01b038216610a965760405162461bcd60e51b815260206004820152602360248201527f4552433737373a20617070726f766520746f20746865207a65726f206164647260448201526265737360e81b60648201526084016103db565b6001600160a01b0383811660008181526008602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527f29ddb589b1fb5fc7cf394961c1adf5f8c6454761adf795e67fe149f658abe8956024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610b7357600080fd5b505afa158015610b87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bab91906112b4565b90506001600160a01b03811615610c2557604051633ad5cbc160e11b81526001600160a01b038216906375ab978290610bf2908a908a908a908a908a908a90600401611567565b600060405180830381600087803b158015610c0c57600080fd5b505af1158015610c20573d6000803e3d6000fd5b505050505b50505050505050565b6001600160a01b03851660009081526020819052604090205483811015610ca75760405162461bcd60e51b815260206004820152602760248201527f4552433737373a207472616e7366657220616d6f756e7420657863656564732060448201526662616c616e636560c81b60648201526084016103db565b610cb184826116fe565b6001600160a01b038088166000908152602081905260408082209390935590871681529081208054869290610ce79084906116e6565b92505081905550846001600160a01b0316866001600160a01b0316886001600160a01b03167f06b541ddaa720db2b10a4d0cdac39b8d360425fc073085fac19bc82614677987878787604051610d3f939291906116b1565b60405180910390a4846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef86604051610d8c91815260200190565b60405180910390a350505050505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527fb281fc8c12954d22544db45de3159a39272895b169a852b314f9cc762e44c53b6024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610e1957600080fd5b505afa158015610e2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5191906112b4565b90506001600160a01b03811615610ecd576040516223de2960e01b81526001600160a01b038216906223de2990610e96908b908b908b908b908b908b90600401611567565b600060405180830381600087803b158015610eb057600080fd5b505af1158015610ec4573d6000803e3d6000fd5b50505050610f67565b8115610f67576001600160a01b0386163b15610f675760405162461bcd60e51b815260206004820152604d60248201527f4552433737373a20746f6b656e20726563697069656e7420636f6e747261637460448201527f20686173206e6f20696d706c656d656e74657220666f7220455243373737546f60648201526c1ad95b9cd49958da5c1a595b9d609a1b608482015260a4016103db565b5050505050505050565b6001600160a01b038616610fd25760405162461bcd60e51b815260206004820152602260248201527f4552433737373a2073656e642066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b6001600160a01b0385166110285760405162461bcd60e51b815260206004820181905260248201527f4552433737373a2073656e6420746f20746865207a65726f206164647265737360448201526064016103db565b33611037818888888888610af7565b611045818888888888610c2e565b610c2581888888888888610d9d565b6001600160a01b0384166110b55760405162461bcd60e51b815260206004820152602260248201527f4552433737373a206275726e2066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b336110c581866000878787610af7565b6001600160a01b0385166000908152602081905260409020548481101561113a5760405162461bcd60e51b815260206004820152602360248201527f4552433737373a206275726e20616d6f756e7420657863656564732062616c616044820152626e636560e81b60648201526084016103db565b61114485826116fe565b6001600160a01b038716600090815260208190526040812091909155600180548792906111729084906116fe565b92505081905550856001600160a01b0316826001600160a01b03167fa78a9be3a7b862d26933ad85fb11d80ef66b8f972d7cbba06621d583943a40988787876040516111c0939291906116b1565b60405180910390a36040518581526000906001600160a01b038816907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050505050565b600082601f830112611221578081fd5b813567ffffffffffffffff8082111561123c5761123c611766565b604051601f8301601f19908116603f0116810190828211818310171561126457611264611766565b8160405283815286602085880101111561127c578485fd5b8360208701602083013792830160200193909352509392505050565b6000602082840312156112a9578081fd5b81356108568161177c565b6000602082840312156112c5578081fd5b81516108568161177c565b600080604083850312156112e2578081fd5b82356112ed8161177c565b915060208301356112fd8161177c565b809150509250929050565b60008060006060848603121561131c578081fd5b83356113278161177c565b925060208401356113378161177c565b929592945050506040919091013590565b600080600080600060a0868803121561135f578081fd5b853561136a8161177c565b9450602086013561137a8161177c565b935060408601359250606086013567ffffffffffffffff8082111561139d578283fd5b6113a989838a01611211565b935060808801359150808211156113be578283fd5b506113cb88828901611211565b9150509295509295909350565b600080604083850312156113ea578182fd5b82356113f58161177c565b946020939093013593505050565b600080600060608486031215611417578283fd5b83356114228161177c565b925060208401359150604084013567ffffffffffffffff811115611444578182fd5b61145086828701611211565b9150509250925092565b6000806000806080858703121561146f578384fd5b843561147a8161177c565b935060208501359250604085013567ffffffffffffffff8082111561149d578384fd5b6114a988838901611211565b935060608701359150808211156114be578283fd5b506114cb87828801611211565b91505092959194509250565b600080604083850312156114e9578182fd5b82359150602083013567ffffffffffffffff811115611506578182fd5b61151285828601611211565b9150509250929050565b60008151808452815b8181101561154157602081850181015186830182015201611525565b818111156115525782602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b0387811682528681166020830152851660408201526060810184905260c0608082018190526000906115a29083018561151c565b82810360a08401526115b4818561151c565b9998505050505050505050565b6020808252825182820181905260009190848201906040850190845b818110156116025783516001600160a01b0316835292840192918401916001016115dd565b50909695505050505050565b600060208252610856602083018461151c565b60208082526024908201527f4552433737373a207472616e7366657220746f20746865207a65726f206164646040820152637265737360e01b606082015260800190565b6020808252602c908201527f4552433737373a2063616c6c6572206973206e6f7420616e206f70657261746f60408201526b39103337b9103437b63232b960a11b606082015260800190565b6000848252606060208301526116ca606083018561151c565b82810360408401526116dc818561151c565b9695505050505050565b600082198211156116f9576116f9611750565b500190565b60008282101561171057611710611750565b500390565b600181811c9082168061172957607f821691505b6020821081141561174a57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461179157600080fd5b5056fea26469706673582212203f256a893af66cd9f601db4ee20a6cef3672e0a60ae308639d4cf34b97998d7864736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101165760003560e01c8063959b8c3f116100a2578063d95b637111610071578063d95b63711461022b578063dd62ed3e1461023e578063fad8b32a14610277578063fc673c4f1461028a578063fe9d93031461029d57610116565b8063959b8c3f146101ea57806395d89b41146101fd5780639bd9bbc614610205578063a9059cbb1461021857610116565b806323b872dd116100e957806323b872dd14610183578063313ce56714610196578063556f0dc7146101a557806362ad1b83146101ac57806370a08231146101c157610116565b806306e485381461011b57806306fdde0314610139578063095ea7b31461014e57806318160ddd14610171575b600080fd5b6101236102b0565b60405161013091906115c1565b60405180910390f35b610141610312565b604051610130919061160e565b61016161015c3660046113d8565b61039b565b6040519015158152602001610130565b6001545b604051908152602001610130565b610161610191366004611308565b6103b3565b60405160128152602001610130565b6001610175565b6101bf6101ba366004611348565b61057c565b005b6101756101cf366004611298565b6001600160a01b031660009081526020819052604090205490565b6101bf6101f8366004611298565b6105b8565b6101416106d6565b6101bf610213366004611403565b6106e5565b6101616102263660046113d8565b610708565b6101616102393660046112d0565b6107bb565b61017561024c3660046112d0565b6001600160a01b03918216600090815260086020908152604080832093909416825291909152205490565b6101bf610285366004611298565b61085d565b6101bf61029836600461145a565b610979565b6101bf6102ab3660046114d7565b6109b1565b6060600480548060200260200160405190810160405280929190818152602001828054801561030857602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116102ea575b5050505050905090565b60606002805461032190611715565b80601f016020809104026020016040519081016040528092919081815260200182805461034d90611715565b80156103085780601f1061036f57610100808354040283529160200191610308565b820191906000526020600020905b81548152906001019060200180831161037d57509395945050505050565b6000336103a98185856109d0565b5060019392505050565b60006001600160a01b0383166103e45760405162461bcd60e51b81526004016103db90611621565b60405180910390fd5b6001600160a01b0384166104495760405162461bcd60e51b815260206004820152602660248201527f4552433737373a207472616e736665722066726f6d20746865207a65726f206160448201526564647265737360d01b60648201526084016103db565b600033905061047a818686866040518060200160405280600081525060405180602001604052806000815250610af7565b6104a6818686866040518060200160405280600081525060405180602001604052806000815250610c2e565b6001600160a01b038086166000908152600860209081526040808320938516835292905220548381101561052e5760405162461bcd60e51b815260206004820152602960248201527f4552433737373a207472616e7366657220616d6f756e74206578636565647320604482015268616c6c6f77616e636560b81b60648201526084016103db565b610542868361053d87856116fe565b6109d0565b6105708287878760405180602001604052806000815250604051806020016040528060008152506000610d9d565b50600195945050505050565b61058633866107bb565b6105a25760405162461bcd60e51b81526004016103db90611665565b6105b185858585856001610f71565b5050505050565b336001600160a01b038216141561061d5760405162461bcd60e51b8152602060048201526024808201527f4552433737373a20617574686f72697a696e672073656c66206173206f70657260448201526330ba37b960e11b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff161561066e573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff1916905561069d565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191660011790555b60405133906001600160a01b038316907ff4caeb2d6ca8932a215a353d0703c326ec2d81fc68170f320eb2ab49e9df61f990600090a350565b60606003805461032190611715565b61070333848484604051806020016040528060008152506001610f71565b505050565b60006001600160a01b0383166107305760405162461bcd60e51b81526004016103db90611621565b6000339050610761818286866040518060200160405280600081525060405180602001604052806000815250610af7565b61078d818286866040518060200160405280600081525060405180602001604052806000815250610c2e565b6103a98182868660405180602001604052806000815250604051806020016040528060008152506000610d9d565b6000816001600160a01b0316836001600160a01b0316148061082657506001600160a01b03831660009081526005602052604090205460ff16801561082657506001600160a01b0380831660009081526007602090815260408083209387168352929052205460ff16155b8061085657506001600160a01b0380831660009081526006602090815260408083209387168352929052205460ff165b9392505050565b6001600160a01b0381163314156108c05760405162461bcd60e51b815260206004820152602160248201527f4552433737373a207265766f6b696e672073656c66206173206f70657261746f6044820152603960f91b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff1615610914573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff19166001179055610940565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191690555b60405133906001600160a01b038316907f50546e66e5f44d728365dc3908c63bc5cfeeab470722c1677e3073a6ac294aa190600090a350565b61098333856107bb565b61099f5760405162461bcd60e51b81526004016103db90611665565b6109ab84848484611054565b50505050565b6109cc33838360405180602001604052806000815250611054565b5050565b6001600160a01b038316610a345760405162461bcd60e51b815260206004820152602560248201527f4552433737373a20617070726f76652066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016103db565b6001600160a01b038216610a965760405162461bcd60e51b815260206004820152602360248201527f4552433737373a20617070726f766520746f20746865207a65726f206164647260448201526265737360e81b60648201526084016103db565b6001600160a01b0383811660008181526008602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527f29ddb589b1fb5fc7cf394961c1adf5f8c6454761adf795e67fe149f658abe8956024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610b7357600080fd5b505afa158015610b87573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bab91906112b4565b90506001600160a01b03811615610c2557604051633ad5cbc160e11b81526001600160a01b038216906375ab978290610bf2908a908a908a908a908a908a90600401611567565b600060405180830381600087803b158015610c0c57600080fd5b505af1158015610c20573d6000803e3d6000fd5b505050505b50505050505050565b6001600160a01b03851660009081526020819052604090205483811015610ca75760405162461bcd60e51b815260206004820152602760248201527f4552433737373a207472616e7366657220616d6f756e7420657863656564732060448201526662616c616e636560c81b60648201526084016103db565b610cb184826116fe565b6001600160a01b038088166000908152602081905260408082209390935590871681529081208054869290610ce79084906116e6565b92505081905550846001600160a01b0316866001600160a01b0316886001600160a01b03167f06b541ddaa720db2b10a4d0cdac39b8d360425fc073085fac19bc82614677987878787604051610d3f939291906116b1565b60405180910390a4846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef86604051610d8c91815260200190565b60405180910390a350505050505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527fb281fc8c12954d22544db45de3159a39272895b169a852b314f9cc762e44c53b6024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610e1957600080fd5b505afa158015610e2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5191906112b4565b90506001600160a01b03811615610ecd576040516223de2960e01b81526001600160a01b038216906223de2990610e96908b908b908b908b908b908b90600401611567565b600060405180830381600087803b158015610eb057600080fd5b505af1158015610ec4573d6000803e3d6000fd5b50505050610f67565b8115610f67576001600160a01b0386163b15610f675760405162461bcd60e51b815260206004820152604d60248201527f4552433737373a20746f6b656e20726563697069656e7420636f6e747261637460448201527f20686173206e6f20696d706c656d656e74657220666f7220455243373737546f60648201526c1ad95b9cd49958da5c1a595b9d609a1b608482015260a4016103db565b5050505050505050565b6001600160a01b038616610fd25760405162461bcd60e51b815260206004820152602260248201527f4552433737373a2073656e642066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b6001600160a01b0385166110285760405162461bcd60e51b815260206004820181905260248201527f4552433737373a2073656e6420746f20746865207a65726f206164647265737360448201526064016103db565b33611037818888888888610af7565b611045818888888888610c2e565b610c2581888888888888610d9d565b6001600160a01b0384166110b55760405162461bcd60e51b815260206004820152602260248201527f4552433737373a206275726e2066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b336110c581866000878787610af7565b6001600160a01b0385166000908152602081905260409020548481101561113a5760405162461bcd60e51b815260206004820152602360248201527f4552433737373a206275726e20616d6f756e7420657863656564732062616c616044820152626e636560e81b60648201526084016103db565b61114485826116fe565b6001600160a01b038716600090815260208190526040812091909155600180548792906111729084906116fe565b92505081905550856001600160a01b0316826001600160a01b03167fa78a9be3a7b862d26933ad85fb11d80ef66b8f972d7cbba06621d583943a40988787876040516111c0939291906116b1565b60405180910390a36040518581526000906001600160a01b038816907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050505050565b600082601f830112611221578081fd5b813567ffffffffffffffff8082111561123c5761123c611766565b604051601f8301601f19908116603f0116810190828211818310171561126457611264611766565b8160405283815286602085880101111561127c578485fd5b8360208701602083013792830160200193909352509392505050565b6000602082840312156112a9578081fd5b81356108568161177c565b6000602082840312156112c5578081fd5b81516108568161177c565b600080604083850312156112e2578081fd5b82356112ed8161177c565b915060208301356112fd8161177c565b809150509250929050565b60008060006060848603121561131c578081fd5b83356113278161177c565b925060208401356113378161177c565b929592945050506040919091013590565b600080600080600060a0868803121561135f578081fd5b853561136a8161177c565b9450602086013561137a8161177c565b935060408601359250606086013567ffffffffffffffff8082111561139d578283fd5b6113a989838a01611211565b935060808801359150808211156113be578283fd5b506113cb88828901611211565b9150509295509295909350565b600080604083850312156113ea578182fd5b82356113f58161177c565b946020939093013593505050565b600080600060608486031215611417578283fd5b83356114228161177c565b925060208401359150604084013567ffffffffffffffff811115611444578182fd5b61145086828701611211565b9150509250925092565b6000806000806080858703121561146f578384fd5b843561147a8161177c565b935060208501359250604085013567ffffffffffffffff8082111561149d578384fd5b6114a988838901611211565b935060608701359150808211156114be578283fd5b506114cb87828801611211565b91505092959194509250565b600080604083850312156114e9578182fd5b82359150602083013567ffffffffffffffff811115611506578182fd5b61151285828601611211565b9150509250929050565b60008151808452815b8181101561154157602081850181015186830182015201611525565b818111156115525782602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b0387811682528681166020830152851660408201526060810184905260c0608082018190526000906115a29083018561151c565b82810360a08401526115b4818561151c565b9998505050505050505050565b6020808252825182820181905260009190848201906040850190845b818110156116025783516001600160a01b0316835292840192918401916001016115dd565b50909695505050505050565b600060208252610856602083018461151c565b60208082526024908201527f4552433737373a207472616e7366657220746f20746865207a65726f206164646040820152637265737360e01b606082015260800190565b6020808252602c908201527f4552433737373a2063616c6c6572206973206e6f7420616e206f70657261746f60408201526b39103337b9103437b63232b960a11b606082015260800190565b6000848252606060208301526116ca606083018561151c565b82810360408401526116dc818561151c565b9695505050505050565b600082198211156116f9576116f9611750565b500190565b60008282101561171057611710611750565b500390565b600181811c9082168061172957607f821691505b6020821081141561174a57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461179157600080fd5b5056fea26469706673582212203f256a893af66cd9f601db4ee20a6cef3672e0a60ae308639d4cf34b97998d7864736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777PresetFixedSupply.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777PresetFixedSupply.json
new file mode 100644
index 0000000..e4a7db1
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ERC777PresetFixedSupply.json
@@ -0,0 +1,597 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ERC777PresetFixedSupply",
+  "sourceName": "contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "name",
+          "type": "string"
+        },
+        {
+          "internalType": "string",
+          "name": "symbol",
+          "type": "string"
+        },
+        {
+          "internalType": "address[]",
+          "name": "defaultOperators",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256",
+          "name": "initialSupply",
+          "type": "uint256"
+        },
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "AuthorizedOperator",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Burned",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Minted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "RevokedOperator",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Sent",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "holder",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "authorizeOperator",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "pure",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "defaultOperators",
+      "outputs": [
+        {
+          "internalType": "address[]",
+          "name": "",
+          "type": "address[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "granularity",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "isOperatorFor",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "operatorBurn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "operatorSend",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "revokeOperator",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "send",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "holder",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b506040516200224138038062002241833981016040819052620000349162000775565b84848482600290805190602001906200004f929190620005c9565b50815162000065906003906020850190620005c9565b5080516200007b90600490602084019062000658565b5060005b8151811015620000f757600160056000848481518110620000b057634e487b7160e01b600052603260045260246000fd5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff191691151591909117905580620000ee8162000a17565b9150506200007f565b506040516329965a1d60e01b815230600482018190527fac7fbab5f54a3ca8194167523c6753bfeb96a445279294b6125b68cce217705460248301526044820152731820a4b7618bde71dce8cdc73aab6c95905fad24906329965a1d90606401600060405180830381600087803b1580156200017257600080fd5b505af115801562000187573d6000803e3d6000fd5b50506040516329965a1d60e01b815230600482018190527faea199e31a596269b42cdafd93407f14436db6e4cad65417994c2eb37381e05a60248301526044820152731820a4b7618bde71dce8cdc73aab6c95905fad2492506329965a1d9150606401600060405180830381600087803b1580156200020557600080fd5b505af11580156200021a573d6000803e3d6000fd5b5050505050505062000253818360405180602001604052806000815250604051806020016040528060008152506200025e60201b60201c565b505050505062000a61565b6200026e84848484600162000274565b50505050565b6001600160a01b038516620002d05760405162461bcd60e51b815260206004820181905260248201527f4552433737373a206d696e7420746f20746865207a65726f206164647265737360448201526064015b60405180910390fd5b60003390508460016000828254620002e9919062000990565b90915550506001600160a01b038616600090815260208190526040812080548792906200031890849062000990565b909155506200033090508160008888888888620003ca565b856001600160a01b0316816001600160a01b03167f2fe5be0146f74c5bce36c0b80911af6c7d86ff27e89d5cfa61fc681327954e5d878787604051620003799392919062000924565b60405180910390a36040518581526001600160a01b038716906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527fb281fc8c12954d22544db45de3159a39272895b169a852b314f9cc762e44c53b6024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b1580156200044757600080fd5b505afa1580156200045c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000482919062000751565b90506001600160a01b0381161562000504576040516223de2960e01b81526001600160a01b038216906223de2990620004ca908b908b908b908b908b908b90600401620008c6565b600060405180830381600087803b158015620004e557600080fd5b505af1158015620004fa573d6000803e3d6000fd5b50505050620005b5565b8115620005b5576200052a866001600160a01b0316620005bf60201b620009d01760201c565b15620005b55760405162461bcd60e51b815260206004820152604d60248201527f4552433737373a20746f6b656e20726563697069656e7420636f6e747261637460448201527f20686173206e6f20696d706c656d656e74657220666f7220455243373737546f60648201526c1ad95b9cd49958da5c1a595b9d609a1b608482015260a401620002c7565b5050505050505050565b803b15155b919050565b828054620005d790620009da565b90600052602060002090601f016020900481019282620005fb576000855562000646565b82601f106200061657805160ff191683800117855562000646565b8280016001018555821562000646579182015b828111156200064657825182559160200191906001019062000629565b5062000654929150620006b0565b5090565b82805482825590600052602060002090810192821562000646579160200282015b828111156200064657825182546001600160a01b0319166001600160a01b0390911617825560209092019160019091019062000679565b5b80821115620006545760008155600101620006b1565b80516001600160a01b0381168114620005c457600080fd5b600082601f830112620006f0578081fd5b81516001600160401b038111156200070c576200070c62000a4b565b62000721601f8201601f19166020016200095d565b81815284602083860101111562000736578283fd5b62000749826020830160208701620009ab565b949350505050565b60006020828403121562000763578081fd5b6200076e82620006c7565b9392505050565b600080600080600060a086880312156200078d578081fd5b85516001600160401b0380821115620007a4578283fd5b620007b289838a01620006df565b9650602091508188015181811115620007c9578384fd5b620007d78a828b01620006df565b965050604088015181811115620007ec578384fd5b8801601f81018a13620007fd578384fd5b80518281111562000812576200081262000a4b565b8060051b9250620008258484016200095d565b8181528481019083860185850187018e101562000840578788fd5b8795505b838610156200086d576200085881620006c7565b83526001959095019491860191860162000844565b50809850505050505050606086015191506200088c60808701620006c7565b90509295509295909350565b60008151808452620008b2816020860160208601620009ab565b601f01601f19169290920160200192915050565b6001600160a01b0387811682528681166020830152851660408201526060810184905260c060808201819052600090620009039083018562000898565b82810360a084015262000917818562000898565b9998505050505050505050565b6000848252606060208301526200093f606083018562000898565b828103604084015262000953818562000898565b9695505050505050565b604051601f8201601f191681016001600160401b038111828210171562000988576200098862000a4b565b604052919050565b60008219821115620009a657620009a662000a35565b500190565b60005b83811015620009c8578181015183820152602001620009ae565b838111156200026e5750506000910152565b600181811c90821680620009ef57607f821691505b6020821081141562000a1157634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141562000a2e5762000a2e62000a35565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6117d08062000a716000396000f3fe608060405234801561001057600080fd5b50600436106101165760003560e01c8063959b8c3f116100a2578063d95b637111610071578063d95b63711461022b578063dd62ed3e1461023e578063fad8b32a14610277578063fc673c4f1461028a578063fe9d93031461029d57610116565b8063959b8c3f146101ea57806395d89b41146101fd5780639bd9bbc614610205578063a9059cbb1461021857610116565b806323b872dd116100e957806323b872dd14610183578063313ce56714610196578063556f0dc7146101a557806362ad1b83146101ac57806370a08231146101c157610116565b806306e485381461011b57806306fdde0314610139578063095ea7b31461014e57806318160ddd14610171575b600080fd5b6101236102b0565b60405161013091906115c7565b60405180910390f35b610141610312565b6040516101309190611614565b61016161015c3660046113de565b61039b565b6040519015158152602001610130565b6001545b604051908152602001610130565b61016161019136600461130e565b6103b3565b60405160128152602001610130565b6001610175565b6101bf6101ba36600461134e565b61057c565b005b6101756101cf36600461129e565b6001600160a01b031660009081526020819052604090205490565b6101bf6101f836600461129e565b6105b8565b6101416106d6565b6101bf610213366004611409565b6106e5565b6101616102263660046113de565b610708565b6101616102393660046112d6565b6107bb565b61017561024c3660046112d6565b6001600160a01b03918216600090815260086020908152604080832093909416825291909152205490565b6101bf61028536600461129e565b61085d565b6101bf610298366004611460565b610979565b6101bf6102ab3660046114dd565b6109b1565b6060600480548060200260200160405190810160405280929190818152602001828054801561030857602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116102ea575b5050505050905090565b6060600280546103219061171b565b80601f016020809104026020016040519081016040528092919081815260200182805461034d9061171b565b80156103085780601f1061036f57610100808354040283529160200191610308565b820191906000526020600020905b81548152906001019060200180831161037d57509395945050505050565b6000336103a98185856109d6565b5060019392505050565b60006001600160a01b0383166103e45760405162461bcd60e51b81526004016103db90611627565b60405180910390fd5b6001600160a01b0384166104495760405162461bcd60e51b815260206004820152602660248201527f4552433737373a207472616e736665722066726f6d20746865207a65726f206160448201526564647265737360d01b60648201526084016103db565b600033905061047a818686866040518060200160405280600081525060405180602001604052806000815250610afd565b6104a6818686866040518060200160405280600081525060405180602001604052806000815250610c34565b6001600160a01b038086166000908152600860209081526040808320938516835292905220548381101561052e5760405162461bcd60e51b815260206004820152602960248201527f4552433737373a207472616e7366657220616d6f756e74206578636565647320604482015268616c6c6f77616e636560b81b60648201526084016103db565b610542868361053d8785611704565b6109d6565b6105708287878760405180602001604052806000815250604051806020016040528060008152506000610da3565b50600195945050505050565b61058633866107bb565b6105a25760405162461bcd60e51b81526004016103db9061166b565b6105b185858585856001610f77565b5050505050565b336001600160a01b038216141561061d5760405162461bcd60e51b8152602060048201526024808201527f4552433737373a20617574686f72697a696e672073656c66206173206f70657260448201526330ba37b960e11b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff161561066e573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff1916905561069d565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191660011790555b60405133906001600160a01b038316907ff4caeb2d6ca8932a215a353d0703c326ec2d81fc68170f320eb2ab49e9df61f990600090a350565b6060600380546103219061171b565b61070333848484604051806020016040528060008152506001610f77565b505050565b60006001600160a01b0383166107305760405162461bcd60e51b81526004016103db90611627565b6000339050610761818286866040518060200160405280600081525060405180602001604052806000815250610afd565b61078d818286866040518060200160405280600081525060405180602001604052806000815250610c34565b6103a98182868660405180602001604052806000815250604051806020016040528060008152506000610da3565b6000816001600160a01b0316836001600160a01b0316148061082657506001600160a01b03831660009081526005602052604090205460ff16801561082657506001600160a01b0380831660009081526007602090815260408083209387168352929052205460ff16155b8061085657506001600160a01b0380831660009081526006602090815260408083209387168352929052205460ff165b9392505050565b6001600160a01b0381163314156108c05760405162461bcd60e51b815260206004820152602160248201527f4552433737373a207265766f6b696e672073656c66206173206f70657261746f6044820152603960f91b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff1615610914573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff19166001179055610940565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191690555b60405133906001600160a01b038316907f50546e66e5f44d728365dc3908c63bc5cfeeab470722c1677e3073a6ac294aa190600090a350565b61098333856107bb565b61099f5760405162461bcd60e51b81526004016103db9061166b565b6109ab8484848461105a565b50505050565b6109cc3383836040518060200160405280600081525061105a565b5050565b3b151590565b6001600160a01b038316610a3a5760405162461bcd60e51b815260206004820152602560248201527f4552433737373a20617070726f76652066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016103db565b6001600160a01b038216610a9c5760405162461bcd60e51b815260206004820152602360248201527f4552433737373a20617070726f766520746f20746865207a65726f206164647260448201526265737360e81b60648201526084016103db565b6001600160a01b0383811660008181526008602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527f29ddb589b1fb5fc7cf394961c1adf5f8c6454761adf795e67fe149f658abe8956024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610b7957600080fd5b505afa158015610b8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb191906112ba565b90506001600160a01b03811615610c2b57604051633ad5cbc160e11b81526001600160a01b038216906375ab978290610bf8908a908a908a908a908a908a9060040161156d565b600060405180830381600087803b158015610c1257600080fd5b505af1158015610c26573d6000803e3d6000fd5b505050505b50505050505050565b6001600160a01b03851660009081526020819052604090205483811015610cad5760405162461bcd60e51b815260206004820152602760248201527f4552433737373a207472616e7366657220616d6f756e7420657863656564732060448201526662616c616e636560c81b60648201526084016103db565b610cb78482611704565b6001600160a01b038088166000908152602081905260408082209390935590871681529081208054869290610ced9084906116ec565b92505081905550846001600160a01b0316866001600160a01b0316886001600160a01b03167f06b541ddaa720db2b10a4d0cdac39b8d360425fc073085fac19bc82614677987878787604051610d45939291906116b7565b60405180910390a4846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef86604051610d9291815260200190565b60405180910390a350505050505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527fb281fc8c12954d22544db45de3159a39272895b169a852b314f9cc762e44c53b6024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610e1f57600080fd5b505afa158015610e33573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5791906112ba565b90506001600160a01b03811615610ed3576040516223de2960e01b81526001600160a01b038216906223de2990610e9c908b908b908b908b908b908b9060040161156d565b600060405180830381600087803b158015610eb657600080fd5b505af1158015610eca573d6000803e3d6000fd5b50505050610f6d565b8115610f6d576001600160a01b0386163b15610f6d5760405162461bcd60e51b815260206004820152604d60248201527f4552433737373a20746f6b656e20726563697069656e7420636f6e747261637460448201527f20686173206e6f20696d706c656d656e74657220666f7220455243373737546f60648201526c1ad95b9cd49958da5c1a595b9d609a1b608482015260a4016103db565b5050505050505050565b6001600160a01b038616610fd85760405162461bcd60e51b815260206004820152602260248201527f4552433737373a2073656e642066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b6001600160a01b03851661102e5760405162461bcd60e51b815260206004820181905260248201527f4552433737373a2073656e6420746f20746865207a65726f206164647265737360448201526064016103db565b3361103d818888888888610afd565b61104b818888888888610c34565b610c2b81888888888888610da3565b6001600160a01b0384166110bb5760405162461bcd60e51b815260206004820152602260248201527f4552433737373a206275726e2066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b336110cb81866000878787610afd565b6001600160a01b038516600090815260208190526040902054848110156111405760405162461bcd60e51b815260206004820152602360248201527f4552433737373a206275726e20616d6f756e7420657863656564732062616c616044820152626e636560e81b60648201526084016103db565b61114a8582611704565b6001600160a01b03871660009081526020819052604081209190915560018054879290611178908490611704565b92505081905550856001600160a01b0316826001600160a01b03167fa78a9be3a7b862d26933ad85fb11d80ef66b8f972d7cbba06621d583943a40988787876040516111c6939291906116b7565b60405180910390a36040518581526000906001600160a01b038816907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050505050565b600082601f830112611227578081fd5b813567ffffffffffffffff808211156112425761124261176c565b604051601f8301601f19908116603f0116810190828211818310171561126a5761126a61176c565b81604052838152866020858801011115611282578485fd5b8360208701602083013792830160200193909352509392505050565b6000602082840312156112af578081fd5b813561085681611782565b6000602082840312156112cb578081fd5b815161085681611782565b600080604083850312156112e8578081fd5b82356112f381611782565b9150602083013561130381611782565b809150509250929050565b600080600060608486031215611322578081fd5b833561132d81611782565b9250602084013561133d81611782565b929592945050506040919091013590565b600080600080600060a08688031215611365578081fd5b853561137081611782565b9450602086013561138081611782565b935060408601359250606086013567ffffffffffffffff808211156113a3578283fd5b6113af89838a01611217565b935060808801359150808211156113c4578283fd5b506113d188828901611217565b9150509295509295909350565b600080604083850312156113f0578182fd5b82356113fb81611782565b946020939093013593505050565b60008060006060848603121561141d578283fd5b833561142881611782565b925060208401359150604084013567ffffffffffffffff81111561144a578182fd5b61145686828701611217565b9150509250925092565b60008060008060808587031215611475578384fd5b843561148081611782565b935060208501359250604085013567ffffffffffffffff808211156114a3578384fd5b6114af88838901611217565b935060608701359150808211156114c4578283fd5b506114d187828801611217565b91505092959194509250565b600080604083850312156114ef578182fd5b82359150602083013567ffffffffffffffff81111561150c578182fd5b61151885828601611217565b9150509250929050565b60008151808452815b818110156115475760208185018101518683018201520161152b565b818111156115585782602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b0387811682528681166020830152851660408201526060810184905260c0608082018190526000906115a890830185611522565b82810360a08401526115ba8185611522565b9998505050505050505050565b6020808252825182820181905260009190848201906040850190845b818110156116085783516001600160a01b0316835292840192918401916001016115e3565b50909695505050505050565b6000602082526108566020830184611522565b60208082526024908201527f4552433737373a207472616e7366657220746f20746865207a65726f206164646040820152637265737360e01b606082015260800190565b6020808252602c908201527f4552433737373a2063616c6c6572206973206e6f7420616e206f70657261746f60408201526b39103337b9103437b63232b960a11b606082015260800190565b6000848252606060208301526116d06060830185611522565b82810360408401526116e28185611522565b9695505050505050565b600082198211156116ff576116ff611756565b500190565b60008282101561171657611716611756565b500390565b600181811c9082168061172f57607f821691505b6020821081141561175057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461179757600080fd5b5056fea264697066735822122021ccb9492b4f5cc6b3da21b005a5f9e819aa0f7c0257b0f4024e3095dbc39ff264736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101165760003560e01c8063959b8c3f116100a2578063d95b637111610071578063d95b63711461022b578063dd62ed3e1461023e578063fad8b32a14610277578063fc673c4f1461028a578063fe9d93031461029d57610116565b8063959b8c3f146101ea57806395d89b41146101fd5780639bd9bbc614610205578063a9059cbb1461021857610116565b806323b872dd116100e957806323b872dd14610183578063313ce56714610196578063556f0dc7146101a557806362ad1b83146101ac57806370a08231146101c157610116565b806306e485381461011b57806306fdde0314610139578063095ea7b31461014e57806318160ddd14610171575b600080fd5b6101236102b0565b60405161013091906115c7565b60405180910390f35b610141610312565b6040516101309190611614565b61016161015c3660046113de565b61039b565b6040519015158152602001610130565b6001545b604051908152602001610130565b61016161019136600461130e565b6103b3565b60405160128152602001610130565b6001610175565b6101bf6101ba36600461134e565b61057c565b005b6101756101cf36600461129e565b6001600160a01b031660009081526020819052604090205490565b6101bf6101f836600461129e565b6105b8565b6101416106d6565b6101bf610213366004611409565b6106e5565b6101616102263660046113de565b610708565b6101616102393660046112d6565b6107bb565b61017561024c3660046112d6565b6001600160a01b03918216600090815260086020908152604080832093909416825291909152205490565b6101bf61028536600461129e565b61085d565b6101bf610298366004611460565b610979565b6101bf6102ab3660046114dd565b6109b1565b6060600480548060200260200160405190810160405280929190818152602001828054801561030857602002820191906000526020600020905b81546001600160a01b031681526001909101906020018083116102ea575b5050505050905090565b6060600280546103219061171b565b80601f016020809104026020016040519081016040528092919081815260200182805461034d9061171b565b80156103085780601f1061036f57610100808354040283529160200191610308565b820191906000526020600020905b81548152906001019060200180831161037d57509395945050505050565b6000336103a98185856109d6565b5060019392505050565b60006001600160a01b0383166103e45760405162461bcd60e51b81526004016103db90611627565b60405180910390fd5b6001600160a01b0384166104495760405162461bcd60e51b815260206004820152602660248201527f4552433737373a207472616e736665722066726f6d20746865207a65726f206160448201526564647265737360d01b60648201526084016103db565b600033905061047a818686866040518060200160405280600081525060405180602001604052806000815250610afd565b6104a6818686866040518060200160405280600081525060405180602001604052806000815250610c34565b6001600160a01b038086166000908152600860209081526040808320938516835292905220548381101561052e5760405162461bcd60e51b815260206004820152602960248201527f4552433737373a207472616e7366657220616d6f756e74206578636565647320604482015268616c6c6f77616e636560b81b60648201526084016103db565b610542868361053d8785611704565b6109d6565b6105708287878760405180602001604052806000815250604051806020016040528060008152506000610da3565b50600195945050505050565b61058633866107bb565b6105a25760405162461bcd60e51b81526004016103db9061166b565b6105b185858585856001610f77565b5050505050565b336001600160a01b038216141561061d5760405162461bcd60e51b8152602060048201526024808201527f4552433737373a20617574686f72697a696e672073656c66206173206f70657260448201526330ba37b960e11b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff161561066e573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff1916905561069d565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191660011790555b60405133906001600160a01b038316907ff4caeb2d6ca8932a215a353d0703c326ec2d81fc68170f320eb2ab49e9df61f990600090a350565b6060600380546103219061171b565b61070333848484604051806020016040528060008152506001610f77565b505050565b60006001600160a01b0383166107305760405162461bcd60e51b81526004016103db90611627565b6000339050610761818286866040518060200160405280600081525060405180602001604052806000815250610afd565b61078d818286866040518060200160405280600081525060405180602001604052806000815250610c34565b6103a98182868660405180602001604052806000815250604051806020016040528060008152506000610da3565b6000816001600160a01b0316836001600160a01b0316148061082657506001600160a01b03831660009081526005602052604090205460ff16801561082657506001600160a01b0380831660009081526007602090815260408083209387168352929052205460ff16155b8061085657506001600160a01b0380831660009081526006602090815260408083209387168352929052205460ff165b9392505050565b6001600160a01b0381163314156108c05760405162461bcd60e51b815260206004820152602160248201527f4552433737373a207265766f6b696e672073656c66206173206f70657261746f6044820152603960f91b60648201526084016103db565b6001600160a01b03811660009081526005602052604090205460ff1615610914573360009081526007602090815260408083206001600160a01b03851684529091529020805460ff19166001179055610940565b3360009081526006602090815260408083206001600160a01b03851684529091529020805460ff191690555b60405133906001600160a01b038316907f50546e66e5f44d728365dc3908c63bc5cfeeab470722c1677e3073a6ac294aa190600090a350565b61098333856107bb565b61099f5760405162461bcd60e51b81526004016103db9061166b565b6109ab8484848461105a565b50505050565b6109cc3383836040518060200160405280600081525061105a565b5050565b3b151590565b6001600160a01b038316610a3a5760405162461bcd60e51b815260206004820152602560248201527f4552433737373a20617070726f76652066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016103db565b6001600160a01b038216610a9c5760405162461bcd60e51b815260206004820152602360248201527f4552433737373a20617070726f766520746f20746865207a65726f206164647260448201526265737360e81b60648201526084016103db565b6001600160a01b0383811660008181526008602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527f29ddb589b1fb5fc7cf394961c1adf5f8c6454761adf795e67fe149f658abe8956024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610b7957600080fd5b505afa158015610b8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb191906112ba565b90506001600160a01b03811615610c2b57604051633ad5cbc160e11b81526001600160a01b038216906375ab978290610bf8908a908a908a908a908a908a9060040161156d565b600060405180830381600087803b158015610c1257600080fd5b505af1158015610c26573d6000803e3d6000fd5b505050505b50505050505050565b6001600160a01b03851660009081526020819052604090205483811015610cad5760405162461bcd60e51b815260206004820152602760248201527f4552433737373a207472616e7366657220616d6f756e7420657863656564732060448201526662616c616e636560c81b60648201526084016103db565b610cb78482611704565b6001600160a01b038088166000908152602081905260408082209390935590871681529081208054869290610ced9084906116ec565b92505081905550846001600160a01b0316866001600160a01b0316886001600160a01b03167f06b541ddaa720db2b10a4d0cdac39b8d360425fc073085fac19bc82614677987878787604051610d45939291906116b7565b60405180910390a4846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef86604051610d9291815260200190565b60405180910390a350505050505050565b60405163555ddc6560e11b81526001600160a01b03861660048201527fb281fc8c12954d22544db45de3159a39272895b169a852b314f9cc762e44c53b6024820152600090731820a4b7618bde71dce8cdc73aab6c95905fad249063aabbb8ca9060440160206040518083038186803b158015610e1f57600080fd5b505afa158015610e33573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e5791906112ba565b90506001600160a01b03811615610ed3576040516223de2960e01b81526001600160a01b038216906223de2990610e9c908b908b908b908b908b908b9060040161156d565b600060405180830381600087803b158015610eb657600080fd5b505af1158015610eca573d6000803e3d6000fd5b50505050610f6d565b8115610f6d576001600160a01b0386163b15610f6d5760405162461bcd60e51b815260206004820152604d60248201527f4552433737373a20746f6b656e20726563697069656e7420636f6e747261637460448201527f20686173206e6f20696d706c656d656e74657220666f7220455243373737546f60648201526c1ad95b9cd49958da5c1a595b9d609a1b608482015260a4016103db565b5050505050505050565b6001600160a01b038616610fd85760405162461bcd60e51b815260206004820152602260248201527f4552433737373a2073656e642066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b6001600160a01b03851661102e5760405162461bcd60e51b815260206004820181905260248201527f4552433737373a2073656e6420746f20746865207a65726f206164647265737360448201526064016103db565b3361103d818888888888610afd565b61104b818888888888610c34565b610c2b81888888888888610da3565b6001600160a01b0384166110bb5760405162461bcd60e51b815260206004820152602260248201527f4552433737373a206275726e2066726f6d20746865207a65726f206164647265604482015261737360f01b60648201526084016103db565b336110cb81866000878787610afd565b6001600160a01b038516600090815260208190526040902054848110156111405760405162461bcd60e51b815260206004820152602360248201527f4552433737373a206275726e20616d6f756e7420657863656564732062616c616044820152626e636560e81b60648201526084016103db565b61114a8582611704565b6001600160a01b03871660009081526020819052604081209190915560018054879290611178908490611704565b92505081905550856001600160a01b0316826001600160a01b03167fa78a9be3a7b862d26933ad85fb11d80ef66b8f972d7cbba06621d583943a40988787876040516111c6939291906116b7565b60405180910390a36040518581526000906001600160a01b038816907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050505050565b600082601f830112611227578081fd5b813567ffffffffffffffff808211156112425761124261176c565b604051601f8301601f19908116603f0116810190828211818310171561126a5761126a61176c565b81604052838152866020858801011115611282578485fd5b8360208701602083013792830160200193909352509392505050565b6000602082840312156112af578081fd5b813561085681611782565b6000602082840312156112cb578081fd5b815161085681611782565b600080604083850312156112e8578081fd5b82356112f381611782565b9150602083013561130381611782565b809150509250929050565b600080600060608486031215611322578081fd5b833561132d81611782565b9250602084013561133d81611782565b929592945050506040919091013590565b600080600080600060a08688031215611365578081fd5b853561137081611782565b9450602086013561138081611782565b935060408601359250606086013567ffffffffffffffff808211156113a3578283fd5b6113af89838a01611217565b935060808801359150808211156113c4578283fd5b506113d188828901611217565b9150509295509295909350565b600080604083850312156113f0578182fd5b82356113fb81611782565b946020939093013593505050565b60008060006060848603121561141d578283fd5b833561142881611782565b925060208401359150604084013567ffffffffffffffff81111561144a578182fd5b61145686828701611217565b9150509250925092565b60008060008060808587031215611475578384fd5b843561148081611782565b935060208501359250604085013567ffffffffffffffff808211156114a3578384fd5b6114af88838901611217565b935060608701359150808211156114c4578283fd5b506114d187828801611217565b91505092959194509250565b600080604083850312156114ef578182fd5b82359150602083013567ffffffffffffffff81111561150c578182fd5b61151885828601611217565b9150509250929050565b60008151808452815b818110156115475760208185018101518683018201520161152b565b818111156115585782602083870101525b50601f01601f19169290920160200192915050565b6001600160a01b0387811682528681166020830152851660408201526060810184905260c0608082018190526000906115a890830185611522565b82810360a08401526115ba8185611522565b9998505050505050505050565b6020808252825182820181905260009190848201906040850190845b818110156116085783516001600160a01b0316835292840192918401916001016115e3565b50909695505050505050565b6000602082526108566020830184611522565b60208082526024908201527f4552433737373a207472616e7366657220746f20746865207a65726f206164646040820152637265737360e01b606082015260800190565b6020808252602c908201527f4552433737373a2063616c6c6572206973206e6f7420616e206f70657261746f60408201526b39103337b9103437b63232b960a11b606082015260800190565b6000848252606060208301526116d06060830185611522565b82810360408401526116e28185611522565b9695505050505050565b600082198211156116ff576116ff611756565b500190565b60008282101561171657611716611756565b500390565b600181811c9082168061172f57607f821691505b6020821081141561175057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461179757600080fd5b5056fea264697066735822122021ccb9492b4f5cc6b3da21b005a5f9e819aa0f7c0257b0f4024e3095dbc39ff264736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableMap.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableMap.json
new file mode 100644
index 0000000..1f9307d
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableMap.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "EnumerableMap",
+  "sourceName": "contracts/utils/structs/EnumerableMap.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220537c82d28628639c22aa10b73dd37e1782cec74d1924f35d45d8d55c650a367d64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220537c82d28628639c22aa10b73dd37e1782cec74d1924f35d45d8d55c650a367d64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableSet.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableSet.json
new file mode 100644
index 0000000..03e05c1
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/EnumerableSet.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "EnumerableSet",
+  "sourceName": "contracts/utils/structs/EnumerableSet.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bbd59e57c23e95be2b107b8de0069d17fd27de6e142b8802cd32d96deea0a46a64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bbd59e57c23e95be2b107b8de0069d17fd27de6e142b8802cd32d96deea0a46a64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Escrow.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Escrow.json
new file mode 100644
index 0000000..d9ad6a3
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Escrow.json
@@ -0,0 +1,146 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Escrow",
+  "sourceName": "contracts/utils/escrow/Escrow.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "weiAmount",
+          "type": "uint256"
+        }
+      ],
+      "name": "Deposited",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "weiAmount",
+          "type": "uint256"
+        }
+      ],
+      "name": "Withdrawn",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "deposit",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "depositsOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address payable",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "withdraw",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x608060405234801561001057600080fd5b50600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506105bc806100616000396000f3fe6080604052600436106100555760003560e01c806351cff8d91461005a578063715018a61461007c5780638da5cb5b14610091578063e3a9db1a146100be578063f2fde38b14610102578063f340fa0114610122575b600080fd5b34801561006657600080fd5b5061007a6100753660046104f2565b610135565b005b34801561008857600080fd5b5061007a6101d7565b34801561009d57600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b3480156100ca57600080fd5b506100f46100d93660046104f2565b6001600160a01b031660009081526001602052604090205490565b6040519081526020016100b5565b34801561010e57600080fd5b5061007a61011d3660046104f2565b61024b565b61007a6101303660046104f2565b610335565b6000546001600160a01b031633146101685760405162461bcd60e51b815260040161015f90610515565b60405180910390fd5b6001600160a01b038116600081815260016020526040812080549190559061019090826103d4565b816001600160a01b03167f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5826040516101cb91815260200190565b60405180910390a25050565b6000546001600160a01b031633146102015760405162461bcd60e51b815260040161015f90610515565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b031633146102755760405162461bcd60e51b815260040161015f90610515565b6001600160a01b0381166102da5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161015f565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b0316331461035f5760405162461bcd60e51b815260040161015f90610515565b6001600160a01b038116600090815260016020526040902054349061038590829061054a565b6001600160a01b038316600081815260016020526040908190209290925590517f2da466a7b24304f47e87fa2e1e5a81b9831ce54fec19055ce277ca2f39ba42c4906101cb9084815260200190565b804710156104245760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e6365000000604482015260640161015f565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610471576040519150601f19603f3d011682016040523d82523d6000602084013e610476565b606091505b50509050806104ed5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d61792068617665207265766572746564000000000000606482015260840161015f565b505050565b600060208284031215610503578081fd5b813561050e8161056e565b9392505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6000821982111561056957634e487b7160e01b81526011600452602481fd5b500190565b6001600160a01b038116811461058357600080fd5b5056fea2646970667358221220ee04e56e15fbe94089718c2ca68ee7d01379bb99806d92b17ef65ace80afdb8364736f6c63430008030033",
+  "deployedBytecode": "0x6080604052600436106100555760003560e01c806351cff8d91461005a578063715018a61461007c5780638da5cb5b14610091578063e3a9db1a146100be578063f2fde38b14610102578063f340fa0114610122575b600080fd5b34801561006657600080fd5b5061007a6100753660046104f2565b610135565b005b34801561008857600080fd5b5061007a6101d7565b34801561009d57600080fd5b506000546040516001600160a01b0390911681526020015b60405180910390f35b3480156100ca57600080fd5b506100f46100d93660046104f2565b6001600160a01b031660009081526001602052604090205490565b6040519081526020016100b5565b34801561010e57600080fd5b5061007a61011d3660046104f2565b61024b565b61007a6101303660046104f2565b610335565b6000546001600160a01b031633146101685760405162461bcd60e51b815260040161015f90610515565b60405180910390fd5b6001600160a01b038116600081815260016020526040812080549190559061019090826103d4565b816001600160a01b03167f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5826040516101cb91815260200190565b60405180910390a25050565b6000546001600160a01b031633146102015760405162461bcd60e51b815260040161015f90610515565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b031633146102755760405162461bcd60e51b815260040161015f90610515565b6001600160a01b0381166102da5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161015f565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b0316331461035f5760405162461bcd60e51b815260040161015f90610515565b6001600160a01b038116600090815260016020526040902054349061038590829061054a565b6001600160a01b038316600081815260016020526040908190209290925590517f2da466a7b24304f47e87fa2e1e5a81b9831ce54fec19055ce277ca2f39ba42c4906101cb9084815260200190565b804710156104245760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e6365000000604482015260640161015f565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610471576040519150601f19603f3d011682016040523d82523d6000602084013e610476565b606091505b50509050806104ed5760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d61792068617665207265766572746564000000000000606482015260840161015f565b505050565b600060208284031215610503578081fd5b813561050e8161056e565b9392505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6000821982111561056957634e487b7160e01b81526011600452602481fd5b500190565b6001600160a01b038116811461058357600080fd5b5056fea2646970667358221220ee04e56e15fbe94089718c2ca68ee7d01379bb99806d92b17ef65ace80afdb8364736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControl.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControl.json
new file mode 100644
index 0000000..4ba1af6
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControl.json
@@ -0,0 +1,108 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IAccessControl",
+  "sourceName": "contracts/access/AccessControl.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControlEnumerable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControlEnumerable.json
new file mode 100644
index 0000000..4cb7dcf
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IAccessControlEnumerable.json
@@ -0,0 +1,54 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IAccessControlEnumerable",
+  "sourceName": "contracts/access/AccessControlEnumerable.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "getRoleMember",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleMemberCount",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IBeacon.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IBeacon.json
new file mode 100644
index 0000000..6b88dda
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IBeacon.json
@@ -0,0 +1,24 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IBeacon",
+  "sourceName": "contracts/proxy/beacon/IBeacon.sol",
+  "abi": [
+    {
+      "inputs": [],
+      "name": "implementation",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155.json
new file mode 100644
index 0000000..465dfff
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155.json
@@ -0,0 +1,304 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC1155",
+  "sourceName": "contracts/token/ERC1155/IERC1155.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "TransferBatch",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "TransferSingle",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "string",
+          "name": "value",
+          "type": "string"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "URI",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "accounts",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "balanceOfBatch",
+      "outputs": [
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeBatchTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155MetadataURI.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155MetadataURI.json
new file mode 100644
index 0000000..130bd7a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155MetadataURI.json
@@ -0,0 +1,323 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC1155MetadataURI",
+  "sourceName": "contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "TransferBatch",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "TransferSingle",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "string",
+          "name": "value",
+          "type": "string"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "URI",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "accounts",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        }
+      ],
+      "name": "balanceOfBatch",
+      "outputs": [
+        {
+          "internalType": "uint256[]",
+          "name": "",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "amounts",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeBatchTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        }
+      ],
+      "name": "uri",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155Receiver.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155Receiver.json
new file mode 100644
index 0000000..e8ab4d5
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1155Receiver.json
@@ -0,0 +1,108 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC1155Receiver",
+  "sourceName": "contracts/token/ERC1155/IERC1155Receiver.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "ids",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC1155BatchReceived",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "id",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC1155Received",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1271.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1271.json
new file mode 100644
index 0000000..abfe1cc
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1271.json
@@ -0,0 +1,35 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC1271",
+  "sourceName": "contracts/interfaces/IERC1271.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "hash",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes",
+          "name": "signature",
+          "type": "bytes"
+        }
+      ],
+      "name": "isValidSignature",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "magicValue",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC165.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC165.json
new file mode 100644
index 0000000..7152c3e
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC165.json
@@ -0,0 +1,30 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC165",
+  "sourceName": "contracts/utils/introspection/IERC165.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Implementer.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Implementer.json
new file mode 100644
index 0000000..8eb5f6f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Implementer.json
@@ -0,0 +1,35 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC1820Implementer",
+  "sourceName": "contracts/utils/introspection/IERC1820Implementer.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "interfaceHash",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "canImplementInterfaceForAddress",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Registry.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Registry.json
new file mode 100644
index 0000000..0adaf5c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC1820Registry.json
@@ -0,0 +1,224 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC1820Registry",
+  "sourceName": "contracts/utils/introspection/IERC1820Registry.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "interfaceHash",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementer",
+          "type": "address"
+        }
+      ],
+      "name": "InterfaceImplementerSet",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newManager",
+          "type": "address"
+        }
+      ],
+      "name": "ManagerChanged",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "_interfaceHash",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getInterfaceImplementer",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "getManager",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "implementsERC165Interface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "implementsERC165InterfaceNoCache",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "string",
+          "name": "interfaceName",
+          "type": "string"
+        }
+      ],
+      "name": "interfaceHash",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "pure",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "_interfaceHash",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "implementer",
+          "type": "address"
+        }
+      ],
+      "name": "setInterfaceImplementer",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "newManager",
+          "type": "address"
+        }
+      ],
+      "name": "setManager",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "updateERC165Cache",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20.json
new file mode 100644
index 0000000..ca55355
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20.json
@@ -0,0 +1,194 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC20",
+  "sourceName": "contracts/token/ERC20/IERC20.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Metadata.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Metadata.json
new file mode 100644
index 0000000..62af3f5
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Metadata.json
@@ -0,0 +1,233 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC20Metadata",
+  "sourceName": "contracts/token/ERC20/extensions/IERC20Metadata.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        }
+      ],
+      "name": "allowance",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "decimals",
+      "outputs": [
+        {
+          "internalType": "uint8",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transfer",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Permit.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Permit.json
new file mode 100644
index 0000000..a36869b
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC20Permit.json
@@ -0,0 +1,86 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC20Permit",
+  "sourceName": "contracts/token/ERC20/extensions/draft-IERC20Permit.sol",
+  "abi": [
+    {
+      "inputs": [],
+      "name": "DOMAIN_SEPARATOR",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "nonces",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "spender",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "deadline",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint8",
+          "name": "v",
+          "type": "uint8"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "r",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "s",
+          "type": "bytes32"
+        }
+      ],
+      "name": "permit",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashBorrower.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashBorrower.json
new file mode 100644
index 0000000..27e7046
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashBorrower.json
@@ -0,0 +1,50 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC3156FlashBorrower",
+  "sourceName": "contracts/interfaces/IERC3156.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "initiator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "uint256",
+          "name": "fee",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "onFlashLoan",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashLender.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashLender.json
new file mode 100644
index 0000000..982904c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC3156FlashLender.json
@@ -0,0 +1,88 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC3156FlashLender",
+  "sourceName": "contracts/interfaces/IERC3156.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "flashFee",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract IERC3156FlashBorrower",
+          "name": "receiver",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "flashLoan",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "token",
+          "type": "address"
+        }
+      ],
+      "name": "maxFlashLoan",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721.json
new file mode 100644
index 0000000..6d69996
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721.json
@@ -0,0 +1,296 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC721",
+  "sourceName": "contracts/token/ERC721/IERC721.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "balance",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "_approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Enumerable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Enumerable.json
new file mode 100644
index 0000000..1ffd17b
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Enumerable.json
@@ -0,0 +1,352 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC721Enumerable",
+  "sourceName": "contracts/token/ERC721/extensions/IERC721Enumerable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "balance",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "_approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenByIndex",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenOfOwnerByIndex",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Metadata.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Metadata.json
new file mode 100644
index 0000000..606da3a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Metadata.json
@@ -0,0 +1,341 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC721Metadata",
+  "sourceName": "contracts/token/ERC721/extensions/IERC721Metadata.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "approved",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Approval",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "bool",
+          "name": "approved",
+          "type": "bool"
+        }
+      ],
+      "name": "ApprovalForAll",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "Transfer",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "approve",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "balance",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "getApproved",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "isApprovedForAll",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "ownerOf",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "safeTransferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "bool",
+          "name": "_approved",
+          "type": "bool"
+        }
+      ],
+      "name": "setApprovalForAll",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "tokenURI",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        }
+      ],
+      "name": "transferFrom",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Receiver.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Receiver.json
new file mode 100644
index 0000000..d2e10c5
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC721Receiver.json
@@ -0,0 +1,45 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC721Receiver",
+  "sourceName": "contracts/token/ERC721/IERC721Receiver.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "tokenId",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "onERC721Received",
+      "outputs": [
+        {
+          "internalType": "bytes4",
+          "name": "",
+          "type": "bytes4"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777.json
new file mode 100644
index 0000000..76bdbdf
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777.json
@@ -0,0 +1,402 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC777",
+  "sourceName": "contracts/token/ERC777/IERC777.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "AuthorizedOperator",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Burned",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Minted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "RevokedOperator",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "Sent",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "authorizeOperator",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "owner",
+          "type": "address"
+        }
+      ],
+      "name": "balanceOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "burn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "defaultOperators",
+      "outputs": [
+        {
+          "internalType": "address[]",
+          "name": "",
+          "type": "address[]"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "granularity",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "tokenHolder",
+          "type": "address"
+        }
+      ],
+      "name": "isOperatorFor",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "name",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "operatorBurn",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "operatorSend",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        }
+      ],
+      "name": "revokeOperator",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "recipient",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "send",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "symbol",
+      "outputs": [
+        {
+          "internalType": "string",
+          "name": "",
+          "type": "string"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalSupply",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Recipient.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Recipient.json
new file mode 100644
index 0000000..5741c58
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Recipient.json
@@ -0,0 +1,49 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC777Recipient",
+  "sourceName": "contracts/token/ERC777/IERC777Recipient.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "userData",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "tokensReceived",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Sender.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Sender.json
new file mode 100644
index 0000000..0419a02
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/IERC777Sender.json
@@ -0,0 +1,49 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "IERC777Sender",
+  "sourceName": "contracts/token/ERC777/IERC777Sender.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "operator",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "userData",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes",
+          "name": "operatorData",
+          "type": "bytes"
+        }
+      ],
+      "name": "tokensToSend",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Initializable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Initializable.json
new file mode 100644
index 0000000..73e4174
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Initializable.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Initializable",
+  "sourceName": "contracts/proxy/utils/Initializable.sol",
+  "abi": [],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Math.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Math.json
new file mode 100644
index 0000000..0c1b64c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Math.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Math",
+  "sourceName": "contracts/utils/math/Math.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220ba0d391a06b4e64045eef2c0eadff53cf91f0d33998feec7cbe9bc42f5369bcf64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220ba0d391a06b4e64045eef2c0eadff53cf91f0d33998feec7cbe9bc42f5369bcf64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/MerkleProof.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/MerkleProof.json
new file mode 100644
index 0000000..1c580c2
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/MerkleProof.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "MerkleProof",
+  "sourceName": "contracts/utils/cryptography/MerkleProof.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f5e06bf948dd0d31e14122e4f87590e9f10ad9a36afe55f03667b03cbde348f664736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f5e06bf948dd0d31e14122e4f87590e9f10ad9a36afe55f03667b03cbde348f664736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/MinimalForwarder.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/MinimalForwarder.json
new file mode 100644
index 0000000..0e05cd3
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/MinimalForwarder.json
@@ -0,0 +1,152 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "MinimalForwarder",
+  "sourceName": "contracts/metatx/MinimalForwarder.sol",
+  "abi": [
+    {
+      "inputs": [],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "inputs": [
+        {
+          "components": [
+            {
+              "internalType": "address",
+              "name": "from",
+              "type": "address"
+            },
+            {
+              "internalType": "address",
+              "name": "to",
+              "type": "address"
+            },
+            {
+              "internalType": "uint256",
+              "name": "value",
+              "type": "uint256"
+            },
+            {
+              "internalType": "uint256",
+              "name": "gas",
+              "type": "uint256"
+            },
+            {
+              "internalType": "uint256",
+              "name": "nonce",
+              "type": "uint256"
+            },
+            {
+              "internalType": "bytes",
+              "name": "data",
+              "type": "bytes"
+            }
+          ],
+          "internalType": "struct MinimalForwarder.ForwardRequest",
+          "name": "req",
+          "type": "tuple"
+        },
+        {
+          "internalType": "bytes",
+          "name": "signature",
+          "type": "bytes"
+        }
+      ],
+      "name": "execute",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        },
+        {
+          "internalType": "bytes",
+          "name": "",
+          "type": "bytes"
+        }
+      ],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        }
+      ],
+      "name": "getNonce",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "components": [
+            {
+              "internalType": "address",
+              "name": "from",
+              "type": "address"
+            },
+            {
+              "internalType": "address",
+              "name": "to",
+              "type": "address"
+            },
+            {
+              "internalType": "uint256",
+              "name": "value",
+              "type": "uint256"
+            },
+            {
+              "internalType": "uint256",
+              "name": "gas",
+              "type": "uint256"
+            },
+            {
+              "internalType": "uint256",
+              "name": "nonce",
+              "type": "uint256"
+            },
+            {
+              "internalType": "bytes",
+              "name": "data",
+              "type": "bytes"
+            }
+          ],
+          "internalType": "struct MinimalForwarder.ForwardRequest",
+          "name": "req",
+          "type": "tuple"
+        },
+        {
+          "internalType": "bytes",
+          "name": "signature",
+          "type": "bytes"
+        }
+      ],
+      "name": "verify",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x61012060405234801561001157600080fd5b50604080518082018252601081526f26b4b734b6b0b62337b93bb0b93232b960811b6020808301918252835180850185526005815264302e302e3160d81b908201529151902060c08181527fae209a0b48f21c054280f2455d32cf309387644879d9acbd8ffc19916381188560e08190524660a081815286517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f818801819052818901969096526060810193909352608080840192909252308382015286518084039091018152919092019094528351939092019290922090526101005260805160a05160c05160e051610100516109eb6101336000396000610560015260006105af0152600061058a0152600061050c0152600061053501526109eb6000f3fe6080604052600436106100345760003560e01c80632d0335ab1461003957806347153f8214610082578063bf5d3bdb146100a3575b600080fd5b34801561004557600080fd5b5061006f61005436600461079e565b6001600160a01b031660009081526020819052604090205490565b6040519081526020015b60405180910390f35b6100956100903660046107cc565b6100d3565b6040516100799291906108b9565b3480156100af57600080fd5b506100c36100be3660046107cc565b610280565b6040519015158152602001610079565b600060606100e2858585610280565b61014e5760405162461bcd60e51b815260206004820152603260248201527f4d696e696d616c466f727761726465723a207369676e617475726520646f6573604482015271081b9bdd081b585d18da081c995c5d595cdd60721b60648201526084015b60405180910390fd5b61015d60808601356001610941565b60008061016d602089018961079e565b6001600160a01b03166001600160a01b03168152602001908152602001600020819055506000808660200160208101906101a7919061079e565b6001600160a01b0316606088013560408901356101c760a08b018b6108f5565b6101d460208d018d61079e565b6040516020016101e693929190610874565b60408051601f19818403018152908290526102009161089d565b600060405180830381858888f193505050503d806000811461023e576040519150601f19603f3d011682016040523d82523d6000602084013e610243565b606091505b509092509050610258603f6060890135610965565b5a1161027457634e487b7160e01b600052600160045260246000fd5b90969095509350505050565b60008061039384848080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061038d92507fdd8f4b70b0f4393e889bd39128a30628a78b61816a9eb8199759e7a349657e4891506102f0905060208a018a61079e565b61030060408b0160208c0161079e565b60408b013560608c013560808d013561031c60a08f018f6108f5565b60405161032a929190610864565b6040805191829003822060208301989098526001600160a01b0396871690820152949093166060850152608084019190915260a083015260c082015260e081019190915261010001604051602081830303815290604052805190602001206103fe565b90610452565b905060808501356000806103aa602089018961079e565b6001600160a01b03166001600160a01b03168152602001908152602001600020541480156103f557506103e0602086018661079e565b6001600160a01b0316816001600160a01b0316145b95945050505050565b600061044c61040b610508565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b92915050565b60008060008084516041141561047c5750505060208201516040830151606084015160001a6104f2565b8451604014156104aa5750505060408201516020830151906001600160ff1b0381169060ff1c601b016104f2565b60405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610145565b6104fe868285856105fe565b9695505050505050565b60007f000000000000000000000000000000000000000000000000000000000000000046141561055957507f00000000000000000000000000000000000000000000000000000000000000006105fb565b50604080517f00000000000000000000000000000000000000000000000000000000000000006020808301919091527f0000000000000000000000000000000000000000000000000000000000000000828401527f000000000000000000000000000000000000000000000000000000000000000060608301524660808301523060a0808401919091528351808403909101815260c090920190925280519101205b90565b60007f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a082111561067b5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610145565b8360ff16601b148061069057508360ff16601c145b6106e75760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610145565b6040805160008082526020820180845288905260ff871692820192909252606081018590526080810184905260019060a0016020604051602081039080840390855afa15801561073b573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166103f55760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610145565b6000602082840312156107af578081fd5b81356001600160a01b03811681146107c5578182fd5b9392505050565b6000806000604084860312156107e0578182fd5b833567ffffffffffffffff808211156107f7578384fd5b9085019060c0828803121561080a578384fd5b9093506020850135908082111561081f578384fd5b818601915086601f830112610832578384fd5b813581811115610840578485fd5b876020828501011115610851578485fd5b6020830194508093505050509250925092565b6000828483379101908152919050565b6000838583375060609190911b6bffffffffffffffffffffffff19169101908152601401919050565b600082516108af818460208701610985565b9190910192915050565b600083151582526040602083015282518060408401526108e0816060850160208701610985565b601f01601f1916919091016060019392505050565b6000808335601e1984360301811261090b578283fd5b83018035915067ffffffffffffffff821115610925578283fd5b60200191503681900382131561093a57600080fd5b9250929050565b6000821982111561096057634e487b7160e01b81526011600452602481fd5b500190565b60008261098057634e487b7160e01b81526012600452602481fd5b500490565b60005b838110156109a0578181015183820152602001610988565b838111156109af576000848401525b5050505056fea264697066735822122039bd28acd86463ab2dce321b41b6fdfb36a3715c9d3dafdac16d64c31804833564736f6c63430008030033",
+  "deployedBytecode": "0x6080604052600436106100345760003560e01c80632d0335ab1461003957806347153f8214610082578063bf5d3bdb146100a3575b600080fd5b34801561004557600080fd5b5061006f61005436600461079e565b6001600160a01b031660009081526020819052604090205490565b6040519081526020015b60405180910390f35b6100956100903660046107cc565b6100d3565b6040516100799291906108b9565b3480156100af57600080fd5b506100c36100be3660046107cc565b610280565b6040519015158152602001610079565b600060606100e2858585610280565b61014e5760405162461bcd60e51b815260206004820152603260248201527f4d696e696d616c466f727761726465723a207369676e617475726520646f6573604482015271081b9bdd081b585d18da081c995c5d595cdd60721b60648201526084015b60405180910390fd5b61015d60808601356001610941565b60008061016d602089018961079e565b6001600160a01b03166001600160a01b03168152602001908152602001600020819055506000808660200160208101906101a7919061079e565b6001600160a01b0316606088013560408901356101c760a08b018b6108f5565b6101d460208d018d61079e565b6040516020016101e693929190610874565b60408051601f19818403018152908290526102009161089d565b600060405180830381858888f193505050503d806000811461023e576040519150601f19603f3d011682016040523d82523d6000602084013e610243565b606091505b509092509050610258603f6060890135610965565b5a1161027457634e487b7160e01b600052600160045260246000fd5b90969095509350505050565b60008061039384848080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061038d92507fdd8f4b70b0f4393e889bd39128a30628a78b61816a9eb8199759e7a349657e4891506102f0905060208a018a61079e565b61030060408b0160208c0161079e565b60408b013560608c013560808d013561031c60a08f018f6108f5565b60405161032a929190610864565b6040805191829003822060208301989098526001600160a01b0396871690820152949093166060850152608084019190915260a083015260c082015260e081019190915261010001604051602081830303815290604052805190602001206103fe565b90610452565b905060808501356000806103aa602089018961079e565b6001600160a01b03166001600160a01b03168152602001908152602001600020541480156103f557506103e0602086018661079e565b6001600160a01b0316816001600160a01b0316145b95945050505050565b600061044c61040b610508565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b92915050565b60008060008084516041141561047c5750505060208201516040830151606084015160001a6104f2565b8451604014156104aa5750505060408201516020830151906001600160ff1b0381169060ff1c601b016104f2565b60405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606401610145565b6104fe868285856105fe565b9695505050505050565b60007f000000000000000000000000000000000000000000000000000000000000000046141561055957507f00000000000000000000000000000000000000000000000000000000000000006105fb565b50604080517f00000000000000000000000000000000000000000000000000000000000000006020808301919091527f0000000000000000000000000000000000000000000000000000000000000000828401527f000000000000000000000000000000000000000000000000000000000000000060608301524660808301523060a0808401919091528351808403909101815260c090920190925280519101205b90565b60007f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a082111561067b5760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608401610145565b8360ff16601b148061069057508360ff16601c145b6106e75760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b6064820152608401610145565b6040805160008082526020820180845288905260ff871692820192909252606081018590526080810184905260019060a0016020604051602081039080840390855afa15801561073b573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166103f55760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606401610145565b6000602082840312156107af578081fd5b81356001600160a01b03811681146107c5578182fd5b9392505050565b6000806000604084860312156107e0578182fd5b833567ffffffffffffffff808211156107f7578384fd5b9085019060c0828803121561080a578384fd5b9093506020850135908082111561081f578384fd5b818601915086601f830112610832578384fd5b813581811115610840578485fd5b876020828501011115610851578485fd5b6020830194508093505050509250925092565b6000828483379101908152919050565b6000838583375060609190911b6bffffffffffffffffffffffff19169101908152601401919050565b600082516108af818460208701610985565b9190910192915050565b600083151582526040602083015282518060408401526108e0816060850160208701610985565b601f01601f1916919091016060019392505050565b6000808335601e1984360301811261090b578283fd5b83018035915067ffffffffffffffff821115610925578283fd5b60200191503681900382131561093a57600080fd5b9250929050565b6000821982111561096057634e487b7160e01b81526011600452602481fd5b500190565b60008261098057634e487b7160e01b81526012600452602481fd5b500490565b60005b838110156109a0578181015183820152602001610988565b838111156109af576000848401525b5050505056fea264697066735822122039bd28acd86463ab2dce321b41b6fdfb36a3715c9d3dafdac16d64c31804833564736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Multicall.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Multicall.json
new file mode 100644
index 0000000..f0f3ba9
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Multicall.json
@@ -0,0 +1,30 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Multicall",
+  "sourceName": "contracts/utils/Multicall.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "bytes[]",
+          "name": "data",
+          "type": "bytes[]"
+        }
+      ],
+      "name": "multicall",
+      "outputs": [
+        {
+          "internalType": "bytes[]",
+          "name": "results",
+          "type": "bytes[]"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Ownable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Ownable.json
new file mode 100644
index 0000000..58c474d
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Ownable.json
@@ -0,0 +1,63 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Ownable",
+  "sourceName": "contracts/access/Ownable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Pausable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Pausable.json
new file mode 100644
index 0000000..a9dfd35
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Pausable.json
@@ -0,0 +1,50 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Pausable",
+  "sourceName": "contracts/security/Pausable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Paused",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "Unpaused",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "paused",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/PaymentSplitter.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/PaymentSplitter.json
new file mode 100644
index 0000000..af13693
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/PaymentSplitter.json
@@ -0,0 +1,184 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "PaymentSplitter",
+  "sourceName": "contracts/finance/PaymentSplitter.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "payees",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "shares_",
+          "type": "uint256[]"
+        }
+      ],
+      "stateMutability": "payable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "shares",
+          "type": "uint256"
+        }
+      ],
+      "name": "PayeeAdded",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "from",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "PaymentReceived",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "to",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "PaymentReleased",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        }
+      ],
+      "name": "payee",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address payable",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "release",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "released",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "shares",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalReleased",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "totalShares",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "receive"
+    }
+  ],
+  "bytecode": "0x608060405260405162000b6a38038062000b6a8339810160408190526200002691620003db565b8051825114620000985760405162461bcd60e51b815260206004820152603260248201527f5061796d656e7453706c69747465723a2070617965657320616e6420736861726044820152710cae640d8cadccee8d040dad2e6dac2e8c6d60731b60648201526084015b60405180910390fd5b6000825111620000eb5760405162461bcd60e51b815260206004820152601a60248201527f5061796d656e7453706c69747465723a206e6f2070617965657300000000000060448201526064016200008f565b60005b82518110156200016f576200015a8382815181106200011d57634e487b7160e01b600052603260045260246000fd5b60200260200101518383815181106200014657634e487b7160e01b600052603260045260246000fd5b60200260200101516200017860201b60201c565b8062000166816200052c565b915050620000ee565b50505062000576565b6001600160a01b038216620001e55760405162461bcd60e51b815260206004820152602c60248201527f5061796d656e7453706c69747465723a206163636f756e74206973207468652060448201526b7a65726f206164647265737360a01b60648201526084016200008f565b60008111620002375760405162461bcd60e51b815260206004820152601d60248201527f5061796d656e7453706c69747465723a2073686172657320617265203000000060448201526064016200008f565b6001600160a01b03821660009081526002602052604090205415620002b35760405162461bcd60e51b815260206004820152602b60248201527f5061796d656e7453706c69747465723a206163636f756e7420616c726561647960448201526a206861732073686172657360a81b60648201526084016200008f565b60048054600181019091557f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b0180546001600160a01b0319166001600160a01b0384169081179091556000908152600260205260408120829055546200031b90829062000511565b600055604080516001600160a01b0384168152602081018390527f40c340f65e17194d14ddddb073d3c9f888e3cb52b5aae0c6c7706b4fbc905fac910160405180910390a15050565b600082601f83011262000375578081fd5b815160206200038e6200038883620004eb565b620004b8565b80838252828201915082860187848660051b8901011115620003ae578586fd5b855b85811015620003ce57815184529284019290840190600101620003b0565b5090979650505050505050565b60008060408385031215620003ee578182fd5b82516001600160401b038082111562000405578384fd5b818501915085601f83011262000419578384fd5b815160206200042c6200038883620004eb565b8083825282820191508286018a848660051b89010111156200044c578889fd5b8896505b84871015620004855780516001600160a01b03811681146200047057898afd5b83526001969096019591830191830162000450565b50918801519196509093505050808211156200049f578283fd5b50620004ae8582860162000364565b9150509250929050565b604051601f8201601f191681016001600160401b0381118282101715620004e357620004e362000560565b604052919050565b60006001600160401b0382111562000507576200050762000560565b5060051b60200190565b600082198211156200052757620005276200054a565b500190565b60006000198214156200054357620005436200054a565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6105e480620005866000396000f3fe6080604052600436106100595760003560e01c806319165587146100a75780633a98ef39146100c95780638b83209b146100ed5780639852595c14610125578063ce7c2ac21461015b578063e33b7de314610191576100a2565b366100a2577f6ef95f06320e7a25a04a175ca677b7052bdd97131872c2192525a629f51be77033604080516001600160a01b0390921682523460208301520160405180910390a1005b600080fd5b3480156100b357600080fd5b506100c76100c23660046104d7565b6101a6565b005b3480156100d557600080fd5b506000545b6040519081526020015b60405180910390f35b3480156100f957600080fd5b5061010d6101083660046104fa565b61037b565b6040516001600160a01b0390911681526020016100e4565b34801561013157600080fd5b506100da6101403660046104d7565b6001600160a01b031660009081526003602052604090205490565b34801561016757600080fd5b506100da6101763660046104d7565b6001600160a01b031660009081526002602052604090205490565b34801561019d57600080fd5b506001546100da565b6001600160a01b03811660009081526002602052604090205461021f5760405162461bcd60e51b815260206004820152602660248201527f5061796d656e7453706c69747465723a206163636f756e7420686173206e6f2060448201526573686172657360d01b60648201526084015b60405180910390fd5b60006001544761022f9190610512565b6001600160a01b03831660009081526003602090815260408083205483546002909352908320549394509192610265908561054a565b61026f919061052a565b6102799190610569565b9050806102dc5760405162461bcd60e51b815260206004820152602b60248201527f5061796d656e7453706c69747465723a206163636f756e74206973206e6f742060448201526a191d59481c185e5b595b9d60aa1b6064820152608401610216565b6001600160a01b038316600090815260036020526040902054610300908290610512565b6001600160a01b038416600090815260036020526040902055600154610327908290610512565b60015561033483826103b9565b604080516001600160a01b0385168152602081018390527fdf20fd1e76bc69d672e4814fafb2c449bba3a5369d8359adf9e05e6fde87b056910160405180910390a1505050565b60006004828154811061039e57634e487b7160e01b600052603260045260246000fd5b6000918252602090912001546001600160a01b031692915050565b804710156104095760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610216565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610456576040519150601f19603f3d011682016040523d82523d6000602084013e61045b565b606091505b50509050806104d25760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610216565b505050565b6000602082840312156104e8578081fd5b81356104f381610596565b9392505050565b60006020828403121561050b578081fd5b5035919050565b6000821982111561052557610525610580565b500190565b60008261054557634e487b7160e01b81526012600452602481fd5b500490565b600081600019048311821515161561056457610564610580565b500290565b60008282101561057b5761057b610580565b500390565b634e487b7160e01b600052601160045260246000fd5b6001600160a01b03811681146105ab57600080fd5b5056fea26469706673582212204f788ca8a90dbf3ea2c772114e04a25de64bb326e3ae2eaf0f484b51c11139a764736f6c63430008030033",
+  "deployedBytecode": "0x6080604052600436106100595760003560e01c806319165587146100a75780633a98ef39146100c95780638b83209b146100ed5780639852595c14610125578063ce7c2ac21461015b578063e33b7de314610191576100a2565b366100a2577f6ef95f06320e7a25a04a175ca677b7052bdd97131872c2192525a629f51be77033604080516001600160a01b0390921682523460208301520160405180910390a1005b600080fd5b3480156100b357600080fd5b506100c76100c23660046104d7565b6101a6565b005b3480156100d557600080fd5b506000545b6040519081526020015b60405180910390f35b3480156100f957600080fd5b5061010d6101083660046104fa565b61037b565b6040516001600160a01b0390911681526020016100e4565b34801561013157600080fd5b506100da6101403660046104d7565b6001600160a01b031660009081526003602052604090205490565b34801561016757600080fd5b506100da6101763660046104d7565b6001600160a01b031660009081526002602052604090205490565b34801561019d57600080fd5b506001546100da565b6001600160a01b03811660009081526002602052604090205461021f5760405162461bcd60e51b815260206004820152602660248201527f5061796d656e7453706c69747465723a206163636f756e7420686173206e6f2060448201526573686172657360d01b60648201526084015b60405180910390fd5b60006001544761022f9190610512565b6001600160a01b03831660009081526003602090815260408083205483546002909352908320549394509192610265908561054a565b61026f919061052a565b6102799190610569565b9050806102dc5760405162461bcd60e51b815260206004820152602b60248201527f5061796d656e7453706c69747465723a206163636f756e74206973206e6f742060448201526a191d59481c185e5b595b9d60aa1b6064820152608401610216565b6001600160a01b038316600090815260036020526040902054610300908290610512565b6001600160a01b038416600090815260036020526040902055600154610327908290610512565b60015561033483826103b9565b604080516001600160a01b0385168152602081018390527fdf20fd1e76bc69d672e4814fafb2c449bba3a5369d8359adf9e05e6fde87b056910160405180910390a1505050565b60006004828154811061039e57634e487b7160e01b600052603260045260246000fd5b6000918252602090912001546001600160a01b031692915050565b804710156104095760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e63650000006044820152606401610216565b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610456576040519150601f19603f3d011682016040523d82523d6000602084013e61045b565b606091505b50509050806104d25760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d617920686176652072657665727465640000000000006064820152608401610216565b505050565b6000602082840312156104e8578081fd5b81356104f381610596565b9392505050565b60006020828403121561050b578081fd5b5035919050565b6000821982111561052557610525610580565b500190565b60008261054557634e487b7160e01b81526012600452602481fd5b500490565b600081600019048311821515161561056457610564610580565b500290565b60008282101561057b5761057b610580565b500390565b634e487b7160e01b600052601160045260246000fd5b6001600160a01b03811681146105ab57600080fd5b5056fea26469706673582212204f788ca8a90dbf3ea2c772114e04a25de64bb326e3ae2eaf0f484b51c11139a764736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Proxy.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Proxy.json
new file mode 100644
index 0000000..a2b195d
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Proxy.json
@@ -0,0 +1,19 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Proxy",
+  "sourceName": "contracts/proxy/Proxy.sol",
+  "abi": [
+    {
+      "stateMutability": "payable",
+      "type": "fallback"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "receive"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ProxyAdmin.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ProxyAdmin.json
new file mode 100644
index 0000000..3510854
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ProxyAdmin.json
@@ -0,0 +1,160 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ProxyAdmin",
+  "sourceName": "contracts/proxy/transparent/ProxyAdmin.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract TransparentUpgradeableProxy",
+          "name": "proxy",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "changeProxyAdmin",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract TransparentUpgradeableProxy",
+          "name": "proxy",
+          "type": "address"
+        }
+      ],
+      "name": "getProxyAdmin",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract TransparentUpgradeableProxy",
+          "name": "proxy",
+          "type": "address"
+        }
+      ],
+      "name": "getProxyImplementation",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract TransparentUpgradeableProxy",
+          "name": "proxy",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "upgrade",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "contract TransparentUpgradeableProxy",
+          "name": "proxy",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "upgradeAndCall",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x608060405234801561001057600080fd5b50600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350610759806100616000396000f3fe60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead146101645761007b565b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610515565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610554565b610292565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461058c565b61031c565b34801561013057600080fd5b506100d161013f366004610554565b6103ad565b34801561015057600080fd5b506100d161015f366004610515565b610405565b34801561017057600080fd5b506100a061017f366004610515565b6104ef565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610538565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f906106c0565b60405180910390fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b031633146102bc5760405162461bcd60e51b815260040161023f906106c0565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561030057600080fd5b505af1158015610314573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103465760405162461bcd60e51b815260040161023f906106c0565b60405163278f794360e11b81526001600160a01b03841690634f1ef286903490610376908690869060040161065d565b6000604051808303818588803b15801561038f57600080fd5b505af11580156103a3573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103d75760405162461bcd60e51b815260040161023f906106c0565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102e6565b6000546001600160a01b0316331461042f5760405162461bcd60e51b815260040161023f906106c0565b6001600160a01b0381166104945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600060208284031215610526578081fd5b81356105318161070b565b9392505050565b600060208284031215610549578081fd5b81516105318161070b565b60008060408385031215610566578081fd5b82356105718161070b565b915060208301356105818161070b565b809150509250929050565b6000806000606084860312156105a0578081fd5b83356105ab8161070b565b925060208401356105bb8161070b565b9150604084013567ffffffffffffffff808211156105d7578283fd5b818601915086601f8301126105ea578283fd5b8135818111156105fc576105fc6106f5565b604051601f8201601f19908116603f01168101908382118183101715610624576106246106f5565b8160405282815289602084870101111561063c578586fd5b82602086016020830137856020848301015280955050505050509250925092565b600060018060a01b038416825260206040818401528351806040850152825b818110156106985785810183015185820160600152820161067c565b818111156106a95783606083870101525b50601f01601f191692909201606001949350505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461072057600080fd5b5056fea26469706673582212206c98a830491464f884bcee2550be1b03a5f83f13e1a254a41adb2b966f264a6164736f6c63430008030033",
+  "deployedBytecode": "0x60806040526004361061007b5760003560e01c80639623609d1161004e5780639623609d1461011157806399a88ec414610124578063f2fde38b14610144578063f3b7dead146101645761007b565b8063204e1c7a14610080578063715018a6146100bc5780637eff275e146100d35780638da5cb5b146100f3575b600080fd5b34801561008c57600080fd5b506100a061009b366004610515565b610184565b6040516001600160a01b03909116815260200160405180910390f35b3480156100c857600080fd5b506100d1610215565b005b3480156100df57600080fd5b506100d16100ee366004610554565b610292565b3480156100ff57600080fd5b506000546001600160a01b03166100a0565b6100d161011f36600461058c565b61031c565b34801561013057600080fd5b506100d161013f366004610554565b6103ad565b34801561015057600080fd5b506100d161015f366004610515565b610405565b34801561017057600080fd5b506100a061017f366004610515565b6104ef565b6000806000836001600160a01b03166040516101aa90635c60da1b60e01b815260040190565b600060405180830381855afa9150503d80600081146101e5576040519150601f19603f3d011682016040523d82523d6000602084013e6101ea565b606091505b5091509150816101f957600080fd5b8080602001905181019061020d9190610538565b949350505050565b6000546001600160a01b031633146102485760405162461bcd60e51b815260040161023f906106c0565b60405180910390fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b031633146102bc5760405162461bcd60e51b815260040161023f906106c0565b6040516308f2839760e41b81526001600160a01b038281166004830152831690638f283970906024015b600060405180830381600087803b15801561030057600080fd5b505af1158015610314573d6000803e3d6000fd5b505050505050565b6000546001600160a01b031633146103465760405162461bcd60e51b815260040161023f906106c0565b60405163278f794360e11b81526001600160a01b03841690634f1ef286903490610376908690869060040161065d565b6000604051808303818588803b15801561038f57600080fd5b505af11580156103a3573d6000803e3d6000fd5b5050505050505050565b6000546001600160a01b031633146103d75760405162461bcd60e51b815260040161023f906106c0565b604051631b2ce7f360e11b81526001600160a01b038281166004830152831690633659cfe6906024016102e6565b6000546001600160a01b0316331461042f5760405162461bcd60e51b815260040161023f906106c0565b6001600160a01b0381166104945760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161023f565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6000806000836001600160a01b03166040516101aa906303e1469160e61b815260040190565b600060208284031215610526578081fd5b81356105318161070b565b9392505050565b600060208284031215610549578081fd5b81516105318161070b565b60008060408385031215610566578081fd5b82356105718161070b565b915060208301356105818161070b565b809150509250929050565b6000806000606084860312156105a0578081fd5b83356105ab8161070b565b925060208401356105bb8161070b565b9150604084013567ffffffffffffffff808211156105d7578283fd5b818601915086601f8301126105ea578283fd5b8135818111156105fc576105fc6106f5565b604051601f8201601f19908116603f01168101908382118183101715610624576106246106f5565b8160405282815289602084870101111561063c578586fd5b82602086016020830137856020848301015280955050505050509250925092565b600060018060a01b038416825260206040818401528351806040850152825b818110156106985785810183015185820160600152820161067c565b818111156106a95783606083870101525b50601f01601f191692909201606001949350505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b6001600160a01b038116811461072057600080fd5b5056fea26469706673582212206c98a830491464f884bcee2550be1b03a5f83f13e1a254a41adb2b966f264a6164736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/PullPayment.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/PullPayment.json
new file mode 100644
index 0000000..319480a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/PullPayment.json
@@ -0,0 +1,43 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "PullPayment",
+  "sourceName": "contracts/security/PullPayment.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "dest",
+          "type": "address"
+        }
+      ],
+      "name": "payments",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address payable",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "withdrawPayments",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ReentrancyGuard.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ReentrancyGuard.json
new file mode 100644
index 0000000..0b5c937
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/ReentrancyGuard.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "ReentrancyGuard",
+  "sourceName": "contracts/security/ReentrancyGuard.sol",
+  "abi": [],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/RefundEscrow.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/RefundEscrow.json
new file mode 100644
index 0000000..aee874a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/RefundEscrow.json
@@ -0,0 +1,235 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "RefundEscrow",
+  "sourceName": "contracts/utils/escrow/RefundEscrow.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address payable",
+          "name": "beneficiary_",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "weiAmount",
+          "type": "uint256"
+        }
+      ],
+      "name": "Deposited",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [],
+      "name": "RefundsClosed",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [],
+      "name": "RefundsEnabled",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "weiAmount",
+          "type": "uint256"
+        }
+      ],
+      "name": "Withdrawn",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "beneficiary",
+      "outputs": [
+        {
+          "internalType": "address payable",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "beneficiaryWithdraw",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "close",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "refundee",
+          "type": "address"
+        }
+      ],
+      "name": "deposit",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "depositsOf",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "enableRefunds",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "state",
+      "outputs": [
+        {
+          "internalType": "enum RefundEscrow.State",
+          "name": "",
+          "type": "uint8"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address payable",
+          "name": "payee",
+          "type": "address"
+        }
+      ],
+      "name": "withdraw",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "name": "withdrawalAllowed",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60a060405234801561001057600080fd5b50604051610c4c380380610c4c83398101604081905261002f916100ff565b600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506001600160a01b0381166100e05760405162461bcd60e51b815260206004820152602d60248201527f526566756e64457363726f773a2062656e65666963696172792069732074686560448201526c207a65726f206164647265737360981b606482015260840160405180910390fd5b60601b6001600160601b0319166080526002805460ff1916905561012d565b600060208284031215610110578081fd5b81516001600160a01b0381168114610126578182fd5b9392505050565b60805160601c610afb6101516000396000818160bb015261060d0152610afb6000f3fe6080604052600436106100a75760003560e01c80638da5cb5b116100645780638da5cb5b146101895780639af6549a146101a7578063c19d93fb146101bc578063e3a9db1a146101dc578063f2fde38b14610220578063f340fa0114610240576100a7565b806338af3eed146100ac57806343d726d6146100f857806351cff8d91461010f578063685ca1941461012f578063715018a61461015f5780638c52dc4114610174575b600080fd5b3480156100b857600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b34801561010457600080fd5b5061010d610253565b005b34801561011b57600080fd5b5061010d61012a366004610a0c565b610349565b34801561013b57600080fd5b5061014f61014a366004610a0c565b6103c6565b60405190151581526020016100ef565b34801561016b57600080fd5b5061010d6103fc565b34801561018057600080fd5b5061010d610470565b34801561019557600080fd5b506000546001600160a01b03166100db565b3480156101b357600080fd5b5061010d610567565b3480156101c857600080fd5b5060025460ff166040516100ef9190610a2f565b3480156101e857600080fd5b506102126101f7366004610a0c565b6001600160a01b031660009081526001602052604090205490565b6040519081526020016100ef565b34801561022c57600080fd5b5061010d61023b366004610a0c565b610635565b61010d61024e366004610a0c565b61071f565b6000546001600160a01b031633146102865760405162461bcd60e51b815260040161027d90610a57565b60405180910390fd5b600061029460025460ff1690565b60028111156102b357634e487b7160e01b600052602160045260246000fd5b146103125760405162461bcd60e51b815260206004820152602960248201527f526566756e64457363726f773a2063616e206f6e6c7920636c6f7365207768696044820152686c652061637469766560b81b606482015260840161027d565b6002805460ff1916811790556040517f088672c3a6e342f7cd94a65ba63b79df24a8973927b4d05d803c44bbf787d12f90600090a1565b610352816103c6565b6103ba5760405162461bcd60e51b815260206004820152603360248201527f436f6e646974696f6e616c457363726f773a207061796565206973206e6f7420604482015272616c6c6f77656420746f20776974686472617760681b606482015260840161027d565b6103c3816107b6565b50565b600060016103d660025460ff1690565b60028111156103f557634e487b7160e01b600052602160045260246000fd5b1492915050565b6000546001600160a01b031633146104265760405162461bcd60e51b815260040161027d90610a57565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b0316331461049a5760405162461bcd60e51b815260040161027d90610a57565b60006104a860025460ff1690565b60028111156104c757634e487b7160e01b600052602160045260246000fd5b1461052f5760405162461bcd60e51b815260206004820152603260248201527f526566756e64457363726f773a2063616e206f6e6c7920656e61626c6520726560448201527166756e6473207768696c652061637469766560701b606482015260840161027d565b6002805460ff191660011790556040517f599d8e5a83cffb867d051598c4d70e805d59802d8081c1c7d6dffc5b6aca2b8990600090a1565b6002805460ff16600281111561058d57634e487b7160e01b600052602160045260246000fd5b146106005760405162461bcd60e51b815260206004820152603860248201527f526566756e64457363726f773a2062656e65666963696172792063616e206f6e60448201527f6c79207769746864726177207768696c6520636c6f7365640000000000000000606482015260840161027d565b6106336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000164761084f565b565b6000546001600160a01b0316331461065f5760405162461bcd60e51b815260040161027d90610a57565b6001600160a01b0381166106c45760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161027d565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b600061072d60025460ff1690565b600281111561074c57634e487b7160e01b600052602160045260246000fd5b146107ad5760405162461bcd60e51b815260206004820152602b60248201527f526566756e64457363726f773a2063616e206f6e6c79206465706f736974207760448201526a68696c652061637469766560a81b606482015260840161027d565b6103c38161096d565b6000546001600160a01b031633146107e05760405162461bcd60e51b815260040161027d90610a57565b6001600160a01b0381166000818152600160205260408120805491905590610808908261084f565b816001600160a01b03167f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d58260405161084391815260200190565b60405180910390a25050565b8047101561089f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e6365000000604482015260640161027d565b6000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146108ec576040519150601f19603f3d011682016040523d82523d6000602084013e6108f1565b606091505b50509050806109685760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d61792068617665207265766572746564000000000000606482015260840161027d565b505050565b6000546001600160a01b031633146109975760405162461bcd60e51b815260040161027d90610a57565b6001600160a01b03811660009081526001602052604090205434906109bd908290610a8c565b6001600160a01b038316600081815260016020526040908190209290925590517f2da466a7b24304f47e87fa2e1e5a81b9831ce54fec19055ce277ca2f39ba42c4906108439084815260200190565b600060208284031215610a1d578081fd5b8135610a2881610ab0565b9392505050565b6020810160038310610a5157634e487b7160e01b600052602160045260246000fd5b91905290565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60008219821115610aab57634e487b7160e01b81526011600452602481fd5b500190565b6001600160a01b03811681146103c357600080fdfea2646970667358221220ee9c1f292310ddd1161f275e56038ab3d15659485f7a5382c85febb628efb34464736f6c63430008030033",
+  "deployedBytecode": "0x6080604052600436106100a75760003560e01c80638da5cb5b116100645780638da5cb5b146101895780639af6549a146101a7578063c19d93fb146101bc578063e3a9db1a146101dc578063f2fde38b14610220578063f340fa0114610240576100a7565b806338af3eed146100ac57806343d726d6146100f857806351cff8d91461010f578063685ca1941461012f578063715018a61461015f5780638c52dc4114610174575b600080fd5b3480156100b857600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b34801561010457600080fd5b5061010d610253565b005b34801561011b57600080fd5b5061010d61012a366004610a0c565b610349565b34801561013b57600080fd5b5061014f61014a366004610a0c565b6103c6565b60405190151581526020016100ef565b34801561016b57600080fd5b5061010d6103fc565b34801561018057600080fd5b5061010d610470565b34801561019557600080fd5b506000546001600160a01b03166100db565b3480156101b357600080fd5b5061010d610567565b3480156101c857600080fd5b5060025460ff166040516100ef9190610a2f565b3480156101e857600080fd5b506102126101f7366004610a0c565b6001600160a01b031660009081526001602052604090205490565b6040519081526020016100ef565b34801561022c57600080fd5b5061010d61023b366004610a0c565b610635565b61010d61024e366004610a0c565b61071f565b6000546001600160a01b031633146102865760405162461bcd60e51b815260040161027d90610a57565b60405180910390fd5b600061029460025460ff1690565b60028111156102b357634e487b7160e01b600052602160045260246000fd5b146103125760405162461bcd60e51b815260206004820152602960248201527f526566756e64457363726f773a2063616e206f6e6c7920636c6f7365207768696044820152686c652061637469766560b81b606482015260840161027d565b6002805460ff1916811790556040517f088672c3a6e342f7cd94a65ba63b79df24a8973927b4d05d803c44bbf787d12f90600090a1565b610352816103c6565b6103ba5760405162461bcd60e51b815260206004820152603360248201527f436f6e646974696f6e616c457363726f773a207061796565206973206e6f7420604482015272616c6c6f77656420746f20776974686472617760681b606482015260840161027d565b6103c3816107b6565b50565b600060016103d660025460ff1690565b60028111156103f557634e487b7160e01b600052602160045260246000fd5b1492915050565b6000546001600160a01b031633146104265760405162461bcd60e51b815260040161027d90610a57565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b0316331461049a5760405162461bcd60e51b815260040161027d90610a57565b60006104a860025460ff1690565b60028111156104c757634e487b7160e01b600052602160045260246000fd5b1461052f5760405162461bcd60e51b815260206004820152603260248201527f526566756e64457363726f773a2063616e206f6e6c7920656e61626c6520726560448201527166756e6473207768696c652061637469766560701b606482015260840161027d565b6002805460ff191660011790556040517f599d8e5a83cffb867d051598c4d70e805d59802d8081c1c7d6dffc5b6aca2b8990600090a1565b6002805460ff16600281111561058d57634e487b7160e01b600052602160045260246000fd5b146106005760405162461bcd60e51b815260206004820152603860248201527f526566756e64457363726f773a2062656e65666963696172792063616e206f6e60448201527f6c79207769746864726177207768696c6520636c6f7365640000000000000000606482015260840161027d565b6106336001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000164761084f565b565b6000546001600160a01b0316331461065f5760405162461bcd60e51b815260040161027d90610a57565b6001600160a01b0381166106c45760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161027d565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b600061072d60025460ff1690565b600281111561074c57634e487b7160e01b600052602160045260246000fd5b146107ad5760405162461bcd60e51b815260206004820152602b60248201527f526566756e64457363726f773a2063616e206f6e6c79206465706f736974207760448201526a68696c652061637469766560a81b606482015260840161027d565b6103c38161096d565b6000546001600160a01b031633146107e05760405162461bcd60e51b815260040161027d90610a57565b6001600160a01b0381166000818152600160205260408120805491905590610808908261084f565b816001600160a01b03167f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d58260405161084391815260200190565b60405180910390a25050565b8047101561089f5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a20696e73756666696369656e742062616c616e6365000000604482015260640161027d565b6000826001600160a01b03168260405160006040518083038185875af1925050503d80600081146108ec576040519150601f19603f3d011682016040523d82523d6000602084013e6108f1565b606091505b50509050806109685760405162461bcd60e51b815260206004820152603a60248201527f416464726573733a20756e61626c6520746f2073656e642076616c75652c207260448201527f6563697069656e74206d61792068617665207265766572746564000000000000606482015260840161027d565b505050565b6000546001600160a01b031633146109975760405162461bcd60e51b815260040161027d90610a57565b6001600160a01b03811660009081526001602052604090205434906109bd908290610a8c565b6001600160a01b038316600081815260016020526040908190209290925590517f2da466a7b24304f47e87fa2e1e5a81b9831ce54fec19055ce277ca2f39ba42c4906108439084815260200190565b600060208284031215610a1d578081fd5b8135610a2881610ab0565b9392505050565b6020810160038310610a5157634e487b7160e01b600052602160045260246000fd5b91905290565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60008219821115610aab57634e487b7160e01b81526011600452602481fd5b500190565b6001600160a01b03811681146103c357600080fdfea2646970667358221220ee9c1f292310ddd1161f275e56038ab3d15659485f7a5382c85febb628efb34464736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeCast.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeCast.json
new file mode 100644
index 0000000..09eeac3
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeCast.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "SafeCast",
+  "sourceName": "contracts/utils/math/SafeCast.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208d0ef114efc0f1edabbae8e8afd65814fe8ed0dd24300627a314f38c84c2ce5664736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208d0ef114efc0f1edabbae8e8afd65814fe8ed0dd24300627a314f38c84c2ce5664736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeERC20.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeERC20.json
new file mode 100644
index 0000000..7b340c7
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeERC20.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "SafeERC20",
+  "sourceName": "contracts/token/ERC20/utils/SafeERC20.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201e838dfbcc5191ac8be6ea89c4ad20b6bedc96e7fafbf0dac6bb976354a6eb1264736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201e838dfbcc5191ac8be6ea89c4ad20b6bedc96e7fafbf0dac6bb976354a6eb1264736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeMath.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeMath.json
new file mode 100644
index 0000000..f10b9fa
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SafeMath.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "SafeMath",
+  "sourceName": "contracts/utils/math/SafeMath.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206b2a76ab8fe3575f98ae875c427b79fd2386f548e194eacc75922c72e7c9afe164736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206b2a76ab8fe3575f98ae875c427b79fd2386f548e194eacc75922c72e7c9afe164736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignatureChecker.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignatureChecker.json
new file mode 100644
index 0000000..cd3fdcf
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignatureChecker.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "SignatureChecker",
+  "sourceName": "contracts/utils/cryptography/SignatureChecker.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a5295f59c905189a82602d31b9468eb5b3dca8c80cdd446166cab3a94b577ba664736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a5295f59c905189a82602d31b9468eb5b3dca8c80cdd446166cab3a94b577ba664736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignedSafeMath.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignedSafeMath.json
new file mode 100644
index 0000000..9eb621f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/SignedSafeMath.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "SignedSafeMath",
+  "sourceName": "contracts/utils/math/SignedSafeMath.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206f7e60b9087e196250ee5968781223440984d887924ffd060b6d76606db07e7564736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206f7e60b9087e196250ee5968781223440984d887924ffd060b6d76606db07e7564736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/StorageSlot.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/StorageSlot.json
new file mode 100644
index 0000000..7b05879
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/StorageSlot.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "StorageSlot",
+  "sourceName": "contracts/utils/StorageSlot.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b67348f1b60e45326cbe2680dfa6d3f07c0330330a85529d451ac9844b56b6e364736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220b67348f1b60e45326cbe2680dfa6d3f07c0330330a85529d451ac9844b56b6e364736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Strings.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Strings.json
new file mode 100644
index 0000000..5bd94a3
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/Strings.json
@@ -0,0 +1,10 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "Strings",
+  "sourceName": "contracts/utils/Strings.sol",
+  "abi": [],
+  "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220ef87b956231e22f7bf0b160b623e5af4dbc41a0132338a81acbc011a5aed15da64736f6c63430008030033",
+  "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220ef87b956231e22f7bf0b160b623e5af4dbc41a0132338a81acbc011a5aed15da64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TimelockController.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TimelockController.json
new file mode 100644
index 0000000..3359e0c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TimelockController.json
@@ -0,0 +1,751 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "TimelockController",
+  "sourceName": "contracts/governance/TimelockController.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "minDelay",
+          "type": "uint256"
+        },
+        {
+          "internalType": "address[]",
+          "name": "proposers",
+          "type": "address[]"
+        },
+        {
+          "internalType": "address[]",
+          "name": "executors",
+          "type": "address[]"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "target",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "CallExecuted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "uint256",
+          "name": "index",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "target",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "indexed": false,
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "delay",
+          "type": "uint256"
+        }
+      ],
+      "name": "CallScheduled",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "Cancelled",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "oldDuration",
+          "type": "uint256"
+        },
+        {
+          "indexed": false,
+          "internalType": "uint256",
+          "name": "newDuration",
+          "type": "uint256"
+        }
+      ],
+      "name": "MinDelayChange",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "previousAdminRole",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "newAdminRole",
+          "type": "bytes32"
+        }
+      ],
+      "name": "RoleAdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleGranted",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "sender",
+          "type": "address"
+        }
+      ],
+      "name": "RoleRevoked",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "DEFAULT_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "EXECUTOR_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "PROPOSER_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "TIMELOCK_ADMIN_ROLE",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "cancel",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "target",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "salt",
+          "type": "bytes32"
+        }
+      ],
+      "name": "execute",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "targets",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes[]",
+          "name": "datas",
+          "type": "bytes[]"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "salt",
+          "type": "bytes32"
+        }
+      ],
+      "name": "executeBatch",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "getMinDelay",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "duration",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getRoleAdmin",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "getTimestamp",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "timestamp",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "grantRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "hasRole",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "target",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "salt",
+          "type": "bytes32"
+        }
+      ],
+      "name": "hashOperation",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "hash",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "pure",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "targets",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes[]",
+          "name": "datas",
+          "type": "bytes[]"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "salt",
+          "type": "bytes32"
+        }
+      ],
+      "name": "hashOperationBatch",
+      "outputs": [
+        {
+          "internalType": "bytes32",
+          "name": "hash",
+          "type": "bytes32"
+        }
+      ],
+      "stateMutability": "pure",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "isOperation",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "pending",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "isOperationDone",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "done",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "isOperationPending",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "pending",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "id",
+          "type": "bytes32"
+        }
+      ],
+      "name": "isOperationReady",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "ready",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "renounceRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes32",
+          "name": "role",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "address",
+          "name": "account",
+          "type": "address"
+        }
+      ],
+      "name": "revokeRole",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "target",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "value",
+          "type": "uint256"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "salt",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "delay",
+          "type": "uint256"
+        }
+      ],
+      "name": "schedule",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address[]",
+          "name": "targets",
+          "type": "address[]"
+        },
+        {
+          "internalType": "uint256[]",
+          "name": "values",
+          "type": "uint256[]"
+        },
+        {
+          "internalType": "bytes[]",
+          "name": "datas",
+          "type": "bytes[]"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "predecessor",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "bytes32",
+          "name": "salt",
+          "type": "bytes32"
+        },
+        {
+          "internalType": "uint256",
+          "name": "delay",
+          "type": "uint256"
+        }
+      ],
+      "name": "scheduleBatch",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "bytes4",
+          "name": "interfaceId",
+          "type": "bytes4"
+        }
+      ],
+      "name": "supportsInterface",
+      "outputs": [
+        {
+          "internalType": "bool",
+          "name": "",
+          "type": "bool"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "newDelay",
+          "type": "uint256"
+        }
+      ],
+      "name": "updateDelay",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "receive"
+    }
+  ],
+  "bytecode": "0x60806040523480156200001157600080fd5b5060405162001e4e38038062001e4e8339810160408190526200003491620003bd565b6200004f60008051602062001dee83398151915280620001e1565b6200007960008051602062001e0e83398151915260008051602062001dee833981519152620001e1565b620000a360008051602062001e2e83398151915260008051602062001dee833981519152620001e1565b620000be60008051602062001dee833981519152336200022d565b620000d960008051602062001dee833981519152306200022d565b60005b825181101562000142576200012f60008051602062001e0e8339815191528483815181106200011b57634e487b7160e01b600052603260045260246000fd5b60200260200101516200022d60201b60201c565b6200013a816200042e565b9050620000dc565b5060005b815181101562000198576200018560008051602062001e2e8339815191528383815181106200011b57634e487b7160e01b600052603260045260246000fd5b62000190816200042e565b905062000146565b5060028390556040805160008152602081018590527f11c24f4ead16507c69ac467fbd5e4eed5fb5c699626d2cc6d66421df253886d5910160405180910390a15050506200046c565b80620001ed836200023d565b60405184907fbd79b86ffe0ab8e8776151514217cd7cacd52c909f66475c3af44e129f0b00ff90600090a460009182526020829052604090912060010155565b62000239828262000255565b5050565b6000818152602081905260409020600101545b919050565b6000828152602081815260408083206001600160a01b038516845290915290205460ff1662000239576000828152602081815260408083206001600160a01b03851684529091529020805460ff19166001179055620002b13390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b80516001600160a01b03811681146200025057600080fd5b600082601f8301126200031e578081fd5b815160206001600160401b03808311156200033d576200033d62000456565b8260051b604051601f19603f8301168101818110848211171562000365576200036562000456565b6040528481528381019250868401828801850189101562000384578687fd5b8692505b85831015620003b1576200039c81620002f5565b84529284019260019290920191840162000388565b50979650505050505050565b600080600060608486031215620003d2578283fd5b835160208501519093506001600160401b0380821115620003f1578384fd5b620003ff878388016200030d565b9350604086015191508082111562000415578283fd5b5062000424868287016200030d565b9150509250925092565b60006000198214156200044f57634e487b7160e01b81526011600452602481fd5b5060010190565b634e487b7160e01b600052604160045260246000fd5b611972806200047c6000396000f3fe60806040526004361061014f5760003560e01c806364d62353116100b6578063b1c5f4271161006f578063b1c5f427146103f3578063c4d252f514610413578063d45c443514610433578063d547741f14610460578063e38335e514610480578063f27a0c921461049357610156565b806364d623531461033c5780638065657f1461035c5780638f2a0bb01461037c5780638f61f4f51461039c57806391d14854146103be578063a217fddf146103de57610156565b8063248a9ca311610108578063248a9ca31461025b5780632ab0f5291461028b5780632f2ff15d146102bc57806331d50750146102dc57806336568abe146102fc578063584b153e1461031c57610156565b806301d5062a1461015b57806301ffc9a71461017d57806307bd0265146101b25780630d3cf6fc146101f4578063134008d31461022857806313bc9f201461023b57610156565b3661015657005b600080fd5b34801561016757600080fd5b5061017b610176366004611331565b6104a8565b005b34801561018957600080fd5b5061019d61019836600461153a565b61052d565b60405190151581526020015b60405180910390f35b3480156101be57600080fd5b506101e67fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e6381565b6040519081526020016101a9565b34801561020057600080fd5b506101e67f5f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca581565b61017b6102363660046112c7565b610566565b34801561024757600080fd5b5061019d6102563660046114f7565b6105dd565b34801561026757600080fd5b506101e66102763660046114f7565b60009081526020819052604090206001015490565b34801561029757600080fd5b5061019d6102a63660046114f7565b6000908152600160208190526040909120541490565b3480156102c857600080fd5b5061017b6102d736600461150f565b610603565b3480156102e857600080fd5b5061019d6102f73660046114f7565b61062e565b34801561030857600080fd5b5061017b61031736600461150f565b610647565b34801561032857600080fd5b5061019d6103373660046114f7565b6106ca565b34801561034857600080fd5b5061017b6103573660046114f7565b6106e0565b34801561036857600080fd5b506101e66103773660046112c7565b610784565b34801561038857600080fd5b5061017b610397366004611449565b6107c3565b3480156103a857600080fd5b506101e660008051602061191d83398151915281565b3480156103ca57600080fd5b5061019d6103d936600461150f565b61092e565b3480156103ea57600080fd5b506101e6600081565b3480156103ff57600080fd5b506101e661040e3660046113a4565b610957565b34801561041f57600080fd5b5061017b61042e3660046114f7565b61099c565b34801561043f57600080fd5b506101e661044e3660046114f7565b60009081526001602052604090205490565b34801561046c57600080fd5b5061017b61047b36600461150f565b610a60565b61017b61048e3660046113a4565b610a86565b34801561049f57600080fd5b506002546101e6565b60008051602061191d8339815191526104c281335b610be4565b60006104d2898989898989610784565b90506104de8184610c48565b6000817f4cf4410cc57040e44862ef0f45f3dd5a5e02db8eb8add648d4b0e236f1d07dca8b8b8b8b8b8a60405161051a969594939291906116d0565b60405180910390a3505050505050505050565b60006001600160e01b03198216637965db0b60e01b148061055e57506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b7fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e6361059281600061092e565b6105a0576105a081336104bd565b60006105b0888888888888610784565b90506105bb84610d37565b6105ca8160008a8a8a8a610db1565b6105d381610ec5565b5050505050505050565b6000818152600160205260408120546001811180156105fc5750428111155b9392505050565b60008281526020819052604090206001015461061f81336104bd565b6106298383610f41565b505050565b60008181526001602052604081205481905b1192915050565b6001600160a01b03811633146106bc5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084015b60405180910390fd5b6106c68282610fc5565b5050565b6000818152600160208190526040822054610640565b3330146107435760405162461bcd60e51b815260206004820152602b60248201527f54696d656c6f636b436f6e74726f6c6c65723a2063616c6c6572206d7573742060448201526a62652074696d656c6f636b60a81b60648201526084016106b3565b60025460408051918252602082018390527f11c24f4ead16507c69ac467fbd5e4eed5fb5c699626d2cc6d66421df253886d5910160405180910390a1600255565b60008686868686866040516020016107a1969594939291906116d0565b6040516020818303038152906040528051906020012090509695505050505050565b60008051602061191d8339815191526107dc81336104bd565b8887146107fb5760405162461bcd60e51b81526004016106b3906117e5565b88851461081a5760405162461bcd60e51b81526004016106b3906117e5565b600061082c8b8b8b8b8b8b8b8b610957565b90506108388184610c48565b60005b8a8110156109205780827f4cf4410cc57040e44862ef0f45f3dd5a5e02db8eb8add648d4b0e236f1d07dca8e8e8581811061088657634e487b7160e01b600052603260045260246000fd5b905060200201602081019061089b91906112ad565b8d8d868181106108bb57634e487b7160e01b600052603260045260246000fd5b905060200201358c8c878181106108e257634e487b7160e01b600052603260045260246000fd5b90506020028101906108f49190611828565b8c8b604051610908969594939291906116d0565b60405180910390a3610919816118eb565b905061083b565b505050505050505050505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6000888888888888888860405160200161097898979695949392919061170d565b60405160208183030381529060405280519060200120905098975050505050505050565b60008051602061191d8339815191526109b581336104bd565b6109be826106ca565b610a245760405162461bcd60e51b815260206004820152603160248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e2063616044820152701b9b9bdd0818994818d85b98d95b1b1959607a1b60648201526084016106b3565b6000828152600160205260408082208290555183917fbaa1eb22f2a492ba1a5fea61b8df4d27c6c8b5f3971e63bb58fa14ff72eedb7091a25050565b600082815260208190526040902060010154610a7c81336104bd565b6106298383610fc5565b7fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63610ab281600061092e565b610ac057610ac081336104bd565b878614610adf5760405162461bcd60e51b81526004016106b3906117e5565b878414610afe5760405162461bcd60e51b81526004016106b3906117e5565b6000610b108a8a8a8a8a8a8a8a610957565b9050610b1b84610d37565b60005b89811015610bce57610bbe82828d8d85818110610b4b57634e487b7160e01b600052603260045260246000fd5b9050602002016020810190610b6091906112ad565b8c8c86818110610b8057634e487b7160e01b600052603260045260246000fd5b905060200201358b8b87818110610ba757634e487b7160e01b600052603260045260246000fd5b9050602002810190610bb99190611828565b610db1565b610bc7816118eb565b9050610b1e565b50610bd881610ec5565b50505050505050505050565b610bee828261092e565b6106c657610c06816001600160a01b0316601461102a565b610c1183602061102a565b604051602001610c22929190611629565b60408051601f198184030181529082905262461bcd60e51b82526106b3916004016117b2565b610c518261062e565b15610cb65760405162461bcd60e51b815260206004820152602f60248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e20616c60448201526e1c9958591e481cd8da19591d5b1959608a1b60648201526084016106b3565b600254811015610d175760405162461bcd60e51b815260206004820152602660248201527f54696d656c6f636b436f6e74726f6c6c65723a20696e73756666696369656e746044820152652064656c617960d01b60648201526084016106b3565b610d21814261186d565b6000928352600160205260409092209190915550565b801580610d535750600081815260016020819052604090912054145b610dae5760405162461bcd60e51b815260206004820152602660248201527f54696d656c6f636b436f6e74726f6c6c65723a206d697373696e6720646570656044820152656e64656e637960d01b60648201526084016106b3565b50565b6000846001600160a01b0316848484604051610dce929190611619565b60006040518083038185875af1925050503d8060008114610e0b576040519150601f19603f3d011682016040523d82523d6000602084013e610e10565b606091505b5050905080610e7d5760405162461bcd60e51b815260206004820152603360248201527f54696d656c6f636b436f6e74726f6c6c65723a20756e6465726c79696e6720746044820152721c985b9cd858dd1a5bdb881c995d995c9d1959606a1b60648201526084016106b3565b85877fc2617efa69bab66782fa219543714338489c4e9e178271560a91b82c3f612b5887878787604051610eb4949392919061169e565b60405180910390a350505050505050565b610ece816105dd565b610f2d5760405162461bcd60e51b815260206004820152602a60248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e206973604482015269206e6f7420726561647960b01b60648201526084016106b3565b600090815260016020819052604090912055565b610f4b828261092e565b6106c6576000828152602081815260408083206001600160a01b03851684529091529020805460ff19166001179055610f813390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b610fcf828261092e565b156106c6576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60606000611039836002611885565b61104490600261186d565b67ffffffffffffffff81111561106a57634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611094576020820181803683370190505b509050600360fc1b816000815181106110bd57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b816001815181106110fa57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600061111e846002611885565b61112990600161186d565b90505b60018111156111bd576f181899199a1a9b1b9c1cb0b131b232b360811b85600f166010811061116b57634e487b7160e01b600052603260045260246000fd5b1a60f81b82828151811061118f57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c936111b6816118d4565b905061112c565b5083156105fc5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016106b3565b80356001600160a01b038116811461056157600080fd5b60008083601f840112611234578182fd5b50813567ffffffffffffffff81111561124b578182fd5b6020830191508360208260051b850101111561126657600080fd5b9250929050565b60008083601f84011261127e578182fd5b50813567ffffffffffffffff811115611295578182fd5b60208301915083602082850101111561126657600080fd5b6000602082840312156112be578081fd5b6105fc8261120c565b60008060008060008060a087890312156112df578182fd5b6112e88761120c565b955060208701359450604087013567ffffffffffffffff81111561130a578283fd5b61131689828a0161126d565b979a9699509760608101359660809091013595509350505050565b600080600080600080600060c0888a03121561134b578081fd5b6113548861120c565b965060208801359550604088013567ffffffffffffffff811115611376578182fd5b6113828a828b0161126d565b989b979a50986060810135976080820135975060a09091013595509350505050565b60008060008060008060008060a0898b0312156113bf578081fd5b883567ffffffffffffffff808211156113d6578283fd5b6113e28c838d01611223565b909a50985060208b01359150808211156113fa578283fd5b6114068c838d01611223565b909850965060408b013591508082111561141e578283fd5b5061142b8b828c01611223565b999c989b509699959896976060870135966080013595509350505050565b600080600080600080600080600060c08a8c031215611466578081fd5b893567ffffffffffffffff8082111561147d578283fd5b6114898d838e01611223565b909b50995060208c01359150808211156114a1578283fd5b6114ad8d838e01611223565b909950975060408c01359150808211156114c5578283fd5b506114d28c828d01611223565b9a9d999c50979a969997986060880135976080810135975060a0013595509350505050565b600060208284031215611508578081fd5b5035919050565b60008060408385031215611521578182fd5b823591506115316020840161120c565b90509250929050565b60006020828403121561154b578081fd5b81356001600160e01b0319811681146105fc578182fd5b60008284526020808501808196508560051b8101915084845b878110156115e25782840389528135601e1988360301811261159b578687fd5b8701803567ffffffffffffffff8111156115b3578788fd5b8036038913156115c1578788fd5b6115ce86828985016115ef565b9a87019a955050509084019060010161157b565b5091979650505050505050565b60008284528282602086013780602084860101526020601f19601f85011685010190509392505050565b6000828483379101908152919050565b60007f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000825283516116618160178501602088016118a4565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516116928160288401602088016118a4565b01602801949350505050565b600060018060a01b0386168252846020830152606060408301526116c66060830184866115ef565b9695505050505050565b600060018060a01b038816825286602083015260a060408301526116f860a0830186886115ef565b60608301949094525060800152949350505050565b60a0808252810188905260008960c08301825b8b81101561174e576001600160a01b036117398461120c565b16825260209283019290910190600101611720565b5083810360208501528881526001600160fb1b0389111561176d578283fd5b8860051b9150818a6020830137016020818101838152848303909101604085015261179981888a611562565b6060850196909652505050608001529695505050505050565b60006020825282518060208401526117d18160408501602087016118a4565b601f01601f19169190910160400192915050565b60208082526023908201527f54696d656c6f636b436f6e74726f6c6c65723a206c656e677468206d69736d616040820152620e8c6d60eb1b606082015260800190565b6000808335601e1984360301811261183e578283fd5b83018035915067ffffffffffffffff821115611858578283fd5b60200191503681900382131561126657600080fd5b6000821982111561188057611880611906565b500190565b600081600019048311821515161561189f5761189f611906565b500290565b60005b838110156118bf5781810151838201526020016118a7565b838111156118ce576000848401525b50505050565b6000816118e3576118e3611906565b506000190190565b60006000198214156118ff576118ff611906565b5060010190565b634e487b7160e01b600052601160045260246000fdfeb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc1a26469706673582212203cd277a263902325ad5dc2b80c1d700fb0714ca1245e66567a2012dad42bff1d64736f6c634300080300335f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca5b09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc1d8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63",
+  "deployedBytecode": "0x60806040526004361061014f5760003560e01c806364d62353116100b6578063b1c5f4271161006f578063b1c5f427146103f3578063c4d252f514610413578063d45c443514610433578063d547741f14610460578063e38335e514610480578063f27a0c921461049357610156565b806364d623531461033c5780638065657f1461035c5780638f2a0bb01461037c5780638f61f4f51461039c57806391d14854146103be578063a217fddf146103de57610156565b8063248a9ca311610108578063248a9ca31461025b5780632ab0f5291461028b5780632f2ff15d146102bc57806331d50750146102dc57806336568abe146102fc578063584b153e1461031c57610156565b806301d5062a1461015b57806301ffc9a71461017d57806307bd0265146101b25780630d3cf6fc146101f4578063134008d31461022857806313bc9f201461023b57610156565b3661015657005b600080fd5b34801561016757600080fd5b5061017b610176366004611331565b6104a8565b005b34801561018957600080fd5b5061019d61019836600461153a565b61052d565b60405190151581526020015b60405180910390f35b3480156101be57600080fd5b506101e67fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e6381565b6040519081526020016101a9565b34801561020057600080fd5b506101e67f5f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca581565b61017b6102363660046112c7565b610566565b34801561024757600080fd5b5061019d6102563660046114f7565b6105dd565b34801561026757600080fd5b506101e66102763660046114f7565b60009081526020819052604090206001015490565b34801561029757600080fd5b5061019d6102a63660046114f7565b6000908152600160208190526040909120541490565b3480156102c857600080fd5b5061017b6102d736600461150f565b610603565b3480156102e857600080fd5b5061019d6102f73660046114f7565b61062e565b34801561030857600080fd5b5061017b61031736600461150f565b610647565b34801561032857600080fd5b5061019d6103373660046114f7565b6106ca565b34801561034857600080fd5b5061017b6103573660046114f7565b6106e0565b34801561036857600080fd5b506101e66103773660046112c7565b610784565b34801561038857600080fd5b5061017b610397366004611449565b6107c3565b3480156103a857600080fd5b506101e660008051602061191d83398151915281565b3480156103ca57600080fd5b5061019d6103d936600461150f565b61092e565b3480156103ea57600080fd5b506101e6600081565b3480156103ff57600080fd5b506101e661040e3660046113a4565b610957565b34801561041f57600080fd5b5061017b61042e3660046114f7565b61099c565b34801561043f57600080fd5b506101e661044e3660046114f7565b60009081526001602052604090205490565b34801561046c57600080fd5b5061017b61047b36600461150f565b610a60565b61017b61048e3660046113a4565b610a86565b34801561049f57600080fd5b506002546101e6565b60008051602061191d8339815191526104c281335b610be4565b60006104d2898989898989610784565b90506104de8184610c48565b6000817f4cf4410cc57040e44862ef0f45f3dd5a5e02db8eb8add648d4b0e236f1d07dca8b8b8b8b8b8a60405161051a969594939291906116d0565b60405180910390a3505050505050505050565b60006001600160e01b03198216637965db0b60e01b148061055e57506301ffc9a760e01b6001600160e01b03198316145b90505b919050565b7fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e6361059281600061092e565b6105a0576105a081336104bd565b60006105b0888888888888610784565b90506105bb84610d37565b6105ca8160008a8a8a8a610db1565b6105d381610ec5565b5050505050505050565b6000818152600160205260408120546001811180156105fc5750428111155b9392505050565b60008281526020819052604090206001015461061f81336104bd565b6106298383610f41565b505050565b60008181526001602052604081205481905b1192915050565b6001600160a01b03811633146106bc5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084015b60405180910390fd5b6106c68282610fc5565b5050565b6000818152600160208190526040822054610640565b3330146107435760405162461bcd60e51b815260206004820152602b60248201527f54696d656c6f636b436f6e74726f6c6c65723a2063616c6c6572206d7573742060448201526a62652074696d656c6f636b60a81b60648201526084016106b3565b60025460408051918252602082018390527f11c24f4ead16507c69ac467fbd5e4eed5fb5c699626d2cc6d66421df253886d5910160405180910390a1600255565b60008686868686866040516020016107a1969594939291906116d0565b6040516020818303038152906040528051906020012090509695505050505050565b60008051602061191d8339815191526107dc81336104bd565b8887146107fb5760405162461bcd60e51b81526004016106b3906117e5565b88851461081a5760405162461bcd60e51b81526004016106b3906117e5565b600061082c8b8b8b8b8b8b8b8b610957565b90506108388184610c48565b60005b8a8110156109205780827f4cf4410cc57040e44862ef0f45f3dd5a5e02db8eb8add648d4b0e236f1d07dca8e8e8581811061088657634e487b7160e01b600052603260045260246000fd5b905060200201602081019061089b91906112ad565b8d8d868181106108bb57634e487b7160e01b600052603260045260246000fd5b905060200201358c8c878181106108e257634e487b7160e01b600052603260045260246000fd5b90506020028101906108f49190611828565b8c8b604051610908969594939291906116d0565b60405180910390a3610919816118eb565b905061083b565b505050505050505050505050565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6000888888888888888860405160200161097898979695949392919061170d565b60405160208183030381529060405280519060200120905098975050505050505050565b60008051602061191d8339815191526109b581336104bd565b6109be826106ca565b610a245760405162461bcd60e51b815260206004820152603160248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e2063616044820152701b9b9bdd0818994818d85b98d95b1b1959607a1b60648201526084016106b3565b6000828152600160205260408082208290555183917fbaa1eb22f2a492ba1a5fea61b8df4d27c6c8b5f3971e63bb58fa14ff72eedb7091a25050565b600082815260208190526040902060010154610a7c81336104bd565b6106298383610fc5565b7fd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63610ab281600061092e565b610ac057610ac081336104bd565b878614610adf5760405162461bcd60e51b81526004016106b3906117e5565b878414610afe5760405162461bcd60e51b81526004016106b3906117e5565b6000610b108a8a8a8a8a8a8a8a610957565b9050610b1b84610d37565b60005b89811015610bce57610bbe82828d8d85818110610b4b57634e487b7160e01b600052603260045260246000fd5b9050602002016020810190610b6091906112ad565b8c8c86818110610b8057634e487b7160e01b600052603260045260246000fd5b905060200201358b8b87818110610ba757634e487b7160e01b600052603260045260246000fd5b9050602002810190610bb99190611828565b610db1565b610bc7816118eb565b9050610b1e565b50610bd881610ec5565b50505050505050505050565b610bee828261092e565b6106c657610c06816001600160a01b0316601461102a565b610c1183602061102a565b604051602001610c22929190611629565b60408051601f198184030181529082905262461bcd60e51b82526106b3916004016117b2565b610c518261062e565b15610cb65760405162461bcd60e51b815260206004820152602f60248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e20616c60448201526e1c9958591e481cd8da19591d5b1959608a1b60648201526084016106b3565b600254811015610d175760405162461bcd60e51b815260206004820152602660248201527f54696d656c6f636b436f6e74726f6c6c65723a20696e73756666696369656e746044820152652064656c617960d01b60648201526084016106b3565b610d21814261186d565b6000928352600160205260409092209190915550565b801580610d535750600081815260016020819052604090912054145b610dae5760405162461bcd60e51b815260206004820152602660248201527f54696d656c6f636b436f6e74726f6c6c65723a206d697373696e6720646570656044820152656e64656e637960d01b60648201526084016106b3565b50565b6000846001600160a01b0316848484604051610dce929190611619565b60006040518083038185875af1925050503d8060008114610e0b576040519150601f19603f3d011682016040523d82523d6000602084013e610e10565b606091505b5050905080610e7d5760405162461bcd60e51b815260206004820152603360248201527f54696d656c6f636b436f6e74726f6c6c65723a20756e6465726c79696e6720746044820152721c985b9cd858dd1a5bdb881c995d995c9d1959606a1b60648201526084016106b3565b85877fc2617efa69bab66782fa219543714338489c4e9e178271560a91b82c3f612b5887878787604051610eb4949392919061169e565b60405180910390a350505050505050565b610ece816105dd565b610f2d5760405162461bcd60e51b815260206004820152602a60248201527f54696d656c6f636b436f6e74726f6c6c65723a206f7065726174696f6e206973604482015269206e6f7420726561647960b01b60648201526084016106b3565b600090815260016020819052604090912055565b610f4b828261092e565b6106c6576000828152602081815260408083206001600160a01b03851684529091529020805460ff19166001179055610f813390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b610fcf828261092e565b156106c6576000828152602081815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b60606000611039836002611885565b61104490600261186d565b67ffffffffffffffff81111561106a57634e487b7160e01b600052604160045260246000fd5b6040519080825280601f01601f191660200182016040528015611094576020820181803683370190505b509050600360fc1b816000815181106110bd57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600f60fb1b816001815181106110fa57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a905350600061111e846002611885565b61112990600161186d565b90505b60018111156111bd576f181899199a1a9b1b9c1cb0b131b232b360811b85600f166010811061116b57634e487b7160e01b600052603260045260246000fd5b1a60f81b82828151811061118f57634e487b7160e01b600052603260045260246000fd5b60200101906001600160f81b031916908160001a90535060049490941c936111b6816118d4565b905061112c565b5083156105fc5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e7460448201526064016106b3565b80356001600160a01b038116811461056157600080fd5b60008083601f840112611234578182fd5b50813567ffffffffffffffff81111561124b578182fd5b6020830191508360208260051b850101111561126657600080fd5b9250929050565b60008083601f84011261127e578182fd5b50813567ffffffffffffffff811115611295578182fd5b60208301915083602082850101111561126657600080fd5b6000602082840312156112be578081fd5b6105fc8261120c565b60008060008060008060a087890312156112df578182fd5b6112e88761120c565b955060208701359450604087013567ffffffffffffffff81111561130a578283fd5b61131689828a0161126d565b979a9699509760608101359660809091013595509350505050565b600080600080600080600060c0888a03121561134b578081fd5b6113548861120c565b965060208801359550604088013567ffffffffffffffff811115611376578182fd5b6113828a828b0161126d565b989b979a50986060810135976080820135975060a09091013595509350505050565b60008060008060008060008060a0898b0312156113bf578081fd5b883567ffffffffffffffff808211156113d6578283fd5b6113e28c838d01611223565b909a50985060208b01359150808211156113fa578283fd5b6114068c838d01611223565b909850965060408b013591508082111561141e578283fd5b5061142b8b828c01611223565b999c989b509699959896976060870135966080013595509350505050565b600080600080600080600080600060c08a8c031215611466578081fd5b893567ffffffffffffffff8082111561147d578283fd5b6114898d838e01611223565b909b50995060208c01359150808211156114a1578283fd5b6114ad8d838e01611223565b909950975060408c01359150808211156114c5578283fd5b506114d28c828d01611223565b9a9d999c50979a969997986060880135976080810135975060a0013595509350505050565b600060208284031215611508578081fd5b5035919050565b60008060408385031215611521578182fd5b823591506115316020840161120c565b90509250929050565b60006020828403121561154b578081fd5b81356001600160e01b0319811681146105fc578182fd5b60008284526020808501808196508560051b8101915084845b878110156115e25782840389528135601e1988360301811261159b578687fd5b8701803567ffffffffffffffff8111156115b3578788fd5b8036038913156115c1578788fd5b6115ce86828985016115ef565b9a87019a955050509084019060010161157b565b5091979650505050505050565b60008284528282602086013780602084860101526020601f19601f85011685010190509392505050565b6000828483379101908152919050565b60007f416363657373436f6e74726f6c3a206163636f756e7420000000000000000000825283516116618160178501602088016118a4565b7001034b99036b4b9b9b4b733903937b6329607d1b60179184019182015283516116928160288401602088016118a4565b01602801949350505050565b600060018060a01b0386168252846020830152606060408301526116c66060830184866115ef565b9695505050505050565b600060018060a01b038816825286602083015260a060408301526116f860a0830186886115ef565b60608301949094525060800152949350505050565b60a0808252810188905260008960c08301825b8b81101561174e576001600160a01b036117398461120c565b16825260209283019290910190600101611720565b5083810360208501528881526001600160fb1b0389111561176d578283fd5b8860051b9150818a6020830137016020818101838152848303909101604085015261179981888a611562565b6060850196909652505050608001529695505050505050565b60006020825282518060208401526117d18160408501602087016118a4565b601f01601f19169190910160400192915050565b60208082526023908201527f54696d656c6f636b436f6e74726f6c6c65723a206c656e677468206d69736d616040820152620e8c6d60eb1b606082015260800190565b6000808335601e1984360301811261183e578283fd5b83018035915067ffffffffffffffff821115611858578283fd5b60200191503681900382131561126657600080fd5b6000821982111561188057611880611906565b500190565b600081600019048311821515161561189f5761189f611906565b500290565b60005b838110156118bf5781810151838201526020016118a7565b838111156118ce576000848401525b50505050565b6000816118e3576118e3611906565b506000190190565b60006000198214156118ff576118ff611906565b5060010190565b634e487b7160e01b600052601160045260246000fdfeb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc1a26469706673582212203cd277a263902325ad5dc2b80c1d700fb0714ca1245e66567a2012dad42bff1d64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TokenTimelock.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TokenTimelock.json
new file mode 100644
index 0000000..3c309b4
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TokenTimelock.json
@@ -0,0 +1,78 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "TokenTimelock",
+  "sourceName": "contracts/token/ERC20/utils/TokenTimelock.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "contract IERC20",
+          "name": "token_",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "beneficiary_",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "releaseTime_",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "inputs": [],
+      "name": "beneficiary",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "release",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "releaseTime",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "token",
+      "outputs": [
+        {
+          "internalType": "contract IERC20",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x60e060405234801561001057600080fd5b506040516107c63803806107c683398101604081905261002f916100c0565b42811161009d5760405162461bcd60e51b815260206004820152603260248201527f546f6b656e54696d656c6f636b3a2072656c656173652074696d65206973206260448201527165666f72652063757272656e742074696d6560701b606482015260840160405180910390fd5b6001600160601b0319606093841b81166080529190921b1660a05260c05261011a565b6000806000606084860312156100d4578283fd5b83516100df81610102565b60208501519093506100f081610102565b80925050604084015190509250925092565b6001600160a01b038116811461011757600080fd5b50565b60805160601c60a05160601c60c05161065f61016760003960008181609f015260f0015260008181605301526102a701526000818160ca015281816101820152610285015261065f6000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c806338af3eed1461005157806386d1a69f14610090578063b91d40011461009a578063fc0c546a146100c8575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100986100ee565b005b6040517f00000000000000000000000000000000000000000000000000000000000000008152602001610087565b7f0000000000000000000000000000000000000000000000000000000000000000610073565b7f000000000000000000000000000000000000000000000000000000000000000042101561017e5760405162461bcd60e51b815260206004820152603260248201527f546f6b656e54696d656c6f636b3a2063757272656e742074696d65206973206260448201527165666f72652072656c656173652074696d6560701b60648201526084015b60405180910390fd5b60007f00000000000000000000000000000000000000000000000000000000000000006040516370a0823160e01b81523060048201526001600160a01b0391909116906370a082319060240160206040518083038186803b1580156101e257600080fd5b505afa1580156101f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061021a9190610592565b9050600081116102785760405162461bcd60e51b815260206004820152602360248201527f546f6b656e54696d656c6f636b3a206e6f20746f6b656e7320746f2072656c6560448201526261736560e81b6064820152608401610175565b6102cc6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000167f0000000000000000000000000000000000000000000000000000000000000000836102cf565b50565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052610321908490610326565b505050565b600061037b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166103f89092919063ffffffff16565b80519091501561032157808060200190518101906103999190610572565b6103215760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610175565b60606104078484600085610411565b90505b9392505050565b6060824710156104725760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610175565b843b6104c05760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610175565b600080866001600160a01b031685876040516104dc91906105aa565b60006040518083038185875af1925050503d8060008114610519576040519150601f19603f3d011682016040523d82523d6000602084013e61051e565b606091505b509150915061052e828286610539565b979650505050505050565b6060831561054857508161040a565b8251156105585782518084602001fd5b8160405162461bcd60e51b815260040161017591906105c6565b600060208284031215610583578081fd5b8151801515811461040a578182fd5b6000602082840312156105a3578081fd5b5051919050565b600082516105bc8184602087016105f9565b9190910192915050565b60006020825282518060208401526105e58160408501602087016105f9565b601f01601f19169190910160400192915050565b60005b838110156106145781810151838201526020016105fc565b83811115610623576000848401525b5050505056fea264697066735822122032a5240073634e4405656b19af0280d560b6a7aabef19c7407ed5713510ebfa164736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061004c5760003560e01c806338af3eed1461005157806386d1a69f14610090578063b91d40011461009a578063fc0c546a146100c8575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100986100ee565b005b6040517f00000000000000000000000000000000000000000000000000000000000000008152602001610087565b7f0000000000000000000000000000000000000000000000000000000000000000610073565b7f000000000000000000000000000000000000000000000000000000000000000042101561017e5760405162461bcd60e51b815260206004820152603260248201527f546f6b656e54696d656c6f636b3a2063757272656e742074696d65206973206260448201527165666f72652072656c656173652074696d6560701b60648201526084015b60405180910390fd5b60007f00000000000000000000000000000000000000000000000000000000000000006040516370a0823160e01b81523060048201526001600160a01b0391909116906370a082319060240160206040518083038186803b1580156101e257600080fd5b505afa1580156101f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061021a9190610592565b9050600081116102785760405162461bcd60e51b815260206004820152602360248201527f546f6b656e54696d656c6f636b3a206e6f20746f6b656e7320746f2072656c6560448201526261736560e81b6064820152608401610175565b6102cc6001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000167f0000000000000000000000000000000000000000000000000000000000000000836102cf565b50565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b179052610321908490610326565b505050565b600061037b826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166103f89092919063ffffffff16565b80519091501561032157808060200190518101906103999190610572565b6103215760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610175565b60606104078484600085610411565b90505b9392505050565b6060824710156104725760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610175565b843b6104c05760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610175565b600080866001600160a01b031685876040516104dc91906105aa565b60006040518083038185875af1925050503d8060008114610519576040519150601f19603f3d011682016040523d82523d6000602084013e61051e565b606091505b509150915061052e828286610539565b979650505050505050565b6060831561054857508161040a565b8251156105585782518084602001fd5b8160405162461bcd60e51b815260040161017591906105c6565b600060208284031215610583578081fd5b8151801515811461040a578182fd5b6000602082840312156105a3578081fd5b5051919050565b600082516105bc8184602087016105f9565b9190910192915050565b60006020825282518060208401526105e58160408501602087016105f9565b601f01601f19169190910160400192915050565b60005b838110156106145781810151838201526020016105fc565b83811115610623576000848401525b5050505056fea264697066735822122032a5240073634e4405656b19af0280d560b6a7aabef19c7407ed5713510ebfa164736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TransparentUpgradeableProxy.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TransparentUpgradeableProxy.json
new file mode 100644
index 0000000..d56c909
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/TransparentUpgradeableProxy.json
@@ -0,0 +1,155 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "TransparentUpgradeableProxy",
+  "sourceName": "contracts/proxy/transparent/TransparentUpgradeableProxy.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "_logic",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "admin_",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes",
+          "name": "_data",
+          "type": "bytes"
+        }
+      ],
+      "stateMutability": "payable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "previousAdmin",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "AdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "beacon",
+          "type": "address"
+        }
+      ],
+      "name": "BeaconUpgraded",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "Upgraded",
+      "type": "event"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "fallback"
+    },
+    {
+      "inputs": [],
+      "name": "admin",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "admin_",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "changeAdmin",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "implementation",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "implementation_",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newImplementation",
+          "type": "address"
+        }
+      ],
+      "name": "upgradeTo",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newImplementation",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "upgradeToAndCall",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    },
+    {
+      "stateMutability": "payable",
+      "type": "receive"
+    }
+  ],
+  "bytecode": "0x608060405260405162000f4038038062000f408339810160408190526200002691620004d4565b82816200005560017f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbd62000603565b60008051602062000ef9833981519152146200008157634e487b7160e01b600052600160045260246000fd5b6200008f82826000620000ff565b50620000bf905060017fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610462000603565b60008051602062000ed983398151915214620000eb57634e487b7160e01b600052600160045260246000fd5b620000f68262000170565b5050506200066c565b6200010a83620001cb565b6040516001600160a01b038416907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a26000825111806200014c5750805b156200016b576200016983836200029360201b6200026c1760201c565b505b505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f6200019b620002c2565b604080516001600160a01b03928316815291841660208301520160405180910390a1620001c881620002fb565b50565b620001e1816200038b60201b620002981760201c565b620002495760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806200027260008051602062000ef983398151915260001b6200039560201b620002141760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060620002bb838360405180606001604052806027815260200162000f196027913962000398565b9392505050565b6000620002ec60008051602062000ed983398151915260001b6200039560201b620002141760201c565b546001600160a01b0316905090565b6001600160a01b038116620003625760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b606482015260840162000240565b806200027260008051602062000ed983398151915260001b6200039560201b620002141760201c565b803b15155b919050565b90565b6060620003a5846200038b565b620004025760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b606482015260840162000240565b600080856001600160a01b0316856040516200041f9190620005b0565b600060405180830381855af49150503d80600081146200045c576040519150601f19603f3d011682016040523d82523d6000602084013e62000461565b606091505b509092509050620004748282866200047e565b9695505050505050565b606083156200048f575081620002bb565b825115620004a05782518084602001fd5b8160405162461bcd60e51b8152600401620002409190620005ce565b80516001600160a01b03811681146200039057600080fd5b600080600060608486031215620004e9578283fd5b620004f484620004bc565b92506200050460208501620004bc565b60408501519092506001600160401b038082111562000521578283fd5b818601915086601f83011262000535578283fd5b8151818111156200054a576200054a62000656565b604051601f8201601f19908116603f0116810190838211818310171562000575576200057562000656565b816040528281528960208487010111156200058e578586fd5b620005a183602083016020880162000627565b80955050505050509250925092565b60008251620005c481846020870162000627565b9190910192915050565b6000602082528251806020840152620005ef81604085016020870162000627565b601f01601f19169190910160400192915050565b6000828210156200062257634e487b7160e01b81526011600452602481fd5b500390565b60005b83811015620006445781810151838201526020016200062a565b83811115620001695750506000910152565b634e487b7160e01b600052604160045260246000fd5b61085d806200067c6000396000f3fe60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106ed565b610118565b61005b610093366004610707565b610164565b3480156100a457600080fd5b506100ad6101da565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106ed565b610217565b3480156100f557600080fd5b506100ad610241565b6101066102a2565b610116610111610346565b610355565b565b610120610379565b6001600160a01b0316336001600160a01b0316141561015957610154816040518060200160405280600081525060006103ac565b610161565b6101616100fe565b50565b61016c610379565b6001600160a01b0316336001600160a01b031614156101cd576101c88383838080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250600192506103ac915050565b6101d5565b6101d56100fe565b505050565b60006101e4610379565b6001600160a01b0316336001600160a01b0316141561020c57610205610346565b9050610214565b6102146100fe565b90565b61021f610379565b6001600160a01b0316336001600160a01b03161415610159576101548161040b565b600061024b610379565b6001600160a01b0316336001600160a01b0316141561020c57610205610379565b606061029183836040518060600160405280602781526020016108016027913961045f565b9392505050565b803b15155b919050565b6102aa610379565b6001600160a01b0316336001600160a01b031614156103415760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b610116565b600061035061053a565b905090565b3660008037600080366000845af43d6000803e808015610374573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316905090565b6103b583610562565b6040516001600160a01b038416907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a26000825111806103f65750805b156101d557610405838361026c565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610434610379565b604080516001600160a01b03928316815291841660208301520160405180910390a161016181610611565b606061046a84610298565b6104c55760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610338565b600080856001600160a01b0316856040516104e09190610785565b600060405180830381855af49150503d806000811461051b576040519150601f19603f3d011682016040523d82523d6000602084013e610520565b606091505b509150915061053082828661069d565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61039d565b61056b81610298565b6105cd5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610338565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381166106765760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610338565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61036105f0565b606083156106ac575081610291565b8251156106bc5782518084602001fd5b8160405162461bcd60e51b815260040161033891906107a1565b80356001600160a01b038116811461029d57600080fd5b6000602082840312156106fe578081fd5b610291826106d6565b60008060006040848603121561071b578182fd5b610724846106d6565b9250602084013567ffffffffffffffff80821115610740578384fd5b818601915086601f830112610753578384fd5b813581811115610761578485fd5b876020828501011115610772578485fd5b6020830194508093505050509250925092565b600082516107978184602087016107d4565b9190910192915050565b60006020825282518060208401526107c08160408501602087016107d4565b601f01601f19169190910160400192915050565b60005b838110156107ef5781810151838201526020016107d7565b83811115610405575050600091015256fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220fd2a99040595b1c5fa7049ee2593d1bf99bca251d71732ef9e3146c510dcf50c64736f6c63430008030033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564",
+  "deployedBytecode": "0x60806040526004361061004e5760003560e01c80633659cfe6146100655780634f1ef286146100855780635c60da1b146100985780638f283970146100c9578063f851a440146100e95761005d565b3661005d5761005b6100fe565b005b61005b6100fe565b34801561007157600080fd5b5061005b6100803660046106ed565b610118565b61005b610093366004610707565b610164565b3480156100a457600080fd5b506100ad6101da565b6040516001600160a01b03909116815260200160405180910390f35b3480156100d557600080fd5b5061005b6100e43660046106ed565b610217565b3480156100f557600080fd5b506100ad610241565b6101066102a2565b610116610111610346565b610355565b565b610120610379565b6001600160a01b0316336001600160a01b0316141561015957610154816040518060200160405280600081525060006103ac565b610161565b6101616100fe565b50565b61016c610379565b6001600160a01b0316336001600160a01b031614156101cd576101c88383838080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250600192506103ac915050565b6101d5565b6101d56100fe565b505050565b60006101e4610379565b6001600160a01b0316336001600160a01b0316141561020c57610205610346565b9050610214565b6102146100fe565b90565b61021f610379565b6001600160a01b0316336001600160a01b03161415610159576101548161040b565b600061024b610379565b6001600160a01b0316336001600160a01b0316141561020c57610205610379565b606061029183836040518060600160405280602781526020016108016027913961045f565b9392505050565b803b15155b919050565b6102aa610379565b6001600160a01b0316336001600160a01b031614156103415760405162461bcd60e51b815260206004820152604260248201527f5472616e73706172656e745570677261646561626c6550726f78793a2061646d60448201527f696e2063616e6e6f742066616c6c6261636b20746f2070726f78792074617267606482015261195d60f21b608482015260a4015b60405180910390fd5b610116565b600061035061053a565b905090565b3660008037600080366000845af43d6000803e808015610374573d6000f35b3d6000fd5b60007fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61035b546001600160a01b0316905090565b6103b583610562565b6040516001600160a01b038416907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a26000825111806103f65750805b156101d557610405838361026c565b50505050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f610434610379565b604080516001600160a01b03928316815291841660208301520160405180910390a161016181610611565b606061046a84610298565b6104c55760405162461bcd60e51b815260206004820152602660248201527f416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f6044820152651b9d1c9858dd60d21b6064820152608401610338565b600080856001600160a01b0316856040516104e09190610785565b600060405180830381855af49150503d806000811461051b576040519150601f19603f3d011682016040523d82523d6000602084013e610520565b606091505b509150915061053082828661069d565b9695505050505050565b60007f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc61039d565b61056b81610298565b6105cd5760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b6064820152608401610338565b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b6001600160a01b0381166106765760405162461bcd60e51b815260206004820152602660248201527f455243313936373a206e65772061646d696e20697320746865207a65726f206160448201526564647265737360d01b6064820152608401610338565b807fb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d61036105f0565b606083156106ac575081610291565b8251156106bc5782518084602001fd5b8160405162461bcd60e51b815260040161033891906107a1565b80356001600160a01b038116811461029d57600080fd5b6000602082840312156106fe578081fd5b610291826106d6565b60008060006040848603121561071b578182fd5b610724846106d6565b9250602084013567ffffffffffffffff80821115610740578384fd5b818601915086601f830112610753578384fd5b813581811115610761578485fd5b876020828501011115610772578485fd5b6020830194508093505050509250925092565b600082516107978184602087016107d4565b9190910192915050565b60006020825282518060208401526107c08160408501602087016107d4565b601f01601f19169190910160400192915050565b60005b838110156107ef5781810151838201526020016107d7565b83811115610405575050600091015256fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a2646970667358221220fd2a99040595b1c5fa7049ee2593d1bf99bca251d71732ef9e3146c510dcf50c64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/UUPSUpgradeable.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/UUPSUpgradeable.json
new file mode 100644
index 0000000..7e4298f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/UUPSUpgradeable.json
@@ -0,0 +1,87 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "UUPSUpgradeable",
+  "sourceName": "contracts/proxy/utils/UUPSUpgradeable.sol",
+  "abi": [
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "previousAdmin",
+          "type": "address"
+        },
+        {
+          "indexed": false,
+          "internalType": "address",
+          "name": "newAdmin",
+          "type": "address"
+        }
+      ],
+      "name": "AdminChanged",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "beacon",
+          "type": "address"
+        }
+      ],
+      "name": "BeaconUpgraded",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "Upgraded",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newImplementation",
+          "type": "address"
+        }
+      ],
+      "name": "upgradeTo",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newImplementation",
+          "type": "address"
+        },
+        {
+          "internalType": "bytes",
+          "name": "data",
+          "type": "bytes"
+        }
+      ],
+      "name": "upgradeToAndCall",
+      "outputs": [],
+      "stateMutability": "payable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x",
+  "deployedBytecode": "0x",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/build/contracts/UpgradeableBeacon.json b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/UpgradeableBeacon.json
new file mode 100644
index 0000000..5612b50
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/build/contracts/UpgradeableBeacon.json
@@ -0,0 +1,113 @@
+{
+  "_format": "hh-sol-artifact-1",
+  "contractName": "UpgradeableBeacon",
+  "sourceName": "contracts/proxy/beacon/UpgradeableBeacon.sol",
+  "abi": [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "implementation_",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "implementation",
+          "type": "address"
+        }
+      ],
+      "name": "Upgraded",
+      "type": "event"
+    },
+    {
+      "inputs": [],
+      "name": "implementation",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newImplementation",
+          "type": "address"
+        }
+      ],
+      "name": "upgradeTo",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    }
+  ],
+  "bytecode": "0x608060405234801561001057600080fd5b5060405161052f38038061052f83398101604081905261002f91610130565b600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506100798161007f565b5061015e565b6100928161012a60201b6102971760201c565b6101085760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f60448201527f6e206973206e6f74206120636f6e747261637400000000000000000000000000606482015260840160405180910390fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b3b151590565b600060208284031215610141578081fd5b81516001600160a01b0381168114610157578182fd5b9392505050565b6103c28061016d6000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a366004610329565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f610139565b6000546001600160a01b031661007e565b61006f6100c1366004610329565b6101ad565b6000546001600160a01b031633146100f95760405162461bcd60e51b81526004016100f090610357565b60405180910390fd5b6101028161029d565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6000546001600160a01b031633146101635760405162461bcd60e51b81526004016100f090610357565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b031633146101d75760405162461bcd60e51b81526004016100f090610357565b6001600160a01b03811661023c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016100f0565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3b151590565b803b6103075760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b60648201526084016100f0565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b60006020828403121561033a578081fd5b81356001600160a01b0381168114610350578182fd5b9392505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea2646970667358221220603d85b14d31d5db555abe4bd7fe1bf7448452f0b4cb12c2de6ad06c110fe8ff64736f6c63430008030033",
+  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100575760003560e01c80633659cfe61461005c5780635c60da1b14610071578063715018a61461009a5780638da5cb5b146100a2578063f2fde38b146100b3575b600080fd5b61006f61006a366004610329565b6100c6565b005b6001546001600160a01b03165b6040516001600160a01b03909116815260200160405180910390f35b61006f610139565b6000546001600160a01b031661007e565b61006f6100c1366004610329565b6101ad565b6000546001600160a01b031633146100f95760405162461bcd60e51b81526004016100f090610357565b60405180910390fd5b6101028161029d565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b6000546001600160a01b031633146101635760405162461bcd60e51b81526004016100f090610357565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b031633146101d75760405162461bcd60e51b81526004016100f090610357565b6001600160a01b03811661023c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016100f0565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3b151590565b803b6103075760405162461bcd60e51b815260206004820152603360248201527f5570677261646561626c65426561636f6e3a20696d706c656d656e746174696f6044820152721b881a5cc81b9bdd08184818dbdb9d1c9858dd606a1b60648201526084016100f0565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b60006020828403121561033a578081fd5b81356001600160a01b0381168114610350578182fd5b9392505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea2646970667358221220603d85b14d31d5db555abe4bd7fe1bf7448452f0b4cb12c2de6ad06c110fe8ff64736f6c63430008030033",
+  "linkReferences": {},
+  "deployedLinkReferences": {}
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/finance/PaymentSplitter.sol b/BSC/farm/backend/@openzeppelin/contracts/finance/PaymentSplitter.sol
new file mode 100644
index 0000000..62a0e92
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/finance/PaymentSplitter.sol
@@ -0,0 +1,133 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/Address.sol";
+import "../utils/Context.sol";
+import "../utils/math/SafeMath.sol";
+
+/**
+ * @title PaymentSplitter
+ * @dev This contract allows to split Ether payments among a group of accounts. The sender does not need to be aware
+ * that the Ether will be split in this way, since it is handled transparently by the contract.
+ *
+ * The split can be in equal parts or in any other arbitrary proportion. The way this is specified is by assigning each
+ * account to a number of shares. Of all the Ether that this contract receives, each account will then be able to claim
+ * an amount proportional to the percentage of total shares they were assigned.
+ *
+ * `PaymentSplitter` follows a _pull payment_ model. This means that payments are not automatically forwarded to the
+ * accounts but kept in this contract, and the actual transfer is triggered as a separate step by calling the {release}
+ * function.
+ */
+contract PaymentSplitter is Context {
+    event PayeeAdded(address account, uint256 shares);
+    event PaymentReleased(address to, uint256 amount);
+    event PaymentReceived(address from, uint256 amount);
+
+    uint256 private _totalShares;
+    uint256 private _totalReleased;
+
+    mapping(address => uint256) private _shares;
+    mapping(address => uint256) private _released;
+    address[] private _payees;
+
+    /**
+     * @dev Creates an instance of `PaymentSplitter` where each account in `payees` is assigned the number of shares at
+     * the matching position in the `shares` array.
+     *
+     * All addresses in `payees` must be non-zero. Both arrays must have the same non-zero length, and there must be no
+     * duplicates in `payees`.
+     */
+    constructor (address[] memory payees, uint256[] memory shares_) payable {
+        // solhint-disable-next-line max-line-length
+        require(payees.length == shares_.length, "PaymentSplitter: payees and shares length mismatch");
+        require(payees.length > 0, "PaymentSplitter: no payees");
+
+        for (uint256 i = 0; i < payees.length; i++) {
+            _addPayee(payees[i], shares_[i]);
+        }
+    }
+
+    /**
+     * @dev The Ether received will be logged with {PaymentReceived} events. Note that these events are not fully
+     * reliable: it's possible for a contract to receive Ether without triggering this function. This only affects the
+     * reliability of the events, and not the actual splitting of Ether.
+     *
+     * To learn more about this see the Solidity documentation for
+     * https://solidity.readthedocs.io/en/latest/contracts.html#fallback-function[fallback
+     * functions].
+     */
+    receive () external payable virtual {
+        emit PaymentReceived(_msgSender(), msg.value);
+    }
+
+    /**
+     * @dev Getter for the total shares held by payees.
+     */
+    function totalShares() public view returns (uint256) {
+        return _totalShares;
+    }
+
+    /**
+     * @dev Getter for the total amount of Ether already released.
+     */
+    function totalReleased() public view returns (uint256) {
+        return _totalReleased;
+    }
+
+    /**
+     * @dev Getter for the amount of shares held by an account.
+     */
+    function shares(address account) public view returns (uint256) {
+        return _shares[account];
+    }
+
+    /**
+     * @dev Getter for the amount of Ether already released to a payee.
+     */
+    function released(address account) public view returns (uint256) {
+        return _released[account];
+    }
+
+    /**
+     * @dev Getter for the address of the payee number `index`.
+     */
+    function payee(uint256 index) public view returns (address) {
+        return _payees[index];
+    }
+
+    /**
+     * @dev Triggers a transfer to `account` of the amount of Ether they are owed, according to their percentage of the
+     * total shares and their previous withdrawals.
+     */
+    function release(address payable account) public virtual {
+        require(_shares[account] > 0, "PaymentSplitter: account has no shares");
+
+        uint256 totalReceived = address(this).balance + _totalReleased;
+        uint256 payment = totalReceived * _shares[account] / _totalShares - _released[account];
+
+        require(payment != 0, "PaymentSplitter: account is not due payment");
+
+        _released[account] = _released[account] + payment;
+        _totalReleased = _totalReleased + payment;
+
+        Address.sendValue(account, payment);
+        emit PaymentReleased(account, payment);
+    }
+
+    /**
+     * @dev Add a new payee to the contract.
+     * @param account The address of the payee to add.
+     * @param shares_ The number of shares owned by the payee.
+     */
+    function _addPayee(address account, uint256 shares_) private {
+        require(account != address(0), "PaymentSplitter: account is the zero address");
+        require(shares_ > 0, "PaymentSplitter: shares are 0");
+        require(_shares[account] == 0, "PaymentSplitter: account already has shares");
+
+        _payees.push(account);
+        _shares[account] = shares_;
+        _totalShares = _totalShares + shares_;
+        emit PayeeAdded(account, shares_);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/governance/TimelockController.sol b/BSC/farm/backend/@openzeppelin/contracts/governance/TimelockController.sol
new file mode 100644
index 0000000..02fc3db
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/governance/TimelockController.sol
@@ -0,0 +1,298 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../access/AccessControl.sol";
+
+/**
+ * @dev Contract module which acts as a timelocked controller. When set as the
+ * owner of an `Ownable` smart contract, it enforces a timelock on all
+ * `onlyOwner` maintenance operations. This gives time for users of the
+ * controlled contract to exit before a potentially dangerous maintenance
+ * operation is applied.
+ *
+ * By default, this contract is self administered, meaning administration tasks
+ * have to go through the timelock process. The proposer (resp executor) role
+ * is in charge of proposing (resp executing) operations. A common use case is
+ * to position this {TimelockController} as the owner of a smart contract, with
+ * a multisig or a DAO as the sole proposer.
+ *
+ * _Available since v3.3._
+ */
+contract TimelockController is AccessControl {
+    bytes32 public constant TIMELOCK_ADMIN_ROLE = keccak256("TIMELOCK_ADMIN_ROLE");
+    bytes32 public constant PROPOSER_ROLE = keccak256("PROPOSER_ROLE");
+    bytes32 public constant EXECUTOR_ROLE = keccak256("EXECUTOR_ROLE");
+    uint256 internal constant _DONE_TIMESTAMP = uint256(1);
+
+    mapping(bytes32 => uint256) private _timestamps;
+    uint256 private _minDelay;
+
+    /**
+     * @dev Emitted when a call is scheduled as part of operation `id`.
+     */
+    event CallScheduled(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data, bytes32 predecessor, uint256 delay);
+
+    /**
+     * @dev Emitted when a call is performed as part of operation `id`.
+     */
+    event CallExecuted(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data);
+
+    /**
+     * @dev Emitted when operation `id` is cancelled.
+     */
+    event Cancelled(bytes32 indexed id);
+
+    /**
+     * @dev Emitted when the minimum delay for future operations is modified.
+     */
+    event MinDelayChange(uint256 oldDuration, uint256 newDuration);
+
+    /**
+     * @dev Initializes the contract with a given `minDelay`.
+     */
+    constructor(uint256 minDelay, address[] memory proposers, address[] memory executors) {
+        _setRoleAdmin(TIMELOCK_ADMIN_ROLE, TIMELOCK_ADMIN_ROLE);
+        _setRoleAdmin(PROPOSER_ROLE, TIMELOCK_ADMIN_ROLE);
+        _setRoleAdmin(EXECUTOR_ROLE, TIMELOCK_ADMIN_ROLE);
+
+        // deployer + self administration
+        _setupRole(TIMELOCK_ADMIN_ROLE, _msgSender());
+        _setupRole(TIMELOCK_ADMIN_ROLE, address(this));
+
+        // register proposers
+        for (uint256 i = 0; i < proposers.length; ++i) {
+            _setupRole(PROPOSER_ROLE, proposers[i]);
+        }
+
+        // register executors
+        for (uint256 i = 0; i < executors.length; ++i) {
+            _setupRole(EXECUTOR_ROLE, executors[i]);
+        }
+
+        _minDelay = minDelay;
+        emit MinDelayChange(0, minDelay);
+    }
+
+    /**
+     * @dev Modifier to make a function callable only by a certain role. In
+     * addition to checking the sender's role, `address(0)` 's role is also
+     * considered. Granting a role to `address(0)` is equivalent to enabling
+     * this role for everyone.
+     */
+    modifier onlyRoleOrOpenRole(bytes32 role) {
+        if (!hasRole(role, address(0))) {
+            _checkRole(role, _msgSender());
+        }
+        _;
+    }
+
+    /**
+     * @dev Contract might receive/hold ETH as part of the maintenance process.
+     */
+    receive() external payable {}
+
+    /**
+     * @dev Returns whether an id correspond to a registered operation. This
+     * includes both Pending, Ready and Done operations.
+     */
+    function isOperation(bytes32 id) public view virtual returns (bool pending) {
+        return getTimestamp(id) > 0;
+    }
+
+    /**
+     * @dev Returns whether an operation is pending or not.
+     */
+    function isOperationPending(bytes32 id) public view virtual returns (bool pending) {
+        return getTimestamp(id) > _DONE_TIMESTAMP;
+    }
+
+    /**
+     * @dev Returns whether an operation is ready or not.
+     */
+    function isOperationReady(bytes32 id) public view virtual returns (bool ready) {
+        uint256 timestamp = getTimestamp(id);
+        // solhint-disable-next-line not-rely-on-time
+        return timestamp > _DONE_TIMESTAMP && timestamp <= block.timestamp;
+    }
+
+    /**
+     * @dev Returns whether an operation is done or not.
+     */
+    function isOperationDone(bytes32 id) public view virtual returns (bool done) {
+        return getTimestamp(id) == _DONE_TIMESTAMP;
+    }
+
+    /**
+     * @dev Returns the timestamp at with an operation becomes ready (0 for
+     * unset operations, 1 for done operations).
+     */
+    function getTimestamp(bytes32 id) public view virtual returns (uint256 timestamp) {
+        return _timestamps[id];
+    }
+
+    /**
+     * @dev Returns the minimum delay for an operation to become valid.
+     *
+     * This value can be changed by executing an operation that calls `updateDelay`.
+     */
+    function getMinDelay() public view virtual returns (uint256 duration) {
+        return _minDelay;
+    }
+
+    /**
+     * @dev Returns the identifier of an operation containing a single
+     * transaction.
+     */
+    function hashOperation(address target, uint256 value, bytes calldata data, bytes32 predecessor, bytes32 salt) public pure virtual returns (bytes32 hash) {
+        return keccak256(abi.encode(target, value, data, predecessor, salt));
+    }
+
+    /**
+     * @dev Returns the identifier of an operation containing a batch of
+     * transactions.
+     */
+    function hashOperationBatch(address[] calldata targets, uint256[] calldata values, bytes[] calldata datas, bytes32 predecessor, bytes32 salt) public pure virtual returns (bytes32 hash) {
+        return keccak256(abi.encode(targets, values, datas, predecessor, salt));
+    }
+
+    /**
+     * @dev Schedule an operation containing a single transaction.
+     *
+     * Emits a {CallScheduled} event.
+     *
+     * Requirements:
+     *
+     * - the caller must have the 'proposer' role.
+     */
+    function schedule(address target, uint256 value, bytes calldata data, bytes32 predecessor, bytes32 salt, uint256 delay) public virtual onlyRole(PROPOSER_ROLE) {
+        bytes32 id = hashOperation(target, value, data, predecessor, salt);
+        _schedule(id, delay);
+        emit CallScheduled(id, 0, target, value, data, predecessor, delay);
+    }
+
+    /**
+     * @dev Schedule an operation containing a batch of transactions.
+     *
+     * Emits one {CallScheduled} event per transaction in the batch.
+     *
+     * Requirements:
+     *
+     * - the caller must have the 'proposer' role.
+     */
+    function scheduleBatch(address[] calldata targets, uint256[] calldata values, bytes[] calldata datas, bytes32 predecessor, bytes32 salt, uint256 delay) public virtual onlyRole(PROPOSER_ROLE) {
+        require(targets.length == values.length, "TimelockController: length mismatch");
+        require(targets.length == datas.length, "TimelockController: length mismatch");
+
+        bytes32 id = hashOperationBatch(targets, values, datas, predecessor, salt);
+        _schedule(id, delay);
+        for (uint256 i = 0; i < targets.length; ++i) {
+            emit CallScheduled(id, i, targets[i], values[i], datas[i], predecessor, delay);
+        }
+    }
+
+    /**
+     * @dev Schedule an operation that is to becomes valid after a given delay.
+     */
+    function _schedule(bytes32 id, uint256 delay) private {
+        require(!isOperation(id), "TimelockController: operation already scheduled");
+        require(delay >= getMinDelay(), "TimelockController: insufficient delay");
+        // solhint-disable-next-line not-rely-on-time
+        _timestamps[id] = block.timestamp + delay;
+    }
+
+    /**
+     * @dev Cancel an operation.
+     *
+     * Requirements:
+     *
+     * - the caller must have the 'proposer' role.
+     */
+    function cancel(bytes32 id) public virtual onlyRole(PROPOSER_ROLE) {
+        require(isOperationPending(id), "TimelockController: operation cannot be cancelled");
+        delete _timestamps[id];
+
+        emit Cancelled(id);
+    }
+
+    /**
+     * @dev Execute an (ready) operation containing a single transaction.
+     *
+     * Emits a {CallExecuted} event.
+     *
+     * Requirements:
+     *
+     * - the caller must have the 'executor' role.
+     */
+    function execute(address target, uint256 value, bytes calldata data, bytes32 predecessor, bytes32 salt) public payable virtual onlyRoleOrOpenRole(EXECUTOR_ROLE) {
+        bytes32 id = hashOperation(target, value, data, predecessor, salt);
+        _beforeCall(predecessor);
+        _call(id, 0, target, value, data);
+        _afterCall(id);
+    }
+
+    /**
+     * @dev Execute an (ready) operation containing a batch of transactions.
+     *
+     * Emits one {CallExecuted} event per transaction in the batch.
+     *
+     * Requirements:
+     *
+     * - the caller must have the 'executor' role.
+     */
+    function executeBatch(address[] calldata targets, uint256[] calldata values, bytes[] calldata datas, bytes32 predecessor, bytes32 salt) public payable virtual onlyRoleOrOpenRole(EXECUTOR_ROLE) {
+        require(targets.length == values.length, "TimelockController: length mismatch");
+        require(targets.length == datas.length, "TimelockController: length mismatch");
+
+        bytes32 id = hashOperationBatch(targets, values, datas, predecessor, salt);
+        _beforeCall(predecessor);
+        for (uint256 i = 0; i < targets.length; ++i) {
+            _call(id, i, targets[i], values[i], datas[i]);
+        }
+        _afterCall(id);
+    }
+
+    /**
+     * @dev Checks before execution of an operation's calls.
+     */
+    function _beforeCall(bytes32 predecessor) private view {
+        require(predecessor == bytes32(0) || isOperationDone(predecessor), "TimelockController: missing dependency");
+    }
+
+    /**
+     * @dev Checks after execution of an operation's calls.
+     */
+    function _afterCall(bytes32 id) private {
+        require(isOperationReady(id), "TimelockController: operation is not ready");
+        _timestamps[id] = _DONE_TIMESTAMP;
+    }
+
+    /**
+     * @dev Execute an operation's call.
+     *
+     * Emits a {CallExecuted} event.
+     */
+    function _call(bytes32 id, uint256 index, address target, uint256 value, bytes calldata data) private {
+        // solhint-disable-next-line avoid-low-level-calls
+        (bool success,) = target.call{value: value}(data);
+        require(success, "TimelockController: underlying transaction reverted");
+
+        emit CallExecuted(id, index, target, value, data);
+    }
+
+    /**
+     * @dev Changes the minimum timelock duration for future operations.
+     *
+     * Emits a {MinDelayChange} event.
+     *
+     * Requirements:
+     *
+     * - the caller must be the timelock itself. This can only be achieved by scheduling and later executing
+     * an operation where the timelock is the target and the data is the ABI-encoded call to this function.
+     */
+    function updateDelay(uint256 newDelay) external virtual {
+        require(msg.sender == address(this), "TimelockController: caller must be timelock");
+        emit MinDelayChange(_minDelay, newDelay);
+        _minDelay = newDelay;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC1271.sol b/BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC1271.sol
new file mode 100644
index 0000000..b15147f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC1271.sol
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC1271 standard signature validation method for
+ * contracts as defined in https://eips.ethereum.org/EIPS/eip-1271[ERC-1271].
+ *
+ * _Available since v4.1._
+ */
+interface IERC1271 {
+  /**
+   * @dev Should return whether the signature provided is valid for the provided data
+   * @param hash      Hash of the data to be signed
+   * @param signature Signature byte array associated with _data
+   */
+  function isValidSignature(bytes32 hash, bytes memory signature) external view returns (bytes4 magicValue);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC3156.sol b/BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC3156.sol
new file mode 100644
index 0000000..4b0cb55
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/interfaces/IERC3156.sol
@@ -0,0 +1,68 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC3156 FlashBorrower, as defined in
+ * https://eips.ethereum.org/EIPS/eip-3156[ERC-3156].
+ *
+ * _Available since v4.1._
+ */
+interface IERC3156FlashBorrower {
+    /**
+     * @dev Receive a flash loan.
+     * @param initiator The initiator of the loan.
+     * @param token The loan currency.
+     * @param amount The amount of tokens lent.
+     * @param fee The additional amount of tokens to repay.
+     * @param data Arbitrary data structure, intended to contain user-defined parameters.
+     * @return The keccak256 hash of "ERC3156FlashBorrower.onFlashLoan"
+     */
+    function onFlashLoan(
+        address initiator,
+        address token,
+        uint256 amount,
+        uint256 fee,
+        bytes calldata data
+    ) external returns (bytes32);
+}
+
+/**
+ * @dev Interface of the ERC3156 FlashLender, as defined in
+ * https://eips.ethereum.org/EIPS/eip-3156[ERC-3156].
+ */
+interface IERC3156FlashLender {
+    /**
+     * @dev The amount of currency available to be lended.
+     * @param token The loan currency.
+     * @return The amount of `token` that can be borrowed.
+     */
+    function maxFlashLoan(
+        address token
+    ) external view returns (uint256);
+
+    /**
+     * @dev The fee to be charged for a given loan.
+     * @param token The loan currency.
+     * @param amount The amount of tokens lent.
+     * @return The amount of `token` to be charged for the loan, on top of the returned principal.
+     */
+    function flashFee(
+        address token,
+        uint256 amount
+    ) external view returns (uint256);
+
+    /**
+     * @dev Initiate a flash loan.
+     * @param receiver The receiver of the tokens in the loan, and the receiver of the callback.
+     * @param token The loan currency.
+     * @param amount The amount of tokens lent.
+     * @param data Arbitrary data structure, intended to contain user-defined parameters.
+     */
+    function flashLoan(
+        IERC3156FlashBorrower receiver,
+        address token,
+        uint256 amount,
+        bytes calldata data
+    ) external returns (bool);
+ }
diff --git a/BSC/farm/backend/@openzeppelin/contracts/metatx/ERC2771Context.sol b/BSC/farm/backend/@openzeppelin/contracts/metatx/ERC2771Context.sol
new file mode 100644
index 0000000..5ab22f5
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/metatx/ERC2771Context.sol
@@ -0,0 +1,37 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/Context.sol";
+
+/*
+ * @dev Context variant with ERC2771 support.
+ */
+abstract contract ERC2771Context is Context {
+    address immutable _trustedForwarder;
+
+    constructor(address trustedForwarder) {
+        _trustedForwarder = trustedForwarder;
+    }
+
+    function isTrustedForwarder(address forwarder) public view virtual returns(bool) {
+        return forwarder == _trustedForwarder;
+    }
+
+    function _msgSender() internal view virtual override returns (address sender) {
+        if (isTrustedForwarder(msg.sender)) {
+            // The assembly code is more direct than the Solidity version using `abi.decode`.
+            assembly { sender := shr(96, calldataload(sub(calldatasize(), 20))) }
+        } else {
+            return super._msgSender();
+        }
+    }
+
+    function _msgData() internal view virtual override returns (bytes calldata) {
+        if (isTrustedForwarder(msg.sender)) {
+            return msg.data[:msg.data.length-20];
+        } else {
+            return super._msgData();
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/metatx/MinimalForwarder.sol b/BSC/farm/backend/@openzeppelin/contracts/metatx/MinimalForwarder.sol
new file mode 100644
index 0000000..ee1e152
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/metatx/MinimalForwarder.sol
@@ -0,0 +1,58 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/cryptography/ECDSA.sol";
+import "../utils/cryptography/draft-EIP712.sol";
+
+/*
+ * @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}.
+ */
+contract MinimalForwarder is EIP712 {
+    using ECDSA for bytes32;
+
+    struct ForwardRequest {
+        address from;
+        address to;
+        uint256 value;
+        uint256 gas;
+        uint256 nonce;
+        bytes data;
+    }
+
+    bytes32 private constant TYPEHASH = keccak256("ForwardRequest(address from,address to,uint256 value,uint256 gas,uint256 nonce,bytes data)");
+
+    mapping(address => uint256) private _nonces;
+
+    constructor() EIP712("MinimalForwarder", "0.0.1") {}
+
+    function getNonce(address from) public view returns (uint256) {
+        return _nonces[from];
+    }
+
+    function verify(ForwardRequest calldata req, bytes calldata signature) public view returns (bool) {
+        address signer = _hashTypedDataV4(keccak256(abi.encode(
+            TYPEHASH,
+            req.from,
+            req.to,
+            req.value,
+            req.gas,
+            req.nonce,
+            keccak256(req.data)
+        ))).recover(signature);
+        return _nonces[req.from] == req.nonce && signer == req.from;
+    }
+
+    function execute(ForwardRequest calldata req, bytes calldata signature) public payable returns (bool, bytes memory) {
+        require(verify(req, signature), "MinimalForwarder: signature does not match request");
+        _nonces[req.from] = req.nonce + 1;
+
+        // solhint-disable-next-line avoid-low-level-calls
+        (bool success, bytes memory returndata) = req.to.call{gas: req.gas, value: req.value}(abi.encodePacked(req.data, req.from));
+        // Validate that the relayer has sent enough gas for the call.
+        // See https://ronan.eth.link/blog/ethereum-gas-dangers/
+        assert(gasleft() > req.gas / 63);
+
+        return (success, returndata);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/security/Pausable.sol b/BSC/farm/backend/@openzeppelin/contracts/security/Pausable.sol
new file mode 100644
index 0000000..dd0db6e
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/security/Pausable.sol
@@ -0,0 +1,90 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/Context.sol";
+
+/**
+ * @dev Contract module which allows children to implement an emergency stop
+ * mechanism that can be triggered by an authorized account.
+ *
+ * This module is used through inheritance. It will make available the
+ * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
+ * the functions of your contract. Note that they will not be pausable by
+ * simply including this module, only once the modifiers are put in place.
+ */
+abstract contract Pausable is Context {
+    /**
+     * @dev Emitted when the pause is triggered by `account`.
+     */
+    event Paused(address account);
+
+    /**
+     * @dev Emitted when the pause is lifted by `account`.
+     */
+    event Unpaused(address account);
+
+    bool private _paused;
+
+    /**
+     * @dev Initializes the contract in unpaused state.
+     */
+    constructor () {
+        _paused = false;
+    }
+
+    /**
+     * @dev Returns true if the contract is paused, and false otherwise.
+     */
+    function paused() public view virtual returns (bool) {
+        return _paused;
+    }
+
+    /**
+     * @dev Modifier to make a function callable only when the contract is not paused.
+     *
+     * Requirements:
+     *
+     * - The contract must not be paused.
+     */
+    modifier whenNotPaused() {
+        require(!paused(), "Pausable: paused");
+        _;
+    }
+
+    /**
+     * @dev Modifier to make a function callable only when the contract is paused.
+     *
+     * Requirements:
+     *
+     * - The contract must be paused.
+     */
+    modifier whenPaused() {
+        require(paused(), "Pausable: not paused");
+        _;
+    }
+
+    /**
+     * @dev Triggers stopped state.
+     *
+     * Requirements:
+     *
+     * - The contract must not be paused.
+     */
+    function _pause() internal virtual whenNotPaused {
+        _paused = true;
+        emit Paused(_msgSender());
+    }
+
+    /**
+     * @dev Returns to normal state.
+     *
+     * Requirements:
+     *
+     * - The contract must be paused.
+     */
+    function _unpause() internal virtual whenPaused {
+        _paused = false;
+        emit Unpaused(_msgSender());
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/security/PullPayment.sol b/BSC/farm/backend/@openzeppelin/contracts/security/PullPayment.sol
new file mode 100644
index 0000000..5170d6a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/security/PullPayment.sol
@@ -0,0 +1,69 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../utils/escrow/Escrow.sol";
+
+/**
+ * @dev Simple implementation of a
+ * https://consensys.github.io/smart-contract-best-practices/recommendations/#favor-pull-over-push-for-external-calls[pull-payment]
+ * strategy, where the paying contract doesn't interact directly with the
+ * receiver account, which must withdraw its payments itself.
+ *
+ * Pull-payments are often considered the best practice when it comes to sending
+ * Ether, security-wise. It prevents recipients from blocking execution, and
+ * eliminates reentrancy concerns.
+ *
+ * TIP: If you would like to learn more about reentrancy and alternative ways
+ * to protect against it, check out our blog post
+ * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
+ *
+ * To use, derive from the `PullPayment` contract, and use {_asyncTransfer}
+ * instead of Solidity's `transfer` function. Payees can query their due
+ * payments with {payments}, and retrieve them with {withdrawPayments}.
+ */
+abstract contract PullPayment {
+    Escrow immutable private _escrow;
+
+    constructor () {
+        _escrow = new Escrow();
+    }
+
+    /**
+     * @dev Withdraw accumulated payments, forwarding all gas to the recipient.
+     *
+     * Note that _any_ account can call this function, not just the `payee`.
+     * This means that contracts unaware of the `PullPayment` protocol can still
+     * receive funds this way, by having a separate account call
+     * {withdrawPayments}.
+     *
+     * WARNING: Forwarding all gas opens the door to reentrancy vulnerabilities.
+     * Make sure you trust the recipient, or are either following the
+     * checks-effects-interactions pattern or using {ReentrancyGuard}.
+     *
+     * @param payee Whose payments will be withdrawn.
+     */
+    function withdrawPayments(address payable payee) public virtual {
+        _escrow.withdraw(payee);
+    }
+
+    /**
+     * @dev Returns the payments owed to an address.
+     * @param dest The creditor's address.
+     */
+    function payments(address dest) public view returns (uint256) {
+        return _escrow.depositsOf(dest);
+    }
+
+    /**
+     * @dev Called by the payer to store the sent amount as credit to be pulled.
+     * Funds sent in this way are stored in an intermediate {Escrow} contract, so
+     * there is no danger of them being spent before withdrawal.
+     *
+     * @param dest The destination address of the funds.
+     * @param amount The amount to transfer.
+     */
+    function _asyncTransfer(address dest, uint256 amount) internal virtual {
+        _escrow.deposit{ value: amount }(dest);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/security/ReentrancyGuard.sol b/BSC/farm/backend/@openzeppelin/contracts/security/ReentrancyGuard.sol
new file mode 100644
index 0000000..baa779c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/security/ReentrancyGuard.sol
@@ -0,0 +1,62 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Contract module that helps prevent reentrant calls to a function.
+ *
+ * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
+ * available, which can be applied to functions to make sure there are no nested
+ * (reentrant) calls to them.
+ *
+ * Note that because there is a single `nonReentrant` guard, functions marked as
+ * `nonReentrant` may not call one another. This can be worked around by making
+ * those functions `private`, and then adding `external` `nonReentrant` entry
+ * points to them.
+ *
+ * TIP: If you would like to learn more about reentrancy and alternative ways
+ * to protect against it, check out our blog post
+ * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
+ */
+abstract contract ReentrancyGuard {
+    // Booleans are more expensive than uint256 or any type that takes up a full
+    // word because each write operation emits an extra SLOAD to first read the
+    // slot's contents, replace the bits taken up by the boolean, and then write
+    // back. This is the compiler's defense against contract upgrades and
+    // pointer aliasing, and it cannot be disabled.
+
+    // The values being non-zero value makes deployment a bit more expensive,
+    // but in exchange the refund on every call to nonReentrant will be lower in
+    // amount. Since refunds are capped to a percentage of the total
+    // transaction's gas, it is best to keep them low in cases like this one, to
+    // increase the likelihood of the full refund coming into effect.
+    uint256 private constant _NOT_ENTERED = 1;
+    uint256 private constant _ENTERED = 2;
+
+    uint256 private _status;
+
+    constructor () {
+        _status = _NOT_ENTERED;
+    }
+
+    /**
+     * @dev Prevents a contract from calling itself, directly or indirectly.
+     * Calling a `nonReentrant` function from another `nonReentrant`
+     * function is not supported. It is possible to prevent this from happening
+     * by making the `nonReentrant` function external, and make it call a
+     * `private` function that does the actual work.
+     */
+    modifier nonReentrant() {
+        // On the first call to nonReentrant, _notEntered will be true
+        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
+
+        // Any calls to nonReentrant after this point will fail
+        _status = _ENTERED;
+
+        _;
+
+        // By storing the original value once again, a refund is triggered (see
+        // https://eips.ethereum.org/EIPS/eip-2200)
+        _status = _NOT_ENTERED;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/ERC1155.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/ERC1155.sol
new file mode 100644
index 0000000..7d612e2
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/ERC1155.sol
@@ -0,0 +1,398 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC1155.sol";
+import "./IERC1155Receiver.sol";
+import "./extensions/IERC1155MetadataURI.sol";
+import "../../utils/Address.sol";
+import "../../utils/Context.sol";
+import "../../utils/introspection/ERC165.sol";
+
+/**
+ * @dev Implementation of the basic standard multi-token.
+ * See https://eips.ethereum.org/EIPS/eip-1155
+ * Originally based on code by Enjin: https://github.com/enjin/erc-1155
+ *
+ * _Available since v3.1._
+ */
+contract ERC1155 is Context, ERC165, IERC1155, IERC1155MetadataURI {
+    using Address for address;
+
+    // Mapping from token ID to account balances
+    mapping (uint256 => mapping(address => uint256)) private _balances;
+
+    // Mapping from account to operator approvals
+    mapping (address => mapping(address => bool)) private _operatorApprovals;
+
+    // Used as the URI for all token types by relying on ID substitution, e.g. https://token-cdn-domain/{id}.json
+    string private _uri;
+
+    /**
+     * @dev See {_setURI}.
+     */
+    constructor (string memory uri_) {
+        _setURI(uri_);
+    }
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
+        return interfaceId == type(IERC1155).interfaceId
+            || interfaceId == type(IERC1155MetadataURI).interfaceId
+            || super.supportsInterface(interfaceId);
+    }
+
+    /**
+     * @dev See {IERC1155MetadataURI-uri}.
+     *
+     * This implementation returns the same URI for *all* token types. It relies
+     * on the token type ID substitution mechanism
+     * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].
+     *
+     * Clients calling this function must replace the `\{id\}` substring with the
+     * actual token type ID.
+     */
+    function uri(uint256) public view virtual override returns (string memory) {
+        return _uri;
+    }
+
+    /**
+     * @dev See {IERC1155-balanceOf}.
+     *
+     * Requirements:
+     *
+     * - `account` cannot be the zero address.
+     */
+    function balanceOf(address account, uint256 id) public view virtual override returns (uint256) {
+        require(account != address(0), "ERC1155: balance query for the zero address");
+        return _balances[id][account];
+    }
+
+    /**
+     * @dev See {IERC1155-balanceOfBatch}.
+     *
+     * Requirements:
+     *
+     * - `accounts` and `ids` must have the same length.
+     */
+    function balanceOfBatch(
+        address[] memory accounts,
+        uint256[] memory ids
+    )
+        public
+        view
+        virtual
+        override
+        returns (uint256[] memory)
+    {
+        require(accounts.length == ids.length, "ERC1155: accounts and ids length mismatch");
+
+        uint256[] memory batchBalances = new uint256[](accounts.length);
+
+        for (uint256 i = 0; i < accounts.length; ++i) {
+            batchBalances[i] = balanceOf(accounts[i], ids[i]);
+        }
+
+        return batchBalances;
+    }
+
+    /**
+     * @dev See {IERC1155-setApprovalForAll}.
+     */
+    function setApprovalForAll(address operator, bool approved) public virtual override {
+        require(_msgSender() != operator, "ERC1155: setting approval status for self");
+
+        _operatorApprovals[_msgSender()][operator] = approved;
+        emit ApprovalForAll(_msgSender(), operator, approved);
+    }
+
+    /**
+     * @dev See {IERC1155-isApprovedForAll}.
+     */
+    function isApprovedForAll(address account, address operator) public view virtual override returns (bool) {
+        return _operatorApprovals[account][operator];
+    }
+
+    /**
+     * @dev See {IERC1155-safeTransferFrom}.
+     */
+    function safeTransferFrom(
+        address from,
+        address to,
+        uint256 id,
+        uint256 amount,
+        bytes memory data
+    )
+        public
+        virtual
+        override
+    {
+        require(to != address(0), "ERC1155: transfer to the zero address");
+        require(
+            from == _msgSender() || isApprovedForAll(from, _msgSender()),
+            "ERC1155: caller is not owner nor approved"
+        );
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, from, to, _asSingletonArray(id), _asSingletonArray(amount), data);
+
+        uint256 fromBalance = _balances[id][from];
+        require(fromBalance >= amount, "ERC1155: insufficient balance for transfer");
+        _balances[id][from] = fromBalance - amount;
+        _balances[id][to] += amount;
+
+        emit TransferSingle(operator, from, to, id, amount);
+
+        _doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data);
+    }
+
+    /**
+     * @dev See {IERC1155-safeBatchTransferFrom}.
+     */
+    function safeBatchTransferFrom(
+        address from,
+        address to,
+        uint256[] memory ids,
+        uint256[] memory amounts,
+        bytes memory data
+    )
+        public
+        virtual
+        override
+    {
+        require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
+        require(to != address(0), "ERC1155: transfer to the zero address");
+        require(
+            from == _msgSender() || isApprovedForAll(from, _msgSender()),
+            "ERC1155: transfer caller is not owner nor approved"
+        );
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, from, to, ids, amounts, data);
+
+        for (uint256 i = 0; i < ids.length; ++i) {
+            uint256 id = ids[i];
+            uint256 amount = amounts[i];
+
+            uint256 fromBalance = _balances[id][from];
+            require(fromBalance >= amount, "ERC1155: insufficient balance for transfer");
+            _balances[id][from] = fromBalance - amount;
+            _balances[id][to] += amount;
+        }
+
+        emit TransferBatch(operator, from, to, ids, amounts);
+
+        _doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data);
+    }
+
+    /**
+     * @dev Sets a new URI for all token types, by relying on the token type ID
+     * substitution mechanism
+     * https://eips.ethereum.org/EIPS/eip-1155#metadata[defined in the EIP].
+     *
+     * By this mechanism, any occurrence of the `\{id\}` substring in either the
+     * URI or any of the amounts in the JSON file at said URI will be replaced by
+     * clients with the token type ID.
+     *
+     * For example, the `https://token-cdn-domain/\{id\}.json` URI would be
+     * interpreted by clients as
+     * `https://token-cdn-domain/000000000000000000000000000000000000000000000000000000000004cce0.json`
+     * for token type ID 0x4cce0.
+     *
+     * See {uri}.
+     *
+     * Because these URIs cannot be meaningfully represented by the {URI} event,
+     * this function emits no events.
+     */
+    function _setURI(string memory newuri) internal virtual {
+        _uri = newuri;
+    }
+
+    /**
+     * @dev Creates `amount` tokens of token type `id`, and assigns them to `account`.
+     *
+     * Emits a {TransferSingle} event.
+     *
+     * Requirements:
+     *
+     * - `account` cannot be the zero address.
+     * - If `account` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
+     * acceptance magic value.
+     */
+    function _mint(address account, uint256 id, uint256 amount, bytes memory data) internal virtual {
+        require(account != address(0), "ERC1155: mint to the zero address");
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, address(0), account, _asSingletonArray(id), _asSingletonArray(amount), data);
+
+        _balances[id][account] += amount;
+        emit TransferSingle(operator, address(0), account, id, amount);
+
+        _doSafeTransferAcceptanceCheck(operator, address(0), account, id, amount, data);
+    }
+
+    /**
+     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_mint}.
+     *
+     * Requirements:
+     *
+     * - `ids` and `amounts` must have the same length.
+     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
+     * acceptance magic value.
+     */
+    function _mintBatch(address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data) internal virtual {
+        require(to != address(0), "ERC1155: mint to the zero address");
+        require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, address(0), to, ids, amounts, data);
+
+        for (uint i = 0; i < ids.length; i++) {
+            _balances[ids[i]][to] += amounts[i];
+        }
+
+        emit TransferBatch(operator, address(0), to, ids, amounts);
+
+        _doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data);
+    }
+
+    /**
+     * @dev Destroys `amount` tokens of token type `id` from `account`
+     *
+     * Requirements:
+     *
+     * - `account` cannot be the zero address.
+     * - `account` must have at least `amount` tokens of token type `id`.
+     */
+    function _burn(address account, uint256 id, uint256 amount) internal virtual {
+        require(account != address(0), "ERC1155: burn from the zero address");
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, account, address(0), _asSingletonArray(id), _asSingletonArray(amount), "");
+
+        uint256 accountBalance = _balances[id][account];
+        require(accountBalance >= amount, "ERC1155: burn amount exceeds balance");
+        _balances[id][account] = accountBalance - amount;
+
+        emit TransferSingle(operator, account, address(0), id, amount);
+    }
+
+    /**
+     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {_burn}.
+     *
+     * Requirements:
+     *
+     * - `ids` and `amounts` must have the same length.
+     */
+    function _burnBatch(address account, uint256[] memory ids, uint256[] memory amounts) internal virtual {
+        require(account != address(0), "ERC1155: burn from the zero address");
+        require(ids.length == amounts.length, "ERC1155: ids and amounts length mismatch");
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, account, address(0), ids, amounts, "");
+
+        for (uint i = 0; i < ids.length; i++) {
+            uint256 id = ids[i];
+            uint256 amount = amounts[i];
+
+            uint256 accountBalance = _balances[id][account];
+            require(accountBalance >= amount, "ERC1155: burn amount exceeds balance");
+            _balances[id][account] = accountBalance - amount;
+        }
+
+        emit TransferBatch(operator, account, address(0), ids, amounts);
+    }
+
+    /**
+     * @dev Hook that is called before any token transfer. This includes minting
+     * and burning, as well as batched variants.
+     *
+     * The same hook is called on both single and batched variants. For single
+     * transfers, the length of the `id` and `amount` arrays will be 1.
+     *
+     * Calling conditions (for each `id` and `amount` pair):
+     *
+     * - When `from` and `to` are both non-zero, `amount` of ``from``'s tokens
+     * of token type `id` will be  transferred to `to`.
+     * - When `from` is zero, `amount` tokens of token type `id` will be minted
+     * for `to`.
+     * - when `to` is zero, `amount` of ``from``'s tokens of token type `id`
+     * will be burned.
+     * - `from` and `to` are never both zero.
+     * - `ids` and `amounts` have the same, non-zero length.
+     *
+     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
+     */
+    function _beforeTokenTransfer(
+        address operator,
+        address from,
+        address to,
+        uint256[] memory ids,
+        uint256[] memory amounts,
+        bytes memory data
+    )
+        internal
+        virtual
+    { }
+
+    function _doSafeTransferAcceptanceCheck(
+        address operator,
+        address from,
+        address to,
+        uint256 id,
+        uint256 amount,
+        bytes memory data
+    )
+        private
+    {
+        if (to.isContract()) {
+            try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) {
+                if (response != IERC1155Receiver(to).onERC1155Received.selector) {
+                    revert("ERC1155: ERC1155Receiver rejected tokens");
+                }
+            } catch Error(string memory reason) {
+                revert(reason);
+            } catch {
+                revert("ERC1155: transfer to non ERC1155Receiver implementer");
+            }
+        }
+    }
+
+    function _doSafeBatchTransferAcceptanceCheck(
+        address operator,
+        address from,
+        address to,
+        uint256[] memory ids,
+        uint256[] memory amounts,
+        bytes memory data
+    )
+        private
+    {
+        if (to.isContract()) {
+            try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns (bytes4 response) {
+                if (response != IERC1155Receiver(to).onERC1155BatchReceived.selector) {
+                    revert("ERC1155: ERC1155Receiver rejected tokens");
+                }
+            } catch Error(string memory reason) {
+                revert(reason);
+            } catch {
+                revert("ERC1155: transfer to non ERC1155Receiver implementer");
+            }
+        }
+    }
+
+    function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) {
+        uint256[] memory array = new uint256[](1);
+        array[0] = element;
+
+        return array;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155.sol
new file mode 100644
index 0000000..6335adf
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155.sol
@@ -0,0 +1,103 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../../utils/introspection/IERC165.sol";
+
+/**
+ * @dev Required interface of an ERC1155 compliant contract, as defined in the
+ * https://eips.ethereum.org/EIPS/eip-1155[EIP].
+ *
+ * _Available since v3.1._
+ */
+interface IERC1155 is IERC165 {
+    /**
+     * @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.
+     */
+    event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);
+
+    /**
+     * @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all
+     * transfers.
+     */
+    event TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values);
+
+    /**
+     * @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to
+     * `approved`.
+     */
+    event ApprovalForAll(address indexed account, address indexed operator, bool approved);
+
+    /**
+     * @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.
+     *
+     * If an {URI} event was emitted for `id`, the standard
+     * https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value
+     * returned by {IERC1155MetadataURI-uri}.
+     */
+    event URI(string value, uint256 indexed id);
+
+    /**
+     * @dev Returns the amount of tokens of token type `id` owned by `account`.
+     *
+     * Requirements:
+     *
+     * - `account` cannot be the zero address.
+     */
+    function balanceOf(address account, uint256 id) external view returns (uint256);
+
+    /**
+     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.
+     *
+     * Requirements:
+     *
+     * - `accounts` and `ids` must have the same length.
+     */
+    function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids) external view returns (uint256[] memory);
+
+    /**
+     * @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,
+     *
+     * Emits an {ApprovalForAll} event.
+     *
+     * Requirements:
+     *
+     * - `operator` cannot be the caller.
+     */
+    function setApprovalForAll(address operator, bool approved) external;
+
+    /**
+     * @dev Returns true if `operator` is approved to transfer ``account``'s tokens.
+     *
+     * See {setApprovalForAll}.
+     */
+    function isApprovedForAll(address account, address operator) external view returns (bool);
+
+    /**
+     * @dev Transfers `amount` tokens of token type `id` from `from` to `to`.
+     *
+     * Emits a {TransferSingle} event.
+     *
+     * Requirements:
+     *
+     * - `to` cannot be the zero address.
+     * - If the caller is not `from`, it must be have been approved to spend ``from``'s tokens via {setApprovalForAll}.
+     * - `from` must have a balance of tokens of type `id` of at least `amount`.
+     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
+     * acceptance magic value.
+     */
+    function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes calldata data) external;
+
+    /**
+     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.
+     *
+     * Emits a {TransferBatch} event.
+     *
+     * Requirements:
+     *
+     * - `ids` and `amounts` must have the same length.
+     * - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
+     * acceptance magic value.
+     */
+    function safeBatchTransferFrom(address from, address to, uint256[] calldata ids, uint256[] calldata amounts, bytes calldata data) external;
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol
new file mode 100644
index 0000000..39a8b97
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol
@@ -0,0 +1,57 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../../utils/introspection/IERC165.sol";
+
+/**
+ * @dev _Available since v3.1._
+ */
+interface IERC1155Receiver is IERC165 {
+
+    /**
+        @dev Handles the receipt of a single ERC1155 token type. This function is
+        called at the end of a `safeTransferFrom` after the balance has been updated.
+        To accept the transfer, this must return
+        `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))`
+        (i.e. 0xf23a6e61, or its own function selector).
+        @param operator The address which initiated the transfer (i.e. msg.sender)
+        @param from The address which previously owned the token
+        @param id The ID of the token being transferred
+        @param value The amount of tokens being transferred
+        @param data Additional data with no specified format
+        @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed
+    */
+    function onERC1155Received(
+        address operator,
+        address from,
+        uint256 id,
+        uint256 value,
+        bytes calldata data
+    )
+        external
+        returns(bytes4);
+
+    /**
+        @dev Handles the receipt of a multiple ERC1155 token types. This function
+        is called at the end of a `safeBatchTransferFrom` after the balances have
+        been updated. To accept the transfer(s), this must return
+        `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))`
+        (i.e. 0xbc197c81, or its own function selector).
+        @param operator The address which initiated the batch transfer (i.e. msg.sender)
+        @param from The address which previously owned the token
+        @param ids An array containing ids of each token being transferred (order and length must match values array)
+        @param values An array containing amounts of each token being transferred (order and length must match ids array)
+        @param data Additional data with no specified format
+        @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed
+    */
+    function onERC1155BatchReceived(
+        address operator,
+        address from,
+        uint256[] calldata ids,
+        uint256[] calldata values,
+        bytes calldata data
+    )
+        external
+        returns(bytes4);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol
new file mode 100644
index 0000000..ddf9dd4
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol
@@ -0,0 +1,31 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC1155.sol";
+
+/**
+ * @dev Extension of {ERC1155} that allows token holders to destroy both their
+ * own tokens and those that they have been approved to use.
+ *
+ * _Available since v3.1._
+ */
+abstract contract ERC1155Burnable is ERC1155 {
+    function burn(address account, uint256 id, uint256 value) public virtual {
+        require(
+            account == _msgSender() || isApprovedForAll(account, _msgSender()),
+            "ERC1155: caller is not owner nor approved"
+        );
+
+        _burn(account, id, value);
+    }
+
+    function burnBatch(address account, uint256[] memory ids, uint256[] memory values) public virtual {
+        require(
+            account == _msgSender() || isApprovedForAll(account, _msgSender()),
+            "ERC1155: caller is not owner nor approved"
+        );
+
+        _burnBatch(account, ids, values);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Pausable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Pausable.sol
new file mode 100644
index 0000000..abfae3c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Pausable.sol
@@ -0,0 +1,41 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC1155.sol";
+import "../../../security/Pausable.sol";
+
+/**
+ * @dev ERC1155 token with pausable token transfers, minting and burning.
+ *
+ * Useful for scenarios such as preventing trades until the end of an evaluation
+ * period, or having an emergency switch for freezing all token transfers in the
+ * event of a large bug.
+ *
+ * _Available since v3.1._
+ */
+abstract contract ERC1155Pausable is ERC1155, Pausable {
+    /**
+     * @dev See {ERC1155-_beforeTokenTransfer}.
+     *
+     * Requirements:
+     *
+     * - the contract must not be paused.
+     */
+    function _beforeTokenTransfer(
+        address operator,
+        address from,
+        address to,
+        uint256[] memory ids,
+        uint256[] memory amounts,
+        bytes memory data
+    )
+        internal
+        virtual
+        override
+    {
+        super._beforeTokenTransfer(operator, from, to, ids, amounts, data);
+
+        require(!paused(), "ERC1155Pausable: token transfer while paused");
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol
new file mode 100644
index 0000000..df55d97
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/extensions/IERC1155MetadataURI.sol
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC1155.sol";
+
+/**
+ * @dev Interface of the optional ERC1155MetadataExtension interface, as defined
+ * in the https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[EIP].
+ *
+ * _Available since v3.1._
+ */
+interface IERC1155MetadataURI is IERC1155 {
+    /**
+     * @dev Returns the URI for token type `id`.
+     *
+     * If the `\{id\}` substring is present in the URI, it must be replaced by
+     * clients with the actual token type ID.
+     */
+    function uri(uint256 id) external view returns (string memory);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.sol
new file mode 100644
index 0000000..3ff5e02
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.sol
@@ -0,0 +1,111 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC1155.sol";
+import "../extensions/ERC1155Burnable.sol";
+import "../extensions/ERC1155Pausable.sol";
+import "../../../access/AccessControlEnumerable.sol";
+import "../../../utils/Context.sol";
+
+/**
+ * @dev {ERC1155} token, including:
+ *
+ *  - ability for holders to burn (destroy) their tokens
+ *  - a minter role that allows for token minting (creation)
+ *  - a pauser role that allows to stop all token transfers
+ *
+ * This contract uses {AccessControl} to lock permissioned functions using the
+ * different roles - head to its documentation for details.
+ *
+ * The account that deploys the contract will be granted the minter and pauser
+ * roles, as well as the default admin role, which will let it grant both minter
+ * and pauser roles to other accounts.
+ */
+contract ERC1155PresetMinterPauser is Context, AccessControlEnumerable, ERC1155Burnable, ERC1155Pausable {
+    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
+    bytes32 public constant PAUSER_ROLE = keccak256("PAUSER_ROLE");
+
+    /**
+     * @dev Grants `DEFAULT_ADMIN_ROLE`, `MINTER_ROLE`, and `PAUSER_ROLE` to the account that
+     * deploys the contract.
+     */
+    constructor(string memory uri) ERC1155(uri) {
+        _setupRole(DEFAULT_ADMIN_ROLE, _msgSender());
+
+        _setupRole(MINTER_ROLE, _msgSender());
+        _setupRole(PAUSER_ROLE, _msgSender());
+    }
+
+    /**
+     * @dev Creates `amount` new tokens for `to`, of token type `id`.
+     *
+     * See {ERC1155-_mint}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `MINTER_ROLE`.
+     */
+    function mint(address to, uint256 id, uint256 amount, bytes memory data) public virtual {
+        require(hasRole(MINTER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have minter role to mint");
+
+        _mint(to, id, amount, data);
+    }
+
+    /**
+     * @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] variant of {mint}.
+     */
+    function mintBatch(address to, uint256[] memory ids, uint256[] memory amounts, bytes memory data) public virtual {
+        require(hasRole(MINTER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have minter role to mint");
+
+        _mintBatch(to, ids, amounts, data);
+    }
+
+    /**
+     * @dev Pauses all token transfers.
+     *
+     * See {ERC1155Pausable} and {Pausable-_pause}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `PAUSER_ROLE`.
+     */
+    function pause() public virtual {
+        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have pauser role to pause");
+        _pause();
+    }
+
+    /**
+     * @dev Unpauses all token transfers.
+     *
+     * See {ERC1155Pausable} and {Pausable-_unpause}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `PAUSER_ROLE`.
+     */
+    function unpause() public virtual {
+        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC1155PresetMinterPauser: must have pauser role to unpause");
+        _unpause();
+    }
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override(AccessControlEnumerable, ERC1155) returns (bool) {
+        return super.supportsInterface(interfaceId);
+    }
+
+    function _beforeTokenTransfer(
+        address operator,
+        address from,
+        address to,
+        uint256[] memory ids,
+        uint256[] memory amounts,
+        bytes memory data
+    )
+        internal virtual override(ERC1155, ERC1155Pausable)
+    {
+        super._beforeTokenTransfer(operator, from, to, ids, amounts, data);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol
new file mode 100644
index 0000000..4468f65
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./ERC1155Receiver.sol";
+
+/**
+ * @dev _Available since v3.1._
+ */
+contract ERC1155Holder is ERC1155Receiver {
+    function onERC1155Received(address, address, uint256, uint256, bytes memory) public virtual override returns (bytes4) {
+        return this.onERC1155Received.selector;
+    }
+
+    function onERC1155BatchReceived(address, address, uint256[] memory, uint256[] memory, bytes memory) public virtual override returns (bytes4) {
+        return this.onERC1155BatchReceived.selector;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Receiver.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Receiver.sol
new file mode 100644
index 0000000..aca156b
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC1155/utils/ERC1155Receiver.sol
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC1155Receiver.sol";
+import "../../../utils/introspection/ERC165.sol";
+
+/**
+ * @dev _Available since v3.1._
+ */
+abstract contract ERC1155Receiver is ERC165, IERC1155Receiver {
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
+        return interfaceId == type(IERC1155Receiver).interfaceId
+            || super.supportsInterface(interfaceId);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/ERC20.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/ERC20.sol
new file mode 100644
index 0000000..1cd2ae9
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/ERC20.sol
@@ -0,0 +1,304 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC20.sol";
+import "./extensions/IERC20Metadata.sol";
+import "../../utils/Context.sol";
+
+/**
+ * @dev Implementation of the {IERC20} interface.
+ *
+ * This implementation is agnostic to the way tokens are created. This means
+ * that a supply mechanism has to be added in a derived contract using {_mint}.
+ * For a generic mechanism see {ERC20PresetMinterPauser}.
+ *
+ * TIP: For a detailed writeup see our guide
+ * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
+ * to implement supply mechanisms].
+ *
+ * We have followed general OpenZeppelin guidelines: functions revert instead
+ * of returning `false` on failure. This behavior is nonetheless conventional
+ * and does not conflict with the expectations of ERC20 applications.
+ *
+ * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
+ * This allows applications to reconstruct the allowance for all accounts just
+ * by listening to said events. Other implementations of the EIP may not emit
+ * these events, as it isn't required by the specification.
+ *
+ * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
+ * functions have been added to mitigate the well-known issues around setting
+ * allowances. See {IERC20-approve}.
+ */
+contract ERC20 is Context, IERC20, IERC20Metadata {
+    mapping (address => uint256) private _balances;
+
+    mapping (address => mapping (address => uint256)) private _allowances;
+
+    uint256 private _totalSupply;
+
+    string private _name;
+    string private _symbol;
+
+    /**
+     * @dev Sets the values for {name} and {symbol}.
+     *
+     * The defaut value of {decimals} is 18. To select a different value for
+     * {decimals} you should overload it.
+     *
+     * All two of these values are immutable: they can only be set once during
+     * construction.
+     */
+    constructor (string memory name_, string memory symbol_) {
+        _name = name_;
+        _symbol = symbol_;
+    }
+
+    /**
+     * @dev Returns the name of the token.
+     */
+    function name() public view virtual override returns (string memory) {
+        return _name;
+    }
+
+    /**
+     * @dev Returns the symbol of the token, usually a shorter version of the
+     * name.
+     */
+    function symbol() public view virtual override returns (string memory) {
+        return _symbol;
+    }
+
+    /**
+     * @dev Returns the number of decimals used to get its user representation.
+     * For example, if `decimals` equals `2`, a balance of `505` tokens should
+     * be displayed to a user as `5,05` (`505 / 10 ** 2`).
+     *
+     * Tokens usually opt for a value of 18, imitating the relationship between
+     * Ether and Wei. This is the value {ERC20} uses, unless this function is
+     * overridden;
+     *
+     * NOTE: This information is only used for _display_ purposes: it in
+     * no way affects any of the arithmetic of the contract, including
+     * {IERC20-balanceOf} and {IERC20-transfer}.
+     */
+    function decimals() public view virtual override returns (uint8) {
+        return 18;
+    }
+
+    /**
+     * @dev See {IERC20-totalSupply}.
+     */
+    function totalSupply() public view virtual override returns (uint256) {
+        return _totalSupply;
+    }
+
+    /**
+     * @dev See {IERC20-balanceOf}.
+     */
+    function balanceOf(address account) public view virtual override returns (uint256) {
+        return _balances[account];
+    }
+
+    /**
+     * @dev See {IERC20-transfer}.
+     *
+     * Requirements:
+     *
+     * - `recipient` cannot be the zero address.
+     * - the caller must have a balance of at least `amount`.
+     */
+    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
+        _transfer(_msgSender(), recipient, amount);
+        return true;
+    }
+
+    /**
+     * @dev See {IERC20-allowance}.
+     */
+    function allowance(address owner, address spender) public view virtual override returns (uint256) {
+        return _allowances[owner][spender];
+    }
+
+    /**
+     * @dev See {IERC20-approve}.
+     *
+     * Requirements:
+     *
+     * - `spender` cannot be the zero address.
+     */
+    function approve(address spender, uint256 amount) public virtual override returns (bool) {
+        _approve(_msgSender(), spender, amount);
+        return true;
+    }
+
+    /**
+     * @dev See {IERC20-transferFrom}.
+     *
+     * Emits an {Approval} event indicating the updated allowance. This is not
+     * required by the EIP. See the note at the beginning of {ERC20}.
+     *
+     * Requirements:
+     *
+     * - `sender` and `recipient` cannot be the zero address.
+     * - `sender` must have a balance of at least `amount`.
+     * - the caller must have allowance for ``sender``'s tokens of at least
+     * `amount`.
+     */
+    function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {
+        _transfer(sender, recipient, amount);
+
+        uint256 currentAllowance = _allowances[sender][_msgSender()];
+        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
+        _approve(sender, _msgSender(), currentAllowance - amount);
+
+        return true;
+    }
+
+    /**
+     * @dev Atomically increases the allowance granted to `spender` by the caller.
+     *
+     * This is an alternative to {approve} that can be used as a mitigation for
+     * problems described in {IERC20-approve}.
+     *
+     * Emits an {Approval} event indicating the updated allowance.
+     *
+     * Requirements:
+     *
+     * - `spender` cannot be the zero address.
+     */
+    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
+        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
+        return true;
+    }
+
+    /**
+     * @dev Atomically decreases the allowance granted to `spender` by the caller.
+     *
+     * This is an alternative to {approve} that can be used as a mitigation for
+     * problems described in {IERC20-approve}.
+     *
+     * Emits an {Approval} event indicating the updated allowance.
+     *
+     * Requirements:
+     *
+     * - `spender` cannot be the zero address.
+     * - `spender` must have allowance for the caller of at least
+     * `subtractedValue`.
+     */
+    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
+        uint256 currentAllowance = _allowances[_msgSender()][spender];
+        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
+        _approve(_msgSender(), spender, currentAllowance - subtractedValue);
+
+        return true;
+    }
+
+    /**
+     * @dev Moves tokens `amount` from `sender` to `recipient`.
+     *
+     * This is internal function is equivalent to {transfer}, and can be used to
+     * e.g. implement automatic token fees, slashing mechanisms, etc.
+     *
+     * Emits a {Transfer} event.
+     *
+     * Requirements:
+     *
+     * - `sender` cannot be the zero address.
+     * - `recipient` cannot be the zero address.
+     * - `sender` must have a balance of at least `amount`.
+     */
+    function _transfer(address sender, address recipient, uint256 amount) internal virtual {
+        require(sender != address(0), "ERC20: transfer from the zero address");
+        require(recipient != address(0), "ERC20: transfer to the zero address");
+
+        _beforeTokenTransfer(sender, recipient, amount);
+
+        uint256 senderBalance = _balances[sender];
+        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
+        _balances[sender] = senderBalance - amount;
+        _balances[recipient] += amount;
+
+        emit Transfer(sender, recipient, amount);
+    }
+
+    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
+     * the total supply.
+     *
+     * Emits a {Transfer} event with `from` set to the zero address.
+     *
+     * Requirements:
+     *
+     * - `to` cannot be the zero address.
+     */
+    function _mint(address account, uint256 amount) internal virtual {
+        require(account != address(0), "ERC20: mint to the zero address");
+
+        _beforeTokenTransfer(address(0), account, amount);
+
+        _totalSupply += amount;
+        _balances[account] += amount;
+        emit Transfer(address(0), account, amount);
+    }
+
+    /**
+     * @dev Destroys `amount` tokens from `account`, reducing the
+     * total supply.
+     *
+     * Emits a {Transfer} event with `to` set to the zero address.
+     *
+     * Requirements:
+     *
+     * - `account` cannot be the zero address.
+     * - `account` must have at least `amount` tokens.
+     */
+    function _burn(address account, uint256 amount) internal virtual {
+        require(account != address(0), "ERC20: burn from the zero address");
+
+        _beforeTokenTransfer(account, address(0), amount);
+
+        uint256 accountBalance = _balances[account];
+        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
+        _balances[account] = accountBalance - amount;
+        _totalSupply -= amount;
+
+        emit Transfer(account, address(0), amount);
+    }
+
+    /**
+     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
+     *
+     * This internal function is equivalent to `approve`, and can be used to
+     * e.g. set automatic allowances for certain subsystems, etc.
+     *
+     * Emits an {Approval} event.
+     *
+     * Requirements:
+     *
+     * - `owner` cannot be the zero address.
+     * - `spender` cannot be the zero address.
+     */
+    function _approve(address owner, address spender, uint256 amount) internal virtual {
+        require(owner != address(0), "ERC20: approve from the zero address");
+        require(spender != address(0), "ERC20: approve to the zero address");
+
+        _allowances[owner][spender] = amount;
+        emit Approval(owner, spender, amount);
+    }
+
+    /**
+     * @dev Hook that is called before any transfer of tokens. This includes
+     * minting and burning.
+     *
+     * Calling conditions:
+     *
+     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
+     * will be to transferred to `to`.
+     * - when `from` is zero, `amount` tokens will be minted for `to`.
+     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
+     * - `from` and `to` are never both zero.
+     *
+     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
+     */
+    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/IERC20.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/IERC20.sol
new file mode 100644
index 0000000..1d0863f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/IERC20.sol
@@ -0,0 +1,77 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC20 standard as defined in the EIP.
+ */
+interface IERC20 {
+    /**
+     * @dev Returns the amount of tokens in existence.
+     */
+    function totalSupply() external view returns (uint256);
+
+    /**
+     * @dev Returns the amount of tokens owned by `account`.
+     */
+    function balanceOf(address account) external view returns (uint256);
+
+    /**
+     * @dev Moves `amount` tokens from the caller's account to `recipient`.
+     *
+     * Returns a boolean value indicating whether the operation succeeded.
+     *
+     * Emits a {Transfer} event.
+     */
+    function transfer(address recipient, uint256 amount) external returns (bool);
+
+    /**
+     * @dev Returns the remaining number of tokens that `spender` will be
+     * allowed to spend on behalf of `owner` through {transferFrom}. This is
+     * zero by default.
+     *
+     * This value changes when {approve} or {transferFrom} are called.
+     */
+    function allowance(address owner, address spender) external view returns (uint256);
+
+    /**
+     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
+     *
+     * Returns a boolean value indicating whether the operation succeeded.
+     *
+     * IMPORTANT: Beware that changing an allowance with this method brings the risk
+     * that someone may use both the old and the new allowance by unfortunate
+     * transaction ordering. One possible solution to mitigate this race
+     * condition is to first reduce the spender's allowance to 0 and set the
+     * desired value afterwards:
+     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
+     *
+     * Emits an {Approval} event.
+     */
+    function approve(address spender, uint256 amount) external returns (bool);
+
+    /**
+     * @dev Moves `amount` tokens from `sender` to `recipient` using the
+     * allowance mechanism. `amount` is then deducted from the caller's
+     * allowance.
+     *
+     * Returns a boolean value indicating whether the operation succeeded.
+     *
+     * Emits a {Transfer} event.
+     */
+    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
+
+    /**
+     * @dev Emitted when `value` tokens are moved from one account (`from`) to
+     * another (`to`).
+     *
+     * Note that `value` may be zero.
+     */
+    event Transfer(address indexed from, address indexed to, uint256 value);
+
+    /**
+     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
+     * a call to {approve}. `value` is the new allowance.
+     */
+    event Approval(address indexed owner, address indexed spender, uint256 value);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol
new file mode 100644
index 0000000..2335742
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol
@@ -0,0 +1,40 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC20.sol";
+import "../../../utils/Context.sol";
+
+/**
+ * @dev Extension of {ERC20} that allows token holders to destroy both their own
+ * tokens and those that they have an allowance for, in a way that can be
+ * recognized off-chain (via event analysis).
+ */
+abstract contract ERC20Burnable is Context, ERC20 {
+    /**
+     * @dev Destroys `amount` tokens from the caller.
+     *
+     * See {ERC20-_burn}.
+     */
+    function burn(uint256 amount) public virtual {
+        _burn(_msgSender(), amount);
+    }
+
+    /**
+     * @dev Destroys `amount` tokens from `account`, deducting from the caller's
+     * allowance.
+     *
+     * See {ERC20-_burn} and {ERC20-allowance}.
+     *
+     * Requirements:
+     *
+     * - the caller must have allowance for ``accounts``'s tokens of at least
+     * `amount`.
+     */
+    function burnFrom(address account, uint256 amount) public virtual {
+        uint256 currentAllowance = allowance(account, _msgSender());
+        require(currentAllowance >= amount, "ERC20: burn amount exceeds allowance");
+        _approve(account, _msgSender(), currentAllowance - amount);
+        _burn(account, amount);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped.sol
new file mode 100644
index 0000000..296f16a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped.sol
@@ -0,0 +1,36 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC20.sol";
+
+/**
+ * @dev Extension of {ERC20} that adds a cap to the supply of tokens.
+ */
+abstract contract ERC20Capped is ERC20 {
+    uint256 immutable private _cap;
+
+    /**
+     * @dev Sets the value of the `cap`. This value is immutable, it can only be
+     * set once during construction.
+     */
+    constructor (uint256 cap_) {
+        require(cap_ > 0, "ERC20Capped: cap is 0");
+        _cap = cap_;
+    }
+
+    /**
+     * @dev Returns the cap on the token's total supply.
+     */
+    function cap() public view virtual returns (uint256) {
+        return _cap;
+    }
+
+    /**
+     * @dev See {ERC20-_mint}.
+     */
+    function _mint(address account, uint256 amount) internal virtual override {
+        require(ERC20.totalSupply() + amount <= cap(), "ERC20Capped: cap exceeded");
+        super._mint(account, amount);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol
new file mode 100644
index 0000000..f08656d
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Pausable.sol
@@ -0,0 +1,28 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC20.sol";
+import "../../../security/Pausable.sol";
+
+/**
+ * @dev ERC20 token with pausable token transfers, minting and burning.
+ *
+ * Useful for scenarios such as preventing trades until the end of an evaluation
+ * period, or having an emergency switch for freezing all token transfers in the
+ * event of a large bug.
+ */
+abstract contract ERC20Pausable is ERC20, Pausable {
+    /**
+     * @dev See {ERC20-_beforeTokenTransfer}.
+     *
+     * Requirements:
+     *
+     * - the contract must not be paused.
+     */
+    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override {
+        super._beforeTokenTransfer(from, to, amount);
+
+        require(!paused(), "ERC20Pausable: token transfer while paused");
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol
new file mode 100644
index 0000000..2246b4e
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/ERC20Snapshot.sol
@@ -0,0 +1,179 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC20.sol";
+import "../../../utils/Arrays.sol";
+import "../../../utils/Counters.sol";
+
+/**
+ * @dev This contract extends an ERC20 token with a snapshot mechanism. When a snapshot is created, the balances and
+ * total supply at the time are recorded for later access.
+ *
+ * This can be used to safely create mechanisms based on token balances such as trustless dividends or weighted voting.
+ * In naive implementations it's possible to perform a "double spend" attack by reusing the same balance from different
+ * accounts. By using snapshots to calculate dividends or voting power, those attacks no longer apply. It can also be
+ * used to create an efficient ERC20 forking mechanism.
+ *
+ * Snapshots are created by the internal {_snapshot} function, which will emit the {Snapshot} event and return a
+ * snapshot id. To get the total supply at the time of a snapshot, call the function {totalSupplyAt} with the snapshot
+ * id. To get the balance of an account at the time of a snapshot, call the {balanceOfAt} function with the snapshot id
+ * and the account address.
+ *
+ * ==== Gas Costs
+ *
+ * Snapshots are efficient. Snapshot creation is _O(1)_. Retrieval of balances or total supply from a snapshot is _O(log
+ * n)_ in the number of snapshots that have been created, although _n_ for a specific account will generally be much
+ * smaller since identical balances in subsequent snapshots are stored as a single entry.
+ *
+ * There is a constant overhead for normal ERC20 transfers due to the additional snapshot bookkeeping. This overhead is
+ * only significant for the first transfer that immediately follows a snapshot for a particular account. Subsequent
+ * transfers will have normal cost until the next snapshot, and so on.
+ */
+abstract contract ERC20Snapshot is ERC20 {
+    // Inspired by Jordi Baylina's MiniMeToken to record historical balances:
+    // https://github.com/Giveth/minimd/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol
+
+    using Arrays for uint256[];
+    using Counters for Counters.Counter;
+
+    // Snapshotted values have arrays of ids and the value corresponding to that id. These could be an array of a
+    // Snapshot struct, but that would impede usage of functions that work on an array.
+    struct Snapshots {
+        uint256[] ids;
+        uint256[] values;
+    }
+
+    mapping (address => Snapshots) private _accountBalanceSnapshots;
+    Snapshots private _totalSupplySnapshots;
+
+    // Snapshot ids increase monotonically, with the first value being 1. An id of 0 is invalid.
+    Counters.Counter private _currentSnapshotId;
+
+    /**
+     * @dev Emitted by {_snapshot} when a snapshot identified by `id` is created.
+     */
+    event Snapshot(uint256 id);
+
+    /**
+     * @dev Creates a new snapshot and returns its snapshot id.
+     *
+     * Emits a {Snapshot} event that contains the same id.
+     *
+     * {_snapshot} is `internal` and you have to decide how to expose it externally. Its usage may be restricted to a
+     * set of accounts, for example using {AccessControl}, or it may be open to the public.
+     *
+     * [WARNING]
+     * ====
+     * While an open way of calling {_snapshot} is required for certain trust minimization mechanisms such as forking,
+     * you must consider that it can potentially be used by attackers in two ways.
+     *
+     * First, it can be used to increase the cost of retrieval of values from snapshots, although it will grow
+     * logarithmically thus rendering this attack ineffective in the long term. Second, it can be used to target
+     * specific accounts and increase the cost of ERC20 transfers for them, in the ways specified in the Gas Costs
+     * section above.
+     *
+     * We haven't measured the actual numbers; if this is something you're interested in please reach out to us.
+     * ====
+     */
+    function _snapshot() internal virtual returns (uint256) {
+        _currentSnapshotId.increment();
+
+        uint256 currentId = _currentSnapshotId.current();
+        emit Snapshot(currentId);
+        return currentId;
+    }
+
+    /**
+     * @dev Retrieves the balance of `account` at the time `snapshotId` was created.
+     */
+    function balanceOfAt(address account, uint256 snapshotId) public view virtual returns (uint256) {
+        (bool snapshotted, uint256 value) = _valueAt(snapshotId, _accountBalanceSnapshots[account]);
+
+        return snapshotted ? value : balanceOf(account);
+    }
+
+    /**
+     * @dev Retrieves the total supply at the time `snapshotId` was created.
+     */
+    function totalSupplyAt(uint256 snapshotId) public view virtual returns(uint256) {
+        (bool snapshotted, uint256 value) = _valueAt(snapshotId, _totalSupplySnapshots);
+
+        return snapshotted ? value : totalSupply();
+    }
+
+
+    // Update balance and/or total supply snapshots before the values are modified. This is implemented
+    // in the _beforeTokenTransfer hook, which is executed for _mint, _burn, and _transfer operations.
+    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override {
+      super._beforeTokenTransfer(from, to, amount);
+
+      if (from == address(0)) {
+        // mint
+        _updateAccountSnapshot(to);
+        _updateTotalSupplySnapshot();
+      } else if (to == address(0)) {
+        // burn
+        _updateAccountSnapshot(from);
+        _updateTotalSupplySnapshot();
+      } else {
+        // transfer
+        _updateAccountSnapshot(from);
+        _updateAccountSnapshot(to);
+      }
+    }
+
+    function _valueAt(uint256 snapshotId, Snapshots storage snapshots)
+        private view returns (bool, uint256)
+    {
+        require(snapshotId > 0, "ERC20Snapshot: id is 0");
+        // solhint-disable-next-line max-line-length
+        require(snapshotId <= _currentSnapshotId.current(), "ERC20Snapshot: nonexistent id");
+
+        // When a valid snapshot is queried, there are three possibilities:
+        //  a) The queried value was not modified after the snapshot was taken. Therefore, a snapshot entry was never
+        //  created for this id, and all stored snapshot ids are smaller than the requested one. The value that corresponds
+        //  to this id is the current one.
+        //  b) The queried value was modified after the snapshot was taken. Therefore, there will be an entry with the
+        //  requested id, and its value is the one to return.
+        //  c) More snapshots were created after the requested one, and the queried value was later modified. There will be
+        //  no entry for the requested id: the value that corresponds to it is that of the smallest snapshot id that is
+        //  larger than the requested one.
+        //
+        // In summary, we need to find an element in an array, returning the index of the smallest value that is larger if
+        // it is not found, unless said value doesn't exist (e.g. when all values are smaller). Arrays.findUpperBound does
+        // exactly this.
+
+        uint256 index = snapshots.ids.findUpperBound(snapshotId);
+
+        if (index == snapshots.ids.length) {
+            return (false, 0);
+        } else {
+            return (true, snapshots.values[index]);
+        }
+    }
+
+    function _updateAccountSnapshot(address account) private {
+        _updateSnapshot(_accountBalanceSnapshots[account], balanceOf(account));
+    }
+
+    function _updateTotalSupplySnapshot() private {
+        _updateSnapshot(_totalSupplySnapshots, totalSupply());
+    }
+
+    function _updateSnapshot(Snapshots storage snapshots, uint256 currentValue) private {
+        uint256 currentId = _currentSnapshotId.current();
+        if (_lastSnapshotId(snapshots.ids) < currentId) {
+            snapshots.ids.push(currentId);
+            snapshots.values.push(currentValue);
+        }
+    }
+
+    function _lastSnapshotId(uint256[] storage ids) private view returns (uint256) {
+        if (ids.length == 0) {
+            return 0;
+        } else {
+            return ids[ids.length - 1];
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol
new file mode 100644
index 0000000..4fb868a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC20.sol";
+
+/**
+ * @dev Interface for the optional metadata functions from the ERC20 standard.
+ *
+ * _Available since v4.1._
+ */
+interface IERC20Metadata is IERC20 {
+    /**
+     * @dev Returns the name of the token.
+     */
+    function name() external view returns (string memory);
+
+    /**
+     * @dev Returns the symbol of the token.
+     */
+    function symbol() external view returns (string memory);
+
+    /**
+     * @dev Returns the decimals places of the token.
+     */
+    function decimals() external view returns (uint8);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol
new file mode 100644
index 0000000..36d2321
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20FlashMint.sol
@@ -0,0 +1,75 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../../../interfaces/IERC3156.sol";
+import "../ERC20.sol";
+
+/**
+ * @dev Implementation of the ERC3156 Flash loans extension, as defined in
+ * https://eips.ethereum.org/EIPS/eip-3156[ERC-3156].
+ *
+ * Adds the {flashLoan} method, which provides flash loan support at the token
+ * level. By default there is no fee, but this can be changed by overriding {flashFee}.
+ *
+ * _Available since v4.1._
+ */
+abstract contract ERC20FlashMint is ERC20, IERC3156FlashLender {
+    bytes32 constant private RETURN_VALUE = keccak256("ERC3156FlashBorrower.onFlashLoan");
+
+    /**
+     * @dev Returns the maximum amount of tokens available for loan.
+     * @param token The address of the token that is requested.
+     * @return The amont of token that can be loaned.
+     */
+    function maxFlashLoan(address token) public view override returns (uint256) {
+        return token == address(this) ? type(uint256).max - ERC20.totalSupply() : 0;
+    }
+
+    /**
+     * @dev Returns the fee applied when doing flash loans. By default this
+     * implementation has 0 fees. This function can be overloaded to make
+     * the flash loan mechanism deflationary.
+     * @param token The token to be flash loaned.
+     * @param amount The amount of tokens to be loaned.
+     * @return The fees applied to the corresponding flash loan.
+     */
+    function flashFee(address token, uint256 amount) public view virtual override returns (uint256) {
+        require(token == address(this), "ERC20FlashMint: wrong token");
+        // silence warning about unused variable without the addition of bytecode.
+        amount;
+        return 0;
+    }
+
+    /**
+     * @dev Performs a flash loan. New tokens are minted and sent to the
+     * `receiver`, who is required to implement the {IERC3156FlashBorrower}
+     * interface. By the end of the flash loan, the receiver is expected to own
+     * amount + fee tokens and have them approved back to the token contract itself so
+     * they can be burned.
+     * @param receiver The receiver of the flash loan. Should implement the
+     * {IERC3156FlashBorrower.onFlashLoan} interface.
+     * @param token The token to be flash loaned. Only `address(this)` is
+     * supported.
+     * @param amount The amount of tokens to be loaned.
+     * @param data An arbitrary datafield that is passed to the receiver.
+     * @return `true` is the flash loan was successfull.
+     */
+    function flashLoan(
+        IERC3156FlashBorrower receiver,
+        address token,
+        uint256 amount,
+        bytes calldata data
+    )
+        public virtual override returns (bool)
+    {
+        uint256 fee = flashFee(token, amount);
+        _mint(address(receiver), amount);
+        require(receiver.onFlashLoan(msg.sender, token, amount, fee, data) == RETURN_VALUE, "ERC20FlashMint: invalid return value");
+        uint256 currentAllowance = allowance(address(receiver), address(this));
+        require(currentAllowance >= amount + fee, "ERC20FlashMint: allowance does not allow refund");
+        _approve(address(receiver), address(this), currentAllowance - amount - fee);
+        _burn(address(receiver), amount + fee);
+        return true;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20Permit.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20Permit.sol
new file mode 100644
index 0000000..e1341ec
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-ERC20Permit.sol
@@ -0,0 +1,88 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./draft-IERC20Permit.sol";
+import "../ERC20.sol";
+import "../../../utils/cryptography/draft-EIP712.sol";
+import "../../../utils/cryptography/ECDSA.sol";
+import "../../../utils/Counters.sol";
+
+/**
+ * @dev Implementation of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
+ * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
+ *
+ * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
+ * presenting a message signed by the account. By not relying on `{IERC20-approve}`, the token holder account doesn't
+ * need to send a transaction, and thus is not required to hold Ether at all.
+ *
+ * _Available since v3.4._
+ */
+abstract contract ERC20Permit is ERC20, IERC20Permit, EIP712 {
+    using Counters for Counters.Counter;
+
+    mapping (address => Counters.Counter) private _nonces;
+
+    // solhint-disable-next-line var-name-mixedcase
+    bytes32 private immutable _PERMIT_TYPEHASH = keccak256("Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)");
+
+    /**
+     * @dev Initializes the {EIP712} domain separator using the `name` parameter, and setting `version` to `"1"`.
+     *
+     * It's a good idea to use the same `name` that is defined as the ERC20 token name.
+     */
+    constructor(string memory name) EIP712(name, "1") {
+    }
+
+    /**
+     * @dev See {IERC20Permit-permit}.
+     */
+    function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) public virtual override {
+        // solhint-disable-next-line not-rely-on-time
+        require(block.timestamp <= deadline, "ERC20Permit: expired deadline");
+
+        bytes32 structHash = keccak256(
+            abi.encode(
+                _PERMIT_TYPEHASH,
+                owner,
+                spender,
+                value,
+                _useNonce(owner),
+                deadline
+            )
+        );
+
+        bytes32 hash = _hashTypedDataV4(structHash);
+
+        address signer = ECDSA.recover(hash, v, r, s);
+        require(signer == owner, "ERC20Permit: invalid signature");
+
+        _approve(owner, spender, value);
+    }
+
+    /**
+     * @dev See {IERC20Permit-nonces}.
+     */
+    function nonces(address owner) public view virtual override returns (uint256) {
+        return _nonces[owner].current();
+    }
+
+    /**
+     * @dev See {IERC20Permit-DOMAIN_SEPARATOR}.
+     */
+    // solhint-disable-next-line func-name-mixedcase
+    function DOMAIN_SEPARATOR() external view override returns (bytes32) {
+        return _domainSeparatorV4();
+    }
+
+    /**
+     * @dev "Consume a nonce": return the current value and increment.
+     *
+     * _Available since v4.1._
+     */
+    function _useNonce(address owner) internal virtual returns (uint256 current) {
+        Counters.Counter storage nonce = _nonces[owner];
+        current = nonce.current();
+        nonce.increment();
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol
new file mode 100644
index 0000000..1a8731a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol
@@ -0,0 +1,51 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
+ * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
+ *
+ * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
+ * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
+ * need to send a transaction, and thus is not required to hold Ether at all.
+ */
+interface IERC20Permit {
+    /**
+     * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
+     * given ``owner``'s signed approval.
+     *
+     * IMPORTANT: The same issues {IERC20-approve} has related to transaction
+     * ordering also apply here.
+     *
+     * Emits an {Approval} event.
+     *
+     * Requirements:
+     *
+     * - `spender` cannot be the zero address.
+     * - `deadline` must be a timestamp in the future.
+     * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
+     * over the EIP712-formatted function arguments.
+     * - the signature must use ``owner``'s current nonce (see {nonces}).
+     *
+     * For more information on the signature format, see the
+     * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
+     * section].
+     */
+    function permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) external;
+
+    /**
+     * @dev Returns the current nonce for `owner`. This value must be
+     * included whenever a signature is generated for {permit}.
+     *
+     * Every successful call to {permit} increases ``owner``'s nonce by one. This
+     * prevents a signature from being used multiple times.
+     */
+    function nonces(address owner) external view returns (uint256);
+
+    /**
+     * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
+     */
+    // solhint-disable-next-line func-name-mixedcase
+    function DOMAIN_SEPARATOR() external view returns (bytes32);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetFixedSupply.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetFixedSupply.sol
new file mode 100644
index 0000000..4aa0ebf
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetFixedSupply.sol
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: MIT
+pragma solidity ^0.8.0;
+
+import "../extensions/ERC20Burnable.sol";
+
+/**
+ * @dev {ERC20} token, including:
+ *
+ *  - Preminted initial supply
+ *  - Ability for holders to burn (destroy) their tokens
+ *  - No access control mechanism (for minting/pausing) and hence no governance
+ *
+ * This contract uses {ERC20Burnable} to include burn capabilities - head to
+ * its documentation for details.
+ *
+ * _Available since v3.4._
+ */
+contract ERC20PresetFixedSupply is ERC20Burnable {
+    /**
+     * @dev Mints `initialSupply` amount of token and transfers them to `owner`.
+     *
+     * See {ERC20-constructor}.
+     */
+    constructor(
+        string memory name,
+        string memory symbol,
+        uint256 initialSupply,
+        address owner
+    ) ERC20(name, symbol) {
+        _mint(owner, initialSupply);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol
new file mode 100644
index 0000000..a9151c6
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol
@@ -0,0 +1,87 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC20.sol";
+import "../extensions/ERC20Burnable.sol";
+import "../extensions/ERC20Pausable.sol";
+import "../../../access/AccessControlEnumerable.sol";
+import "../../../utils/Context.sol";
+
+/**
+ * @dev {ERC20} token, including:
+ *
+ *  - ability for holders to burn (destroy) their tokens
+ *  - a minter role that allows for token minting (creation)
+ *  - a pauser role that allows to stop all token transfers
+ *
+ * This contract uses {AccessControl} to lock permissioned functions using the
+ * different roles - head to its documentation for details.
+ *
+ * The account that deploys the contract will be granted the minter and pauser
+ * roles, as well as the default admin role, which will let it grant both minter
+ * and pauser roles to other accounts.
+ */
+contract ERC20PresetMinterPauser is Context, AccessControlEnumerable, ERC20Burnable, ERC20Pausable {
+    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
+    bytes32 public constant PAUSER_ROLE = keccak256("PAUSER_ROLE");
+
+    /**
+     * @dev Grants `DEFAULT_ADMIN_ROLE`, `MINTER_ROLE` and `PAUSER_ROLE` to the
+     * account that deploys the contract.
+     *
+     * See {ERC20-constructor}.
+     */
+    constructor(string memory name, string memory symbol) ERC20(name, symbol) {
+        _setupRole(DEFAULT_ADMIN_ROLE, _msgSender());
+
+        _setupRole(MINTER_ROLE, _msgSender());
+        _setupRole(PAUSER_ROLE, _msgSender());
+    }
+
+    /**
+     * @dev Creates `amount` new tokens for `to`.
+     *
+     * See {ERC20-_mint}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `MINTER_ROLE`.
+     */
+    function mint(address to, uint256 amount) public virtual {
+        require(hasRole(MINTER_ROLE, _msgSender()), "ERC20PresetMinterPauser: must have minter role to mint");
+        _mint(to, amount);
+    }
+
+    /**
+     * @dev Pauses all token transfers.
+     *
+     * See {ERC20Pausable} and {Pausable-_pause}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `PAUSER_ROLE`.
+     */
+    function pause() public virtual {
+        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC20PresetMinterPauser: must have pauser role to pause");
+        _pause();
+    }
+
+    /**
+     * @dev Unpauses all token transfers.
+     *
+     * See {ERC20Pausable} and {Pausable-_unpause}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `PAUSER_ROLE`.
+     */
+    function unpause() public virtual {
+        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC20PresetMinterPauser: must have pauser role to unpause");
+        _unpause();
+    }
+
+    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override(ERC20, ERC20Pausable) {
+        super._beforeTokenTransfer(from, to, amount);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol
new file mode 100644
index 0000000..197da66
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol
@@ -0,0 +1,77 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC20.sol";
+import "../../../utils/Address.sol";
+
+/**
+ * @title SafeERC20
+ * @dev Wrappers around ERC20 operations that throw on failure (when the token
+ * contract returns false). Tokens that return no value (and instead revert or
+ * throw on failure) are also supported, non-reverting calls are assumed to be
+ * successful.
+ * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
+ * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
+ */
+library SafeERC20 {
+    using Address for address;
+
+    function safeTransfer(IERC20 token, address to, uint256 value) internal {
+        _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
+    }
+
+    function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
+        _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
+    }
+
+    /**
+     * @dev Deprecated. This function has issues similar to the ones found in
+     * {IERC20-approve}, and its usage is discouraged.
+     *
+     * Whenever possible, use {safeIncreaseAllowance} and
+     * {safeDecreaseAllowance} instead.
+     */
+    function safeApprove(IERC20 token, address spender, uint256 value) internal {
+        // safeApprove should only be called when setting an initial allowance,
+        // or when resetting it to zero. To increase and decrease it, use
+        // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
+        // solhint-disable-next-line max-line-length
+        require((value == 0) || (token.allowance(address(this), spender) == 0),
+            "SafeERC20: approve from non-zero to non-zero allowance"
+        );
+        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
+    }
+
+    function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
+        uint256 newAllowance = token.allowance(address(this), spender) + value;
+        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
+    }
+
+    function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {
+        unchecked {
+            uint256 oldAllowance = token.allowance(address(this), spender);
+            require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
+            uint256 newAllowance = oldAllowance - value;
+            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
+        }
+    }
+
+    /**
+     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
+     * on the return value: the return value is optional (but if data is returned, it must not be false).
+     * @param token The token targeted by the call.
+     * @param data The call data (encoded using abi.encode or one of its variants).
+     */
+    function _callOptionalReturn(IERC20 token, bytes memory data) private {
+        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
+        // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
+        // the target address contains contract code and also asserts for success in the low-level call.
+
+        bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
+        if (returndata.length > 0) { // Return data is optional
+            // solhint-disable-next-line max-line-length
+            require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/TokenTimelock.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/TokenTimelock.sol
new file mode 100644
index 0000000..5568c35
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC20/utils/TokenTimelock.sol
@@ -0,0 +1,67 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./SafeERC20.sol";
+
+/**
+ * @dev A token holder contract that will allow a beneficiary to extract the
+ * tokens after a given release time.
+ *
+ * Useful for simple vesting schedules like "advisors get all of their tokens
+ * after 1 year".
+ */
+contract TokenTimelock {
+    using SafeERC20 for IERC20;
+
+    // ERC20 basic token contract being held
+    IERC20 immutable private _token;
+
+    // beneficiary of tokens after they are released
+    address immutable private _beneficiary;
+
+    // timestamp when token release is enabled
+    uint256 immutable private _releaseTime;
+
+    constructor (IERC20 token_, address beneficiary_, uint256 releaseTime_) {
+        // solhint-disable-next-line not-rely-on-time
+        require(releaseTime_ > block.timestamp, "TokenTimelock: release time is before current time");
+        _token = token_;
+        _beneficiary = beneficiary_;
+        _releaseTime = releaseTime_;
+    }
+
+    /**
+     * @return the token being held.
+     */
+    function token() public view virtual returns (IERC20) {
+        return _token;
+    }
+
+    /**
+     * @return the beneficiary of the tokens.
+     */
+    function beneficiary() public view virtual returns (address) {
+        return _beneficiary;
+    }
+
+    /**
+     * @return the time when the tokens are released.
+     */
+    function releaseTime() public view virtual returns (uint256) {
+        return _releaseTime;
+    }
+
+    /**
+     * @notice Transfers tokens held by timelock to beneficiary.
+     */
+    function release() public virtual {
+        // solhint-disable-next-line not-rely-on-time
+        require(block.timestamp >= releaseTime(), "TokenTimelock: current time is before release time");
+
+        uint256 amount = token().balanceOf(address(this));
+        require(amount > 0, "TokenTimelock: no tokens to release");
+
+        token().safeTransfer(beneficiary(), amount);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/ERC721.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/ERC721.sol
new file mode 100644
index 0000000..b617f3d
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/ERC721.sol
@@ -0,0 +1,376 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC721.sol";
+import "./IERC721Receiver.sol";
+import "./extensions/IERC721Metadata.sol";
+import "../../utils/Address.sol";
+import "../../utils/Context.sol";
+import "../../utils/Strings.sol";
+import "../../utils/introspection/ERC165.sol";
+
+/**
+ * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
+ * the Metadata extension, but not including the Enumerable extension, which is available separately as
+ * {ERC721Enumerable}.
+ */
+contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
+    using Address for address;
+    using Strings for uint256;
+
+    // Token name
+    string private _name;
+
+    // Token symbol
+    string private _symbol;
+
+    // Mapping from token ID to owner address
+    mapping (uint256 => address) private _owners;
+
+    // Mapping owner address to token count
+    mapping (address => uint256) private _balances;
+
+    // Mapping from token ID to approved address
+    mapping (uint256 => address) private _tokenApprovals;
+
+    // Mapping from owner to operator approvals
+    mapping (address => mapping (address => bool)) private _operatorApprovals;
+
+    /**
+     * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
+     */
+    constructor (string memory name_, string memory symbol_) {
+        _name = name_;
+        _symbol = symbol_;
+    }
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
+        return interfaceId == type(IERC721).interfaceId
+            || interfaceId == type(IERC721Metadata).interfaceId
+            || super.supportsInterface(interfaceId);
+    }
+
+    /**
+     * @dev See {IERC721-balanceOf}.
+     */
+    function balanceOf(address owner) public view virtual override returns (uint256) {
+        require(owner != address(0), "ERC721: balance query for the zero address");
+        return _balances[owner];
+    }
+
+    /**
+     * @dev See {IERC721-ownerOf}.
+     */
+    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
+        address owner = _owners[tokenId];
+        require(owner != address(0), "ERC721: owner query for nonexistent token");
+        return owner;
+    }
+
+    /**
+     * @dev See {IERC721Metadata-name}.
+     */
+    function name() public view virtual override returns (string memory) {
+        return _name;
+    }
+
+    /**
+     * @dev See {IERC721Metadata-symbol}.
+     */
+    function symbol() public view virtual override returns (string memory) {
+        return _symbol;
+    }
+
+    /**
+     * @dev See {IERC721Metadata-tokenURI}.
+     */
+    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
+        require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token");
+
+        string memory baseURI = _baseURI();
+        return bytes(baseURI).length > 0
+            ? string(abi.encodePacked(baseURI, tokenId.toString()))
+            : '';
+    }
+
+    /**
+     * @dev Base URI for computing {tokenURI}. Empty by default, can be overriden
+     * in child contracts.
+     */
+    function _baseURI() internal view virtual returns (string memory) {
+        return "";
+    }
+
+    /**
+     * @dev See {IERC721-approve}.
+     */
+    function approve(address to, uint256 tokenId) public virtual override {
+        address owner = ERC721.ownerOf(tokenId);
+        require(to != owner, "ERC721: approval to current owner");
+
+        require(_msgSender() == owner || isApprovedForAll(owner, _msgSender()),
+            "ERC721: approve caller is not owner nor approved for all"
+        );
+
+        _approve(to, tokenId);
+    }
+
+    /**
+     * @dev See {IERC721-getApproved}.
+     */
+    function getApproved(uint256 tokenId) public view virtual override returns (address) {
+        require(_exists(tokenId), "ERC721: approved query for nonexistent token");
+
+        return _tokenApprovals[tokenId];
+    }
+
+    /**
+     * @dev See {IERC721-setApprovalForAll}.
+     */
+    function setApprovalForAll(address operator, bool approved) public virtual override {
+        require(operator != _msgSender(), "ERC721: approve to caller");
+
+        _operatorApprovals[_msgSender()][operator] = approved;
+        emit ApprovalForAll(_msgSender(), operator, approved);
+    }
+
+    /**
+     * @dev See {IERC721-isApprovedForAll}.
+     */
+    function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
+        return _operatorApprovals[owner][operator];
+    }
+
+    /**
+     * @dev See {IERC721-transferFrom}.
+     */
+    function transferFrom(address from, address to, uint256 tokenId) public virtual override {
+        //solhint-disable-next-line max-line-length
+        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
+
+        _transfer(from, to, tokenId);
+    }
+
+    /**
+     * @dev See {IERC721-safeTransferFrom}.
+     */
+    function safeTransferFrom(address from, address to, uint256 tokenId) public virtual override {
+        safeTransferFrom(from, to, tokenId, "");
+    }
+
+    /**
+     * @dev See {IERC721-safeTransferFrom}.
+     */
+    function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory _data) public virtual override {
+        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
+        _safeTransfer(from, to, tokenId, _data);
+    }
+
+    /**
+     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
+     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
+     *
+     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
+     *
+     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
+     * implement alternative mechanisms to perform token transfer, such as signature-based.
+     *
+     * Requirements:
+     *
+     * - `from` cannot be the zero address.
+     * - `to` cannot be the zero address.
+     * - `tokenId` token must exist and be owned by `from`.
+     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
+     *
+     * Emits a {Transfer} event.
+     */
+    function _safeTransfer(address from, address to, uint256 tokenId, bytes memory _data) internal virtual {
+        _transfer(from, to, tokenId);
+        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
+    }
+
+    /**
+     * @dev Returns whether `tokenId` exists.
+     *
+     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
+     *
+     * Tokens start existing when they are minted (`_mint`),
+     * and stop existing when they are burned (`_burn`).
+     */
+    function _exists(uint256 tokenId) internal view virtual returns (bool) {
+        return _owners[tokenId] != address(0);
+    }
+
+    /**
+     * @dev Returns whether `spender` is allowed to manage `tokenId`.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must exist.
+     */
+    function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
+        require(_exists(tokenId), "ERC721: operator query for nonexistent token");
+        address owner = ERC721.ownerOf(tokenId);
+        return (spender == owner || getApproved(tokenId) == spender || isApprovedForAll(owner, spender));
+    }
+
+    /**
+     * @dev Safely mints `tokenId` and transfers it to `to`.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must not exist.
+     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
+     *
+     * Emits a {Transfer} event.
+     */
+    function _safeMint(address to, uint256 tokenId) internal virtual {
+        _safeMint(to, tokenId, "");
+    }
+
+    /**
+     * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
+     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
+     */
+    function _safeMint(address to, uint256 tokenId, bytes memory _data) internal virtual {
+        _mint(to, tokenId);
+        require(_checkOnERC721Received(address(0), to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
+    }
+
+    /**
+     * @dev Mints `tokenId` and transfers it to `to`.
+     *
+     * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
+     *
+     * Requirements:
+     *
+     * - `tokenId` must not exist.
+     * - `to` cannot be the zero address.
+     *
+     * Emits a {Transfer} event.
+     */
+    function _mint(address to, uint256 tokenId) internal virtual {
+        require(to != address(0), "ERC721: mint to the zero address");
+        require(!_exists(tokenId), "ERC721: token already minted");
+
+        _beforeTokenTransfer(address(0), to, tokenId);
+
+        _balances[to] += 1;
+        _owners[tokenId] = to;
+
+        emit Transfer(address(0), to, tokenId);
+    }
+
+    /**
+     * @dev Destroys `tokenId`.
+     * The approval is cleared when the token is burned.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must exist.
+     *
+     * Emits a {Transfer} event.
+     */
+    function _burn(uint256 tokenId) internal virtual {
+        address owner = ERC721.ownerOf(tokenId);
+
+        _beforeTokenTransfer(owner, address(0), tokenId);
+
+        // Clear approvals
+        _approve(address(0), tokenId);
+
+        _balances[owner] -= 1;
+        delete _owners[tokenId];
+
+        emit Transfer(owner, address(0), tokenId);
+    }
+
+    /**
+     * @dev Transfers `tokenId` from `from` to `to`.
+     *  As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
+     *
+     * Requirements:
+     *
+     * - `to` cannot be the zero address.
+     * - `tokenId` token must be owned by `from`.
+     *
+     * Emits a {Transfer} event.
+     */
+    function _transfer(address from, address to, uint256 tokenId) internal virtual {
+        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer of token that is not own");
+        require(to != address(0), "ERC721: transfer to the zero address");
+
+        _beforeTokenTransfer(from, to, tokenId);
+
+        // Clear approvals from the previous owner
+        _approve(address(0), tokenId);
+
+        _balances[from] -= 1;
+        _balances[to] += 1;
+        _owners[tokenId] = to;
+
+        emit Transfer(from, to, tokenId);
+    }
+
+    /**
+     * @dev Approve `to` to operate on `tokenId`
+     *
+     * Emits a {Approval} event.
+     */
+    function _approve(address to, uint256 tokenId) internal virtual {
+        _tokenApprovals[tokenId] = to;
+        emit Approval(ERC721.ownerOf(tokenId), to, tokenId);
+    }
+
+    /**
+     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
+     * The call is not executed if the target address is not a contract.
+     *
+     * @param from address representing the previous owner of the given token ID
+     * @param to target address that will receive the tokens
+     * @param tokenId uint256 ID of the token to be transferred
+     * @param _data bytes optional data to send along with the call
+     * @return bool whether the call correctly returned the expected magic value
+     */
+    function _checkOnERC721Received(address from, address to, uint256 tokenId, bytes memory _data)
+        private returns (bool)
+    {
+        if (to.isContract()) {
+            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
+                return retval == IERC721Receiver(to).onERC721Received.selector;
+            } catch (bytes memory reason) {
+                if (reason.length == 0) {
+                    revert("ERC721: transfer to non ERC721Receiver implementer");
+                } else {
+                    // solhint-disable-next-line no-inline-assembly
+                    assembly {
+                        revert(add(32, reason), mload(reason))
+                    }
+                }
+            }
+        } else {
+            return true;
+        }
+    }
+
+    /**
+     * @dev Hook that is called before any token transfer. This includes minting
+     * and burning.
+     *
+     * Calling conditions:
+     *
+     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
+     * transferred to `to`.
+     * - When `from` is zero, `tokenId` will be minted for `to`.
+     * - When `to` is zero, ``from``'s `tokenId` will be burned.
+     * - `from` cannot be the zero address.
+     * - `to` cannot be the zero address.
+     *
+     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
+     */
+    function _beforeTokenTransfer(address from, address to, uint256 tokenId) internal virtual { }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721.sol
new file mode 100644
index 0000000..5811e79
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721.sol
@@ -0,0 +1,129 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../../utils/introspection/IERC165.sol";
+
+/**
+ * @dev Required interface of an ERC721 compliant contract.
+ */
+interface IERC721 is IERC165 {
+    /**
+     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
+     */
+    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);
+
+    /**
+     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
+     */
+    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);
+
+    /**
+     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
+     */
+    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);
+
+    /**
+     * @dev Returns the number of tokens in ``owner``'s account.
+     */
+    function balanceOf(address owner) external view returns (uint256 balance);
+
+    /**
+     * @dev Returns the owner of the `tokenId` token.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must exist.
+     */
+    function ownerOf(uint256 tokenId) external view returns (address owner);
+
+    /**
+     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
+     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
+     *
+     * Requirements:
+     *
+     * - `from` cannot be the zero address.
+     * - `to` cannot be the zero address.
+     * - `tokenId` token must exist and be owned by `from`.
+     * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
+     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
+     *
+     * Emits a {Transfer} event.
+     */
+    function safeTransferFrom(address from, address to, uint256 tokenId) external;
+
+    /**
+     * @dev Transfers `tokenId` token from `from` to `to`.
+     *
+     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
+     *
+     * Requirements:
+     *
+     * - `from` cannot be the zero address.
+     * - `to` cannot be the zero address.
+     * - `tokenId` token must be owned by `from`.
+     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
+     *
+     * Emits a {Transfer} event.
+     */
+    function transferFrom(address from, address to, uint256 tokenId) external;
+
+    /**
+     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
+     * The approval is cleared when the token is transferred.
+     *
+     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
+     *
+     * Requirements:
+     *
+     * - The caller must own the token or be an approved operator.
+     * - `tokenId` must exist.
+     *
+     * Emits an {Approval} event.
+     */
+    function approve(address to, uint256 tokenId) external;
+
+    /**
+     * @dev Returns the account approved for `tokenId` token.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must exist.
+     */
+    function getApproved(uint256 tokenId) external view returns (address operator);
+
+    /**
+     * @dev Approve or remove `operator` as an operator for the caller.
+     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
+     *
+     * Requirements:
+     *
+     * - The `operator` cannot be the caller.
+     *
+     * Emits an {ApprovalForAll} event.
+     */
+    function setApprovalForAll(address operator, bool _approved) external;
+
+    /**
+     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
+     *
+     * See {setApprovalForAll}
+     */
+    function isApprovedForAll(address owner, address operator) external view returns (bool);
+
+    /**
+      * @dev Safely transfers `tokenId` token from `from` to `to`.
+      *
+      * Requirements:
+      *
+      * - `from` cannot be the zero address.
+      * - `to` cannot be the zero address.
+      * - `tokenId` token must exist and be owned by `from`.
+      * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
+      * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
+      *
+      * Emits a {Transfer} event.
+      */
+    function safeTransferFrom(address from, address to, uint256 tokenId, bytes calldata data) external;
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol
new file mode 100644
index 0000000..081f4ab
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @title ERC721 token receiver interface
+ * @dev Interface for any contract that wants to support safeTransfers
+ * from ERC721 asset contracts.
+ */
+interface IERC721Receiver {
+    /**
+     * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
+     * by `operator` from `from`, this function is called.
+     *
+     * It must return its Solidity selector to confirm the token transfer.
+     * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
+     *
+     * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`.
+     */
+    function onERC721Received(address operator, address from, uint256 tokenId, bytes calldata data) external returns (bytes4);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol
new file mode 100644
index 0000000..b0512f0
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Burnable.sol
@@ -0,0 +1,25 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC721.sol";
+import "../../../utils/Context.sol";
+
+/**
+ * @title ERC721 Burnable Token
+ * @dev ERC721 Token that can be irreversibly burned (destroyed).
+ */
+abstract contract ERC721Burnable is Context, ERC721 {
+    /**
+     * @dev Burns `tokenId`. See {ERC721-_burn}.
+     *
+     * Requirements:
+     *
+     * - The caller must own `tokenId` or be an approved operator.
+     */
+    function burn(uint256 tokenId) public virtual {
+        //solhint-disable-next-line max-line-length
+        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721Burnable: caller is not owner nor approved");
+        _burn(tokenId);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol
new file mode 100644
index 0000000..8cdcdf8
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol
@@ -0,0 +1,159 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC721.sol";
+import "./IERC721Enumerable.sol";
+
+/**
+ * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
+ * enumerability of all the token ids in the contract as well as all token ids owned by each
+ * account.
+ */
+abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
+    // Mapping from owner to list of owned token IDs
+    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;
+
+    // Mapping from token ID to index of the owner tokens list
+    mapping(uint256 => uint256) private _ownedTokensIndex;
+
+    // Array with all token ids, used for enumeration
+    uint256[] private _allTokens;
+
+    // Mapping from token id to position in the allTokens array
+    mapping(uint256 => uint256) private _allTokensIndex;
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC721) returns (bool) {
+        return interfaceId == type(IERC721Enumerable).interfaceId
+            || super.supportsInterface(interfaceId);
+    }
+
+    /**
+     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
+     */
+    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
+        require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds");
+        return _ownedTokens[owner][index];
+    }
+
+    /**
+     * @dev See {IERC721Enumerable-totalSupply}.
+     */
+    function totalSupply() public view virtual override returns (uint256) {
+        return _allTokens.length;
+    }
+
+    /**
+     * @dev See {IERC721Enumerable-tokenByIndex}.
+     */
+    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
+        require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds");
+        return _allTokens[index];
+    }
+
+    /**
+     * @dev Hook that is called before any token transfer. This includes minting
+     * and burning.
+     *
+     * Calling conditions:
+     *
+     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
+     * transferred to `to`.
+     * - When `from` is zero, `tokenId` will be minted for `to`.
+     * - When `to` is zero, ``from``'s `tokenId` will be burned.
+     * - `from` cannot be the zero address.
+     * - `to` cannot be the zero address.
+     *
+     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
+     */
+    function _beforeTokenTransfer(address from, address to, uint256 tokenId) internal virtual override {
+        super._beforeTokenTransfer(from, to, tokenId);
+
+        if (from == address(0)) {
+            _addTokenToAllTokensEnumeration(tokenId);
+        } else if (from != to) {
+            _removeTokenFromOwnerEnumeration(from, tokenId);
+        }
+        if (to == address(0)) {
+            _removeTokenFromAllTokensEnumeration(tokenId);
+        } else if (to != from) {
+            _addTokenToOwnerEnumeration(to, tokenId);
+        }
+    }
+
+    /**
+     * @dev Private function to add a token to this extension's ownership-tracking data structures.
+     * @param to address representing the new owner of the given token ID
+     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
+     */
+    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
+        uint256 length = ERC721.balanceOf(to);
+        _ownedTokens[to][length] = tokenId;
+        _ownedTokensIndex[tokenId] = length;
+    }
+
+    /**
+     * @dev Private function to add a token to this extension's token tracking data structures.
+     * @param tokenId uint256 ID of the token to be added to the tokens list
+     */
+    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
+        _allTokensIndex[tokenId] = _allTokens.length;
+        _allTokens.push(tokenId);
+    }
+
+    /**
+     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
+     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
+     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
+     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
+     * @param from address representing the previous owner of the given token ID
+     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
+     */
+    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private {
+        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
+        // then delete the last slot (swap and pop).
+
+        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
+        uint256 tokenIndex = _ownedTokensIndex[tokenId];
+
+        // When the token to delete is the last token, the swap operation is unnecessary
+        if (tokenIndex != lastTokenIndex) {
+            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];
+
+            _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
+            _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
+        }
+
+        // This also deletes the contents at the last position of the array
+        delete _ownedTokensIndex[tokenId];
+        delete _ownedTokens[from][lastTokenIndex];
+    }
+
+    /**
+     * @dev Private function to remove a token from this extension's token tracking data structures.
+     * This has O(1) time complexity, but alters the order of the _allTokens array.
+     * @param tokenId uint256 ID of the token to be removed from the tokens list
+     */
+    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
+        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
+        // then delete the last slot (swap and pop).
+
+        uint256 lastTokenIndex = _allTokens.length - 1;
+        uint256 tokenIndex = _allTokensIndex[tokenId];
+
+        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
+        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
+        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
+        uint256 lastTokenId = _allTokens[lastTokenIndex];
+
+        _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
+        _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
+
+        // This also deletes the contents at the last position of the array
+        delete _allTokensIndex[tokenId];
+        _allTokens.pop();
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol
new file mode 100644
index 0000000..9f2fabf
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721Pausable.sol
@@ -0,0 +1,28 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC721.sol";
+import "../../../security/Pausable.sol";
+
+/**
+ * @dev ERC721 token with pausable token transfers, minting and burning.
+ *
+ * Useful for scenarios such as preventing trades until the end of an evaluation
+ * period, or having an emergency switch for freezing all token transfers in the
+ * event of a large bug.
+ */
+abstract contract ERC721Pausable is ERC721, Pausable {
+    /**
+     * @dev See {ERC721-_beforeTokenTransfer}.
+     *
+     * Requirements:
+     *
+     * - the contract must not be paused.
+     */
+    function _beforeTokenTransfer(address from, address to, uint256 tokenId) internal virtual override {
+        super._beforeTokenTransfer(from, to, tokenId);
+
+        require(!paused(), "ERC721Pausable: token transfer while paused");
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol
new file mode 100644
index 0000000..10ba8a2
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol
@@ -0,0 +1,66 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC721.sol";
+
+/**
+ * @dev ERC721 token with storage based token URI management.
+ */
+abstract contract ERC721URIStorage is ERC721 {
+    using Strings for uint256;
+
+    // Optional mapping for token URIs
+    mapping (uint256 => string) private _tokenURIs;
+
+    /**
+     * @dev See {IERC721Metadata-tokenURI}.
+     */
+    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
+        require(_exists(tokenId), "ERC721URIStorage: URI query for nonexistent token");
+
+        string memory _tokenURI = _tokenURIs[tokenId];
+        string memory base = _baseURI();
+
+        // If there is no base URI, return the token URI.
+        if (bytes(base).length == 0) {
+            return _tokenURI;
+        }
+        // If both are set, concatenate the baseURI and tokenURI (via abi.encodePacked).
+        if (bytes(_tokenURI).length > 0) {
+            return string(abi.encodePacked(base, _tokenURI));
+        }
+
+        return super.tokenURI(tokenId);
+    }
+
+    /**
+     * @dev Sets `_tokenURI` as the tokenURI of `tokenId`.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must exist.
+     */
+    function _setTokenURI(uint256 tokenId, string memory _tokenURI) internal virtual {
+        require(_exists(tokenId), "ERC721URIStorage: URI set of nonexistent token");
+        _tokenURIs[tokenId] = _tokenURI;
+    }
+
+    /**
+     * @dev Destroys `tokenId`.
+     * The approval is cleared when the token is burned.
+     *
+     * Requirements:
+     *
+     * - `tokenId` must exist.
+     *
+     * Emits a {Transfer} event.
+     */
+    function _burn(uint256 tokenId) internal virtual override {
+        super._burn(tokenId);
+
+        if (bytes(_tokenURIs[tokenId]).length != 0) {
+            delete _tokenURIs[tokenId];
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol
new file mode 100644
index 0000000..6cf0f83
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC721.sol";
+
+/**
+ * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
+ * @dev See https://eips.ethereum.org/EIPS/eip-721
+ */
+interface IERC721Enumerable is IERC721 {
+
+    /**
+     * @dev Returns the total amount of tokens stored by the contract.
+     */
+    function totalSupply() external view returns (uint256);
+
+    /**
+     * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
+     * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
+     */
+    function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId);
+
+    /**
+     * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
+     * Use along with {totalSupply} to enumerate all tokens.
+     */
+    function tokenByIndex(uint256 index) external view returns (uint256);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol
new file mode 100644
index 0000000..2379bac
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC721.sol";
+
+/**
+ * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
+ * @dev See https://eips.ethereum.org/EIPS/eip-721
+ */
+interface IERC721Metadata is IERC721 {
+
+    /**
+     * @dev Returns the token collection name.
+     */
+    function name() external view returns (string memory);
+
+    /**
+     * @dev Returns the token collection symbol.
+     */
+    function symbol() external view returns (string memory);
+
+    /**
+     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
+     */
+    function tokenURI(uint256 tokenId) external view returns (string memory);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol
new file mode 100644
index 0000000..77b3fd1
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/presets/ERC721PresetMinterPauserAutoId.sol
@@ -0,0 +1,116 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../ERC721.sol";
+import "../extensions/ERC721Enumerable.sol";
+import "../extensions/ERC721Burnable.sol";
+import "../extensions/ERC721Pausable.sol";
+import "../../../access/AccessControlEnumerable.sol";
+import "../../../utils/Context.sol";
+import "../../../utils/Counters.sol";
+
+/**
+ * @dev {ERC721} token, including:
+ *
+ *  - ability for holders to burn (destroy) their tokens
+ *  - a minter role that allows for token minting (creation)
+ *  - a pauser role that allows to stop all token transfers
+ *  - token ID and URI autogeneration
+ *
+ * This contract uses {AccessControl} to lock permissioned functions using the
+ * different roles - head to its documentation for details.
+ *
+ * The account that deploys the contract will be granted the minter and pauser
+ * roles, as well as the default admin role, which will let it grant both minter
+ * and pauser roles to other accounts.
+ */
+contract ERC721PresetMinterPauserAutoId is Context, AccessControlEnumerable, ERC721Enumerable, ERC721Burnable, ERC721Pausable {
+    using Counters for Counters.Counter;
+
+    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
+    bytes32 public constant PAUSER_ROLE = keccak256("PAUSER_ROLE");
+
+    Counters.Counter private _tokenIdTracker;
+
+    string private _baseTokenURI;
+
+    /**
+     * @dev Grants `DEFAULT_ADMIN_ROLE`, `MINTER_ROLE` and `PAUSER_ROLE` to the
+     * account that deploys the contract.
+     *
+     * Token URIs will be autogenerated based on `baseURI` and their token IDs.
+     * See {ERC721-tokenURI}.
+     */
+    constructor(string memory name, string memory symbol, string memory baseTokenURI) ERC721(name, symbol) {
+        _baseTokenURI = baseTokenURI;
+
+        _setupRole(DEFAULT_ADMIN_ROLE, _msgSender());
+
+        _setupRole(MINTER_ROLE, _msgSender());
+        _setupRole(PAUSER_ROLE, _msgSender());
+    }
+
+    function _baseURI() internal view virtual override returns (string memory) {
+        return _baseTokenURI;
+    }
+
+    /**
+     * @dev Creates a new token for `to`. Its token ID will be automatically
+     * assigned (and available on the emitted {IERC721-Transfer} event), and the token
+     * URI autogenerated based on the base URI passed at construction.
+     *
+     * See {ERC721-_mint}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `MINTER_ROLE`.
+     */
+    function mint(address to) public virtual {
+        require(hasRole(MINTER_ROLE, _msgSender()), "ERC721PresetMinterPauserAutoId: must have minter role to mint");
+
+        // We cannot just use balanceOf to create the new tokenId because tokens
+        // can be burned (destroyed), so we need a separate counter.
+        _mint(to, _tokenIdTracker.current());
+        _tokenIdTracker.increment();
+    }
+
+    /**
+     * @dev Pauses all token transfers.
+     *
+     * See {ERC721Pausable} and {Pausable-_pause}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `PAUSER_ROLE`.
+     */
+    function pause() public virtual {
+        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC721PresetMinterPauserAutoId: must have pauser role to pause");
+        _pause();
+    }
+
+    /**
+     * @dev Unpauses all token transfers.
+     *
+     * See {ERC721Pausable} and {Pausable-_unpause}.
+     *
+     * Requirements:
+     *
+     * - the caller must have the `PAUSER_ROLE`.
+     */
+    function unpause() public virtual {
+        require(hasRole(PAUSER_ROLE, _msgSender()), "ERC721PresetMinterPauserAutoId: must have pauser role to unpause");
+        _unpause();
+    }
+
+    function _beforeTokenTransfer(address from, address to, uint256 tokenId) internal virtual override(ERC721, ERC721Enumerable, ERC721Pausable) {
+        super._beforeTokenTransfer(from, to, tokenId);
+    }
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override(AccessControlEnumerable, ERC721, ERC721Enumerable) returns (bool) {
+        return super.supportsInterface(interfaceId);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol
new file mode 100644
index 0000000..1174ec0
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.sol
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../IERC721Receiver.sol";
+
+  /**
+   * @dev Implementation of the {IERC721Receiver} interface.
+   *
+   * Accepts all token transfers.
+   * Make sure the contract is able to use its token with {IERC721-safeTransferFrom}, {IERC721-approve} or {IERC721-setApprovalForAll}.
+   */
+contract ERC721Holder is IERC721Receiver {
+
+    /**
+     * @dev See {IERC721Receiver-onERC721Received}.
+     *
+     * Always returns `IERC721Receiver.onERC721Received.selector`.
+     */
+    function onERC721Received(address, address, uint256, bytes memory) public virtual override returns (bytes4) {
+        return this.onERC721Received.selector;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/ERC777.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/ERC777.sol
new file mode 100644
index 0000000..1b38dd3
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/ERC777.sol
@@ -0,0 +1,533 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC777.sol";
+import "./IERC777Recipient.sol";
+import "./IERC777Sender.sol";
+import "../ERC20/IERC20.sol";
+import "../../utils/Address.sol";
+import "../../utils/Context.sol";
+import "../../utils/introspection/IERC1820Registry.sol";
+
+/**
+ * @dev Implementation of the {IERC777} interface.
+ *
+ * This implementation is agnostic to the way tokens are created. This means
+ * that a supply mechanism has to be added in a derived contract using {_mint}.
+ *
+ * Support for ERC20 is included in this contract, as specified by the EIP: both
+ * the ERC777 and ERC20 interfaces can be safely used when interacting with it.
+ * Both {IERC777-Sent} and {IERC20-Transfer} events are emitted on token
+ * movements.
+ *
+ * Additionally, the {IERC777-granularity} value is hard-coded to `1`, meaning that there
+ * are no special restrictions in the amount of tokens that created, moved, or
+ * destroyed. This makes integration with ERC20 applications seamless.
+ */
+contract ERC777 is Context, IERC777, IERC20 {
+    using Address for address;
+
+    IERC1820Registry constant internal _ERC1820_REGISTRY = IERC1820Registry(0x1820a4B7618BdE71Dce8cdc73aAB6C95905faD24);
+
+    mapping(address => uint256) private _balances;
+
+    uint256 private _totalSupply;
+
+    string private _name;
+    string private _symbol;
+
+    bytes32 private constant _TOKENS_SENDER_INTERFACE_HASH = keccak256("ERC777TokensSender");
+    bytes32 private constant _TOKENS_RECIPIENT_INTERFACE_HASH = keccak256("ERC777TokensRecipient");
+
+    // This isn't ever read from - it's only used to respond to the defaultOperators query.
+    address[] private _defaultOperatorsArray;
+
+    // Immutable, but accounts may revoke them (tracked in __revokedDefaultOperators).
+    mapping(address => bool) private _defaultOperators;
+
+    // For each account, a mapping of its operators and revoked default operators.
+    mapping(address => mapping(address => bool)) private _operators;
+    mapping(address => mapping(address => bool)) private _revokedDefaultOperators;
+
+    // ERC20-allowances
+    mapping (address => mapping (address => uint256)) private _allowances;
+
+    /**
+     * @dev `defaultOperators` may be an empty array.
+     */
+    constructor(
+        string memory name_,
+        string memory symbol_,
+        address[] memory defaultOperators_
+    ) {
+        _name = name_;
+        _symbol = symbol_;
+
+        _defaultOperatorsArray = defaultOperators_;
+        for (uint256 i = 0; i < defaultOperators_.length; i++) {
+            _defaultOperators[defaultOperators_[i]] = true;
+        }
+
+        // register interfaces
+        _ERC1820_REGISTRY.setInterfaceImplementer(address(this), keccak256("ERC777Token"), address(this));
+        _ERC1820_REGISTRY.setInterfaceImplementer(address(this), keccak256("ERC20Token"), address(this));
+    }
+
+    /**
+     * @dev See {IERC777-name}.
+     */
+    function name() public view virtual override returns (string memory) {
+        return _name;
+    }
+
+    /**
+     * @dev See {IERC777-symbol}.
+     */
+    function symbol() public view virtual override returns (string memory) {
+        return _symbol;
+    }
+
+    /**
+     * @dev See {ERC20-decimals}.
+     *
+     * Always returns 18, as per the
+     * [ERC777 EIP](https://eips.ethereum.org/EIPS/eip-777#backward-compatibility).
+     */
+    function decimals() public pure virtual returns (uint8) {
+        return 18;
+    }
+
+    /**
+     * @dev See {IERC777-granularity}.
+     *
+     * This implementation always returns `1`.
+     */
+    function granularity() public view virtual override returns (uint256) {
+        return 1;
+    }
+
+    /**
+     * @dev See {IERC777-totalSupply}.
+     */
+    function totalSupply() public view virtual override(IERC20, IERC777) returns (uint256) {
+        return _totalSupply;
+    }
+
+    /**
+     * @dev Returns the amount of tokens owned by an account (`tokenHolder`).
+     */
+    function balanceOf(address tokenHolder) public view virtual override(IERC20, IERC777) returns (uint256) {
+        return _balances[tokenHolder];
+    }
+
+    /**
+     * @dev See {IERC777-send}.
+     *
+     * Also emits a {IERC20-Transfer} event for ERC20 compatibility.
+     */
+    function send(address recipient, uint256 amount, bytes memory data) public virtual override  {
+        _send(_msgSender(), recipient, amount, data, "", true);
+    }
+
+    /**
+     * @dev See {IERC20-transfer}.
+     *
+     * Unlike `send`, `recipient` is _not_ required to implement the {IERC777Recipient}
+     * interface if it is a contract.
+     *
+     * Also emits a {Sent} event.
+     */
+    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
+        require(recipient != address(0), "ERC777: transfer to the zero address");
+
+        address from = _msgSender();
+
+        _callTokensToSend(from, from, recipient, amount, "", "");
+
+        _move(from, from, recipient, amount, "", "");
+
+        _callTokensReceived(from, from, recipient, amount, "", "", false);
+
+        return true;
+    }
+
+    /**
+     * @dev See {IERC777-burn}.
+     *
+     * Also emits a {IERC20-Transfer} event for ERC20 compatibility.
+     */
+    function burn(uint256 amount, bytes memory data) public virtual override  {
+        _burn(_msgSender(), amount, data, "");
+    }
+
+    /**
+     * @dev See {IERC777-isOperatorFor}.
+     */
+    function isOperatorFor(address operator, address tokenHolder) public view virtual override returns (bool) {
+        return operator == tokenHolder ||
+            (_defaultOperators[operator] && !_revokedDefaultOperators[tokenHolder][operator]) ||
+            _operators[tokenHolder][operator];
+    }
+
+    /**
+     * @dev See {IERC777-authorizeOperator}.
+     */
+    function authorizeOperator(address operator) public virtual override  {
+        require(_msgSender() != operator, "ERC777: authorizing self as operator");
+
+        if (_defaultOperators[operator]) {
+            delete _revokedDefaultOperators[_msgSender()][operator];
+        } else {
+            _operators[_msgSender()][operator] = true;
+        }
+
+        emit AuthorizedOperator(operator, _msgSender());
+    }
+
+    /**
+     * @dev See {IERC777-revokeOperator}.
+     */
+    function revokeOperator(address operator) public virtual override  {
+        require(operator != _msgSender(), "ERC777: revoking self as operator");
+
+        if (_defaultOperators[operator]) {
+            _revokedDefaultOperators[_msgSender()][operator] = true;
+        } else {
+            delete _operators[_msgSender()][operator];
+        }
+
+        emit RevokedOperator(operator, _msgSender());
+    }
+
+    /**
+     * @dev See {IERC777-defaultOperators}.
+     */
+    function defaultOperators() public view virtual override returns (address[] memory) {
+        return _defaultOperatorsArray;
+    }
+
+    /**
+     * @dev See {IERC777-operatorSend}.
+     *
+     * Emits {Sent} and {IERC20-Transfer} events.
+     */
+    function operatorSend(
+        address sender,
+        address recipient,
+        uint256 amount,
+        bytes memory data,
+        bytes memory operatorData
+    )
+        public
+        virtual
+        override
+    {
+        require(isOperatorFor(_msgSender(), sender), "ERC777: caller is not an operator for holder");
+        _send(sender, recipient, amount, data, operatorData, true);
+    }
+
+    /**
+     * @dev See {IERC777-operatorBurn}.
+     *
+     * Emits {Burned} and {IERC20-Transfer} events.
+     */
+    function operatorBurn(address account, uint256 amount, bytes memory data, bytes memory operatorData) public virtual override {
+        require(isOperatorFor(_msgSender(), account), "ERC777: caller is not an operator for holder");
+        _burn(account, amount, data, operatorData);
+    }
+
+    /**
+     * @dev See {IERC20-allowance}.
+     *
+     * Note that operator and allowance concepts are orthogonal: operators may
+     * not have allowance, and accounts with allowance may not be operators
+     * themselves.
+     */
+    function allowance(address holder, address spender) public view virtual override returns (uint256) {
+        return _allowances[holder][spender];
+    }
+
+    /**
+     * @dev See {IERC20-approve}.
+     *
+     * Note that accounts cannot have allowance issued by their operators.
+     */
+    function approve(address spender, uint256 value) public virtual override returns (bool) {
+        address holder = _msgSender();
+        _approve(holder, spender, value);
+        return true;
+    }
+
+   /**
+    * @dev See {IERC20-transferFrom}.
+    *
+    * Note that operator and allowance concepts are orthogonal: operators cannot
+    * call `transferFrom` (unless they have allowance), and accounts with
+    * allowance cannot call `operatorSend` (unless they are operators).
+    *
+    * Emits {Sent}, {IERC20-Transfer} and {IERC20-Approval} events.
+    */
+    function transferFrom(address holder, address recipient, uint256 amount) public virtual override returns (bool) {
+        require(recipient != address(0), "ERC777: transfer to the zero address");
+        require(holder != address(0), "ERC777: transfer from the zero address");
+
+        address spender = _msgSender();
+
+        _callTokensToSend(spender, holder, recipient, amount, "", "");
+
+        _move(spender, holder, recipient, amount, "", "");
+
+        uint256 currentAllowance = _allowances[holder][spender];
+        require(currentAllowance >= amount, "ERC777: transfer amount exceeds allowance");
+        _approve(holder, spender, currentAllowance - amount);
+
+        _callTokensReceived(spender, holder, recipient, amount, "", "", false);
+
+        return true;
+    }
+
+    /**
+     * @dev Creates `amount` tokens and assigns them to `account`, increasing
+     * the total supply.
+     *
+     * If a send hook is registered for `account`, the corresponding function
+     * will be called with `operator`, `data` and `operatorData`.
+     *
+     * See {IERC777Sender} and {IERC777Recipient}.
+     *
+     * Emits {Minted} and {IERC20-Transfer} events.
+     *
+     * Requirements
+     *
+     * - `account` cannot be the zero address.
+     * - if `account` is a contract, it must implement the {IERC777Recipient}
+     * interface.
+     */
+    function _mint(
+        address account,
+        uint256 amount,
+        bytes memory userData,
+        bytes memory operatorData
+    )
+        internal
+        virtual
+    {
+        _mint(account, amount, userData, operatorData, true);
+    }
+
+    /**
+     * @dev Creates `amount` tokens and assigns them to `account`, increasing
+     * the total supply.
+     *
+     * If `requireReceptionAck` is set to true, and if a send hook is
+     * registered for `account`, the corresponding function will be called with
+     * `operator`, `data` and `operatorData`.
+     *
+     * See {IERC777Sender} and {IERC777Recipient}.
+     *
+     * Emits {Minted} and {IERC20-Transfer} events.
+     *
+     * Requirements
+     *
+     * - `account` cannot be the zero address.
+     * - if `account` is a contract, it must implement the {IERC777Recipient}
+     * interface.
+     */
+    function _mint(
+        address account,
+        uint256 amount,
+        bytes memory userData,
+        bytes memory operatorData,
+        bool requireReceptionAck
+    )
+        internal
+        virtual
+    {
+        require(account != address(0), "ERC777: mint to the zero address");
+
+        address operator = _msgSender();
+
+        _beforeTokenTransfer(operator, address(0), account, amount);
+
+        // Update state variables
+        _totalSupply += amount;
+        _balances[account] += amount;
+
+        _callTokensReceived(operator, address(0), account, amount, userData, operatorData, requireReceptionAck);
+
+        emit Minted(operator, account, amount, userData, operatorData);
+        emit Transfer(address(0), account, amount);
+    }
+
+    /**
+     * @dev Send tokens
+     * @param from address token holder address
+     * @param to address recipient address
+     * @param amount uint256 amount of tokens to transfer
+     * @param userData bytes extra information provided by the token holder (if any)
+     * @param operatorData bytes extra information provided by the operator (if any)
+     * @param requireReceptionAck if true, contract recipients are required to implement ERC777TokensRecipient
+     */
+    function _send(
+        address from,
+        address to,
+        uint256 amount,
+        bytes memory userData,
+        bytes memory operatorData,
+        bool requireReceptionAck
+    )
+        internal
+        virtual
+    {
+        require(from != address(0), "ERC777: send from the zero address");
+        require(to != address(0), "ERC777: send to the zero address");
+
+        address operator = _msgSender();
+
+        _callTokensToSend(operator, from, to, amount, userData, operatorData);
+
+        _move(operator, from, to, amount, userData, operatorData);
+
+        _callTokensReceived(operator, from, to, amount, userData, operatorData, requireReceptionAck);
+    }
+
+    /**
+     * @dev Burn tokens
+     * @param from address token holder address
+     * @param amount uint256 amount of tokens to burn
+     * @param data bytes extra information provided by the token holder
+     * @param operatorData bytes extra information provided by the operator (if any)
+     */
+    function _burn(
+        address from,
+        uint256 amount,
+        bytes memory data,
+        bytes memory operatorData
+    )
+        internal
+        virtual
+    {
+        require(from != address(0), "ERC777: burn from the zero address");
+
+        address operator = _msgSender();
+
+        _callTokensToSend(operator, from, address(0), amount, data, operatorData);
+
+        _beforeTokenTransfer(operator, from, address(0), amount);
+
+        // Update state variables
+        uint256 fromBalance = _balances[from];
+        require(fromBalance >= amount, "ERC777: burn amount exceeds balance");
+        _balances[from] = fromBalance - amount;
+        _totalSupply -= amount;
+
+        emit Burned(operator, from, amount, data, operatorData);
+        emit Transfer(from, address(0), amount);
+    }
+
+    function _move(
+        address operator,
+        address from,
+        address to,
+        uint256 amount,
+        bytes memory userData,
+        bytes memory operatorData
+    )
+        private
+    {
+        _beforeTokenTransfer(operator, from, to, amount);
+
+        uint256 fromBalance = _balances[from];
+        require(fromBalance >= amount, "ERC777: transfer amount exceeds balance");
+        _balances[from] = fromBalance - amount;
+        _balances[to] += amount;
+
+        emit Sent(operator, from, to, amount, userData, operatorData);
+        emit Transfer(from, to, amount);
+    }
+
+    /**
+     * @dev See {ERC20-_approve}.
+     *
+     * Note that accounts cannot have allowance issued by their operators.
+     */
+    function _approve(address holder, address spender, uint256 value) internal {
+        require(holder != address(0), "ERC777: approve from the zero address");
+        require(spender != address(0), "ERC777: approve to the zero address");
+
+        _allowances[holder][spender] = value;
+        emit Approval(holder, spender, value);
+    }
+
+    /**
+     * @dev Call from.tokensToSend() if the interface is registered
+     * @param operator address operator requesting the transfer
+     * @param from address token holder address
+     * @param to address recipient address
+     * @param amount uint256 amount of tokens to transfer
+     * @param userData bytes extra information provided by the token holder (if any)
+     * @param operatorData bytes extra information provided by the operator (if any)
+     */
+    function _callTokensToSend(
+        address operator,
+        address from,
+        address to,
+        uint256 amount,
+        bytes memory userData,
+        bytes memory operatorData
+    )
+        private
+    {
+        address implementer = _ERC1820_REGISTRY.getInterfaceImplementer(from, _TOKENS_SENDER_INTERFACE_HASH);
+        if (implementer != address(0)) {
+            IERC777Sender(implementer).tokensToSend(operator, from, to, amount, userData, operatorData);
+        }
+    }
+
+    /**
+     * @dev Call to.tokensReceived() if the interface is registered. Reverts if the recipient is a contract but
+     * tokensReceived() was not registered for the recipient
+     * @param operator address operator requesting the transfer
+     * @param from address token holder address
+     * @param to address recipient address
+     * @param amount uint256 amount of tokens to transfer
+     * @param userData bytes extra information provided by the token holder (if any)
+     * @param operatorData bytes extra information provided by the operator (if any)
+     * @param requireReceptionAck if true, contract recipients are required to implement ERC777TokensRecipient
+     */
+    function _callTokensReceived(
+        address operator,
+        address from,
+        address to,
+        uint256 amount,
+        bytes memory userData,
+        bytes memory operatorData,
+        bool requireReceptionAck
+    )
+        private
+    {
+        address implementer = _ERC1820_REGISTRY.getInterfaceImplementer(to, _TOKENS_RECIPIENT_INTERFACE_HASH);
+        if (implementer != address(0)) {
+            IERC777Recipient(implementer).tokensReceived(operator, from, to, amount, userData, operatorData);
+        } else if (requireReceptionAck) {
+            require(!to.isContract(), "ERC777: token recipient contract has no implementer for ERC777TokensRecipient");
+        }
+    }
+
+    /**
+     * @dev Hook that is called before any token transfer. This includes
+     * calls to {send}, {transfer}, {operatorSend}, minting and burning.
+     *
+     * Calling conditions:
+     *
+     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
+     * will be to transferred to `to`.
+     * - when `from` is zero, `amount` tokens will be minted for `to`.
+     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
+     * - `from` and `to` are never both zero.
+     *
+     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
+     */
+    function _beforeTokenTransfer(address operator, address from, address to, uint256 amount) internal virtual { }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777.sol
new file mode 100644
index 0000000..ad2beeb
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777.sol
@@ -0,0 +1,188 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC777Token standard as defined in the EIP.
+ *
+ * This contract uses the
+ * https://eips.ethereum.org/EIPS/eip-1820[ERC1820 registry standard] to let
+ * token holders and recipients react to token movements by using setting implementers
+ * for the associated interfaces in said registry. See {IERC1820Registry} and
+ * {ERC1820Implementer}.
+ */
+interface IERC777 {
+    /**
+     * @dev Returns the name of the token.
+     */
+    function name() external view returns (string memory);
+
+    /**
+     * @dev Returns the symbol of the token, usually a shorter version of the
+     * name.
+     */
+    function symbol() external view returns (string memory);
+
+    /**
+     * @dev Returns the smallest part of the token that is not divisible. This
+     * means all token operations (creation, movement and destruction) must have
+     * amounts that are a multiple of this number.
+     *
+     * For most token contracts, this value will equal 1.
+     */
+    function granularity() external view returns (uint256);
+
+    /**
+     * @dev Returns the amount of tokens in existence.
+     */
+    function totalSupply() external view returns (uint256);
+
+    /**
+     * @dev Returns the amount of tokens owned by an account (`owner`).
+     */
+    function balanceOf(address owner) external view returns (uint256);
+
+    /**
+     * @dev Moves `amount` tokens from the caller's account to `recipient`.
+     *
+     * If send or receive hooks are registered for the caller and `recipient`,
+     * the corresponding functions will be called with `data` and empty
+     * `operatorData`. See {IERC777Sender} and {IERC777Recipient}.
+     *
+     * Emits a {Sent} event.
+     *
+     * Requirements
+     *
+     * - the caller must have at least `amount` tokens.
+     * - `recipient` cannot be the zero address.
+     * - if `recipient` is a contract, it must implement the {IERC777Recipient}
+     * interface.
+     */
+    function send(address recipient, uint256 amount, bytes calldata data) external;
+
+    /**
+     * @dev Destroys `amount` tokens from the caller's account, reducing the
+     * total supply.
+     *
+     * If a send hook is registered for the caller, the corresponding function
+     * will be called with `data` and empty `operatorData`. See {IERC777Sender}.
+     *
+     * Emits a {Burned} event.
+     *
+     * Requirements
+     *
+     * - the caller must have at least `amount` tokens.
+     */
+    function burn(uint256 amount, bytes calldata data) external;
+
+    /**
+     * @dev Returns true if an account is an operator of `tokenHolder`.
+     * Operators can send and burn tokens on behalf of their owners. All
+     * accounts are their own operator.
+     *
+     * See {operatorSend} and {operatorBurn}.
+     */
+    function isOperatorFor(address operator, address tokenHolder) external view returns (bool);
+
+    /**
+     * @dev Make an account an operator of the caller.
+     *
+     * See {isOperatorFor}.
+     *
+     * Emits an {AuthorizedOperator} event.
+     *
+     * Requirements
+     *
+     * - `operator` cannot be calling address.
+     */
+    function authorizeOperator(address operator) external;
+
+    /**
+     * @dev Revoke an account's operator status for the caller.
+     *
+     * See {isOperatorFor} and {defaultOperators}.
+     *
+     * Emits a {RevokedOperator} event.
+     *
+     * Requirements
+     *
+     * - `operator` cannot be calling address.
+     */
+    function revokeOperator(address operator) external;
+
+    /**
+     * @dev Returns the list of default operators. These accounts are operators
+     * for all token holders, even if {authorizeOperator} was never called on
+     * them.
+     *
+     * This list is immutable, but individual holders may revoke these via
+     * {revokeOperator}, in which case {isOperatorFor} will return false.
+     */
+    function defaultOperators() external view returns (address[] memory);
+
+    /**
+     * @dev Moves `amount` tokens from `sender` to `recipient`. The caller must
+     * be an operator of `sender`.
+     *
+     * If send or receive hooks are registered for `sender` and `recipient`,
+     * the corresponding functions will be called with `data` and
+     * `operatorData`. See {IERC777Sender} and {IERC777Recipient}.
+     *
+     * Emits a {Sent} event.
+     *
+     * Requirements
+     *
+     * - `sender` cannot be the zero address.
+     * - `sender` must have at least `amount` tokens.
+     * - the caller must be an operator for `sender`.
+     * - `recipient` cannot be the zero address.
+     * - if `recipient` is a contract, it must implement the {IERC777Recipient}
+     * interface.
+     */
+    function operatorSend(
+        address sender,
+        address recipient,
+        uint256 amount,
+        bytes calldata data,
+        bytes calldata operatorData
+    ) external;
+
+    /**
+     * @dev Destroys `amount` tokens from `account`, reducing the total supply.
+     * The caller must be an operator of `account`.
+     *
+     * If a send hook is registered for `account`, the corresponding function
+     * will be called with `data` and `operatorData`. See {IERC777Sender}.
+     *
+     * Emits a {Burned} event.
+     *
+     * Requirements
+     *
+     * - `account` cannot be the zero address.
+     * - `account` must have at least `amount` tokens.
+     * - the caller must be an operator for `account`.
+     */
+    function operatorBurn(
+        address account,
+        uint256 amount,
+        bytes calldata data,
+        bytes calldata operatorData
+    ) external;
+
+    event Sent(
+        address indexed operator,
+        address indexed from,
+        address indexed to,
+        uint256 amount,
+        bytes data,
+        bytes operatorData
+    );
+
+    event Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData);
+
+    event Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData);
+
+    event AuthorizedOperator(address indexed operator, address indexed tokenHolder);
+
+    event RevokedOperator(address indexed operator, address indexed tokenHolder);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol
new file mode 100644
index 0000000..a897691
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Recipient.sol
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC777TokensRecipient standard as defined in the EIP.
+ *
+ * Accounts can be notified of {IERC777} tokens being sent to them by having a
+ * contract implement this interface (contract holders can be their own
+ * implementer) and registering it on the
+ * https://eips.ethereum.org/EIPS/eip-1820[ERC1820 global registry].
+ *
+ * See {IERC1820Registry} and {ERC1820Implementer}.
+ */
+interface IERC777Recipient {
+    /**
+     * @dev Called by an {IERC777} token contract whenever tokens are being
+     * moved or created into a registered account (`to`). The type of operation
+     * is conveyed by `from` being the zero address or not.
+     *
+     * This call occurs _after_ the token contract's state is updated, so
+     * {IERC777-balanceOf}, etc., can be used to query the post-operation state.
+     *
+     * This function may revert to prevent the operation from being executed.
+     */
+    function tokensReceived(
+        address operator,
+        address from,
+        address to,
+        uint256 amount,
+        bytes calldata userData,
+        bytes calldata operatorData
+    ) external;
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Sender.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Sender.sol
new file mode 100644
index 0000000..1371811
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/IERC777Sender.sol
@@ -0,0 +1,34 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC777TokensSender standard as defined in the EIP.
+ *
+ * {IERC777} Token holders can be notified of operations performed on their
+ * tokens by having a contract implement this interface (contract holders can be
+ *  their own implementer) and registering it on the
+ * https://eips.ethereum.org/EIPS/eip-1820[ERC1820 global registry].
+ *
+ * See {IERC1820Registry} and {ERC1820Implementer}.
+ */
+interface IERC777Sender {
+    /**
+     * @dev Called by an {IERC777} token contract whenever a registered holder's
+     * (`from`) tokens are about to be moved or destroyed. The type of operation
+     * is conveyed by `to` being the zero address or not.
+     *
+     * This call occurs _before_ the token contract's state is updated, so
+     * {IERC777-balanceOf}, etc., can be used to query the pre-operation state.
+     *
+     * This function may revert to prevent the operation from being executed.
+     */
+    function tokensToSend(
+        address operator,
+        address from,
+        address to,
+        uint256 amount,
+        bytes calldata userData,
+        bytes calldata operatorData
+    ) external;
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol
new file mode 100644
index 0000000..fb9a6ce
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/token/ERC777/presets/ERC777PresetFixedSupply.sol
@@ -0,0 +1,29 @@
+// SPDX-License-Identifier: MIT
+pragma solidity ^0.8.0;
+
+import "../ERC777.sol";
+
+/**
+ * @dev {ERC777} token, including:
+ *
+ *  - Preminted initial supply
+ *  - No access control mechanism (for minting/pausing) and hence no governance
+ *
+ * _Available since v3.4._
+ */
+contract ERC777PresetFixedSupply is ERC777 {
+    /**
+     * @dev Mints `initialSupply` amount of token and transfers them to `owner`.
+     *
+     * See {ERC777-constructor}.
+     */
+    constructor(
+        string memory name,
+        string memory symbol,
+        address[] memory defaultOperators,
+        uint256 initialSupply,
+        address owner
+    ) ERC777(name, symbol, defaultOperators) {
+        _mint(owner, initialSupply, "", "");
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Address.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Address.sol
new file mode 100644
index 0000000..bd9a5e0
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Address.sol
@@ -0,0 +1,189 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Collection of functions related to the address type
+ */
+library Address {
+    /**
+     * @dev Returns true if `account` is a contract.
+     *
+     * [IMPORTANT]
+     * ====
+     * It is unsafe to assume that an address for which this function returns
+     * false is an externally-owned account (EOA) and not a contract.
+     *
+     * Among others, `isContract` will return false for the following
+     * types of addresses:
+     *
+     *  - an externally-owned account
+     *  - a contract in construction
+     *  - an address where a contract will be created
+     *  - an address where a contract lived, but was destroyed
+     * ====
+     */
+    function isContract(address account) internal view returns (bool) {
+        // This method relies on extcodesize, which returns 0 for contracts in
+        // construction, since the code is only stored at the end of the
+        // constructor execution.
+
+        uint256 size;
+        // solhint-disable-next-line no-inline-assembly
+        assembly { size := extcodesize(account) }
+        return size > 0;
+    }
+
+    /**
+     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
+     * `recipient`, forwarding all available gas and reverting on errors.
+     *
+     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
+     * of certain opcodes, possibly making contracts go over the 2300 gas limit
+     * imposed by `transfer`, making them unable to receive funds via
+     * `transfer`. {sendValue} removes this limitation.
+     *
+     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
+     *
+     * IMPORTANT: because control is transferred to `recipient`, care must be
+     * taken to not create reentrancy vulnerabilities. Consider using
+     * {ReentrancyGuard} or the
+     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
+     */
+    function sendValue(address payable recipient, uint256 amount) internal {
+        require(address(this).balance >= amount, "Address: insufficient balance");
+
+        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
+        (bool success, ) = recipient.call{ value: amount }("");
+        require(success, "Address: unable to send value, recipient may have reverted");
+    }
+
+    /**
+     * @dev Performs a Solidity function call using a low level `call`. A
+     * plain`call` is an unsafe replacement for a function call: use this
+     * function instead.
+     *
+     * If `target` reverts with a revert reason, it is bubbled up by this
+     * function (like regular Solidity function calls).
+     *
+     * Returns the raw returned data. To convert to the expected return value,
+     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
+     *
+     * Requirements:
+     *
+     * - `target` must be a contract.
+     * - calling `target` with `data` must not revert.
+     *
+     * _Available since v3.1._
+     */
+    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
+      return functionCall(target, data, "Address: low-level call failed");
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
+     * `errorMessage` as a fallback revert reason when `target` reverts.
+     *
+     * _Available since v3.1._
+     */
+    function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
+        return functionCallWithValue(target, data, 0, errorMessage);
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
+     * but also transferring `value` wei to `target`.
+     *
+     * Requirements:
+     *
+     * - the calling contract must have an ETH balance of at least `value`.
+     * - the called Solidity function must be `payable`.
+     *
+     * _Available since v3.1._
+     */
+    function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
+        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
+     * with `errorMessage` as a fallback revert reason when `target` reverts.
+     *
+     * _Available since v3.1._
+     */
+    function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
+        require(address(this).balance >= value, "Address: insufficient balance for call");
+        require(isContract(target), "Address: call to non-contract");
+
+        // solhint-disable-next-line avoid-low-level-calls
+        (bool success, bytes memory returndata) = target.call{ value: value }(data);
+        return _verifyCallResult(success, returndata, errorMessage);
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
+     * but performing a static call.
+     *
+     * _Available since v3.3._
+     */
+    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
+        return functionStaticCall(target, data, "Address: low-level static call failed");
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
+     * but performing a static call.
+     *
+     * _Available since v3.3._
+     */
+    function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) {
+        require(isContract(target), "Address: static call to non-contract");
+
+        // solhint-disable-next-line avoid-low-level-calls
+        (bool success, bytes memory returndata) = target.staticcall(data);
+        return _verifyCallResult(success, returndata, errorMessage);
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
+     * but performing a delegate call.
+     *
+     * _Available since v3.4._
+     */
+    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
+        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
+    }
+
+    /**
+     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
+     * but performing a delegate call.
+     *
+     * _Available since v3.4._
+     */
+    function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
+        require(isContract(target), "Address: delegate call to non-contract");
+
+        // solhint-disable-next-line avoid-low-level-calls
+        (bool success, bytes memory returndata) = target.delegatecall(data);
+        return _verifyCallResult(success, returndata, errorMessage);
+    }
+
+    function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) {
+        if (success) {
+            return returndata;
+        } else {
+            // Look for revert reason and bubble it up if present
+            if (returndata.length > 0) {
+                // The easiest way to bubble the revert reason is using memory via assembly
+
+                // solhint-disable-next-line no-inline-assembly
+                assembly {
+                    let returndata_size := mload(returndata)
+                    revert(add(32, returndata), returndata_size)
+                }
+            } else {
+                revert(errorMessage);
+            }
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Arrays.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Arrays.sol
new file mode 100644
index 0000000..9a6e7ae
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Arrays.sol
@@ -0,0 +1,47 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./math/Math.sol";
+
+/**
+ * @dev Collection of functions related to array types.
+ */
+library Arrays {
+   /**
+     * @dev Searches a sorted `array` and returns the first index that contains
+     * a value greater or equal to `element`. If no such index exists (i.e. all
+     * values in the array are strictly less than `element`), the array length is
+     * returned. Time complexity O(log n).
+     *
+     * `array` is expected to be sorted in ascending order, and to contain no
+     * repeated elements.
+     */
+    function findUpperBound(uint256[] storage array, uint256 element) internal view returns (uint256) {
+        if (array.length == 0) {
+            return 0;
+        }
+
+        uint256 low = 0;
+        uint256 high = array.length;
+
+        while (low < high) {
+            uint256 mid = Math.average(low, high);
+
+            // Note that mid will always be strictly less than high (i.e. it will be a valid array index)
+            // because Math.average rounds down (it does integer division with truncation).
+            if (array[mid] > element) {
+                high = mid;
+            } else {
+                low = mid + 1;
+            }
+        }
+
+        // At this point `low` is the exclusive upper bound. We will return the inclusive upper bound.
+        if (low > 0 && array[low - 1] == element) {
+            return low - 1;
+        } else {
+            return low;
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Context.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Context.sol
new file mode 100644
index 0000000..adb36f4
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Context.sol
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/*
+ * @dev Provides information about the current execution context, including the
+ * sender of the transaction and its data. While these are generally available
+ * via msg.sender and msg.data, they should not be accessed in such a direct
+ * manner, since when dealing with meta-transactions the account sending and
+ * paying for execution may not be the actual sender (as far as an application
+ * is concerned).
+ *
+ * This contract is only required for intermediate, library-like contracts.
+ */
+abstract contract Context {
+    function _msgSender() internal view virtual returns (address) {
+        return msg.sender;
+    }
+
+    function _msgData() internal view virtual returns (bytes calldata) {
+        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
+        return msg.data;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Counters.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Counters.sol
new file mode 100644
index 0000000..746a263
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Counters.sol
@@ -0,0 +1,38 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @title Counters
+ * @author Matt Condon (@shrugs)
+ * @dev Provides counters that can only be incremented or decremented by one. This can be used e.g. to track the number
+ * of elements in a mapping, issuing ERC721 ids, or counting request ids.
+ *
+ * Include with `using Counters for Counters.Counter;`
+ */
+library Counters {
+    struct Counter {
+        // This variable should never be directly accessed by users of the library: interactions must be restricted to
+        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
+        // this feature: see https://github.com/ethereum/solidity/issues/4637
+        uint256 _value; // default: 0
+    }
+
+    function current(Counter storage counter) internal view returns (uint256) {
+        return counter._value;
+    }
+
+    function increment(Counter storage counter) internal {
+        unchecked {
+            counter._value += 1;
+        }
+    }
+
+    function decrement(Counter storage counter) internal {
+        uint256 value = counter._value;
+        require(value > 0, "Counter: decrement overflow");
+        unchecked {
+            counter._value = value - 1;
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Create2.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Create2.sol
new file mode 100644
index 0000000..e4bfcb1
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Create2.sol
@@ -0,0 +1,59 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Helper to make usage of the `CREATE2` EVM opcode easier and safer.
+ * `CREATE2` can be used to compute in advance the address where a smart
+ * contract will be deployed, which allows for interesting new mechanisms known
+ * as 'counterfactual interactions'.
+ *
+ * See the https://eips.ethereum.org/EIPS/eip-1014#motivation[EIP] for more
+ * information.
+ */
+library Create2 {
+    /**
+     * @dev Deploys a contract using `CREATE2`. The address where the contract
+     * will be deployed can be known in advance via {computeAddress}.
+     *
+     * The bytecode for a contract can be obtained from Solidity with
+     * `type(contractName).creationCode`.
+     *
+     * Requirements:
+     *
+     * - `bytecode` must not be empty.
+     * - `salt` must have not been used for `bytecode` already.
+     * - the factory must have a balance of at least `amount`.
+     * - if `amount` is non-zero, `bytecode` must have a `payable` constructor.
+     */
+    function deploy(uint256 amount, bytes32 salt, bytes memory bytecode) internal returns (address) {
+        address addr;
+        require(address(this).balance >= amount, "Create2: insufficient balance");
+        require(bytecode.length != 0, "Create2: bytecode length is zero");
+        // solhint-disable-next-line no-inline-assembly
+        assembly {
+            addr := create2(amount, add(bytecode, 0x20), mload(bytecode), salt)
+        }
+        require(addr != address(0), "Create2: Failed on deploy");
+        return addr;
+    }
+
+    /**
+     * @dev Returns the address where a contract will be stored if deployed via {deploy}. Any change in the
+     * `bytecodeHash` or `salt` will result in a new destination address.
+     */
+    function computeAddress(bytes32 salt, bytes32 bytecodeHash) internal view returns (address) {
+        return computeAddress(salt, bytecodeHash, address(this));
+    }
+
+    /**
+     * @dev Returns the address where a contract will be stored if deployed via {deploy} from a contract located at
+     * `deployer`. If `deployer` is this contract's address, returns the same value as {computeAddress}.
+     */
+    function computeAddress(bytes32 salt, bytes32 bytecodeHash, address deployer) internal pure returns (address) {
+        bytes32 _data = keccak256(
+            abi.encodePacked(bytes1(0xff), deployer, salt, bytecodeHash)
+        );
+        return address(uint160(uint256(_data)));
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Multicall.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Multicall.sol
new file mode 100644
index 0000000..43244bd
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Multicall.sol
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./Address.sol";
+
+/**
+ * @dev Provides a function to batch together multiple calls in a single external call.
+ *
+ * _Available since v4.1._
+ */
+abstract contract Multicall {
+    /**
+    * @dev Receives and executes a batch of function calls on this contract.
+    */
+    function multicall(bytes[] calldata data) external returns (bytes[] memory results) {
+        results = new bytes[](data.length);
+        for (uint i = 0; i < data.length; i++) {
+            results[i] = Address.functionDelegateCall(address(this), data[i]);
+        }
+        return results;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/StorageSlot.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/StorageSlot.sol
new file mode 100644
index 0000000..00aa4ec
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/StorageSlot.sol
@@ -0,0 +1,83 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Library for reading and writing primitive types to specific storage slots.
+ *
+ * Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.
+ * This library helps with reading and writing to such slots without the need for inline assembly.
+ *
+ * The functions in this library return Slot structs that contain a `value` member that can be used to read or write.
+ *
+ * Example usage to set ERC1967 implementation slot:
+ * ```
+ * contract ERC1967 {
+ *     bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
+ *
+ *     function _getImplementation() internal view returns (address) {
+ *         return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
+ *     }
+ *
+ *     function _setImplementation(address newImplementation) internal {
+ *         require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract");
+ *         StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
+ *     }
+ * }
+ * ```
+ *
+ * _Available since v4.1 for `address`, `bool`, `bytes32`, and `uint256`._
+ */
+library StorageSlot {
+    struct AddressSlot {
+        address value;
+    }
+
+    struct BooleanSlot {
+        bool value;
+    }
+
+    struct Bytes32Slot {
+        bytes32 value;
+    }
+
+    struct Uint256Slot {
+        uint256 value;
+    }
+
+    /**
+     * @dev Returns an `AddressSlot` with member `value` located at `slot`.
+     */
+    function getAddressSlot(bytes32 slot) internal pure returns (AddressSlot storage r) {
+        assembly {
+            r.slot := slot
+        }
+    }
+
+    /**
+     * @dev Returns an `BooleanSlot` with member `value` located at `slot`.
+     */
+    function getBooleanSlot(bytes32 slot) internal pure returns (BooleanSlot storage r) {
+        assembly {
+            r.slot := slot
+        }
+    }
+
+    /**
+     * @dev Returns an `Bytes32Slot` with member `value` located at `slot`.
+     */
+    function getBytes32Slot(bytes32 slot) internal pure returns (Bytes32Slot storage r) {
+        assembly {
+            r.slot := slot
+        }
+    }
+
+    /**
+     * @dev Returns an `Uint256Slot` with member `value` located at `slot`.
+     */
+    function getUint256Slot(bytes32 slot) internal pure returns (Uint256Slot storage r) {
+        assembly {
+            r.slot := slot
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/Strings.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/Strings.sol
new file mode 100644
index 0000000..dac2f35
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/Strings.sol
@@ -0,0 +1,67 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev String operations.
+ */
+library Strings {
+    bytes16 private constant alphabet = "0123456789abcdef";
+
+    /**
+     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
+     */
+    function toString(uint256 value) internal pure returns (string memory) {
+        // Inspired by OraclizeAPI's implementation - MIT licence
+        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol
+
+        if (value == 0) {
+            return "0";
+        }
+        uint256 temp = value;
+        uint256 digits;
+        while (temp != 0) {
+            digits++;
+            temp /= 10;
+        }
+        bytes memory buffer = new bytes(digits);
+        while (value != 0) {
+            digits -= 1;
+            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
+            value /= 10;
+        }
+        return string(buffer);
+    }
+
+    /**
+     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
+     */
+    function toHexString(uint256 value) internal pure returns (string memory) {
+        if (value == 0) {
+            return "0x00";
+        }
+        uint256 temp = value;
+        uint256 length = 0;
+        while (temp != 0) {
+            length++;
+            temp >>= 8;
+        }
+        return toHexString(value, length);
+    }
+
+    /**
+     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
+     */
+    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
+        bytes memory buffer = new bytes(2 * length + 2);
+        buffer[0] = "0";
+        buffer[1] = "x";
+        for (uint256 i = 2 * length + 1; i > 1; --i) {
+            buffer[i] = alphabet[value & 0xf];
+            value >>= 4;
+        }
+        require(value == 0, "Strings: hex length insufficient");
+        return string(buffer);
+    }
+
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/ECDSA.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/ECDSA.sol
new file mode 100644
index 0000000..9282977
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/ECDSA.sol
@@ -0,0 +1,111 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
+ *
+ * These functions can be used to verify that a message was signed by the holder
+ * of the private keys of a given address.
+ */
+library ECDSA {
+    /**
+     * @dev Returns the address that signed a hashed message (`hash`) with
+     * `signature`. This address can then be used for verification purposes.
+     *
+     * The `ecrecover` EVM opcode allows for malleable (non-unique) signatures:
+     * this function rejects them by requiring the `s` value to be in the lower
+     * half order, and the `v` value to be either 27 or 28.
+     *
+     * IMPORTANT: `hash` _must_ be the result of a hash operation for the
+     * verification to be secure: it is possible to craft signatures that
+     * recover to arbitrary addresses for non-hashed data. A safe way to ensure
+     * this is by receiving a hash of the original message (which may otherwise
+     * be too long), and then calling {toEthSignedMessageHash} on it.
+     */
+    function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {
+        // Divide the signature in r, s and v variables
+        bytes32 r;
+        bytes32 s;
+        uint8 v;
+
+        // Check the signature length
+        // - case 65: r,s,v signature (standard)
+        // - case 64: r,vs signature (cf https://eips.ethereum.org/EIPS/eip-2098) _Available since v4.1._
+        if (signature.length == 65) {
+            // ecrecover takes the signature parameters, and the only way to get them
+            // currently is to use assembly.
+            // solhint-disable-next-line no-inline-assembly
+            assembly {
+                r := mload(add(signature, 0x20))
+                s := mload(add(signature, 0x40))
+                v := byte(0, mload(add(signature, 0x60)))
+            }
+        } else if (signature.length == 64) {
+            // ecrecover takes the signature parameters, and the only way to get them
+            // currently is to use assembly.
+            // solhint-disable-next-line no-inline-assembly
+            assembly {
+                let vs := mload(add(signature, 0x40))
+                r := mload(add(signature, 0x20))
+                s := and(vs, 0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff)
+                v := add(shr(255, vs), 27)
+            }
+        } else {
+            revert("ECDSA: invalid signature length");
+        }
+
+        return recover(hash, v, r, s);
+    }
+
+    /**
+     * @dev Overload of {ECDSA-recover} that receives the `v`,
+     * `r` and `s` signature fields separately.
+     */
+    function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {
+        // EIP-2 still allows signature malleability for ecrecover(). Remove this possibility and make the signature
+        // unique. Appendix F in the Ethereum Yellow paper (https://ethereum.github.io/yellowpaper/paper.pdf), defines
+        // the valid range for s in (281): 0 < s < secp256k1n ÷ 2 + 1, and for v in (282): v ∈ {27, 28}. Most
+        // signatures from current libraries generate a unique signature with an s-value in the lower half order.
+        //
+        // If your library generates malleable signatures, such as s-values in the upper range, calculate a new s-value
+        // with 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 - s1 and flip v from 27 to 28 or
+        // vice versa. If your library also generates signatures with 0/1 for v instead 27/28, add 27 to v to accept
+        // these malleable signatures as well.
+        require(uint256(s) <= 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0, "ECDSA: invalid signature 's' value");
+        require(v == 27 || v == 28, "ECDSA: invalid signature 'v' value");
+
+        // If the signature is valid (and not malleable), return the signer address
+        address signer = ecrecover(hash, v, r, s);
+        require(signer != address(0), "ECDSA: invalid signature");
+
+        return signer;
+    }
+
+    /**
+     * @dev Returns an Ethereum Signed Message, created from a `hash`. This
+     * produces hash corresponding to the one signed with the
+     * https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`]
+     * JSON-RPC method as part of EIP-191.
+     *
+     * See {recover}.
+     */
+    function toEthSignedMessageHash(bytes32 hash) internal pure returns (bytes32) {
+        // 32 is the length in bytes of hash,
+        // enforced by the type signature above
+        return keccak256(abi.encodePacked("\x19Ethereum Signed Message:\n32", hash));
+    }
+
+    /**
+     * @dev Returns an Ethereum Signed Typed Data, created from a
+     * `domainSeparator` and a `structHash`. This produces hash corresponding
+     * to the one signed with the
+     * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`]
+     * JSON-RPC method as part of EIP-712.
+     *
+     * See {recover}.
+     */
+    function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32) {
+        return keccak256(abi.encodePacked("\x19\x01", domainSeparator, structHash));
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol
new file mode 100644
index 0000000..9c9e945
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol
@@ -0,0 +1,39 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev These functions deal with verification of Merkle Trees proofs.
+ *
+ * The proofs can be generated using the JavaScript library
+ * https://github.com/miguelmota/merkletreejs[merkletreejs].
+ * Note: the hashing algorithm should be keccak256 and pair sorting should be enabled.
+ *
+ * See `test/utils/cryptography/MerkleProof.test.js` for some examples.
+ */
+library MerkleProof {
+    /**
+     * @dev Returns true if a `leaf` can be proved to be a part of a Merkle tree
+     * defined by `root`. For this, a `proof` must be provided, containing
+     * sibling hashes on the branch from the leaf to the root of the tree. Each
+     * pair of leaves and each pair of pre-images are assumed to be sorted.
+     */
+    function verify(bytes32[] memory proof, bytes32 root, bytes32 leaf) internal pure returns (bool) {
+        bytes32 computedHash = leaf;
+
+        for (uint256 i = 0; i < proof.length; i++) {
+            bytes32 proofElement = proof[i];
+
+            if (computedHash <= proofElement) {
+                // Hash(current computed hash + current element of the proof)
+                computedHash = keccak256(abi.encodePacked(computedHash, proofElement));
+            } else {
+                // Hash(current element of the proof + current computed hash)
+                computedHash = keccak256(abi.encodePacked(proofElement, computedHash));
+            }
+        }
+
+        // Check if the computed hash (root) is equal to the provided root
+        return computedHash == root;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol
new file mode 100644
index 0000000..c678a52
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol
@@ -0,0 +1,31 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./ECDSA.sol";
+import "../Address.sol";
+import "../../interfaces/IERC1271.sol";
+
+/**
+ * @dev Signature verification helper: Provide a single mechanism to verify both private-key (EOA) ECDSA signature and
+ * ERC1271 contract sigantures. Using this instead of ECDSA.recover in your contract will make them compatible with
+ * smart contract wallets such as Argent and Gnosis.
+ *
+ * Note: unlike ECDSA signatures, contract signature's are revocable, and the outcome of this function can thus change
+ * through time. It could return true at block N and false at block N+1 (or the opposite).
+ *
+ * _Available since v4.1._
+ */
+library SignatureChecker {
+    function isValidSignatureNow(address signer, bytes32 hash, bytes memory signature) internal view returns (bool) {
+        if (Address.isContract(signer)) {
+            try IERC1271(signer).isValidSignature(hash, signature) returns (bytes4 magicValue) {
+                return magicValue == IERC1271(signer).isValidSignature.selector;
+            } catch {
+                return false;
+            }
+        } else {
+            return ECDSA.recover(hash, signature) == signer;
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol
new file mode 100644
index 0000000..044f50a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol
@@ -0,0 +1,102 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./ECDSA.sol";
+
+/**
+ * @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.
+ *
+ * The encoding specified in the EIP is very generic, and such a generic implementation in Solidity is not feasible,
+ * thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding
+ * they need in their contracts using a combination of `abi.encode` and `keccak256`.
+ *
+ * This contract implements the EIP 712 domain separator ({_domainSeparatorV4}) that is used as part of the encoding
+ * scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA
+ * ({_hashTypedDataV4}).
+ *
+ * The implementation of the domain separator was designed to be as efficient as possible while still properly updating
+ * the chain id to protect against replay attacks on an eventual fork of the chain.
+ *
+ * NOTE: This contract implements the version of the encoding known as "v4", as implemented by the JSON RPC method
+ * https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask].
+ *
+ * _Available since v3.4._
+ */
+abstract contract EIP712 {
+    /* solhint-disable var-name-mixedcase */
+    // Cache the domain separator as an immutable value, but also store the chain id that it corresponds to, in order to
+    // invalidate the cached domain separator if the chain id changes.
+    bytes32 private immutable _CACHED_DOMAIN_SEPARATOR;
+    uint256 private immutable _CACHED_CHAIN_ID;
+
+    bytes32 private immutable _HASHED_NAME;
+    bytes32 private immutable _HASHED_VERSION;
+    bytes32 private immutable _TYPE_HASH;
+    /* solhint-enable var-name-mixedcase */
+
+    /**
+     * @dev Initializes the domain separator and parameter caches.
+     *
+     * The meaning of `name` and `version` is specified in
+     * https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]:
+     *
+     * - `name`: the user readable name of the signing domain, i.e. the name of the DApp or the protocol.
+     * - `version`: the current major version of the signing domain.
+     *
+     * NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart
+     * contract upgrade].
+     */
+    constructor(string memory name, string memory version) {
+        bytes32 hashedName = keccak256(bytes(name));
+        bytes32 hashedVersion = keccak256(bytes(version));
+        bytes32 typeHash = keccak256("EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)");
+        _HASHED_NAME = hashedName;
+        _HASHED_VERSION = hashedVersion;
+        _CACHED_CHAIN_ID = block.chainid;
+        _CACHED_DOMAIN_SEPARATOR = _buildDomainSeparator(typeHash, hashedName, hashedVersion);
+        _TYPE_HASH = typeHash;
+    }
+
+    /**
+     * @dev Returns the domain separator for the current chain.
+     */
+    function _domainSeparatorV4() internal view returns (bytes32) {
+        if (block.chainid == _CACHED_CHAIN_ID) {
+            return _CACHED_DOMAIN_SEPARATOR;
+        } else {
+            return _buildDomainSeparator(_TYPE_HASH, _HASHED_NAME, _HASHED_VERSION);
+        }
+    }
+
+    function _buildDomainSeparator(bytes32 typeHash, bytes32 name, bytes32 version) private view returns (bytes32) {
+        return keccak256(
+            abi.encode(
+                typeHash,
+                name,
+                version,
+                block.chainid,
+                address(this)
+            )
+        );
+    }
+
+    /**
+     * @dev Given an already https://eips.ethereum.org/EIPS/eip-712#definition-of-hashstruct[hashed struct], this
+     * function returns the hash of the fully encoded EIP712 message for this domain.
+     *
+     * This hash can be used together with {ECDSA-recover} to obtain the signer of a message. For example:
+     *
+     * ```solidity
+     * bytes32 digest = _hashTypedDataV4(keccak256(abi.encode(
+     *     keccak256("Mail(address to,string contents)"),
+     *     mailTo,
+     *     keccak256(bytes(mailContents))
+     * )));
+     * address signer = ECDSA.recover(digest, signature);
+     * ```
+     */
+    function _hashTypedDataV4(bytes32 structHash) internal view virtual returns (bytes32) {
+        return ECDSA.toTypedDataHash(_domainSeparatorV4(), structHash);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/ConditionalEscrow.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/ConditionalEscrow.sol
new file mode 100644
index 0000000..d1e5587
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/ConditionalEscrow.sol
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./Escrow.sol";
+
+/**
+ * @title ConditionalEscrow
+ * @dev Base abstract escrow to only allow withdrawal if a condition is met.
+ * @dev Intended usage: See {Escrow}. Same usage guidelines apply here.
+ */
+abstract contract ConditionalEscrow is Escrow {
+    /**
+     * @dev Returns whether an address is allowed to withdraw their funds. To be
+     * implemented by derived contracts.
+     * @param payee The destination address of the funds.
+     */
+    function withdrawalAllowed(address payee) public view virtual returns (bool);
+
+    function withdraw(address payable payee) public virtual override {
+        require(withdrawalAllowed(payee), "ConditionalEscrow: payee is not allowed to withdraw");
+        super.withdraw(payee);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/Escrow.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/Escrow.sol
new file mode 100644
index 0000000..6f236b1
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/Escrow.sol
@@ -0,0 +1,63 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "../../access/Ownable.sol";
+import "../Address.sol";
+
+ /**
+  * @title Escrow
+  * @dev Base escrow contract, holds funds designated for a payee until they
+  * withdraw them.
+  *
+  * Intended usage: This contract (and derived escrow contracts) should be a
+  * standalone contract, that only interacts with the contract that instantiated
+  * it. That way, it is guaranteed that all Ether will be handled according to
+  * the `Escrow` rules, and there is no need to check for payable functions or
+  * transfers in the inheritance tree. The contract that uses the escrow as its
+  * payment method should be its owner, and provide public methods redirecting
+  * to the escrow's deposit and withdraw.
+  */
+contract Escrow is Ownable {
+    using Address for address payable;
+
+    event Deposited(address indexed payee, uint256 weiAmount);
+    event Withdrawn(address indexed payee, uint256 weiAmount);
+
+    mapping(address => uint256) private _deposits;
+
+    function depositsOf(address payee) public view returns (uint256) {
+        return _deposits[payee];
+    }
+
+    /**
+     * @dev Stores the sent amount as credit to be withdrawn.
+     * @param payee The destination address of the funds.
+     */
+    function deposit(address payee) public payable virtual onlyOwner {
+        uint256 amount = msg.value;
+        _deposits[payee] = _deposits[payee] + amount;
+
+        emit Deposited(payee, amount);
+    }
+
+    /**
+     * @dev Withdraw accumulated balance for a payee, forwarding all gas to the
+     * recipient.
+     *
+     * WARNING: Forwarding all gas opens the door to reentrancy vulnerabilities.
+     * Make sure you trust the recipient, or are either following the
+     * checks-effects-interactions pattern or using {ReentrancyGuard}.
+     *
+     * @param payee The address whose funds will be withdrawn and transferred to.
+     */
+    function withdraw(address payable payee) public virtual onlyOwner {
+        uint256 payment = _deposits[payee];
+
+        _deposits[payee] = 0;
+
+        payee.sendValue(payment);
+
+        emit Withdrawn(payee, payment);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/RefundEscrow.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/RefundEscrow.sol
new file mode 100644
index 0000000..1a0875c
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/escrow/RefundEscrow.sol
@@ -0,0 +1,95 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./ConditionalEscrow.sol";
+
+/**
+ * @title RefundEscrow
+ * @dev Escrow that holds funds for a beneficiary, deposited from multiple
+ * parties.
+ * @dev Intended usage: See {Escrow}. Same usage guidelines apply here.
+ * @dev The owner account (that is, the contract that instantiates this
+ * contract) may deposit, close the deposit period, and allow for either
+ * withdrawal by the beneficiary, or refunds to the depositors. All interactions
+ * with `RefundEscrow` will be made through the owner contract.
+ */
+contract RefundEscrow is ConditionalEscrow {
+    using Address for address payable;
+
+    enum State { Active, Refunding, Closed }
+
+    event RefundsClosed();
+    event RefundsEnabled();
+
+    State private _state;
+    address payable immutable private _beneficiary;
+
+    /**
+     * @dev Constructor.
+     * @param beneficiary_ The beneficiary of the deposits.
+     */
+    constructor (address payable beneficiary_) {
+        require(beneficiary_ != address(0), "RefundEscrow: beneficiary is the zero address");
+        _beneficiary = beneficiary_;
+        _state = State.Active;
+    }
+
+    /**
+     * @return The current state of the escrow.
+     */
+    function state() public view virtual returns (State) {
+        return _state;
+    }
+
+    /**
+     * @return The beneficiary of the escrow.
+     */
+    function beneficiary() public view virtual returns (address payable) {
+        return _beneficiary;
+    }
+
+    /**
+     * @dev Stores funds that may later be refunded.
+     * @param refundee The address funds will be sent to if a refund occurs.
+     */
+    function deposit(address refundee) public payable virtual override {
+        require(state() == State.Active, "RefundEscrow: can only deposit while active");
+        super.deposit(refundee);
+    }
+
+    /**
+     * @dev Allows for the beneficiary to withdraw their funds, rejecting
+     * further deposits.
+     */
+    function close() public virtual onlyOwner {
+        require(state() == State.Active, "RefundEscrow: can only close while active");
+        _state = State.Closed;
+        emit RefundsClosed();
+    }
+
+    /**
+     * @dev Allows for refunds to take place, rejecting further deposits.
+     */
+    function enableRefunds() public onlyOwner virtual {
+        require(state() == State.Active, "RefundEscrow: can only enable refunds while active");
+        _state = State.Refunding;
+        emit RefundsEnabled();
+    }
+
+    /**
+     * @dev Withdraws the beneficiary's funds.
+     */
+    function beneficiaryWithdraw() public virtual {
+        require(state() == State.Closed, "RefundEscrow: beneficiary can only withdraw while closed");
+        beneficiary().sendValue(address(this).balance);
+    }
+
+    /**
+     * @dev Returns whether refundees can withdraw their deposits (be refunded). The overridden function receives a
+     * 'payee' argument, but we ignore it here since the condition is global, not per-payee.
+     */
+    function withdrawalAllowed(address) public view override returns (bool) {
+        return state() == State.Refunding;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165.sol
new file mode 100644
index 0000000..fc9b52f
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165.sol
@@ -0,0 +1,28 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC165.sol";
+
+/**
+ * @dev Implementation of the {IERC165} interface.
+ *
+ * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
+ * for the additional interface id that will be supported. For example:
+ *
+ * ```solidity
+ * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
+ *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
+ * }
+ * ```
+ *
+ * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
+ */
+abstract contract ERC165 is IERC165 {
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
+        return interfaceId == type(IERC165).interfaceId;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Checker.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Checker.sol
new file mode 100644
index 0000000..8a31efa
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Checker.sol
@@ -0,0 +1,108 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC165.sol";
+
+/**
+ * @dev Library used to query support of an interface declared via {IERC165}.
+ *
+ * Note that these functions return the actual result of the query: they do not
+ * `revert` if an interface is not supported. It is up to the caller to decide
+ * what to do in these cases.
+ */
+library ERC165Checker {
+    // As per the EIP-165 spec, no interface should ever match 0xffffffff
+    bytes4 private constant _INTERFACE_ID_INVALID = 0xffffffff;
+
+    /**
+     * @dev Returns true if `account` supports the {IERC165} interface,
+     */
+    function supportsERC165(address account) internal view returns (bool) {
+        // Any contract that implements ERC165 must explicitly indicate support of
+        // InterfaceId_ERC165 and explicitly indicate non-support of InterfaceId_Invalid
+        return _supportsERC165Interface(account, type(IERC165).interfaceId) &&
+            !_supportsERC165Interface(account, _INTERFACE_ID_INVALID);
+    }
+
+    /**
+     * @dev Returns true if `account` supports the interface defined by
+     * `interfaceId`. Support for {IERC165} itself is queried automatically.
+     *
+     * See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(address account, bytes4 interfaceId) internal view returns (bool) {
+        // query support of both ERC165 as per the spec and support of _interfaceId
+        return supportsERC165(account) &&
+            _supportsERC165Interface(account, interfaceId);
+    }
+
+    /**
+     * @dev Returns a boolean array where each value corresponds to the
+     * interfaces passed in and whether they're supported or not. This allows
+     * you to batch check interfaces for a contract where your expectation
+     * is that some interfaces may not be supported.
+     *
+     * See {IERC165-supportsInterface}.
+     *
+     * _Available since v3.4._
+     */
+    function getSupportedInterfaces(address account, bytes4[] memory interfaceIds) internal view returns (bool[] memory) {
+        // an array of booleans corresponding to interfaceIds and whether they're supported or not
+        bool[] memory interfaceIdsSupported = new bool[](interfaceIds.length);
+
+        // query support of ERC165 itself
+        if (supportsERC165(account)) {
+            // query support of each interface in interfaceIds
+            for (uint256 i = 0; i < interfaceIds.length; i++) {
+                interfaceIdsSupported[i] = _supportsERC165Interface(account, interfaceIds[i]);
+            }
+        }
+
+        return interfaceIdsSupported;
+    }
+
+    /**
+     * @dev Returns true if `account` supports all the interfaces defined in
+     * `interfaceIds`. Support for {IERC165} itself is queried automatically.
+     *
+     * Batch-querying can lead to gas savings by skipping repeated checks for
+     * {IERC165} support.
+     *
+     * See {IERC165-supportsInterface}.
+     */
+    function supportsAllInterfaces(address account, bytes4[] memory interfaceIds) internal view returns (bool) {
+        // query support of ERC165 itself
+        if (!supportsERC165(account)) {
+            return false;
+        }
+
+        // query support of each interface in _interfaceIds
+        for (uint256 i = 0; i < interfaceIds.length; i++) {
+            if (!_supportsERC165Interface(account, interfaceIds[i])) {
+                return false;
+            }
+        }
+
+        // all interfaces supported
+        return true;
+    }
+
+    /**
+     * @notice Query if a contract implements an interface, does not check ERC165 support
+     * @param account The address of the contract to query for support of an interface
+     * @param interfaceId The interface identifier, as specified in ERC-165
+     * @return true if the contract at account indicates support of the interface with
+     * identifier interfaceId, false otherwise
+     * @dev Assumes that account contains a contract that supports ERC165, otherwise
+     * the behavior of this method is undefined. This precondition can be checked
+     * with {supportsERC165}.
+     * Interface identification is specified in ERC-165.
+     */
+    function _supportsERC165Interface(address account, bytes4 interfaceId) private view returns (bool) {
+        bytes memory encodedParams = abi.encodeWithSelector(IERC165(account).supportsInterface.selector, interfaceId);
+        (bool success, bytes memory result) = account.staticcall{ gas: 30000 }(encodedParams);
+        if (result.length < 32) return false;
+        return success && abi.decode(result, (bool));
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Storage.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Storage.sol
new file mode 100644
index 0000000..02a97db
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC165Storage.sol
@@ -0,0 +1,41 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./ERC165.sol";
+
+/**
+ * @dev Storage based implementation of the {IERC165} interface.
+ *
+ * Contracts may inherit from this and call {_registerInterface} to declare
+ * their support of an interface.
+ */
+abstract contract ERC165Storage is ERC165 {
+    /**
+     * @dev Mapping of interface ids to whether or not it's supported.
+     */
+    mapping(bytes4 => bool) private _supportedInterfaces;
+
+    /**
+     * @dev See {IERC165-supportsInterface}.
+     */
+    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
+        return super.supportsInterface(interfaceId) || _supportedInterfaces[interfaceId];
+    }
+
+    /**
+     * @dev Registers the contract as an implementer of the interface defined by
+     * `interfaceId`. Support of the actual ERC165 interface is automatic and
+     * registering its interface id is not required.
+     *
+     * See {IERC165-supportsInterface}.
+     *
+     * Requirements:
+     *
+     * - `interfaceId` cannot be the ERC165 invalid interface (`0xffffffff`).
+     */
+    function _registerInterface(bytes4 interfaceId) internal virtual {
+        require(interfaceId != 0xffffffff, "ERC165: invalid interface id");
+        _supportedInterfaces[interfaceId] = true;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC1820Implementer.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC1820Implementer.sol
new file mode 100644
index 0000000..8775d78
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/ERC1820Implementer.sol
@@ -0,0 +1,37 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./IERC1820Implementer.sol";
+
+/**
+ * @dev Implementation of the {IERC1820Implementer} interface.
+ *
+ * Contracts may inherit from this and call {_registerInterfaceForAddress} to
+ * declare their willingness to be implementers.
+ * {IERC1820Registry-setInterfaceImplementer} should then be called for the
+ * registration to be complete.
+ */
+contract ERC1820Implementer is IERC1820Implementer {
+    bytes32 private constant _ERC1820_ACCEPT_MAGIC = keccak256("ERC1820_ACCEPT_MAGIC");
+
+    mapping(bytes32 => mapping(address => bool)) private _supportedInterfaces;
+
+    /**
+     * @dev See {IERC1820Implementer-canImplementInterfaceForAddress}.
+     */
+    function canImplementInterfaceForAddress(bytes32 interfaceHash, address account) public view virtual override returns (bytes32) {
+        return _supportedInterfaces[interfaceHash][account] ? _ERC1820_ACCEPT_MAGIC : bytes32(0x00);
+    }
+
+    /**
+     * @dev Declares the contract as willing to be an implementer of
+     * `interfaceHash` for `account`.
+     *
+     * See {IERC1820Registry-setInterfaceImplementer} and
+     * {IERC1820Registry-interfaceHash}.
+     */
+    function _registerInterfaceForAddress(bytes32 interfaceHash, address account) internal virtual {
+        _supportedInterfaces[interfaceHash][account] = true;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC165.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC165.sol
new file mode 100644
index 0000000..01c9c08
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC165.sol
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the ERC165 standard, as defined in the
+ * https://eips.ethereum.org/EIPS/eip-165[EIP].
+ *
+ * Implementers can declare support of contract interfaces, which can then be
+ * queried by others ({ERC165Checker}).
+ *
+ * For an implementation, see {ERC165}.
+ */
+interface IERC165 {
+    /**
+     * @dev Returns true if this contract implements the interface defined by
+     * `interfaceId`. See the corresponding
+     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
+     * to learn more about how these ids are created.
+     *
+     * This function call must use less than 30 000 gas.
+     */
+    function supportsInterface(bytes4 interfaceId) external view returns (bool);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Implementer.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Implementer.sol
new file mode 100644
index 0000000..a7c1ce0
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Implementer.sol
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface for an ERC1820 implementer, as defined in the
+ * https://eips.ethereum.org/EIPS/eip-1820#interface-implementation-erc1820implementerinterface[EIP].
+ * Used by contracts that will be registered as implementers in the
+ * {IERC1820Registry}.
+ */
+interface IERC1820Implementer {
+    /**
+     * @dev Returns a special value (`ERC1820_ACCEPT_MAGIC`) if this contract
+     * implements `interfaceHash` for `account`.
+     *
+     * See {IERC1820Registry-setInterfaceImplementer}.
+     */
+    function canImplementInterfaceForAddress(bytes32 interfaceHash, address account) external view returns (bytes32);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol
new file mode 100644
index 0000000..5ecd520
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol
@@ -0,0 +1,111 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Interface of the global ERC1820 Registry, as defined in the
+ * https://eips.ethereum.org/EIPS/eip-1820[EIP]. Accounts may register
+ * implementers for interfaces in this registry, as well as query support.
+ *
+ * Implementers may be shared by multiple accounts, and can also implement more
+ * than a single interface for each account. Contracts can implement interfaces
+ * for themselves, but externally-owned accounts (EOA) must delegate this to a
+ * contract.
+ *
+ * {IERC165} interfaces can also be queried via the registry.
+ *
+ * For an in-depth explanation and source code analysis, see the EIP text.
+ */
+interface IERC1820Registry {
+    /**
+     * @dev Sets `newManager` as the manager for `account`. A manager of an
+     * account is able to set interface implementers for it.
+     *
+     * By default, each account is its own manager. Passing a value of `0x0` in
+     * `newManager` will reset the manager to this initial state.
+     *
+     * Emits a {ManagerChanged} event.
+     *
+     * Requirements:
+     *
+     * - the caller must be the current manager for `account`.
+     */
+    function setManager(address account, address newManager) external;
+
+    /**
+     * @dev Returns the manager for `account`.
+     *
+     * See {setManager}.
+     */
+    function getManager(address account) external view returns (address);
+
+    /**
+     * @dev Sets the `implementer` contract as ``account``'s implementer for
+     * `interfaceHash`.
+     *
+     * `account` being the zero address is an alias for the caller's address.
+     * The zero address can also be used in `implementer` to remove an old one.
+     *
+     * See {interfaceHash} to learn how these are created.
+     *
+     * Emits an {InterfaceImplementerSet} event.
+     *
+     * Requirements:
+     *
+     * - the caller must be the current manager for `account`.
+     * - `interfaceHash` must not be an {IERC165} interface id (i.e. it must not
+     * end in 28 zeroes).
+     * - `implementer` must implement {IERC1820Implementer} and return true when
+     * queried for support, unless `implementer` is the caller. See
+     * {IERC1820Implementer-canImplementInterfaceForAddress}.
+     */
+    function setInterfaceImplementer(address account, bytes32 _interfaceHash, address implementer) external;
+
+    /**
+     * @dev Returns the implementer of `interfaceHash` for `account`. If no such
+     * implementer is registered, returns the zero address.
+     *
+     * If `interfaceHash` is an {IERC165} interface id (i.e. it ends with 28
+     * zeroes), `account` will be queried for support of it.
+     *
+     * `account` being the zero address is an alias for the caller's address.
+     */
+    function getInterfaceImplementer(address account, bytes32 _interfaceHash) external view returns (address);
+
+    /**
+     * @dev Returns the interface hash for an `interfaceName`, as defined in the
+     * corresponding
+     * https://eips.ethereum.org/EIPS/eip-1820#interface-name[section of the EIP].
+     */
+    function interfaceHash(string calldata interfaceName) external pure returns (bytes32);
+
+    /**
+     * @notice Updates the cache with whether the contract implements an ERC165 interface or not.
+     * @param account Address of the contract for which to update the cache.
+     * @param interfaceId ERC165 interface for which to update the cache.
+     */
+    function updateERC165Cache(address account, bytes4 interfaceId) external;
+
+    /**
+     * @notice Checks whether a contract implements an ERC165 interface or not.
+     * If the result is not cached a direct lookup on the contract address is performed.
+     * If the result is not cached or the cached value is out-of-date, the cache MUST be updated manually by calling
+     * {updateERC165Cache} with the contract address.
+     * @param account Address of the contract to check.
+     * @param interfaceId ERC165 interface to check.
+     * @return True if `account` implements `interfaceId`, false otherwise.
+     */
+    function implementsERC165Interface(address account, bytes4 interfaceId) external view returns (bool);
+
+    /**
+     * @notice Checks whether a contract implements an ERC165 interface or not without using nor updating the cache.
+     * @param account Address of the contract to check.
+     * @param interfaceId ERC165 interface to check.
+     * @return True if `account` implements `interfaceId`, false otherwise.
+     */
+    function implementsERC165InterfaceNoCache(address account, bytes4 interfaceId) external view returns (bool);
+
+    event InterfaceImplementerSet(address indexed account, bytes32 indexed interfaceHash, address indexed implementer);
+
+    event ManagerChanged(address indexed account, address indexed newManager);
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/math/Math.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/math/Math.sol
new file mode 100644
index 0000000..414da4b
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/math/Math.sol
@@ -0,0 +1,31 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Standard math utilities missing in the Solidity language.
+ */
+library Math {
+    /**
+     * @dev Returns the largest of two numbers.
+     */
+    function max(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a >= b ? a : b;
+    }
+
+    /**
+     * @dev Returns the smallest of two numbers.
+     */
+    function min(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a < b ? a : b;
+    }
+
+    /**
+     * @dev Returns the average of two numbers. The result is rounded towards
+     * zero.
+     */
+    function average(uint256 a, uint256 b) internal pure returns (uint256) {
+        // (a + b) / 2 can overflow, so we distribute
+        return (a / 2) + (b / 2) + ((a % 2 + b % 2) / 2);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeCast.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeCast.sol
new file mode 100644
index 0000000..5415462
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeCast.sol
@@ -0,0 +1,209 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow
+ * checks.
+ *
+ * Downcasting from uint256/int256 in Solidity does not revert on overflow. This can
+ * easily result in undesired exploitation or bugs, since developers usually
+ * assume that overflows raise errors. `SafeCast` restores this intuition by
+ * reverting the transaction when such an operation overflows.
+ *
+ * Using this library instead of the unchecked operations eliminates an entire
+ * class of bugs, so it's recommended to use it always.
+ *
+ * Can be combined with {SafeMath} and {SignedSafeMath} to extend it to smaller types, by performing
+ * all math on `uint256` and `int256` and then downcasting.
+ */
+library SafeCast {
+    /**
+     * @dev Returns the downcasted uint128 from uint256, reverting on
+     * overflow (when the input is greater than largest uint128).
+     *
+     * Counterpart to Solidity's `uint128` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 128 bits
+     */
+    function toUint128(uint256 value) internal pure returns (uint128) {
+        require(value < 2**128, "SafeCast: value doesn\'t fit in 128 bits");
+        return uint128(value);
+    }
+
+    /**
+     * @dev Returns the downcasted uint64 from uint256, reverting on
+     * overflow (when the input is greater than largest uint64).
+     *
+     * Counterpart to Solidity's `uint64` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 64 bits
+     */
+    function toUint64(uint256 value) internal pure returns (uint64) {
+        require(value < 2**64, "SafeCast: value doesn\'t fit in 64 bits");
+        return uint64(value);
+    }
+
+    /**
+     * @dev Returns the downcasted uint32 from uint256, reverting on
+     * overflow (when the input is greater than largest uint32).
+     *
+     * Counterpart to Solidity's `uint32` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 32 bits
+     */
+    function toUint32(uint256 value) internal pure returns (uint32) {
+        require(value < 2**32, "SafeCast: value doesn\'t fit in 32 bits");
+        return uint32(value);
+    }
+
+    /**
+     * @dev Returns the downcasted uint16 from uint256, reverting on
+     * overflow (when the input is greater than largest uint16).
+     *
+     * Counterpart to Solidity's `uint16` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 16 bits
+     */
+    function toUint16(uint256 value) internal pure returns (uint16) {
+        require(value < 2**16, "SafeCast: value doesn\'t fit in 16 bits");
+        return uint16(value);
+    }
+
+    /**
+     * @dev Returns the downcasted uint8 from uint256, reverting on
+     * overflow (when the input is greater than largest uint8).
+     *
+     * Counterpart to Solidity's `uint8` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 8 bits.
+     */
+    function toUint8(uint256 value) internal pure returns (uint8) {
+        require(value < 2**8, "SafeCast: value doesn\'t fit in 8 bits");
+        return uint8(value);
+    }
+
+    /**
+     * @dev Converts a signed int256 into an unsigned uint256.
+     *
+     * Requirements:
+     *
+     * - input must be greater than or equal to 0.
+     */
+    function toUint256(int256 value) internal pure returns (uint256) {
+        require(value >= 0, "SafeCast: value must be positive");
+        return uint256(value);
+    }
+
+    /**
+     * @dev Returns the downcasted int128 from int256, reverting on
+     * overflow (when the input is less than smallest int128 or
+     * greater than largest int128).
+     *
+     * Counterpart to Solidity's `int128` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 128 bits
+     *
+     * _Available since v3.1._
+     */
+    function toInt128(int256 value) internal pure returns (int128) {
+        require(value >= -2**127 && value < 2**127, "SafeCast: value doesn\'t fit in 128 bits");
+        return int128(value);
+    }
+
+    /**
+     * @dev Returns the downcasted int64 from int256, reverting on
+     * overflow (when the input is less than smallest int64 or
+     * greater than largest int64).
+     *
+     * Counterpart to Solidity's `int64` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 64 bits
+     *
+     * _Available since v3.1._
+     */
+    function toInt64(int256 value) internal pure returns (int64) {
+        require(value >= -2**63 && value < 2**63, "SafeCast: value doesn\'t fit in 64 bits");
+        return int64(value);
+    }
+
+    /**
+     * @dev Returns the downcasted int32 from int256, reverting on
+     * overflow (when the input is less than smallest int32 or
+     * greater than largest int32).
+     *
+     * Counterpart to Solidity's `int32` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 32 bits
+     *
+     * _Available since v3.1._
+     */
+    function toInt32(int256 value) internal pure returns (int32) {
+        require(value >= -2**31 && value < 2**31, "SafeCast: value doesn\'t fit in 32 bits");
+        return int32(value);
+    }
+
+    /**
+     * @dev Returns the downcasted int16 from int256, reverting on
+     * overflow (when the input is less than smallest int16 or
+     * greater than largest int16).
+     *
+     * Counterpart to Solidity's `int16` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 16 bits
+     *
+     * _Available since v3.1._
+     */
+    function toInt16(int256 value) internal pure returns (int16) {
+        require(value >= -2**15 && value < 2**15, "SafeCast: value doesn\'t fit in 16 bits");
+        return int16(value);
+    }
+
+    /**
+     * @dev Returns the downcasted int8 from int256, reverting on
+     * overflow (when the input is less than smallest int8 or
+     * greater than largest int8).
+     *
+     * Counterpart to Solidity's `int8` operator.
+     *
+     * Requirements:
+     *
+     * - input must fit into 8 bits.
+     *
+     * _Available since v3.1._
+     */
+    function toInt8(int256 value) internal pure returns (int8) {
+        require(value >= -2**7 && value < 2**7, "SafeCast: value doesn\'t fit in 8 bits");
+        return int8(value);
+    }
+
+    /**
+     * @dev Converts an unsigned uint256 into a signed int256.
+     *
+     * Requirements:
+     *
+     * - input must be less than or equal to maxInt256.
+     */
+    function toInt256(uint256 value) internal pure returns (int256) {
+        require(value < 2**255, "SafeCast: value doesn't fit in an int256");
+        return int256(value);
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeMath.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeMath.sol
new file mode 100644
index 0000000..af8f9e8
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/math/SafeMath.sol
@@ -0,0 +1,218 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+// CAUTION
+// This version of SafeMath should only be used with Solidity 0.8 or later,
+// because it relies on the compiler's built in overflow checks.
+
+/**
+ * @dev Wrappers over Solidity's arithmetic operations.
+ *
+ * NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler
+ * now has built in overflow checking.
+ */
+library SafeMath {
+    /**
+     * @dev Returns the addition of two unsigned integers, with an overflow flag.
+     *
+     * _Available since v3.4._
+     */
+    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
+        unchecked {
+            uint256 c = a + b;
+            if (c < a) return (false, 0);
+            return (true, c);
+        }
+    }
+
+    /**
+     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
+     *
+     * _Available since v3.4._
+     */
+    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
+        unchecked {
+            if (b > a) return (false, 0);
+            return (true, a - b);
+        }
+    }
+
+    /**
+     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
+     *
+     * _Available since v3.4._
+     */
+    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
+        unchecked {
+            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
+            // benefit is lost if 'b' is also tested.
+            // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
+            if (a == 0) return (true, 0);
+            uint256 c = a * b;
+            if (c / a != b) return (false, 0);
+            return (true, c);
+        }
+    }
+
+    /**
+     * @dev Returns the division of two unsigned integers, with a division by zero flag.
+     *
+     * _Available since v3.4._
+     */
+    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
+        unchecked {
+            if (b == 0) return (false, 0);
+            return (true, a / b);
+        }
+    }
+
+    /**
+     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
+     *
+     * _Available since v3.4._
+     */
+    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
+        unchecked {
+            if (b == 0) return (false, 0);
+            return (true, a % b);
+        }
+    }
+
+    /**
+     * @dev Returns the addition of two unsigned integers, reverting on
+     * overflow.
+     *
+     * Counterpart to Solidity's `+` operator.
+     *
+     * Requirements:
+     *
+     * - Addition cannot overflow.
+     */
+    function add(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a + b;
+    }
+
+    /**
+     * @dev Returns the subtraction of two unsigned integers, reverting on
+     * overflow (when the result is negative).
+     *
+     * Counterpart to Solidity's `-` operator.
+     *
+     * Requirements:
+     *
+     * - Subtraction cannot overflow.
+     */
+    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a - b;
+    }
+
+    /**
+     * @dev Returns the multiplication of two unsigned integers, reverting on
+     * overflow.
+     *
+     * Counterpart to Solidity's `*` operator.
+     *
+     * Requirements:
+     *
+     * - Multiplication cannot overflow.
+     */
+    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a * b;
+    }
+
+    /**
+     * @dev Returns the integer division of two unsigned integers, reverting on
+     * division by zero. The result is rounded towards zero.
+     *
+     * Counterpart to Solidity's `/` operator.
+     *
+     * Requirements:
+     *
+     * - The divisor cannot be zero.
+     */
+    function div(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a / b;
+    }
+
+    /**
+     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
+     * reverting when dividing by zero.
+     *
+     * Counterpart to Solidity's `%` operator. This function uses a `revert`
+     * opcode (which leaves remaining gas untouched) while Solidity uses an
+     * invalid opcode to revert (consuming all remaining gas).
+     *
+     * Requirements:
+     *
+     * - The divisor cannot be zero.
+     */
+    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
+        return a % b;
+    }
+
+    /**
+     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
+     * overflow (when the result is negative).
+     *
+     * CAUTION: This function is deprecated because it requires allocating memory for the error
+     * message unnecessarily. For custom revert reasons use {trySub}.
+     *
+     * Counterpart to Solidity's `-` operator.
+     *
+     * Requirements:
+     *
+     * - Subtraction cannot overflow.
+     */
+    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
+        unchecked {
+            require(b <= a, errorMessage);
+            return a - b;
+        }
+    }
+
+    /**
+     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
+     * division by zero. The result is rounded towards zero.
+     *
+     * Counterpart to Solidity's `%` operator. This function uses a `revert`
+     * opcode (which leaves remaining gas untouched) while Solidity uses an
+     * invalid opcode to revert (consuming all remaining gas).
+     *
+     * Counterpart to Solidity's `/` operator. Note: this function uses a
+     * `revert` opcode (which leaves remaining gas untouched) while Solidity
+     * uses an invalid opcode to revert (consuming all remaining gas).
+     *
+     * Requirements:
+     *
+     * - The divisor cannot be zero.
+     */
+    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
+        unchecked {
+            require(b > 0, errorMessage);
+            return a / b;
+        }
+    }
+
+    /**
+     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
+     * reverting with custom message when dividing by zero.
+     *
+     * CAUTION: This function is deprecated because it requires allocating memory for the error
+     * message unnecessarily. For custom revert reasons use {tryMod}.
+     *
+     * Counterpart to Solidity's `%` operator. This function uses a `revert`
+     * opcode (which leaves remaining gas untouched) while Solidity uses an
+     * invalid opcode to revert (consuming all remaining gas).
+     *
+     * Requirements:
+     *
+     * - The divisor cannot be zero.
+     */
+    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
+        unchecked {
+            require(b > 0, errorMessage);
+            return a % b;
+        }
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/math/SignedSafeMath.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/math/SignedSafeMath.sol
new file mode 100644
index 0000000..d54b8ff
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/math/SignedSafeMath.sol
@@ -0,0 +1,67 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Wrappers over Solidity's arithmetic operations.
+ *
+ * NOTE: `SignedSafeMath` is no longer needed starting with Solidity 0.8. The compiler
+ * now has built in overflow checking.
+ */
+library SignedSafeMath {
+    /**
+     * @dev Returns the multiplication of two signed integers, reverting on
+     * overflow.
+     *
+     * Counterpart to Solidity's `*` operator.
+     *
+     * Requirements:
+     *
+     * - Multiplication cannot overflow.
+     */
+    function mul(int256 a, int256 b) internal pure returns (int256) {
+        return a * b;
+    }
+
+    /**
+     * @dev Returns the integer division of two signed integers. Reverts on
+     * division by zero. The result is rounded towards zero.
+     *
+     * Counterpart to Solidity's `/` operator.
+     *
+     * Requirements:
+     *
+     * - The divisor cannot be zero.
+     */
+    function div(int256 a, int256 b) internal pure returns (int256) {
+        return a / b;
+    }
+
+    /**
+     * @dev Returns the subtraction of two signed integers, reverting on
+     * overflow.
+     *
+     * Counterpart to Solidity's `-` operator.
+     *
+     * Requirements:
+     *
+     * - Subtraction cannot overflow.
+     */
+    function sub(int256 a, int256 b) internal pure returns (int256) {
+        return a - b;
+    }
+
+    /**
+     * @dev Returns the addition of two signed integers, reverting on
+     * overflow.
+     *
+     * Counterpart to Solidity's `+` operator.
+     *
+     * Requirements:
+     *
+     * - Addition cannot overflow.
+     */
+    function add(int256 a, int256 b) internal pure returns (int256) {
+        return a + b;
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableMap.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableMap.sol
new file mode 100644
index 0000000..afcf47a
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableMap.sol
@@ -0,0 +1,224 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+import "./EnumerableSet.sol";
+
+/**
+ * @dev Library for managing an enumerable variant of Solidity's
+ * https://solidity.readthedocs.io/en/latest/types.html#mapping-types[`mapping`]
+ * type.
+ *
+ * Maps have the following properties:
+ *
+ * - Entries are added, removed, and checked for existence in constant time
+ * (O(1)).
+ * - Entries are enumerated in O(n). No guarantees are made on the ordering.
+ *
+ * ```
+ * contract Example {
+ *     // Add the library methods
+ *     using EnumerableMap for EnumerableMap.UintToAddressMap;
+ *
+ *     // Declare a set state variable
+ *     EnumerableMap.UintToAddressMap private myMap;
+ * }
+ * ```
+ *
+ * As of v3.0.0, only maps of type `uint256 -> address` (`UintToAddressMap`) are
+ * supported.
+ */
+library EnumerableMap {
+    using EnumerableSet for EnumerableSet.Bytes32Set;
+
+    // To implement this library for multiple types with as little code
+    // repetition as possible, we write it in terms of a generic Map type with
+    // bytes32 keys and values.
+    // The Map implementation uses private functions, and user-facing
+    // implementations (such as Uint256ToAddressMap) are just wrappers around
+    // the underlying Map.
+    // This means that we can only create new EnumerableMaps for types that fit
+    // in bytes32.
+
+    struct Map {
+        // Storage of keys
+        EnumerableSet.Bytes32Set _keys;
+
+        mapping (bytes32 => bytes32) _values;
+    }
+
+    /**
+     * @dev Adds a key-value pair to a map, or updates the value for an existing
+     * key. O(1).
+     *
+     * Returns true if the key was added to the map, that is if it was not
+     * already present.
+     */
+    function _set(Map storage map, bytes32 key, bytes32 value) private returns (bool) {
+        map._values[key] = value;
+        return map._keys.add(key);
+    }
+
+    /**
+     * @dev Removes a key-value pair from a map. O(1).
+     *
+     * Returns true if the key was removed from the map, that is if it was present.
+     */
+    function _remove(Map storage map, bytes32 key) private returns (bool) {
+        delete map._values[key];
+        return map._keys.remove(key);
+    }
+
+    /**
+     * @dev Returns true if the key is in the map. O(1).
+     */
+    function _contains(Map storage map, bytes32 key) private view returns (bool) {
+        return map._keys.contains(key);
+    }
+
+    /**
+     * @dev Returns the number of key-value pairs in the map. O(1).
+     */
+    function _length(Map storage map) private view returns (uint256) {
+        return map._keys.length();
+    }
+
+   /**
+    * @dev Returns the key-value pair stored at position `index` in the map. O(1).
+    *
+    * Note that there are no guarantees on the ordering of entries inside the
+    * array, and it may change when more entries are added or removed.
+    *
+    * Requirements:
+    *
+    * - `index` must be strictly less than {length}.
+    */
+    function _at(Map storage map, uint256 index) private view returns (bytes32, bytes32) {
+        bytes32 key = map._keys.at(index);
+        return (key, map._values[key]);
+    }
+
+    /**
+     * @dev Tries to returns the value associated with `key`.  O(1).
+     * Does not revert if `key` is not in the map.
+     */
+    function _tryGet(Map storage map, bytes32 key) private view returns (bool, bytes32) {
+        bytes32 value = map._values[key];
+        if (value == bytes32(0)) {
+            return (_contains(map, key), bytes32(0));
+        } else {
+            return (true, value);
+        }
+    }
+
+    /**
+     * @dev Returns the value associated with `key`.  O(1).
+     *
+     * Requirements:
+     *
+     * - `key` must be in the map.
+     */
+    function _get(Map storage map, bytes32 key) private view returns (bytes32) {
+        bytes32 value = map._values[key];
+        require(value != 0 || _contains(map, key), "EnumerableMap: nonexistent key");
+        return value;
+    }
+
+    /**
+     * @dev Same as {_get}, with a custom error message when `key` is not in the map.
+     *
+     * CAUTION: This function is deprecated because it requires allocating memory for the error
+     * message unnecessarily. For custom revert reasons use {_tryGet}.
+     */
+    function _get(Map storage map, bytes32 key, string memory errorMessage) private view returns (bytes32) {
+        bytes32 value = map._values[key];
+        require(value != 0 || _contains(map, key), errorMessage);
+        return value;
+    }
+
+    // UintToAddressMap
+
+    struct UintToAddressMap {
+        Map _inner;
+    }
+
+    /**
+     * @dev Adds a key-value pair to a map, or updates the value for an existing
+     * key. O(1).
+     *
+     * Returns true if the key was added to the map, that is if it was not
+     * already present.
+     */
+    function set(UintToAddressMap storage map, uint256 key, address value) internal returns (bool) {
+        return _set(map._inner, bytes32(key), bytes32(uint256(uint160(value))));
+    }
+
+    /**
+     * @dev Removes a value from a set. O(1).
+     *
+     * Returns true if the key was removed from the map, that is if it was present.
+     */
+    function remove(UintToAddressMap storage map, uint256 key) internal returns (bool) {
+        return _remove(map._inner, bytes32(key));
+    }
+
+    /**
+     * @dev Returns true if the key is in the map. O(1).
+     */
+    function contains(UintToAddressMap storage map, uint256 key) internal view returns (bool) {
+        return _contains(map._inner, bytes32(key));
+    }
+
+    /**
+     * @dev Returns the number of elements in the map. O(1).
+     */
+    function length(UintToAddressMap storage map) internal view returns (uint256) {
+        return _length(map._inner);
+    }
+
+   /**
+    * @dev Returns the element stored at position `index` in the set. O(1).
+    * Note that there are no guarantees on the ordering of values inside the
+    * array, and it may change when more values are added or removed.
+    *
+    * Requirements:
+    *
+    * - `index` must be strictly less than {length}.
+    */
+    function at(UintToAddressMap storage map, uint256 index) internal view returns (uint256, address) {
+        (bytes32 key, bytes32 value) = _at(map._inner, index);
+        return (uint256(key), address(uint160(uint256(value))));
+    }
+
+    /**
+     * @dev Tries to returns the value associated with `key`.  O(1).
+     * Does not revert if `key` is not in the map.
+     *
+     * _Available since v3.4._
+     */
+    function tryGet(UintToAddressMap storage map, uint256 key) internal view returns (bool, address) {
+        (bool success, bytes32 value) = _tryGet(map._inner, bytes32(key));
+        return (success, address(uint160(uint256(value))));
+    }
+
+    /**
+     * @dev Returns the value associated with `key`.  O(1).
+     *
+     * Requirements:
+     *
+     * - `key` must be in the map.
+     */
+    function get(UintToAddressMap storage map, uint256 key) internal view returns (address) {
+        return address(uint160(uint256(_get(map._inner, bytes32(key)))));
+    }
+
+    /**
+     * @dev Same as {get}, with a custom error message when `key` is not in the map.
+     *
+     * CAUTION: This function is deprecated because it requires allocating memory for the error
+     * message unnecessarily. For custom revert reasons use {tryGet}.
+     */
+    function get(UintToAddressMap storage map, uint256 key, string memory errorMessage) internal view returns (address) {
+        return address(uint160(uint256(_get(map._inner, bytes32(key), errorMessage))));
+    }
+}
diff --git a/BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableSet.sol b/BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableSet.sol
new file mode 100644
index 0000000..6b01072
--- /dev/null
+++ b/BSC/farm/backend/@openzeppelin/contracts/utils/structs/EnumerableSet.sol
@@ -0,0 +1,297 @@
+// SPDX-License-Identifier: MIT
+
+pragma solidity ^0.8.0;
+
+/**
+ * @dev Library for managing
+ * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
+ * types.
+ *
+ * Sets have the following properties:
+ *
+ * - Elements are added, removed, and checked for existence in constant time
+ * (O(1)).
+ * - Elements are enumerated in O(n). No guarantees are made on the ordering.
+ *
+ * ```
+ * contract Example {
+ *     // Add the library methods
+ *     using EnumerableSet for EnumerableSet.AddressSet;
+ *
+ *     // Declare a set state variable
+ *     EnumerableSet.AddressSet private mySet;
+ * }
+ * ```
+ *
+ * As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`)
+ * and `uint256` (`UintSet`) are supported.
+ */
+library EnumerableSet {
+    // To implement this library for multiple types with as little code
+    // repetition as possible, we write it in terms of a generic Set type with
+    // bytes32 values.
+    // The Set implementation uses private functions, and user-facing
+    // implementations (such as AddressSet) are just wrappers around the
+    // underlying Set.
+    // This means that we can only create new EnumerableSets for types that fit
+    // in bytes32.
+
+    struct Set {
+        // Storage of set values
+        bytes32[] _values;
+
+        // Position of the value in the `values` array, plus 1 because index 0
+        // means a value is not in the set.
+        mapping (bytes32 => uint256) _indexes;
+    }
+
+    /**
+     * @dev Add a value to a set. O(1).
+     *
+     * Returns true if the value was added to the set, that is if it was not
+     * already present.
+     */
+    function _add(Set storage set, bytes32 value) private returns (bool) {
+        if (!_contains(set, value)) {
+            set._values.push(value);
+            // The value is stored at length-1, but we add 1 to all indexes
+            // and use 0 as a sentinel value
+            set._indexes[value] = set._values.length;
+            return true;
+        } else {
+            return false;
+        }
+    }
+
+    /**
+     * @dev Removes a value from a set. O(1).
+     *
+     * Returns true if the value was removed from the set, that is if it was
+     * present.
+     */
+    function _remove(Set storage set, bytes32 value) private returns (bool) {
+        // We read and store the value's index to prevent multiple reads from the same storage slot
+        uint256 valueIndex = set._indexes[value];
+
+        if (valueIndex != 0) { // Equivalent to contains(set, value)
+            // To delete an element from the _values array in O(1), we swap the element to delete with the last one in
+            // the array, and then remove the last element (sometimes called as 'swap and pop').
+            // This modifies the order of the array, as noted in {at}.
+
+            uint256 toDeleteIndex = valueIndex - 1;
+            uint256 lastIndex = set._values.length - 1;
+
+            // When the value to delete is the last one, the swap operation is unnecessary. However, since this occurs
+            // so rarely, we still do the swap anyway to avoid the gas cost of adding an 'if' statement.
+
+            bytes32 lastvalue = set._values[lastIndex];
+
+            // Move the last value to the index where the value to delete is
+            set._values[toDeleteIndex] = lastvalue;
+            // Update the index for the moved value
+            set._indexes[lastvalue] = valueIndex; // Replace lastvalue's index to valueIndex
+
+            // Delete the slot where the moved value was stored
+            set._values.pop();
+
+            // Delete the index for the deleted slot
+            delete set._indexes[value];
+
+            return true;
+        } else {
+            return false;
+        }
+    }
+
+    /**
+     * @dev Returns true if the value is in the set. O(1).
+     */
+    function _contains(Set storage set, bytes32 value) private view returns (bool) {
+        return set._indexes[value] != 0;
+    }
+
+    /**
+     * @dev Returns the number of values on the set. O(1).
+     */
+    function _length(Set storage set) private view returns (uint256) {
+        return set._values.length;
+    }
+
+   /**
+    * @dev Returns the value stored at position `index` in the set. O(1).
+    *
+    * Note that there are no guarantees on the ordering of values inside the
+    * array, and it may change when more values are added or removed.
+    *
+    * Requirements:
+    *
+    * - `index` must be strictly less than {length}.
+    */
+    function _at(Set storage set, uint256 index) private view returns (bytes32) {
+        require(set._values.length > index, "EnumerableSet: index out of bounds");
+        return set._values[index];
+    }
+
+    // Bytes32Set
+
+    struct Bytes32Set {
+        Set _inner;
+    }
+
+    /**
+     * @dev Add a value to a set. O(1).
+     *
+     * Returns true if the value was added to the set, that is if it was not
+     * already present.
+     */
+    function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
+        return _add(set._inner, value);
+    }
+
+    /**
+     * @dev Removes a value from a set. O(1).
+     *
+     * Returns true if the value was removed from the set, that is if it was
+     * present.
+     */
+    function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) {
+        return _remove(set._inner, value);
+    }
+
+    /**
+     * @dev Returns true if the value is in the set. O(1).
+     */
+    function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) {
+        return _contains(set._inner, value);
+    }
+
+    /**
+     * @dev Returns the number of values in the set. O(1).
+     */
+    function length(Bytes32Set storage set) internal view returns (uint256) {
+        return _length(set._inner);
+    }
+
+   /**
+    * @dev Returns the value stored at position `index` in the set. O(1).
+    *
+    * Note that there are no guarantees on the ordering of values inside the
+    * array, and it may change when more values are added or removed.
+    *
+    * Requirements:
+    *
+    * - `index` must be strictly less than {length}.
+    */
+    function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) {
+        return _at(set._inner, index);
+    }
+
+    // AddressSet
+
+    struct AddressSet {
+        Set _inner;
+    }
+
+    /**
+     * @dev Add a value to a set. O(1).
+     *
+     * Returns true if the value was added to the set, that is if it was not
+     * already present.
+     */
+    function add(AddressSet storage set, address value) internal returns (bool) {
+        return _add(set._inner, bytes32(uint256(uint160(value))));
+    }
+
+    /**
+     * @dev Removes a value from a set. O(1).
+     *
+     * Returns true if the value was removed from the set, that is if it was
+     * present.
+     */
+    function remove(AddressSet storage set, address value) internal returns (bool) {
+        return _remove(set._inner, bytes32(uint256(uint160(value))));
+    }
+
+    /**
+     * @dev Returns true if the value is in the set. O(1).
+     */
+    function contains(AddressSet storage set, address value) internal view returns (bool) {
+        return _contains(set._inner, bytes32(uint256(uint160(value))));
+    }
+
+    /**
+     * @dev Returns the number of values in the set. O(1).
+     */
+    function length(AddressSet storage set) internal view returns (uint256) {
+        return _length(set._inner);
+    }
+
+   /**
+    * @dev Returns the value stored at position `index` in the set. O(1).
+    *
+    * Note that there are no guarantees on the ordering of values inside the
+    * array, and it may change when more values are added or removed.
+    *
+    * Requirements:
+    *
+    * - `index` must be strictly less than {length}.
+    */
+    function at(AddressSet storage set, uint256 index) internal view returns (address) {
+        return address(uint160(uint256(_at(set._inner, index))));
+    }
+
+
+    // UintSet
+
+    struct UintSet {
+        Set _inner;
+    }
+
+    /**
+     * @dev Add a value to a set. O(1).
+     *
+     * Returns true if the value was added to the set, that is if it was not
+     * already present.
+     */
+    function add(UintSet storage set, uint256 value) internal returns (bool) {
+        return _add(set._inner, bytes32(value));
+    }
+
+    /**
+     * @dev Removes a value from a set. O(1).
+     *
+     * Returns true if the value was removed from the set, that is if it was
+     * present.
+     */
+    function remove(UintSet storage set, uint256 value) internal returns (bool) {
+        return _remove(set._inner, bytes32(value));
+    }
+
+    /**
+     * @dev Returns true if the value is in the set. O(1).
+     */
+    function contains(UintSet storage set, uint256 value) internal view returns (bool) {
+        return _contains(set._inner, bytes32(value));
+    }
+
+    /**
+     * @dev Returns the number of values on the set. O(1).
+     */
+    function length(UintSet storage set) internal view returns (uint256) {
+        return _length(set._inner);
+    }
+
+   /**
+    * @dev Returns the value stored at position `index` in the set. O(1).
+    *
+    * Note that there are no guarantees on the ordering of values inside the
+    * array, and it may change when more values are added or removed.
+    *
+    * Requirements:
+    *
+    * - `index` must be strictly less than {length}.
+    */
+    function at(UintSet storage set, uint256 index) internal view returns (uint256) {
+        return uint256(_at(set._inner, index));
+    }
+}
diff --git a/BSC/farm/backend/farm.sol b/BSC/farm/backend/farm.sol
new file mode 100644
index 0000000..5aae85b
--- /dev/null
+++ b/BSC/farm/backend/farm.sol
@@ -0,0 +1,132 @@
+// SPDX-License-Identifier: MIT
+pragma solidity ^0.8.0;
+
+import "./@openzeppelin/contracts/access/Ownable.sol";
+import "./@openzeppelin/contracts/security/ReentrancyGuard.sol";
+import "./@openzeppelin/contracts/utils/math/Math.sol";
+import "./@openzeppelin/contracts/utils/math/SafeMath.sol";
+
+interface IBEP20 {
+    function totalSupply() external view returns (uint256);
+    function decimals() external view returns (uint8);
+    function symbol() external view returns (string memory);
+    function name() external view returns (string memory);
+    function getOwner() external view returns (address);
+    function balanceOf(address account) external view returns (uint256);
+    function transfer(address recipient, uint256 amount) external returns (bool);
+    function allowance(address _owner, address spender) external view returns (uint256);
+    function approve(address spender, uint256 amount) external returns (bool);
+    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
+}
+
+contract XFT_FARM is Ownable, ReentrancyGuard {
+    using SafeMath for uint256;
+    IBEP20 xft;
+    IBEP20 LP;
+    uint256 public xftPerShare;
+    uint256 public xftPerBlock;
+    uint256 public lastBlock;
+    bool pause;
+
+    struct UserInfo {
+        uint256 amount;
+        int256 rewardDebt;
+    }
+
+    mapping (address => UserInfo) public Stakers;
+
+    constructor(address _xft, address _LP, uint256 _perBlock) {
+        xft = IBEP20(_xft);
+        LP = IBEP20(_LP);
+        xftPerBlock = _perBlock;
+        lastBlock = block.number;
+        pause = false;
+    }
+
+    modifier paused() {
+        require(!pause, "farm is paused");
+        _;
+    }
+
+    modifier deposited() {
+        require(Stakers[msg.sender].amount > 0, "0 deposits");
+        _;
+    }
+
+    function update_farm() internal {
+        uint256 lp_supply = LP.balanceOf(address(this));
+        if(block.number > lastBlock ){
+            if(lp_supply != 0){
+                uint256 blocks = block.number.sub(lastBlock);
+                uint256 reward = blocks.mul(xftPerBlock);
+                xftPerShare = xftPerShare.add((reward.mul(1e18) / lp_supply));
+            }
+            lastBlock = block.number;
+        }
+    }
+
+    function getPending() public view returns(uint256){
+        UserInfo storage user = Stakers[msg.sender];
+        uint256 lp_supply = LP.balanceOf(address(this));
+        uint256 perShare = xftPerShare;
+        if (block.number > lastBlock && lp_supply > 0){
+            uint256 blocks = block.number.sub(lastBlock);
+            uint256 xftReward = blocks.mul(xftPerBlock);
+            perShare = xftPerShare.add(xftReward.mul(1e18) / lp_supply);
+        }
+        return uint256(int256(user.amount.mul(perShare) / 1e18) - user.rewardDebt);
+    }
+
+    function deposit(uint256 amount) public paused nonReentrant{
+        require(LP.allowance(msg.sender, address(this)) >= amount, "approve");
+        update_farm();
+        LP.transferFrom(msg.sender, address(this), amount);
+
+        UserInfo storage user = Stakers[msg.sender];
+
+        user.amount += amount;
+        user.rewardDebt = int256(user.amount.mul(xftPerShare).div(1e18));
+    }
+
+    function withdraw(uint256 amount) public paused deposited nonReentrant{
+        update_farm();
+        UserInfo storage user = Stakers[msg.sender];
+        uint256 pending = getPending();
+
+        require(pending <= xft.balanceOf(address(this)), "farm is drained");
+
+        xft.transfer(msg.sender, pending);
+
+        user.amount = user.amount.sub(amount);
+        user.rewardDebt = int256(user.amount.mul(xftPerShare).div(1e18));
+
+        LP.transfer(msg.sender, amount);
+    }
+
+    function emergencyWithdraw() public deposited nonReentrant{
+        UserInfo storage user = Stakers[msg.sender];
+
+        LP.transfer(msg.sender, user.amount);
+
+        user.amount = 0;
+        user.rewardDebt = 0;
+    }
+
+    function harvest() public paused deposited nonReentrant{
+        UserInfo storage user = Stakers[msg.sender];
+        update_farm();
+        uint256 pending = getPending();
+        require(pending <= xft.balanceOf(address(this)), "farm is drained");
+        user.rewardDebt = int256(user.amount.mul(xftPerShare).div(1e18));
+
+        xft.transfer(msg.sender, pending);
+    }
+
+    function stop() public onlyOwner{
+        pause = !pause;
+    }
+
+    function adjustPerBlock(uint256 perBlock) public onlyOwner{
+        xftPerBlock = perBlock;
+    }
+}
\ No newline at end of file
diff --git a/BSC/farm/frontend/README.md b/BSC/farm/frontend/README.md
new file mode 100644
index 0000000..59df509
--- /dev/null
+++ b/BSC/farm/frontend/README.md
@@ -0,0 +1,29 @@
+# Next.js + Tailwind CSS Example
+
+This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v2.2)](https://blog.tailwindcss.com/tailwindcss-2-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
+
+It uses the new [`Just-in-Time Mode`](https://tailwindcss.com/docs/just-in-time-mode) for Tailwind CSS.
+
+## Preview
+
+Preview the example live on [StackBlitz](http://stackblitz.com/):
+
+[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
+
+## Deploy your own
+
+Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
+
+[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss&project-name=with-tailwindcss&repository-name=with-tailwindcss)
+
+## How to use
+
+Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
+
+```bash
+npx create-next-app --example with-tailwindcss with-tailwindcss-app
+# or
+yarn create next-app --example with-tailwindcss with-tailwindcss-app
+```
+
+Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
diff --git a/BSC/farm/frontend/package.json b/BSC/farm/frontend/package.json
new file mode 100644
index 0000000..f9af7c8
--- /dev/null
+++ b/BSC/farm/frontend/package.json
@@ -0,0 +1,24 @@
+{
+  "name": "with-tailwindcss",
+  "version": "0.1.0",
+  "private": true,
+  "scripts": {
+    "dev": "next dev",
+    "build": "next build && next export",
+    "start": "next start"
+  },
+  "dependencies": {
+    "@headlessui/react": "^1.3.0",
+    "@heroicons/react": "^1.0.1",
+    "@walletconnect/web3-provider": "^1.4.1",
+    "next": "latest",
+    "react": "^17.0.2",
+    "react-dom": "^17.0.2",
+    "web3": "^1.4.0"
+  },
+  "devDependencies": {
+    "autoprefixer": "^10.2.6",
+    "postcss": "^8.3.5",
+    "tailwindcss": "^2.2.4"
+  }
+}
diff --git a/BSC/farm/frontend/pages/_abi.js b/BSC/farm/frontend/pages/_abi.js
new file mode 100644
index 0000000..6f5ca84
--- /dev/null
+++ b/BSC/farm/frontend/pages/_abi.js
@@ -0,0 +1,514 @@
+let lp = [
+    {
+        "inputs": [],
+        "stateMutability": "nonpayable",
+        "type": "constructor"
+    },
+    {
+        "anonymous": false,
+        "inputs": [
+            {
+                "indexed": true,
+                "internalType": "address",
+                "name": "owner",
+                "type": "address"
+            },
+            {
+                "indexed": true,
+                "internalType": "address",
+                "name": "spender",
+                "type": "address"
+            },
+            {
+                "indexed": false,
+                "internalType": "uint256",
+                "name": "value",
+                "type": "uint256"
+            }
+        ],
+        "name": "Approval",
+        "type": "event"
+    },
+    {
+        "anonymous": false,
+        "inputs": [
+            {
+                "indexed": true,
+                "internalType": "address",
+                "name": "from",
+                "type": "address"
+            },
+            {
+                "indexed": true,
+                "internalType": "address",
+                "name": "to",
+                "type": "address"
+            },
+            {
+                "indexed": false,
+                "internalType": "uint256",
+                "name": "value",
+                "type": "uint256"
+            }
+        ],
+        "name": "Transfer",
+        "type": "event"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "owner",
+                "type": "address"
+            },
+            {
+                "internalType": "address",
+                "name": "spender",
+                "type": "address"
+            }
+        ],
+        "name": "allowance",
+        "outputs": [
+            {
+                "internalType": "uint256",
+                "name": "",
+                "type": "uint256"
+            }
+        ],
+        "stateMutability": "view",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "spender",
+                "type": "address"
+            },
+            {
+                "internalType": "uint256",
+                "name": "amount",
+                "type": "uint256"
+            }
+        ],
+        "name": "approve",
+        "outputs": [
+            {
+                "internalType": "bool",
+                "name": "",
+                "type": "bool"
+            }
+        ],
+        "stateMutability": "nonpayable",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "account",
+                "type": "address"
+            }
+        ],
+        "name": "balanceOf",
+        "outputs": [
+            {
+                "internalType": "uint256",
+                "name": "",
+                "type": "uint256"
+            }
+        ],
+        "stateMutability": "view",
+        "type": "function"
+    },
+    {
+        "inputs": [],
+        "name": "decimals",
+        "outputs": [
+            {
+                "internalType": "uint8",
+                "name": "",
+                "type": "uint8"
+            }
+        ],
+        "stateMutability": "view",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "spender",
+                "type": "address"
+            },
+            {
+                "internalType": "uint256",
+                "name": "subtractedValue",
+                "type": "uint256"
+            }
+        ],
+        "name": "decreaseAllowance",
+        "outputs": [
+            {
+                "internalType": "bool",
+                "name": "",
+                "type": "bool"
+            }
+        ],
+        "stateMutability": "nonpayable",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "spender",
+                "type": "address"
+            },
+            {
+                "internalType": "uint256",
+                "name": "addedValue",
+                "type": "uint256"
+            }
+        ],
+        "name": "increaseAllowance",
+        "outputs": [
+            {
+                "internalType": "bool",
+                "name": "",
+                "type": "bool"
+            }
+        ],
+        "stateMutability": "nonpayable",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "uint256",
+                "name": "amount",
+                "type": "uint256"
+            }
+        ],
+        "name": "mint",
+        "outputs": [],
+        "stateMutability": "nonpayable",
+        "type": "function"
+    },
+    {
+        "inputs": [],
+        "name": "name",
+        "outputs": [
+            {
+                "internalType": "string",
+                "name": "",
+                "type": "string"
+            }
+        ],
+        "stateMutability": "view",
+        "type": "function"
+    },
+    {
+        "inputs": [],
+        "name": "symbol",
+        "outputs": [
+            {
+                "internalType": "string",
+                "name": "",
+                "type": "string"
+            }
+        ],
+        "stateMutability": "view",
+        "type": "function"
+    },
+    {
+        "inputs": [],
+        "name": "totalSupply",
+        "outputs": [
+            {
+                "internalType": "uint256",
+                "name": "",
+                "type": "uint256"
+            }
+        ],
+        "stateMutability": "view",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "recipient",
+                "type": "address"
+            },
+            {
+                "internalType": "uint256",
+                "name": "amount",
+                "type": "uint256"
+            }
+        ],
+        "name": "transfer",
+        "outputs": [
+            {
+                "internalType": "bool",
+                "name": "",
+                "type": "bool"
+            }
+        ],
+        "stateMutability": "nonpayable",
+        "type": "function"
+    },
+    {
+        "inputs": [
+            {
+                "internalType": "address",
+                "name": "sender",
+                "type": "address"
+            },
+            {
+                "internalType": "address",
+                "name": "recipient",
+                "type": "address"
+            },
+            {
+                "internalType": "uint256",
+                "name": "amount",
+                "type": "uint256"
+            }
+        ],
+        "name": "transferFrom",
+        "outputs": [
+            {
+                "internalType": "bool",
+                "name": "",
+                "type": "bool"
+            }
+        ],
+        "stateMutability": "nonpayable",
+        "type": "function"
+    }
+]
+
+let farm = [
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "_xft",
+          "type": "address"
+        },
+        {
+          "internalType": "address",
+          "name": "_LP",
+          "type": "address"
+        },
+        {
+          "internalType": "uint256",
+          "name": "_perBlock",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "nonpayable",
+      "type": "constructor"
+    },
+    {
+      "anonymous": false,
+      "inputs": [
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "previousOwner",
+          "type": "address"
+        },
+        {
+          "indexed": true,
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "OwnershipTransferred",
+      "type": "event"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "name": "Stakers",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        },
+        {
+          "internalType": "int256",
+          "name": "rewardDebt",
+          "type": "int256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "perBlock",
+          "type": "uint256"
+        }
+      ],
+      "name": "adjustPerBlock",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "deposit",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "emergencyWithdraw",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "getPending",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "harvest",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "lastBlock",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "owner",
+      "outputs": [
+        {
+          "internalType": "address",
+          "name": "",
+          "type": "address"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "renounceOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "stop",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "address",
+          "name": "newOwner",
+          "type": "address"
+        }
+      ],
+      "name": "transferOwnership",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "update_farm",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [
+        {
+          "internalType": "uint256",
+          "name": "amount",
+          "type": "uint256"
+        }
+      ],
+      "name": "withdraw",
+      "outputs": [],
+      "stateMutability": "nonpayable",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "xftPerBlock",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    },
+    {
+      "inputs": [],
+      "name": "xftPerShare",
+      "outputs": [
+        {
+          "internalType": "uint256",
+          "name": "",
+          "type": "uint256"
+        }
+      ],
+      "stateMutability": "view",
+      "type": "function"
+    }
+  ]
+
+  export {lp, farm};
+  export default () => {
+    return "Show page working ! ";
+    }
\ No newline at end of file
diff --git a/BSC/farm/frontend/pages/_app.js b/BSC/farm/frontend/pages/_app.js
new file mode 100644
index 0000000..e8f118c
--- /dev/null
+++ b/BSC/farm/frontend/pages/_app.js
@@ -0,0 +1,8 @@
+import 'tailwindcss/tailwind.css'
+import "./index.css";
+
+function MyApp({ Component, pageProps }) {
+  return <Component {...pageProps} />
+}
+
+export default MyApp
diff --git a/BSC/farm/frontend/pages/index.css b/BSC/farm/frontend/pages/index.css
new file mode 100644
index 0000000..a83c739
--- /dev/null
+++ b/BSC/farm/frontend/pages/index.css
@@ -0,0 +1,23 @@
+.modal {
+    max-width: 30rem;
+    background: #355c7d; /* fallback for old browsers */
+    background: -webkit-linear-gradient(to right, #2A5470, #4C4177); /* Chrome 10-25, Safari 5.1-6 */
+    background: linear-gradient(to right, #2A5470, #4C4177); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+}
+
+.connect {
+    background-image: linear-gradient(to right, rgb(1, 110, 218), rgb(217, 0, 192));
+}
+
+input {
+    background: #355c7d; /* fallback for old browsers */
+    background: -webkit-linear-gradient(to right, #2A5470, #4C4177); /* Chrome 10-25, Safari 5.1-6 */
+    background: linear-gradient(to right, #2A5470, #4C4177); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+}
+
+body {
+    /*background-color: #161621;*/
+    background: #355c7d; /* fallback for old browsers */
+    background: -webkit-linear-gradient(to right, #2A5470, #4C4177); /* Chrome 10-25, Safari 5.1-6 */
+    background: linear-gradient(to right, #2A5470, #4C4177); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+}
\ No newline at end of file
diff --git a/BSC/farm/frontend/pages/index.js b/BSC/farm/frontend/pages/index.js
new file mode 100644
index 0000000..b1efcd2
--- /dev/null
+++ b/BSC/farm/frontend/pages/index.js
@@ -0,0 +1,356 @@
+/* This example requires Tailwind CSS v2.0+ */
+import { Fragment, useState } from 'react'
+import { Disclosure, Dialog, Transition } from '@headlessui/react';
+import { MenuIcon, XIcon } from '@heroicons/react/outline';
+import { LockClosedIcon } from '@heroicons/react/solid'
+import React from 'react';
+import WalletConnectProvider from "@walletconnect/web3-provider";
+import Web3 from "web3";
+import { lp, farm } from "./_abi.js";
+
+let lp_address = "0xAD217ECc017b179cA0E238E08dF60ACf22C86C47";
+let farm_address = "0xC5d4B6FAd11BF3ac46862155a79DBBb7ee621D93";
+let bnb_address = "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c";
+
+const provider = new WalletConnectProvider({
+  rpc: {
+    56: "https://bsc-dataseed.binance.org/",
+  },
+});
+let web3 = new Web3(provider);
+
+function classNames(...classes) {
+  return classes.filter(Boolean).join(' ')
+}
+class Header extends React.Component {
+
+  constructor(props) {
+    super(props);
+    this.state = {
+      navigation: [
+        { name: 'Stake', href: '#Farm', current: true },
+        { name: 'UnStake', href: '#Withdraw', current: false },
+        { name: 'Rewards', href: '#Claim', current: false },
+      ],
+    }
+  }
+
+  updateThing = () => {
+    let n = [
+      { name: 'Stake', href: '#Farm', current: true },
+      { name: 'UnStake', href: '#Withdraw', current: false },
+      { name: 'Rewards', href: '#Claim', current: false },
+    ];
+    n.forEach(r => {
+      if (r.href == window.location.hash) {
+        r.current = true;
+      } else {
+        r.current = false;
+      }
+    });
+    this.setState({
+      navigation: n,
+    });
+  }
+  async componentDidMount() {
+    window.addEventListener("hashchange", this.updateThing, false);
+  }
+
+  render() {
+    return (
+      <Disclosure as="nav" className="">
+        {({ open }) => (
+          <>
+            <div className="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
+              <div className="relative flex items-center justify-between h-16">
+                <div className="absolute inset-y-0 left-0 flex items-center sm:hidden">
+                  {/* Mobile menu button*/}
+                  <Disclosure.Button className="inline-flex items-center justify-center p-2 rounded-md text-white hover:text-gray-100 hover:bg-pink-700 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white">
+                    <span className="sr-only">Open main menu</span>
+                    {open ? (
+                      <XIcon className="block h-6 w-6" aria-hidden="true" />
+                    ) : (
+                      <MenuIcon className="block h-6 w-6" aria-hidden="true" />
+                    )}
+                  </Disclosure.Button>
+                </div>
+                <div className="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start">
+                  <div className="flex-shrink-0 flex items-center">
+                    <img
+                      className="block lg:hidden h-8 w-auto"
+                      src="https://dashboard.offshift.io/assets/img/logo-icon.svg"
+                      alt="Offshift"
+                    />
+                    <img
+                      className="hidden lg:block h-8 w-auto"
+                      src="https://dashboard.offshift.io/assets/img/logo-icon.svg"
+                      alt="Offshift"
+                    />
+                  </div>
+                  <div className="hidden sm:block sm:ml-6">
+                    <div className="flex space-x-4">
+                      {this.state.navigation.map((item) => (
+                        <a
+                          key={item.name}
+                          href={item.href}
+                          className={classNames(
+                            item.current ? 'bg-purple-900 text-white' : 'text-white hover:bg-pink-700 hover:text-white',
+                            'px-3 py-2 rounded-md text-sm font-medium'
+                          )}
+                          aria-current={item.current ? 'page' : undefined}
+                        >
+                          {item.name}
+                        </a>
+                      ))}
+                    </div>
+                  </div>
+                </div>
+                {
+                  this.props.bttn == "hidden" ? '' : <button className={classNames('connect px-3 py-2 rounded-full text-white')} onClick={this.props.connect}>Connect Wallet</button>
+                }
+              </div>
+            </div>
+
+            <Disclosure.Panel className="sm:hidden">
+              <div className="px-2 pt-2 pb-3 space-y-1">
+                {this.state.navigation.map((item) => (
+                  <a
+                    key={item.name}
+                    href={item.href}
+                    className={classNames(
+                      item.current ? 'bg-gray-900 text-white' : 'text-gray-300 hover:bg-gray-700 hover:text-white',
+                      'block px-3 py-2 rounded-md text-base font-medium'
+                    )}
+                    aria-current={item.current ? 'page' : undefined}
+                  >
+                    {item.name}
+                  </a>
+                ))}
+              </div>
+            </Disclosure.Panel>
+          </>
+        )}
+      </Disclosure>
+    )
+  }
+}
+
+
+class Main extends React.Component {
+  constructor(props) {
+    super(props);
+    this.state = {
+      selected: "Farm",
+      step: "Approve",
+    }
+    this.handle = this.handle.bind(this);
+  }
+
+  setup() {
+    this.props.update();
+  }
+
+  async claim_rewards() {
+    const accounts = await web3.eth.getAccounts();
+    let farm_contract = new web3.eth.Contract(farm, farm_address);
+    await farm_contract.methods.harvest().send({ from: accounts[0] });
+  }
+
+  async withdraw_tokens() {
+    const accounts = await web3.eth.getAccounts();
+    let farm_contract = new web3.eth.Contract(farm, farm_address);
+    let amount = web3.utils.toWei(tokenAmount.value);
+    await farm_contract.methods.withdraw(amount).send({ from: accounts[0] });
+  }
+
+  async handle() {
+    const accounts = await web3.eth.getAccounts();
+    let lp_contract = new web3.eth.Contract(lp, lp_address);
+    let farm_contract = new web3.eth.Contract(farm, farm_address);
+    let amount = web3.utils.toWei(tokenAmount.value);
+
+    if (this.state.step == "Approve") {
+      this.setState({
+        step: "Processing ..."
+      })
+      let allowance = await lp_contract.methods.allowance(accounts[0], farm_address).call();
+      if (allowance <= amount) {
+        await lp_contract.methods.approve(farm_address, amount).send({ from: accounts[0] });
+      }
+      this.setState({
+        step: "Stake",
+      });
+      this.setup();
+    } else if (this.state.step == "Stake") {
+      this.setState({
+        step: "Processing ..."
+      })
+      await farm_contract.methods.deposit(amount).send({ from: accounts[0] });
+      alert("Successfully Staked the tokens :)");
+      this.setState({
+        step: "Approve",
+      })
+      window.location.reload();
+    } else if (this.state.step == "Withdraw") {
+      await farm_contract.methods.withdraw(amount).send({ from: accounts[0] });
+      alert("Withdrawal Complete");
+    } else if (this.state.step == "Claim") {
+      await farm_contract.methods.harvest().send({ from: accounts[0] });
+    }
+  }
+
+  updateThing = () => {
+    this.setState({
+      selected: window.location.hash.slice(1),
+    })
+    if (this.state.selected == "Farm") {
+      this.setState({
+        step: "Approve",
+      })
+    } else {
+      this.setState({
+        step: this.state.step,
+      });
+    }
+  }
+
+  async componentDidMount() {
+    window.addEventListener("hashchange", this.updateThing, false);
+  }
+
+  render() {
+    if (this.state.selected == "Farm") {
+      return (
+        <div className="min-h-scree text-center ">
+          <div className="modal pt-20 mt-9 text-white w-full mx-auto rounded-3xl shadow-lg px-10">
+            <h1 className="font-semibold text-xl">Offshift PancakeSwap Farm</h1>
+            <p className="mt-4">Staked Tokens: {this.props.balance} LP</p>
+            <p className="">Total Rewards: {this.props.Rewards} XFT</p>
+            <p className="mb-10">APY: {this.props.APY}%</p>
+            <input id="tokenAmount" placeholder="Amount of Tokens" type="number"
+              className="border-gray-800 focus:ring-2 bg-gray-600 shadow appearance-none border rounded py-2 px-16 text-grey-darker"
+            ></input>
+            <div className="pt-6 pb-10">
+              <button className="bg-gradient-to-r from-purple-800 to-blue-500 hover:to-yellow-500 text-white font-sans font-semibold text-xl border-blue btn-primary hover:text-white hover:bg-blue-light focus:outline-none active:shadow-none justify-center px-7 py-3 shadow-md no-underline rounded-full" onClick={this.handle}>{this.state.step}</button>
+            </div>
+          </div>
+        </div>
+      );
+    } else if (this.state.selected == "Withdraw") {
+      return (
+        <div className="min-h-screen text-center">
+          <div className="modal  pt-20 mt-9 text-white w-full mx-auto rounded-3xl shadow-lg px-10">
+            <h1 className="font-semibold text-xl">Withdraw your tokens</h1>
+            <p className="mt-4">Staked Tokens: {this.props.balance} LP</p>
+            <p className="">Total Rewards: {this.props.Rewards} XFT</p>
+            <p className="mb-10">APY: {this.props.APY}%</p>
+            <input id="tokenAmount" placeholder="Amount of Tokens" type="number"
+              className="shadow appearance-none border rounded py-2 px-20"
+            ></input>
+            <div className="pt-6 pb-10">
+              <button className="bg-gradient-to-r from-purple-800 to-blue-500 hover:to-yellow-500 text-white font-sans font-semibold text-xl border-blue btn-primary hover:text-white hover:bg-blue-light focus:outline-none active:shadow-none justify-center px-7 py-3 shadow-md no-underline rounded-full" onClick={this.withdraw_tokens}>Withdraw</button>
+            </div>
+          </div>
+        </div>
+      );
+    } else if (this.state.selected == "Claim") {
+      return (
+        <div className="min-h-screen text-center">
+          <div className="modal  pt-20 mt-9 text-white w-full mx-auto rounded-3xl shadow-lg px-10">
+            <h1 className="font-semibold text-xl">Claim Your Rewards</h1>
+            <p className="">Total Rewards: {this.props.Rewards} XFT</p>
+            <div className="pt-6 pb-10">
+              <button className="bg-gradient-to-r from-purple-800 to-blue-500 hover:to-yellow-500 text-white font-sans font-semibold text-xl border-blue btn-primary hover:text-white hover:bg-blue-light focus:outline-none active:shadow-none justify-center px-7 py-3 shadow-md no-underline rounded-full" onClick={this.claim_rewards}>Claim</button>
+            </div>
+          </div>
+        </div>
+      )
+    } else {
+      return (<h1>soo ?</h1>)
+    }
+  }
+}
+
+
+export default class Home extends React.Component {
+
+  constructor() {
+    super();
+    this.state = {
+      bttn: "",
+      balance: "",
+      APY: "",
+      Rewards: "",
+      connected: true,
+    }
+    this.connect = this.connect.bind(this);
+    this.update = this.update.bind(this);
+  }
+
+  async update() {
+    const accounts = await web3.eth.getAccounts();
+    let farm_contract = new web3.eth.Contract(farm, farm_address);
+    let balance = await farm_contract.methods.Stakers(accounts[0]).call();
+    balance = web3.utils.fromWei(balance.amount);
+    let reward = web3.utils.fromWei(await farm_contract.methods.getPending().call({ from: accounts[0] }));
+    let perShare = web3.utils.fromWei(await farm_contract.methods.xftPerShare().call());
+
+    const blockPerYear = 365 * 43200 
+    let roi =  blockPerYear * perShare / (total_stakes * 100) ;    
+    roi = roi.toFixed(2);
+
+    this.setState({
+      balance: balance,
+      Rewards: reward,
+      APY: roi,
+    });
+  }
+
+  async connect() {
+    if (typeof ethereum !== 'undefined') {
+      await window.ethereum.request({ method: 'eth_requestAccounts' });
+      web3 = new Web3(window.ethereum);
+    }
+    else {
+      //  Enable session (triggers QR Code modal)
+      await provider.enable();
+    }
+    const accounts = await web3.eth.getAccounts();
+    let farm_contract = new web3.eth.Contract(farm, farm_address);
+    let lp_contract = new web3.eth.Contract(lp, lp_address);
+    let bnb_contract = new web3.eth.Contract(lp, bnb_address);
+    let balance = await farm_contract.methods.Stakers(accounts[0]).call();
+    balance = web3.utils.fromWei(balance.amount);
+    let reward = web3.utils.fromWei(await farm_contract.methods.getPending().call({from: accounts[0]}));
+
+    let response = await fetch("https://api.coingecko.com/api/v3/simple/price?ids=offshift,binancecoin&vs_currencies=usd");
+    response = await response.json();
+    let xft_price = response["offshift"]["usd"];
+    let bnb_price = response["binancecoin"]["usd"];
+    let pool_amount = web3.utils.fromWei(await bnb_contract.methods.balanceOf(lp_address).call()) * bnb_price * 2;
+    console.log(pool_amount)
+    let ratio = (xft_price * 48000) / (pool_amount);
+
+    let roi = ((1 + (ratio/365))**365) - 1;
+    roi = (roi * 100).toFixed(2);
+
+    this.setState({
+      bttn: "hidden",
+      connected: true,
+      balance: balance,
+      Rewards: reward,
+      APY: roi,
+    });
+
+    alert("Connected !");
+  }
+  render() {
+    return (
+      <div>
+        <Header connect={this.connect} bttn={this.state.bttn} />
+        <Main {...this.state} update={this.update} />
+      </div>
+    );
+  }
+}
+
diff --git a/BSC/farm/frontend/postcss.config.js b/BSC/farm/frontend/postcss.config.js
new file mode 100644
index 0000000..3fa0a95
--- /dev/null
+++ b/BSC/farm/frontend/postcss.config.js
@@ -0,0 +1,8 @@
+// If you want to use other PostCSS plugins, see the following:
+// https://tailwindcss.com/docs/using-with-preprocessors
+module.exports = {
+  plugins: {
+    tailwindcss: {},
+    autoprefixer: {},
+  },
+}
diff --git a/BSC/farm/frontend/public/favicon.ico b/BSC/farm/frontend/public/favicon.ico
new file mode 100644
index 0000000000000000000000000000000000000000..4a73b837797aa2cd2d24028c896c99cb09c0931c
GIT binary patch
literal 179322
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%0AA_`D5aX%uY^7
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

literal 0
HcmV?d00001

diff --git a/BSC/farm/frontend/tailwind.config.js b/BSC/farm/frontend/tailwind.config.js
new file mode 100644
index 0000000..211048f
--- /dev/null
+++ b/BSC/farm/frontend/tailwind.config.js
@@ -0,0 +1,12 @@
+module.exports = {
+  mode: 'jit',
+  purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
+  darkMode: false, // or 'media' or 'class'
+  theme: {
+    extend: {},
+  },
+  variants: {
+    extend: {},
+  },
+  plugins: [],
+}
diff --git a/BSC/farm/frontend/yarn.lock b/BSC/farm/frontend/yarn.lock
new file mode 100644
index 0000000..77bb42d
--- /dev/null
+++ b/BSC/farm/frontend/yarn.lock
@@ -0,0 +1,5696 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+"@babel/code-frame@7.12.11":
+  version "7.12.11"
+  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
+  integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
+  dependencies:
+    "@babel/highlight" "^7.10.4"
+
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
+  integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
+  dependencies:
+    "@babel/highlight" "^7.14.5"
+
+"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
+  integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
+
+"@babel/generator@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
+  integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
+  dependencies:
+    "@babel/types" "^7.14.5"
+    jsesc "^2.5.1"
+    source-map "^0.5.0"
+
+"@babel/helper-compilation-targets@^7.13.0":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
+  integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
+  dependencies:
+    "@babel/compat-data" "^7.14.5"
+    "@babel/helper-validator-option" "^7.14.5"
+    browserslist "^4.16.6"
+    semver "^6.3.0"
+
+"@babel/helper-define-polyfill-provider@^0.2.2":
+  version "0.2.3"
+  resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz#0525edec5094653a282688d34d846e4c75e9c0b6"
+  integrity sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==
+  dependencies:
+    "@babel/helper-compilation-targets" "^7.13.0"
+    "@babel/helper-module-imports" "^7.12.13"
+    "@babel/helper-plugin-utils" "^7.13.0"
+    "@babel/traverse" "^7.13.0"
+    debug "^4.1.1"
+    lodash.debounce "^4.0.8"
+    resolve "^1.14.2"
+    semver "^6.1.2"
+
+"@babel/helper-function-name@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
+  integrity sha512-Gjna0AsXWfFvrAuX+VKcN/aNNWonizBj39yGwUzVDVTlMYJMK2Wp6xdpy72mfArFq5uK+NOuexfzZlzI1z9+AQ==
+  dependencies:
+    "@babel/helper-get-function-arity" "^7.14.5"
+    "@babel/template" "^7.14.5"
+    "@babel/types" "^7.14.5"
+
+"@babel/helper-get-function-arity@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
+  integrity sha512-I1Db4Shst5lewOM4V+ZKJzQ0JGGaZ6VY1jYvMghRjqs6DWgxLCIyFt30GlnKkfUeFLpJt2vzbMVEXVSXlIFYUg==
+  dependencies:
+    "@babel/types" "^7.14.5"
+
+"@babel/helper-hoist-variables@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.14.5.tgz#e0dd27c33a78e577d7c8884916a3e7ef1f7c7f8d"
+  integrity sha512-R1PXiz31Uc0Vxy4OEOm07x0oSjKAdPPCh3tPivn/Eo8cvz6gveAeuyUUPB21Hoiif0uoPQSSdhIPS3352nvdyQ==
+  dependencies:
+    "@babel/types" "^7.14.5"
+
+"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
+  integrity sha512-SwrNHu5QWS84XlHwGYPDtCxcA0hrSlL2yhWYLgeOc0w7ccOl2qv4s/nARI0aYZW+bSwAL5CukeXA47B/1NKcnQ==
+  dependencies:
+    "@babel/types" "^7.14.5"
+
+"@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
+  integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
+
+"@babel/helper-split-export-declaration@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
+  integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
+  dependencies:
+    "@babel/types" "^7.14.5"
+
+"@babel/helper-validator-identifier@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
+  integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
+
+"@babel/helper-validator-option@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
+  integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
+
+"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
+  integrity sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==
+  dependencies:
+    "@babel/helper-validator-identifier" "^7.14.5"
+    chalk "^2.0.0"
+    js-tokens "^4.0.0"
+
+"@babel/parser@^7.14.5", "@babel/parser@^7.14.7":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
+  integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
+
+"@babel/plugin-transform-runtime@^7.5.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523"
+  integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==
+  dependencies:
+    "@babel/helper-module-imports" "^7.14.5"
+    "@babel/helper-plugin-utils" "^7.14.5"
+    babel-plugin-polyfill-corejs2 "^0.2.2"
+    babel-plugin-polyfill-corejs3 "^0.2.2"
+    babel-plugin-polyfill-regenerator "^0.2.2"
+    semver "^6.3.0"
+
+"@babel/runtime@7.12.5":
+  version "7.12.5"
+  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
+  integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
+  dependencies:
+    regenerator-runtime "^0.13.4"
+
+"@babel/runtime@^7.5.5":
+  version "7.14.6"
+  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
+  integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
+  dependencies:
+    regenerator-runtime "^0.13.4"
+
+"@babel/template@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
+  integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
+  dependencies:
+    "@babel/code-frame" "^7.14.5"
+    "@babel/parser" "^7.14.5"
+    "@babel/types" "^7.14.5"
+
+"@babel/traverse@^7.13.0":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
+  integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
+  dependencies:
+    "@babel/code-frame" "^7.14.5"
+    "@babel/generator" "^7.14.5"
+    "@babel/helper-function-name" "^7.14.5"
+    "@babel/helper-hoist-variables" "^7.14.5"
+    "@babel/helper-split-export-declaration" "^7.14.5"
+    "@babel/parser" "^7.14.7"
+    "@babel/types" "^7.14.5"
+    debug "^4.1.0"
+    globals "^11.1.0"
+
+"@babel/types@7.8.3":
+  version "7.8.3"
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
+  integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
+  dependencies:
+    esutils "^2.0.2"
+    lodash "^4.17.13"
+    to-fast-properties "^2.0.0"
+
+"@babel/types@^7.14.5":
+  version "7.14.5"
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
+  integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
+  dependencies:
+    "@babel/helper-validator-identifier" "^7.14.5"
+    to-fast-properties "^2.0.0"
+
+"@ethereumjs/common@^2.3.0", "@ethereumjs/common@^2.3.1":
+  version "2.3.1"
+  resolved "https://registry.yarnpkg.com/@ethereumjs/common/-/common-2.3.1.tgz#d692e3aff5adb35dd587dd1e6caab69e0ed2fa0b"
+  integrity sha512-V8hrULExoq0H4HFs3cCmdRGbgmipmlNzak6Xg34nHYfQyqkSdrCuflvYjyWmsNpI8GtrcZhzifAbgX/1C1Cjwg==
+  dependencies:
+    crc-32 "^1.2.0"
+    ethereumjs-util "^7.0.10"
+
+"@ethereumjs/tx@^3.2.1":
+  version "3.2.1"
+  resolved "https://registry.yarnpkg.com/@ethereumjs/tx/-/tx-3.2.1.tgz#65f5f1c11541764f08377a94ba4b0dcbbd67739e"
+  integrity sha512-i9V39OtKvwWos1uVNZxdVhd7zFOyzFLjgt69CoiOY0EmXugS0HjO3uxpLBSglDKFMRriuGqw6ddKEv+RP1UNEw==
+  dependencies:
+    "@ethereumjs/common" "^2.3.1"
+    ethereumjs-util "^7.0.10"
+
+"@ethersproject/abi@5.0.7":
+  version "5.0.7"
+  resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.7.tgz#79e52452bd3ca2956d0e1c964207a58ad1a0ee7b"
+  integrity sha512-Cqktk+hSIckwP/W8O47Eef60VwmoSC/L3lY0+dIBhQPCNn9E4V7rwmm2aFrNRRDJfFlGuZ1khkQUOc3oBX+niw==
+  dependencies:
+    "@ethersproject/address" "^5.0.4"
+    "@ethersproject/bignumber" "^5.0.7"
+    "@ethersproject/bytes" "^5.0.4"
+    "@ethersproject/constants" "^5.0.4"
+    "@ethersproject/hash" "^5.0.4"
+    "@ethersproject/keccak256" "^5.0.3"
+    "@ethersproject/logger" "^5.0.5"
+    "@ethersproject/properties" "^5.0.3"
+    "@ethersproject/strings" "^5.0.4"
+
+"@ethersproject/abstract-provider@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/abstract-provider/-/abstract-provider-5.4.0.tgz#415331031b0f678388971e1987305244edc04e1d"
+  integrity sha512-vPBR7HKUBY0lpdllIn7tLIzNN7DrVnhCLKSzY0l8WAwxz686m/aL7ASDzrVxV93GJtIub6N2t4dfZ29CkPOxgA==
+  dependencies:
+    "@ethersproject/bignumber" "^5.4.0"
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/networks" "^5.4.0"
+    "@ethersproject/properties" "^5.4.0"
+    "@ethersproject/transactions" "^5.4.0"
+    "@ethersproject/web" "^5.4.0"
+
+"@ethersproject/abstract-signer@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/abstract-signer/-/abstract-signer-5.4.0.tgz#cd5f50b93141ee9f9f49feb4075a0b3eafb57d65"
+  integrity sha512-AieQAzt05HJZS2bMofpuxMEp81AHufA5D6M4ScKwtolj041nrfIbIi8ciNW7+F59VYxXq+V4c3d568Q6l2m8ew==
+  dependencies:
+    "@ethersproject/abstract-provider" "^5.4.0"
+    "@ethersproject/bignumber" "^5.4.0"
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/properties" "^5.4.0"
+
+"@ethersproject/address@^5.0.4", "@ethersproject/address@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.4.0.tgz#ba2d00a0f8c4c0854933b963b9a3a9f6eb4a37a3"
+  integrity sha512-SD0VgOEkcACEG/C6xavlU1Hy3m5DGSXW3CUHkaaEHbAPPsgi0coP5oNPsxau8eTlZOk/bpa/hKeCNoK5IzVI2Q==
+  dependencies:
+    "@ethersproject/bignumber" "^5.4.0"
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/keccak256" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/rlp" "^5.4.0"
+
+"@ethersproject/base64@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/base64/-/base64-5.4.0.tgz#7252bf65295954c9048c7ca5f43e5c86441b2a9a"
+  integrity sha512-CjQw6E17QDSSC5jiM9YpF7N1aSCHmYGMt9bWD8PWv6YPMxjsys2/Q8xLrROKI3IWJ7sFfZ8B3flKDTM5wlWuZQ==
+  dependencies:
+    "@ethersproject/bytes" "^5.4.0"
+
+"@ethersproject/bignumber@^5.0.7", "@ethersproject/bignumber@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.4.0.tgz#be8dea298c0ec71208ee60f0b245be0761217ad9"
+  integrity sha512-OXUu9f9hO3vGRIPxU40cignXZVaYyfx6j9NNMjebKdnaCL3anCLSSy8/b8d03vY6dh7duCC0kW72GEC4tZer2w==
+  dependencies:
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    bn.js "^4.11.9"
+
+"@ethersproject/bytes@^5.0.4", "@ethersproject/bytes@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.4.0.tgz#56fa32ce3bf67153756dbaefda921d1d4774404e"
+  integrity sha512-H60ceqgTHbhzOj4uRc/83SCN9d+BSUnOkrr2intevqdtEMO1JFVZ1XL84OEZV+QjV36OaZYxtnt4lGmxcGsPfA==
+  dependencies:
+    "@ethersproject/logger" "^5.4.0"
+
+"@ethersproject/constants@^5.0.4", "@ethersproject/constants@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.4.0.tgz#ee0bdcb30bf1b532d2353c977bf2ef1ee117958a"
+  integrity sha512-tzjn6S7sj9+DIIeKTJLjK9WGN2Tj0P++Z8ONEIlZjyoTkBuODN+0VfhAyYksKi43l1Sx9tX2VlFfzjfmr5Wl3Q==
+  dependencies:
+    "@ethersproject/bignumber" "^5.4.0"
+
+"@ethersproject/hash@^5.0.4":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.4.0.tgz#d18a8e927e828e22860a011f39e429d388344ae0"
+  integrity sha512-xymAM9tmikKgbktOCjW60Z5sdouiIIurkZUr9oW5NOex5uwxrbsYG09kb5bMcNjlVeJD3yPivTNzViIs1GCbqA==
+  dependencies:
+    "@ethersproject/abstract-signer" "^5.4.0"
+    "@ethersproject/address" "^5.4.0"
+    "@ethersproject/bignumber" "^5.4.0"
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/keccak256" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/properties" "^5.4.0"
+    "@ethersproject/strings" "^5.4.0"
+
+"@ethersproject/keccak256@^5.0.3", "@ethersproject/keccak256@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/keccak256/-/keccak256-5.4.0.tgz#7143b8eea4976080241d2bd92e3b1f1bf7025318"
+  integrity sha512-FBI1plWet+dPUvAzPAeHzRKiPpETQzqSUWR1wXJGHVWi4i8bOSrpC3NwpkPjgeXG7MnugVc1B42VbfnQikyC/A==
+  dependencies:
+    "@ethersproject/bytes" "^5.4.0"
+    js-sha3 "0.5.7"
+
+"@ethersproject/logger@^5.0.5", "@ethersproject/logger@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.4.0.tgz#f39adadf62ad610c420bcd156fd41270e91b3ca9"
+  integrity sha512-xYdWGGQ9P2cxBayt64d8LC8aPFJk6yWCawQi/4eJ4+oJdMMjEBMrIcIMZ9AxhwpPVmnBPrsB10PcXGmGAqgUEQ==
+
+"@ethersproject/networks@^5.4.0":
+  version "5.4.1"
+  resolved "https://registry.yarnpkg.com/@ethersproject/networks/-/networks-5.4.1.tgz#2ce83b8e42aa85216e5d277a7952d97b6ce8d852"
+  integrity sha512-8SvowCKz9Uf4xC5DTKI8+il8lWqOr78kmiqAVLYT9lzB8aSmJHQMD1GSuJI0CW4hMAnzocpGpZLgiMdzsNSPig==
+  dependencies:
+    "@ethersproject/logger" "^5.4.0"
+
+"@ethersproject/properties@^5.0.3", "@ethersproject/properties@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.4.0.tgz#38ba20539b44dcc5d5f80c45ad902017dcdbefe7"
+  integrity sha512-7jczalGVRAJ+XSRvNA6D5sAwT4gavLq3OXPuV/74o3Rd2wuzSL035IMpIMgei4CYyBdialJMrTqkOnzccLHn4A==
+  dependencies:
+    "@ethersproject/logger" "^5.4.0"
+
+"@ethersproject/rlp@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/rlp/-/rlp-5.4.0.tgz#de61afda5ff979454e76d3b3310a6c32ad060931"
+  integrity sha512-0I7MZKfi+T5+G8atId9QaQKHRvvasM/kqLyAH4XxBCBchAooH2EX5rL9kYZWwcm3awYV+XC7VF6nLhfeQFKVPg==
+  dependencies:
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+
+"@ethersproject/signing-key@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/signing-key/-/signing-key-5.4.0.tgz#2f05120984e81cf89a3d5f6dec5c68ee0894fbec"
+  integrity sha512-q8POUeywx6AKg2/jX9qBYZIAmKSB4ubGXdQ88l40hmATj29JnG5pp331nAWwwxPn2Qao4JpWHNZsQN+bPiSW9A==
+  dependencies:
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/properties" "^5.4.0"
+    bn.js "^4.11.9"
+    elliptic "6.5.4"
+    hash.js "1.1.7"
+
+"@ethersproject/strings@^5.0.4", "@ethersproject/strings@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/strings/-/strings-5.4.0.tgz#fb12270132dd84b02906a8d895ae7e7fa3d07d9a"
+  integrity sha512-k/9DkH5UGDhv7aReXLluFG5ExurwtIpUfnDNhQA29w896Dw3i4uDTz01Quaptbks1Uj9kI8wo9tmW73wcIEaWA==
+  dependencies:
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/constants" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+
+"@ethersproject/transactions@^5.0.0-beta.135", "@ethersproject/transactions@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.4.0.tgz#a159d035179334bd92f340ce0f77e83e9e1522e0"
+  integrity sha512-s3EjZZt7xa4BkLknJZ98QGoIza94rVjaEed0rzZ/jB9WrIuu/1+tjvYCWzVrystXtDswy7TPBeIepyXwSYa4WQ==
+  dependencies:
+    "@ethersproject/address" "^5.4.0"
+    "@ethersproject/bignumber" "^5.4.0"
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/constants" "^5.4.0"
+    "@ethersproject/keccak256" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/properties" "^5.4.0"
+    "@ethersproject/rlp" "^5.4.0"
+    "@ethersproject/signing-key" "^5.4.0"
+
+"@ethersproject/web@^5.4.0":
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/@ethersproject/web/-/web-5.4.0.tgz#49fac173b96992334ed36a175538ba07a7413d1f"
+  integrity sha512-1bUusGmcoRLYgMn6c1BLk1tOKUIFuTg8j+6N8lYlbMpDesnle+i3pGSagGNvwjaiLo4Y5gBibwctpPRmjrh4Og==
+  dependencies:
+    "@ethersproject/base64" "^5.4.0"
+    "@ethersproject/bytes" "^5.4.0"
+    "@ethersproject/logger" "^5.4.0"
+    "@ethersproject/properties" "^5.4.0"
+    "@ethersproject/strings" "^5.4.0"
+
+"@fullhuman/postcss-purgecss@^4.0.3":
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.0.3.tgz#55d71712ec1c7a88e0d1ba5f10ce7fb6aa05beb4"
+  integrity sha512-/EnQ9UDWGGqHkn1UKAwSgh+gJHPKmD+Z+5dQ4gWT4qq2NUyez3zqAfZNwFH3eSgmgO+wjTXfhlLchx2M9/K+7Q==
+  dependencies:
+    purgecss "^4.0.3"
+
+"@hapi/accept@5.0.2":
+  version "5.0.2"
+  resolved "https://registry.yarnpkg.com/@hapi/accept/-/accept-5.0.2.tgz#ab7043b037e68b722f93f376afb05e85c0699523"
+  integrity sha512-CmzBx/bXUR8451fnZRuZAJRlzgm0Jgu5dltTX/bszmR2lheb9BpyN47Q1RbaGTsvFzn0PXAEs+lXDKfshccYZw==
+  dependencies:
+    "@hapi/boom" "9.x.x"
+    "@hapi/hoek" "9.x.x"
+
+"@hapi/boom@9.x.x":
+  version "9.1.2"
+  resolved "https://registry.yarnpkg.com/@hapi/boom/-/boom-9.1.2.tgz#48bd41d67437164a2d636e3b5bc954f8c8dc5e38"
+  integrity sha512-uJEJtiNHzKw80JpngDGBCGAmWjBtzxDCz17A9NO2zCi8LLBlb5Frpq4pXwyN+2JQMod4pKz5BALwyneCgDg89Q==
+  dependencies:
+    "@hapi/hoek" "9.x.x"
+
+"@hapi/hoek@9.x.x":
+  version "9.2.0"
+  resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131"
+  integrity sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==
+
+"@headlessui/react@^1.3.0":
+  version "1.3.0"
+  resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.3.0.tgz#62287c92604923e5dfb394483e5ec2463e1baea6"
+  integrity sha512-2gqTO6BQ3Jr8vDX1B67n1gl6MGKTt6DBmR+H0qxwj0gTMnR2+Qpktj8alRWxsZBODyOiBb77QSQpE/6gG3MX4Q==
+
+"@heroicons/react@^1.0.1":
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-1.0.1.tgz#66d25f6441920bd5c2146ea27fd33995885452dd"
+  integrity sha512-uikw2gKCmqnvjVxitecWfFLMOKyL9BTFcU4VM3hHj9OMwpkCr5Ke+MRMyY2/aQVmsYs4VTq7NCFX05MYwAHi3g==
+
+"@json-rpc-tools/types@^1.6.1":
+  version "1.7.6"
+  resolved "https://registry.yarnpkg.com/@json-rpc-tools/types/-/types-1.7.6.tgz#5abd5fde01364a130c46093b501715bcce5bdc0e"
+  integrity sha512-nDSqmyRNEqEK9TZHtM15uNnDljczhCUdBmRhpNZ95bIPKEDQ+nTDmGMFd2lLin3upc5h2VVVd9tkTDdbXUhDIQ==
+  dependencies:
+    keyvaluestorage-interface "^1.0.0"
+
+"@json-rpc-tools/utils@1.6.1":
+  version "1.6.1"
+  resolved "https://registry.yarnpkg.com/@json-rpc-tools/utils/-/utils-1.6.1.tgz#26e37d0fc4522721158d0f6057e136daa8813263"
+  integrity sha512-cNwP4QapAls+xATU8zLLqPYa9qCbgwEyWEK7vE1oH91b3LfbUYwHtiWZ1+rv0X/mh/9cWNTo2Oi2Sah/QX0WwA==
+  dependencies:
+    "@json-rpc-tools/types" "^1.6.1"
+
+"@metamask/safe-event-emitter@^2.0.0":
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz#af577b477c683fad17c619a78208cede06f9605c"
+  integrity sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==
+
+"@next/env@11.0.1":
+  version "11.0.1"
+  resolved "https://registry.yarnpkg.com/@next/env/-/env-11.0.1.tgz#6dc96ac76f1663ab747340e907e8933f190cc8fd"
+  integrity sha512-yZfKh2U6R9tEYyNUrs2V3SBvCMufkJ07xMH5uWy8wqcl5gAXoEw6A/1LDqwX3j7pUutF9d1ZxpdGDA3Uag+aQQ==
+
+"@next/polyfill-module@11.0.1":
+  version "11.0.1"
+  resolved "https://registry.yarnpkg.com/@next/polyfill-module/-/polyfill-module-11.0.1.tgz#ca2a110c1c44672cbcff6c2b983f0c0549d87291"
+  integrity sha512-Cjs7rrKCg4CF4Jhri8PCKlBXhszTfOQNl9AjzdNy4K5jXFyxyoSzuX2rK4IuoyE+yGp5A3XJCBEmOQ4xbUp9Mg==
+
+"@next/react-dev-overlay@11.0.1":
+  version "11.0.1"
+  resolved "https://registry.yarnpkg.com/@next/react-dev-overlay/-/react-dev-overlay-11.0.1.tgz#3c481e83347255abd466dcf7e59ac8a79a0d7fd6"
+  integrity sha512-lvUjMVpLsgzADs9Q8wtC5LNqvfdN+M0BDMSrqr04EDWAyyX0vURHC9hkvLbyEYWyh+WW32pwjKBXdkMnJhoqMg==
+  dependencies:
+    "@babel/code-frame" "7.12.11"
+    anser "1.4.9"
+    chalk "4.0.0"
+    classnames "2.2.6"
+    css.escape "1.5.1"
+    data-uri-to-buffer "3.0.1"
+    platform "1.3.6"
+    shell-quote "1.7.2"
+    source-map "0.8.0-beta.0"
+    stacktrace-parser "0.1.10"
+    strip-ansi "6.0.0"
+
+"@next/react-refresh-utils@11.0.1":
+  version "11.0.1"
+  resolved "https://registry.yarnpkg.com/@next/react-refresh-utils/-/react-refresh-utils-11.0.1.tgz#a7509f22b6f70c13101a26573afd295295f1c020"
+  integrity sha512-K347DM6Z7gBSE+TfUaTTceWvbj0B6iNAsFZXbFZOlfg3uyz2sbKpzPYYFocCc27yjLaS8OfR8DEdS2mZXi8Saw==
+
+"@nodelib/fs.scandir@2.1.5":
+  version "2.1.5"
+  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
+  integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
+  dependencies:
+    "@nodelib/fs.stat" "2.0.5"
+    run-parallel "^1.1.9"
+
+"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
+  version "2.0.5"
+  resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
+  integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
+
+"@nodelib/fs.walk@^1.2.3":
+  version "1.2.7"
+  resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz#94c23db18ee4653e129abd26fb06f870ac9e1ee2"
+  integrity sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==
+  dependencies:
+    "@nodelib/fs.scandir" "2.1.5"
+    fastq "^1.6.0"
+
+"@pedrouid/environment@^1.0.1":
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/@pedrouid/environment/-/environment-1.0.1.tgz#858f0f8a057340e0b250398b75ead77d6f4342ec"
+  integrity sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==
+
+"@pedrouid/iso-crypto@^1.0.0":
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/@pedrouid/iso-crypto/-/iso-crypto-1.1.0.tgz#3fb4050ea99f2f8ee41ba8661193c0989c815c95"
+  integrity sha512-twi+tW67XT0BSOv4rsegnGo4TQMhfFswS/GY3KhrjFiNw3z9x+cMkfO+itNe1JZghQxsxHuhifvfsnG814g1hQ==
+  dependencies:
+    "@pedrouid/iso-random" "^1.1.0"
+    aes-js "^3.1.2"
+    enc-utils "^3.0.0"
+    hash.js "^1.1.7"
+
+"@pedrouid/iso-random@^1.1.0":
+  version "1.2.1"
+  resolved "https://registry.yarnpkg.com/@pedrouid/iso-random/-/iso-random-1.2.1.tgz#55178d9a2e7897b0f630dd1b4be76bc8460242d7"
+  integrity sha512-C35NqYMmLsg61WDiEup4OwjRhgfZIcK4BL+Qg49xowHUJ+f7/LFZCO+TGuQqoXFAj1beKIOpUN33f0fqV7zneQ==
+  dependencies:
+    "@pedrouid/environment" "^1.0.1"
+    enc-utils "^3.0.0"
+    randombytes "^2.1.0"
+
+"@sindresorhus/is@^0.14.0":
+  version "0.14.0"
+  resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
+  integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
+
+"@szmarczak/http-timer@^1.1.2":
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
+  integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==
+  dependencies:
+    defer-to-connect "^1.0.1"
+
+"@types/bn.js@^4.11.3", "@types/bn.js@^4.11.5":
+  version "4.11.6"
+  resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-4.11.6.tgz#c306c70d9358aaea33cd4eda092a742b9505967c"
+  integrity sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==
+  dependencies:
+    "@types/node" "*"
+
+"@types/bn.js@^5.1.0":
+  version "5.1.0"
+  resolved "https://registry.yarnpkg.com/@types/bn.js/-/bn.js-5.1.0.tgz#32c5d271503a12653c62cf4d2b45e6eab8cebc68"
+  integrity sha512-QSSVYj7pYFN49kW77o2s9xTCwZ8F2xLbjLLSEVh8D2F4JUhZtPAGOFLTD+ffqksBx/u4cE/KImFjyhqCjn/LIA==
+  dependencies:
+    "@types/node" "*"
+
+"@types/node@*":
+  version "15.12.5"
+  resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.5.tgz#9a78318a45d75c9523d2396131bd3cca54b2d185"
+  integrity sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg==
+
+"@types/node@^12.12.6":
+  version "12.20.15"
+  resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.15.tgz#10ee6a6a3f971966fddfa3f6e89ef7a73ec622df"
+  integrity sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg==
+
+"@types/parse-json@^4.0.0":
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
+  integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
+
+"@types/pbkdf2@^3.0.0":
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.0.tgz#039a0e9b67da0cdc4ee5dab865caa6b267bb66b1"
+  integrity sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==
+  dependencies:
+    "@types/node" "*"
+
+"@types/secp256k1@^4.0.1":
+  version "4.0.2"
+  resolved "https://registry.yarnpkg.com/@types/secp256k1/-/secp256k1-4.0.2.tgz#20c29a87149d980f64464e56539bf4810fdb5d1d"
+  integrity sha512-QMg+9v0bbNJ2peLuHRWxzmy0HRJIG6gFZNhaRSp7S3ggSbCCxiqQB2/ybvhXyhHOCequpNkrx7OavNhrWOsW0A==
+  dependencies:
+    "@types/node" "*"
+
+"@walletconnect/browser-utils@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/browser-utils/-/browser-utils-1.4.1.tgz#a8d5a038d28c19b739eb0ff4194ced140c922d36"
+  integrity sha512-ONrkPSI/27o1Wj8kUwE0uUZFk0GDCDQBJy614GsrhcwuQwJEW/B+nXPQ+Ca/4WvQySM5hWVHp1gO1kozSUkh3A==
+  dependencies:
+    "@walletconnect/types" "^1.4.1"
+    detect-browser "5.2.0"
+    safe-json-utils "1.0.0"
+    window-getters "1.0.0"
+    window-metadata "1.0.0"
+
+"@walletconnect/client@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/client/-/client-1.4.1.tgz#c9c50df5afde23a35e23d96fe6d207c102e53850"
+  integrity sha512-JRW+9+j9LwszY76/WcIumEiLmhX7eidorH9SFFmI2pFfbrhB6KLe87FaA106kxwZUyWKOLZ6jVV4d1urYSdEwA==
+  dependencies:
+    "@walletconnect/core" "^1.4.1"
+    "@walletconnect/iso-crypto" "^1.4.1"
+    "@walletconnect/types" "^1.4.1"
+    "@walletconnect/utils" "^1.4.1"
+
+"@walletconnect/core@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-1.4.1.tgz#68310ee7c9737a7a0a7f1308abbfc1c31212b9a6"
+  integrity sha512-NzWvhk4akI2uhORUxMDMS/8yAdfp+nzvb5QdTE0eTD0WOrK16qAfYLSU/IjFc2J2lqhuPVxfO2XV7QoxgCXfwA==
+  dependencies:
+    "@walletconnect/socket-transport" "^1.4.1"
+    "@walletconnect/types" "^1.4.1"
+    "@walletconnect/utils" "^1.4.1"
+
+"@walletconnect/http-connection@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/http-connection/-/http-connection-1.4.1.tgz#a36d3645eea2606c876e3824b7d46549bf237833"
+  integrity sha512-nxpaTjS89exDQQdrp/NJsbbfREio6WQ0aJ9+nZv1YGIIGVu/7WaNDuVY+UXbaBWPEKYrysf4nvzNHJ2BWhkqoA==
+  dependencies:
+    "@walletconnect/types" "^1.4.1"
+    "@walletconnect/utils" "^1.4.1"
+    eventemitter3 "4.0.7"
+    xhr2-cookies "1.1.0"
+
+"@walletconnect/iso-crypto@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/iso-crypto/-/iso-crypto-1.4.1.tgz#0d9793c679d6c5443c49cce83f5d8dd476a65df2"
+  integrity sha512-rzfqM/DFhzNxBriMCU4DOarPkH+Brgll+2a2YeO6zHgMlwZtBKi5mMgzBwbDC3XygOvKbcRTB9G9hr8uYn+i5g==
+  dependencies:
+    "@pedrouid/iso-crypto" "^1.0.0"
+    "@walletconnect/types" "^1.4.1"
+    "@walletconnect/utils" "^1.4.1"
+
+"@walletconnect/mobile-registry@^1.4.0":
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/@walletconnect/mobile-registry/-/mobile-registry-1.4.0.tgz#502cf8ab87330841d794819081e748ebdef7aee5"
+  integrity sha512-ZtKRio4uCZ1JUF7LIdecmZt7FOLnX72RPSY7aUVu7mj7CSfxDwUn6gBuK6WGtH+NZCldBqDl5DenI5fFSvkKYw==
+
+"@walletconnect/qrcode-modal@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/qrcode-modal/-/qrcode-modal-1.4.1.tgz#58b78dc1dc02b1467fa3444da341ff375408c037"
+  integrity sha512-cIPKwYg+029UQY0natMyuNudxppYMfAzV2zAgdOSViphKTRY8RTI0DcJXVGPXEwx4k6Os3Vj6Fhqqo3RXOtgKg==
+  dependencies:
+    "@walletconnect/browser-utils" "^1.4.1"
+    "@walletconnect/mobile-registry" "^1.4.0"
+    "@walletconnect/types" "^1.4.1"
+    preact "10.4.1"
+    qrcode "1.4.4"
+
+"@walletconnect/socket-transport@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/socket-transport/-/socket-transport-1.4.1.tgz#d9b7ebb9a2843cc44cf96c880c62be78d4a1625f"
+  integrity sha512-/5Mhu4bu3tS52LqTlmmjx5x/N89XqbuT0YMobvQ+k/m+VqSeBDntqIjwBt7XiFlCbrUTq3/yTajavGFxWFB6pA==
+  dependencies:
+    "@walletconnect/types" "^1.4.1"
+    "@walletconnect/utils" "^1.4.1"
+    ws "7.3.0"
+
+"@walletconnect/types@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-1.4.1.tgz#48297238b86f846b8c694504ca45f0059a2cca88"
+  integrity sha512-lzS9NbXjVb5N+W/UnCZAflxjLtYepUi4ev1IeFozSvr/cWxAhEe/sjixe7WEIpYklW27kfBhKccMH/KjUoRC7w==
+
+"@walletconnect/utils@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-1.4.1.tgz#86108470c211a02609274a6c7bbd516c5182a22e"
+  integrity sha512-JrVjcXmWVcU02fmVNZFBpJ48f84qyar24CF7szGv+k9ZxvU9J7XkM+Fic4790Dt3DaWhOzS9/eBUa+BEZcBbNw==
+  dependencies:
+    "@json-rpc-tools/utils" "1.6.1"
+    "@walletconnect/browser-utils" "^1.4.1"
+    "@walletconnect/types" "^1.4.1"
+    bn.js "4.11.8"
+    enc-utils "3.0.0"
+    js-sha3 "0.8.0"
+    query-string "6.13.5"
+
+"@walletconnect/web3-provider@^1.4.1":
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/@walletconnect/web3-provider/-/web3-provider-1.4.1.tgz#34f6319ab2473ab9ff0fcf1e8bc280c697fa01ff"
+  integrity sha512-gUoBGM5hdtcXSoLXDTG1/WTamnUNpEWfaYMIVkfVnvVFd4whIjb0iOW5ywvDOf/49wq0C2+QThZL2Wc+r+jKLA==
+  dependencies:
+    "@walletconnect/client" "^1.4.1"
+    "@walletconnect/http-connection" "^1.4.1"
+    "@walletconnect/qrcode-modal" "^1.4.1"
+    "@walletconnect/types" "^1.4.1"
+    "@walletconnect/utils" "^1.4.1"
+    web3-provider-engine "16.0.1"
+
+abstract-leveldown@~2.6.0:
+  version "2.6.3"
+  resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.6.3.tgz#1c5e8c6a5ef965ae8c35dfb3a8770c476b82c4b8"
+  integrity sha512-2++wDf/DYqkPR3o5tbfdhF96EfMApo1GpPfzOsR/ZYXdkSmELlvOOEAl9iKkRsktMPHdGjO4rtkBpf2I7TiTeA==
+  dependencies:
+    xtend "~4.0.0"
+
+abstract-leveldown@~2.7.1:
+  version "2.7.2"
+  resolved "https://registry.yarnpkg.com/abstract-leveldown/-/abstract-leveldown-2.7.2.tgz#87a44d7ebebc341d59665204834c8b7e0932cc93"
+  integrity sha512-+OVvxH2rHVEhWLdbudP6p0+dNMXu8JA1CbhP19T8paTYAcX7oJ4OVjT+ZUVpv7mITxXHqDMej+GdqXBmXkw09w==
+  dependencies:
+    xtend "~4.0.0"
+
+accepts@~1.3.7:
+  version "1.3.7"
+  resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
+  integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
+  dependencies:
+    mime-types "~2.1.24"
+    negotiator "0.6.2"
+
+acorn-node@^1.6.1:
+  version "1.8.2"
+  resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
+  integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==
+  dependencies:
+    acorn "^7.0.0"
+    acorn-walk "^7.0.0"
+    xtend "^4.0.2"
+
+acorn-walk@^7.0.0:
+  version "7.2.0"
+  resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
+  integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
+
+acorn@^7.0.0:
+  version "7.4.1"
+  resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
+  integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
+
+aes-js@^3.1.2:
+  version "3.1.2"
+  resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz#db9aabde85d5caabbfc0d4f2a4446960f627146a"
+  integrity sha512-e5pEa2kBnBOgR4Y/p20pskXI74UEz7de8ZGVo58asOtvSVG5YAbJeELPZxOmt+Bnz3rX753YKhfIn4X4l1PPRQ==
+
+ajv@^6.12.3:
+  version "6.12.6"
+  resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
+  integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
+  dependencies:
+    fast-deep-equal "^3.1.1"
+    fast-json-stable-stringify "^2.0.0"
+    json-schema-traverse "^0.4.1"
+    uri-js "^4.2.2"
+
+anser@1.4.9:
+  version "1.4.9"
+  resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.9.tgz#1f85423a5dcf8da4631a341665ff675b96845760"
+  integrity sha512-AI+BjTeGt2+WFk4eWcqbQ7snZpDBt8SaLlj0RT2h5xfdWaiy51OjYvqwMrNzJLGy8iOAL6nKDITWO+rd4MkYEA==
+
+ansi-regex@^4.1.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
+  integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
+
+ansi-regex@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
+  integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
+
+ansi-styles@^3.2.0, ansi-styles@^3.2.1:
+  version "3.2.1"
+  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
+  integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
+  dependencies:
+    color-convert "^1.9.0"
+
+ansi-styles@^4.1.0:
+  version "4.3.0"
+  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
+  integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
+  dependencies:
+    color-convert "^2.0.1"
+
+anymatch@~3.1.1, anymatch@~3.1.2:
+  version "3.1.2"
+  resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
+  integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
+  dependencies:
+    normalize-path "^3.0.0"
+    picomatch "^2.0.4"
+
+arg@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.0.tgz#a20e2bb5710e82950a516b3f933fee5ed478be90"
+  integrity sha512-4P8Zm2H+BRS+c/xX1LrHw0qKpEhdlZjLCgWy+d78T9vqa2Z2SiD2wMrYuWIAFy5IZUD7nnNXroRttz+0RzlrzQ==
+
+array-flatten@1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
+  integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
+
+asn1.js@^5.2.0:
+  version "5.4.1"
+  resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
+  integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==
+  dependencies:
+    bn.js "^4.0.0"
+    inherits "^2.0.1"
+    minimalistic-assert "^1.0.0"
+    safer-buffer "^2.1.0"
+
+asn1@~0.2.3:
+  version "0.2.4"
+  resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
+  integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
+  dependencies:
+    safer-buffer "~2.1.0"
+
+assert-plus@1.0.0, assert-plus@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
+  integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
+
+assert@2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/assert/-/assert-2.0.0.tgz#95fc1c616d48713510680f2eaf2d10dd22e02d32"
+  integrity sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==
+  dependencies:
+    es6-object-assign "^1.1.0"
+    is-nan "^1.2.1"
+    object-is "^1.0.1"
+    util "^0.12.0"
+
+assert@^1.1.1:
+  version "1.5.0"
+  resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
+  integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
+  dependencies:
+    object-assign "^4.1.1"
+    util "0.10.3"
+
+ast-types@0.13.2:
+  version "0.13.2"
+  resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
+  integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==
+
+async-eventemitter@^0.2.2:
+  version "0.2.4"
+  resolved "https://registry.yarnpkg.com/async-eventemitter/-/async-eventemitter-0.2.4.tgz#f5e7c8ca7d3e46aab9ec40a292baf686a0bafaca"
+  integrity sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==
+  dependencies:
+    async "^2.4.0"
+
+async-limiter@~1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
+  integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
+
+async-mutex@^0.2.6:
+  version "0.2.6"
+  resolved "https://registry.yarnpkg.com/async-mutex/-/async-mutex-0.2.6.tgz#0d7a3deb978bc2b984d5908a2038e1ae2e54ff40"
+  integrity sha512-Hs4R+4SPgamu6rSGW8C7cV9gaWUKEHykfzCCvIRuaVv636Ju10ZdeUbvb4TBEW0INuq2DHZqXbK4Nd3yG4RaRw==
+  dependencies:
+    tslib "^2.0.0"
+
+async@^1.4.2:
+  version "1.5.2"
+  resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
+  integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
+
+async@^2.0.1, async@^2.1.2, async@^2.4.0, async@^2.5.0:
+  version "2.6.3"
+  resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
+  integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
+  dependencies:
+    lodash "^4.17.14"
+
+asynckit@^0.4.0:
+  version "0.4.0"
+  resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
+  integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
+
+autoprefixer@^10.2.6:
+  version "10.2.6"
+  resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.6.tgz#aadd9ec34e1c98d403e01950038049f0eb252949"
+  integrity sha512-8lChSmdU6dCNMCQopIf4Pe5kipkAGj/fvTMslCsih0uHpOrXOPUEVOmYMMqmw3cekQkSD7EhIeuYl5y0BLdKqg==
+  dependencies:
+    browserslist "^4.16.6"
+    caniuse-lite "^1.0.30001230"
+    colorette "^1.2.2"
+    fraction.js "^4.1.1"
+    normalize-range "^0.1.2"
+    postcss-value-parser "^4.1.0"
+
+available-typed-arrays@^1.0.2:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz#9e0ae84ecff20caae6a94a1c3bc39b955649b7a9"
+  integrity sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==
+
+aws-sign2@~0.7.0:
+  version "0.7.0"
+  resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
+  integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
+
+aws4@^1.8.0:
+  version "1.11.0"
+  resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
+  integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
+
+babel-plugin-polyfill-corejs2@^0.2.2:
+  version "0.2.2"
+  resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327"
+  integrity sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==
+  dependencies:
+    "@babel/compat-data" "^7.13.11"
+    "@babel/helper-define-polyfill-provider" "^0.2.2"
+    semver "^6.1.1"
+
+babel-plugin-polyfill-corejs3@^0.2.2:
+  version "0.2.3"
+  resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.3.tgz#72add68cf08a8bf139ba6e6dfc0b1d504098e57b"
+  integrity sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g==
+  dependencies:
+    "@babel/helper-define-polyfill-provider" "^0.2.2"
+    core-js-compat "^3.14.0"
+
+babel-plugin-polyfill-regenerator@^0.2.2:
+  version "0.2.2"
+  resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077"
+  integrity sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==
+  dependencies:
+    "@babel/helper-define-polyfill-provider" "^0.2.2"
+
+babel-plugin-syntax-jsx@6.18.0:
+  version "6.18.0"
+  resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
+  integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
+
+backoff@^2.5.0:
+  version "2.5.0"
+  resolved "https://registry.yarnpkg.com/backoff/-/backoff-2.5.0.tgz#f616eda9d3e4b66b8ca7fca79f695722c5f8e26f"
+  integrity sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=
+  dependencies:
+    precond "0.2"
+
+balanced-match@^1.0.0:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
+  integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
+
+base-x@^3.0.2, base-x@^3.0.8:
+  version "3.0.8"
+  resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz#1e1106c2537f0162e8b52474a557ebb09000018d"
+  integrity sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==
+  dependencies:
+    safe-buffer "^5.0.1"
+
+base64-js@^1.0.2, base64-js@^1.3.1:
+  version "1.5.1"
+  resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
+  integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
+
+bcrypt-pbkdf@^1.0.0:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
+  integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
+  dependencies:
+    tweetnacl "^0.14.3"
+
+big.js@^5.2.2:
+  version "5.2.2"
+  resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
+  integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
+
+bignumber.js@^9.0.0:
+  version "9.0.1"
+  resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.0.1.tgz#8d7ba124c882bfd8e43260c67475518d0689e4e5"
+  integrity sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==
+
+binary-extensions@^2.0.0:
+  version "2.2.0"
+  resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
+  integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
+
+blakejs@^1.1.0:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.1.1.tgz#bf313053978b2cd4c444a48795710be05c785702"
+  integrity sha512-bLG6PHOCZJKNshTjGRBvET0vTciwQE6zFKOKKXPDJfwFBd4Ac0yBfPZqcGvGJap50l7ktvlpFqc2jGVaUgbJgg==
+
+bluebird@^3.5.0:
+  version "3.7.2"
+  resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
+  integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
+
+bn.js@4.11.6:
+  version "4.11.6"
+  resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.6.tgz#53344adb14617a13f6e8dd2ce28905d1c0ba3215"
+  integrity sha1-UzRK2xRhehP26N0s4okF0cC6MhU=
+
+bn.js@4.11.8:
+  version "4.11.8"
+  resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
+  integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
+
+bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.0, bn.js@^4.11.1, bn.js@^4.11.6, bn.js@^4.11.8, bn.js@^4.11.9:
+  version "4.12.0"
+  resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
+  integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
+
+bn.js@^5.0.0, bn.js@^5.1.1, bn.js@^5.1.2:
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
+  integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
+
+body-parser@1.19.0, body-parser@^1.16.0:
+  version "1.19.0"
+  resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
+  integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==
+  dependencies:
+    bytes "3.1.0"
+    content-type "~1.0.4"
+    debug "2.6.9"
+    depd "~1.1.2"
+    http-errors "1.7.2"
+    iconv-lite "0.4.24"
+    on-finished "~2.3.0"
+    qs "6.7.0"
+    raw-body "2.4.0"
+    type-is "~1.6.17"
+
+brace-expansion@^1.1.7:
+  version "1.1.11"
+  resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
+  integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
+  dependencies:
+    balanced-match "^1.0.0"
+    concat-map "0.0.1"
+
+braces@^3.0.1, braces@~3.0.2:
+  version "3.0.2"
+  resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
+  integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+  dependencies:
+    fill-range "^7.0.1"
+
+brorand@^1.0.1, brorand@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
+  integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
+
+browserify-aes@^1.0.0, browserify-aes@^1.0.4, browserify-aes@^1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
+  integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
+  dependencies:
+    buffer-xor "^1.0.3"
+    cipher-base "^1.0.0"
+    create-hash "^1.1.0"
+    evp_bytestokey "^1.0.3"
+    inherits "^2.0.1"
+    safe-buffer "^5.0.1"
+
+browserify-cipher@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
+  integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
+  dependencies:
+    browserify-aes "^1.0.4"
+    browserify-des "^1.0.0"
+    evp_bytestokey "^1.0.0"
+
+browserify-des@^1.0.0:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
+  integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
+  dependencies:
+    cipher-base "^1.0.1"
+    des.js "^1.0.0"
+    inherits "^2.0.1"
+    safe-buffer "^5.1.2"
+
+browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d"
+  integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
+  dependencies:
+    bn.js "^5.0.0"
+    randombytes "^2.0.1"
+
+browserify-sign@^4.0.0:
+  version "4.2.1"
+  resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3"
+  integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==
+  dependencies:
+    bn.js "^5.1.1"
+    browserify-rsa "^4.0.1"
+    create-hash "^1.2.0"
+    create-hmac "^1.1.7"
+    elliptic "^6.5.3"
+    inherits "^2.0.4"
+    parse-asn1 "^5.1.5"
+    readable-stream "^3.6.0"
+    safe-buffer "^5.2.0"
+
+browserify-zlib@0.2.0, browserify-zlib@^0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
+  integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
+  dependencies:
+    pako "~1.0.5"
+
+browserslist@4.16.6, browserslist@^4.16.6:
+  version "4.16.6"
+  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
+  integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
+  dependencies:
+    caniuse-lite "^1.0.30001219"
+    colorette "^1.2.2"
+    electron-to-chromium "^1.3.723"
+    escalade "^3.1.1"
+    node-releases "^1.1.71"
+
+bs58@^4.0.0:
+  version "4.0.1"
+  resolved "https://registry.yarnpkg.com/bs58/-/bs58-4.0.1.tgz#be161e76c354f6f788ae4071f63f34e8c4f0a42a"
+  integrity sha1-vhYedsNU9veIrkBx9j806MTwpCo=
+  dependencies:
+    base-x "^3.0.2"
+
+bs58check@^2.1.2:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/bs58check/-/bs58check-2.1.2.tgz#53b018291228d82a5aa08e7d796fdafda54aebfc"
+  integrity sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==
+  dependencies:
+    bs58 "^4.0.0"
+    create-hash "^1.1.0"
+    safe-buffer "^5.1.2"
+
+btoa@^1.2.1:
+  version "1.2.1"
+  resolved "https://registry.yarnpkg.com/btoa/-/btoa-1.2.1.tgz#01a9909f8b2c93f6bf680ba26131eb30f7fa3d73"
+  integrity sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==
+
+buffer-alloc-unsafe@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
+  integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==
+
+buffer-alloc@^1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
+  integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==
+  dependencies:
+    buffer-alloc-unsafe "^1.1.0"
+    buffer-fill "^1.0.0"
+
+buffer-fill@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
+  integrity sha1-+PeLdniYiO858gXNY39o5wISKyw=
+
+buffer-from@^1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
+  integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
+
+buffer-to-arraybuffer@^0.0.5:
+  version "0.0.5"
+  resolved "https://registry.yarnpkg.com/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz#6064a40fa76eb43c723aba9ef8f6e1216d10511a"
+  integrity sha1-YGSkD6dutDxyOrqe+PbhIW0QURo=
+
+buffer-xor@^1.0.3:
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
+  integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
+
+buffer@5.6.0:
+  version "5.6.0"
+  resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786"
+  integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==
+  dependencies:
+    base64-js "^1.0.2"
+    ieee754 "^1.1.4"
+
+buffer@^4.3.0:
+  version "4.9.2"
+  resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8"
+  integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==
+  dependencies:
+    base64-js "^1.0.2"
+    ieee754 "^1.1.4"
+    isarray "^1.0.0"
+
+buffer@^5.0.5, buffer@^5.4.3, buffer@^5.5.0, buffer@^5.6.0:
+  version "5.7.1"
+  resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
+  integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
+  dependencies:
+    base64-js "^1.3.1"
+    ieee754 "^1.1.13"
+
+bufferutil@^4.0.1:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.3.tgz#66724b756bed23cd7c28c4d306d7994f9943cc6b"
+  integrity sha512-yEYTwGndELGvfXsImMBLop58eaGW+YdONi1fNjTINSY98tmMmFijBG6WXgdkfuLNt4imzQNtIE+eBp1PVpMCSw==
+  dependencies:
+    node-gyp-build "^4.2.0"
+
+builtin-status-codes@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
+  integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
+
+bytes@3.1.0, bytes@^3.0.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
+  integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
+
+cacheable-request@^6.0.0:
+  version "6.1.0"
+  resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912"
+  integrity sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==
+  dependencies:
+    clone-response "^1.0.2"
+    get-stream "^5.1.0"
+    http-cache-semantics "^4.0.0"
+    keyv "^3.0.0"
+    lowercase-keys "^2.0.0"
+    normalize-url "^4.1.0"
+    responselike "^1.0.2"
+
+call-bind@^1.0.0, call-bind@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
+  integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
+  dependencies:
+    function-bind "^1.1.1"
+    get-intrinsic "^1.0.2"
+
+callsites@^3.0.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
+  integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
+
+camelcase-css@^2.0.1:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
+  integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
+
+camelcase@^5.0.0:
+  version "5.3.1"
+  resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
+  integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
+
+caniuse-lite@^1.0.30001202, caniuse-lite@^1.0.30001219, caniuse-lite@^1.0.30001228, caniuse-lite@^1.0.30001230:
+  version "1.0.30001241"
+  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001241.tgz#cd3fae47eb3d7691692b406568d7a3e5b23c7598"
+  integrity sha512-1uoSZ1Pq1VpH0WerIMqwptXHNNGfdl7d1cJUFs80CwQ/lVzdhTvsFZCeNFslze7AjsQnb4C85tzclPa1VShbeQ==
+
+caseless@~0.12.0:
+  version "0.12.0"
+  resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
+  integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
+
+chalk@2.4.2, chalk@^2.0.0:
+  version "2.4.2"
+  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
+  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
+  dependencies:
+    ansi-styles "^3.2.1"
+    escape-string-regexp "^1.0.5"
+    supports-color "^5.3.0"
+
+chalk@4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
+  integrity sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==
+  dependencies:
+    ansi-styles "^4.1.0"
+    supports-color "^7.1.0"
+
+chalk@^4.1.1:
+  version "4.1.1"
+  resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
+  integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
+  dependencies:
+    ansi-styles "^4.1.0"
+    supports-color "^7.1.0"
+
+checkpoint-store@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/checkpoint-store/-/checkpoint-store-1.1.0.tgz#04e4cb516b91433893581e6d4601a78e9552ea06"
+  integrity sha1-BOTLUWuRQziTWB5tRgGnjpVS6gY=
+  dependencies:
+    functional-red-black-tree "^1.0.1"
+
+chokidar@3.5.1:
+  version "3.5.1"
+  resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
+  integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
+  dependencies:
+    anymatch "~3.1.1"
+    braces "~3.0.2"
+    glob-parent "~5.1.0"
+    is-binary-path "~2.1.0"
+    is-glob "~4.0.1"
+    normalize-path "~3.0.0"
+    readdirp "~3.5.0"
+  optionalDependencies:
+    fsevents "~2.3.1"
+
+chokidar@^3.5.2:
+  version "3.5.2"
+  resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
+  integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
+  dependencies:
+    anymatch "~3.1.2"
+    braces "~3.0.2"
+    glob-parent "~5.1.2"
+    is-binary-path "~2.1.0"
+    is-glob "~4.0.1"
+    normalize-path "~3.0.0"
+    readdirp "~3.6.0"
+  optionalDependencies:
+    fsevents "~2.3.2"
+
+chownr@^1.1.1:
+  version "1.1.4"
+  resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
+  integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
+
+cids@^0.7.1:
+  version "0.7.5"
+  resolved "https://registry.yarnpkg.com/cids/-/cids-0.7.5.tgz#60a08138a99bfb69b6be4ceb63bfef7a396b28b2"
+  integrity sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==
+  dependencies:
+    buffer "^5.5.0"
+    class-is "^1.1.0"
+    multibase "~0.6.0"
+    multicodec "^1.0.0"
+    multihashes "~0.4.15"
+
+cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
+  integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
+  dependencies:
+    inherits "^2.0.1"
+    safe-buffer "^5.0.1"
+
+class-is@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/class-is/-/class-is-1.1.0.tgz#9d3c0fba0440d211d843cec3dedfa48055005825"
+  integrity sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==
+
+classnames@2.2.6:
+  version "2.2.6"
+  resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce"
+  integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
+
+cliui@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
+  integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
+  dependencies:
+    string-width "^3.1.0"
+    strip-ansi "^5.2.0"
+    wrap-ansi "^5.1.0"
+
+clone-response@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
+  integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=
+  dependencies:
+    mimic-response "^1.0.0"
+
+clone@^2.0.0, clone@^2.1.1:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
+  integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
+
+color-convert@^1.9.0, color-convert@^1.9.1:
+  version "1.9.3"
+  resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
+  integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
+  dependencies:
+    color-name "1.1.3"
+
+color-convert@^2.0.1:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
+  integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
+  dependencies:
+    color-name "~1.1.4"
+
+color-name@1.1.3:
+  version "1.1.3"
+  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
+  integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
+
+color-name@^1.0.0, color-name@~1.1.4:
+  version "1.1.4"
+  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
+  integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
+
+color-string@^1.5.4:
+  version "1.5.5"
+  resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.5.tgz#65474a8f0e7439625f3d27a6a19d89fc45223014"
+  integrity sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg==
+  dependencies:
+    color-name "^1.0.0"
+    simple-swizzle "^0.2.2"
+
+color@^3.1.3:
+  version "3.1.3"
+  resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e"
+  integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
+  dependencies:
+    color-convert "^1.9.1"
+    color-string "^1.5.4"
+
+colorette@^1.2.2:
+  version "1.2.2"
+  resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
+  integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
+
+combined-stream@^1.0.6, combined-stream@~1.0.6:
+  version "1.0.8"
+  resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
+  integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
+  dependencies:
+    delayed-stream "~1.0.0"
+
+commander@^6.0.0:
+  version "6.2.1"
+  resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
+  integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
+
+commondir@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
+  integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
+
+concat-map@0.0.1:
+  version "0.0.1"
+  resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+  integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
+
+console-browserify@^1.1.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
+  integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==
+
+constants-browserify@1.0.0, constants-browserify@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
+  integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
+
+content-disposition@0.5.3:
+  version "0.5.3"
+  resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
+  integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
+  dependencies:
+    safe-buffer "5.1.2"
+
+content-hash@^2.5.2:
+  version "2.5.2"
+  resolved "https://registry.yarnpkg.com/content-hash/-/content-hash-2.5.2.tgz#bbc2655e7c21f14fd3bfc7b7d4bfe6e454c9e211"
+  integrity sha512-FvIQKy0S1JaWV10sMsA7TRx8bpU+pqPkhbsfvOJAdjRXvYxEckAwQWGwtRjiaJfh+E0DvcWUGqcdjwMGFjsSdw==
+  dependencies:
+    cids "^0.7.1"
+    multicodec "^0.5.5"
+    multihashes "^0.4.15"
+
+content-type@~1.0.4:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
+  integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
+
+convert-source-map@1.7.0:
+  version "1.7.0"
+  resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
+  integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
+  dependencies:
+    safe-buffer "~5.1.1"
+
+cookie-signature@1.0.6:
+  version "1.0.6"
+  resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
+  integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
+
+cookie@0.4.0:
+  version "0.4.0"
+  resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
+  integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
+
+cookiejar@^2.1.1:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.2.tgz#dd8a235530752f988f9a0844f3fc589e3111125c"
+  integrity sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==
+
+core-js-compat@^3.14.0:
+  version "3.15.2"
+  resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.2.tgz#47272fbb479880de14b4e6081f71f3492f5bd3cb"
+  integrity sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ==
+  dependencies:
+    browserslist "^4.16.6"
+    semver "7.0.0"
+
+core-util-is@1.0.2, core-util-is@~1.0.0:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
+  integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
+
+cors@^2.8.1:
+  version "2.8.5"
+  resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
+  integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
+  dependencies:
+    object-assign "^4"
+    vary "^1"
+
+cosmiconfig@^7.0.0:
+  version "7.0.0"
+  resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
+  integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
+  dependencies:
+    "@types/parse-json" "^4.0.0"
+    import-fresh "^3.2.1"
+    parse-json "^5.0.0"
+    path-type "^4.0.0"
+    yaml "^1.10.0"
+
+crc-32@^1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.0.tgz#cb2db6e29b88508e32d9dd0ec1693e7b41a18208"
+  integrity sha512-1uBwHxF+Y/4yF5G48fwnKq6QsIXheor3ZLPT80yGBV1oEUwpPojlEhQbWKVw1VwcTQyMGHK1/XMmTjmlsmTTGA==
+  dependencies:
+    exit-on-epipe "~1.0.1"
+    printj "~1.1.0"
+
+create-ecdh@^4.0.0:
+  version "4.0.4"
+  resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
+  integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
+  dependencies:
+    bn.js "^4.1.0"
+    elliptic "^6.5.3"
+
+create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
+  integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
+  dependencies:
+    cipher-base "^1.0.1"
+    inherits "^2.0.1"
+    md5.js "^1.3.4"
+    ripemd160 "^2.0.1"
+    sha.js "^2.4.0"
+
+create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
+  version "1.1.7"
+  resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
+  integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
+  dependencies:
+    cipher-base "^1.0.3"
+    create-hash "^1.1.0"
+    inherits "^2.0.1"
+    ripemd160 "^2.0.0"
+    safe-buffer "^5.0.1"
+    sha.js "^2.4.8"
+
+cross-fetch@^2.1.0:
+  version "2.2.3"
+  resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.2.3.tgz#e8a0b3c54598136e037f8650f8e823ccdfac198e"
+  integrity sha512-PrWWNH3yL2NYIb/7WF/5vFG3DCQiXDOVf8k3ijatbrtnwNuhMWLC7YF7uqf53tbTFDzHIUD8oITw4Bxt8ST3Nw==
+  dependencies:
+    node-fetch "2.1.2"
+    whatwg-fetch "2.0.4"
+
+crypto-browserify@3.12.0, crypto-browserify@^3.11.0:
+  version "3.12.0"
+  resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
+  integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
+  dependencies:
+    browserify-cipher "^1.0.0"
+    browserify-sign "^4.0.0"
+    create-ecdh "^4.0.0"
+    create-hash "^1.1.0"
+    create-hmac "^1.1.0"
+    diffie-hellman "^5.0.0"
+    inherits "^2.0.1"
+    pbkdf2 "^3.0.3"
+    public-encrypt "^4.0.0"
+    randombytes "^2.0.0"
+    randomfill "^1.0.3"
+
+css-unit-converter@^1.1.1:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.2.tgz#4c77f5a1954e6dbff60695ecb214e3270436ab21"
+  integrity sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==
+
+css.escape@1.5.1:
+  version "1.5.1"
+  resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
+  integrity sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=
+
+cssesc@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
+  integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
+
+cssnano-preset-simple@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/cssnano-preset-simple/-/cssnano-preset-simple-2.0.0.tgz#b55e72cb970713f425560a0e141b0335249e2f96"
+  integrity sha512-HkufSLkaBJbKBFx/7aj5HmCK9Ni/JedRQm0mT2qBzMG/dEuJOLnMt2lK6K1rwOOyV4j9aSY+knbW9WoS7BYpzg==
+  dependencies:
+    caniuse-lite "^1.0.30001202"
+
+cssnano-simple@2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/cssnano-simple/-/cssnano-simple-2.0.0.tgz#930d9dcd8ba105c5a62ce719cb00854da58b5c05"
+  integrity sha512-0G3TXaFxlh/szPEG/o3VcmCwl0N3E60XNb9YZZijew5eIs6fLjJuOPxQd9yEBaX2p/YfJtt49i4vYi38iH6/6w==
+  dependencies:
+    cssnano-preset-simple "^2.0.0"
+
+d@1, d@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
+  integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==
+  dependencies:
+    es5-ext "^0.10.50"
+    type "^1.0.1"
+
+dashdash@^1.12.0:
+  version "1.14.1"
+  resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
+  integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
+  dependencies:
+    assert-plus "^1.0.0"
+
+data-uri-to-buffer@3.0.1:
+  version "3.0.1"
+  resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636"
+  integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
+
+debug@2, debug@2.6.9, debug@^2.2.0:
+  version "2.6.9"
+  resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
+  integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+  dependencies:
+    ms "2.0.0"
+
+debug@^4.1.0, debug@^4.1.1:
+  version "4.3.2"
+  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
+  integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
+  dependencies:
+    ms "2.1.2"
+
+decamelize@^1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
+  integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
+
+decode-uri-component@^0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
+  integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
+
+decompress-response@^3.2.0, decompress-response@^3.3.0:
+  version "3.3.0"
+  resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
+  integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
+  dependencies:
+    mimic-response "^1.0.0"
+
+defer-to-connect@^1.0.1:
+  version "1.1.3"
+  resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591"
+  integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==
+
+deferred-leveldown@~1.2.1:
+  version "1.2.2"
+  resolved "https://registry.yarnpkg.com/deferred-leveldown/-/deferred-leveldown-1.2.2.tgz#3acd2e0b75d1669924bc0a4b642851131173e1eb"
+  integrity sha512-uukrWD2bguRtXilKt6cAWKyoXrTSMo5m7crUdLfWQmu8kIm88w3QZoUL+6nhpfKVmhHANER6Re3sKoNoZ3IKMA==
+  dependencies:
+    abstract-leveldown "~2.6.0"
+
+define-properties@^1.1.3:
+  version "1.1.3"
+  resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
+  integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
+  dependencies:
+    object-keys "^1.0.12"
+
+defined@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
+  integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=
+
+delayed-stream@~1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
+  integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
+
+depd@~1.1.2:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
+  integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
+
+des.js@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
+  integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==
+  dependencies:
+    inherits "^2.0.1"
+    minimalistic-assert "^1.0.0"
+
+destroy@~1.0.4:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
+  integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
+
+detect-browser@5.2.0:
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/detect-browser/-/detect-browser-5.2.0.tgz#c9cd5afa96a6a19fda0bbe9e9be48a6b6e1e9c97"
+  integrity sha512-tr7XntDAu50BVENgQfajMLzacmSe34D+qZc4zjnniz0ZVuw/TZcLcyxHQjYpJTM36sGEkZZlYLnIM1hH7alTMA==
+
+detective@^5.2.0:
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.0.tgz#feb2a77e85b904ecdea459ad897cc90a99bd2a7b"
+  integrity sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==
+  dependencies:
+    acorn-node "^1.6.1"
+    defined "^1.0.0"
+    minimist "^1.1.1"
+
+didyoumean@^1.2.1:
+  version "1.2.2"
+  resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
+  integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
+
+diffie-hellman@^5.0.0:
+  version "5.0.3"
+  resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
+  integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
+  dependencies:
+    bn.js "^4.1.0"
+    miller-rabin "^4.0.0"
+    randombytes "^2.0.0"
+
+dijkstrajs@^1.0.1:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/dijkstrajs/-/dijkstrajs-1.0.2.tgz#2e48c0d3b825462afe75ab4ad5e829c8ece36257"
+  integrity sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg==
+
+dlv@^1.1.3:
+  version "1.1.3"
+  resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
+  integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
+
+dom-walk@^0.1.0:
+  version "0.1.2"
+  resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
+  integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==
+
+domain-browser@4.19.0:
+  version "4.19.0"
+  resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-4.19.0.tgz#1093e17c0a17dbd521182fe90d49ac1370054af1"
+  integrity sha512-fRA+BaAWOR/yr/t7T9E9GJztHPeFjj8U35ajyAjCDtAAnTn1Rc1f6W6VGPJrO1tkQv9zWu+JRof7z6oQtiYVFQ==
+
+domain-browser@^1.1.1:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
+  integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
+
+duplexer3@^0.1.4:
+  version "0.1.4"
+  resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
+  integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
+
+ecc-jsbn@~0.1.1:
+  version "0.1.2"
+  resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
+  integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
+  dependencies:
+    jsbn "~0.1.0"
+    safer-buffer "^2.1.0"
+
+ee-first@1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
+  integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
+
+electron-to-chromium@^1.3.723:
+  version "1.3.761"
+  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.761.tgz#6a1748bab8ed94984391ec8be8a7e7ec1fe3d843"
+  integrity sha512-7a/wV/plM/b95XjTdA2Q4zAxxExTDKkNQpTiaU/nVT8tGCQVtX9NsnTjhALBFICpOB58hU6xg5fFC3CT2Bybpg==
+
+elliptic@6.5.4, elliptic@^6.4.0, elliptic@^6.5.2, elliptic@^6.5.3:
+  version "6.5.4"
+  resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
+  integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
+  dependencies:
+    bn.js "^4.11.9"
+    brorand "^1.1.0"
+    hash.js "^1.0.0"
+    hmac-drbg "^1.0.1"
+    inherits "^2.0.4"
+    minimalistic-assert "^1.0.1"
+    minimalistic-crypto-utils "^1.0.1"
+
+emoji-regex@^7.0.1:
+  version "7.0.3"
+  resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
+  integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
+
+emojis-list@^2.0.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
+  integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
+
+enc-utils@3.0.0, enc-utils@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/enc-utils/-/enc-utils-3.0.0.tgz#65935d2d6a867fa0ae995f05f3a2f055ce764dcf"
+  integrity sha512-e57t/Z2HzWOLwOp7DZcV0VMEY8t7ptWwsxyp6kM2b2zrk6JqIpXxzkruHAMiBsy5wg9jp/183GdiRXCvBtzsYg==
+  dependencies:
+    is-typedarray "1.0.0"
+    typedarray-to-buffer "3.1.5"
+
+encodeurl@~1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
+  integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
+
+encoding@0.1.13:
+  version "0.1.13"
+  resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
+  integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
+  dependencies:
+    iconv-lite "^0.6.2"
+
+end-of-stream@^1.1.0:
+  version "1.4.4"
+  resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
+  integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
+  dependencies:
+    once "^1.4.0"
+
+errno@~0.1.1:
+  version "0.1.8"
+  resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
+  integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
+  dependencies:
+    prr "~1.0.1"
+
+error-ex@^1.3.1:
+  version "1.3.2"
+  resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
+  integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
+  dependencies:
+    is-arrayish "^0.2.1"
+
+es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:
+  version "1.18.3"
+  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
+  integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
+  dependencies:
+    call-bind "^1.0.2"
+    es-to-primitive "^1.2.1"
+    function-bind "^1.1.1"
+    get-intrinsic "^1.1.1"
+    has "^1.0.3"
+    has-symbols "^1.0.2"
+    is-callable "^1.2.3"
+    is-negative-zero "^2.0.1"
+    is-regex "^1.1.3"
+    is-string "^1.0.6"
+    object-inspect "^1.10.3"
+    object-keys "^1.1.1"
+    object.assign "^4.1.2"
+    string.prototype.trimend "^1.0.4"
+    string.prototype.trimstart "^1.0.4"
+    unbox-primitive "^1.0.1"
+
+es-to-primitive@^1.2.1:
+  version "1.2.1"
+  resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
+  integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
+  dependencies:
+    is-callable "^1.1.4"
+    is-date-object "^1.0.1"
+    is-symbol "^1.0.2"
+
+es5-ext@^0.10.35, es5-ext@^0.10.50:
+  version "0.10.53"
+  resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1"
+  integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==
+  dependencies:
+    es6-iterator "~2.0.3"
+    es6-symbol "~3.1.3"
+    next-tick "~1.0.0"
+
+es6-iterator@~2.0.3:
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
+  integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
+  dependencies:
+    d "1"
+    es5-ext "^0.10.35"
+    es6-symbol "^3.1.1"
+
+es6-object-assign@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
+  integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw=
+
+es6-symbol@^3.1.1, es6-symbol@~3.1.3:
+  version "3.1.3"
+  resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
+  integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==
+  dependencies:
+    d "^1.0.1"
+    ext "^1.1.2"
+
+escalade@^3.1.1:
+  version "3.1.1"
+  resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
+  integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
+
+escape-html@~1.0.3:
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
+  integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
+
+escape-string-regexp@^1.0.5:
+  version "1.0.5"
+  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
+  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
+
+esutils@^2.0.2:
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
+  integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
+
+etag@1.8.1, etag@~1.8.1:
+  version "1.8.1"
+  resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
+  integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
+
+eth-block-tracker@^4.4.2:
+  version "4.4.3"
+  resolved "https://registry.yarnpkg.com/eth-block-tracker/-/eth-block-tracker-4.4.3.tgz#766a0a0eb4a52c867a28328e9ae21353812cf626"
+  integrity sha512-A8tG4Z4iNg4mw5tP1Vung9N9IjgMNqpiMoJ/FouSFwNCGHv2X0mmOYwtQOJzki6XN7r7Tyo01S29p7b224I4jw==
+  dependencies:
+    "@babel/plugin-transform-runtime" "^7.5.5"
+    "@babel/runtime" "^7.5.5"
+    eth-query "^2.1.0"
+    json-rpc-random-id "^1.0.1"
+    pify "^3.0.0"
+    safe-event-emitter "^1.0.1"
+
+eth-ens-namehash@2.0.8:
+  version "2.0.8"
+  resolved "https://registry.yarnpkg.com/eth-ens-namehash/-/eth-ens-namehash-2.0.8.tgz#229ac46eca86d52e0c991e7cb2aef83ff0f68bcf"
+  integrity sha1-IprEbsqG1S4MmR58sq74P/D2i88=
+  dependencies:
+    idna-uts46-hx "^2.3.1"
+    js-sha3 "^0.5.7"
+
+eth-json-rpc-filters@^4.2.1:
+  version "4.2.2"
+  resolved "https://registry.yarnpkg.com/eth-json-rpc-filters/-/eth-json-rpc-filters-4.2.2.tgz#eb35e1dfe9357ace8a8908e7daee80b2cd60a10d"
+  integrity sha512-DGtqpLU7bBg63wPMWg1sCpkKCf57dJ+hj/k3zF26anXMzkmtSBDExL8IhUu7LUd34f0Zsce3PYNO2vV2GaTzaw==
+  dependencies:
+    "@metamask/safe-event-emitter" "^2.0.0"
+    async-mutex "^0.2.6"
+    eth-json-rpc-middleware "^6.0.0"
+    eth-query "^2.1.2"
+    json-rpc-engine "^6.1.0"
+    pify "^5.0.0"
+
+eth-json-rpc-infura@^5.1.0:
+  version "5.1.0"
+  resolved "https://registry.yarnpkg.com/eth-json-rpc-infura/-/eth-json-rpc-infura-5.1.0.tgz#e6da7dc47402ce64c54e7018170d89433c4e8fb6"
+  integrity sha512-THzLye3PHUSGn1EXMhg6WTLW9uim7LQZKeKaeYsS9+wOBcamRiCQVGHa6D2/4P0oS0vSaxsBnU/J6qvn0MPdow==
+  dependencies:
+    eth-json-rpc-middleware "^6.0.0"
+    eth-rpc-errors "^3.0.0"
+    json-rpc-engine "^5.3.0"
+    node-fetch "^2.6.0"
+
+eth-json-rpc-middleware@^6.0.0:
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/eth-json-rpc-middleware/-/eth-json-rpc-middleware-6.0.0.tgz#4fe16928b34231a2537856f08a5ebbc3d0c31175"
+  integrity sha512-qqBfLU2Uq1Ou15Wox1s+NX05S9OcAEL4JZ04VZox2NS0U+RtCMjSxzXhLFWekdShUPZ+P8ax3zCO2xcPrp6XJQ==
+  dependencies:
+    btoa "^1.2.1"
+    clone "^2.1.1"
+    eth-query "^2.1.2"
+    eth-rpc-errors "^3.0.0"
+    eth-sig-util "^1.4.2"
+    ethereumjs-util "^5.1.2"
+    json-rpc-engine "^5.3.0"
+    json-stable-stringify "^1.0.1"
+    node-fetch "^2.6.1"
+    pify "^3.0.0"
+    safe-event-emitter "^1.0.1"
+
+eth-lib@0.2.8:
+  version "0.2.8"
+  resolved "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.2.8.tgz#b194058bef4b220ad12ea497431d6cb6aa0623c8"
+  integrity sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==
+  dependencies:
+    bn.js "^4.11.6"
+    elliptic "^6.4.0"
+    xhr-request-promise "^0.1.2"
+
+eth-lib@^0.1.26:
+  version "0.1.29"
+  resolved "https://registry.yarnpkg.com/eth-lib/-/eth-lib-0.1.29.tgz#0c11f5060d42da9f931eab6199084734f4dbd1d9"
+  integrity sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==
+  dependencies:
+    bn.js "^4.11.6"
+    elliptic "^6.4.0"
+    nano-json-stream-parser "^0.1.2"
+    servify "^0.1.12"
+    ws "^3.0.0"
+    xhr-request-promise "^0.1.2"
+
+eth-query@^2.1.0, eth-query@^2.1.2:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/eth-query/-/eth-query-2.1.2.tgz#d6741d9000106b51510c72db92d6365456a6da5e"
+  integrity sha1-1nQdkAAQa1FRDHLbktY2VFam2l4=
+  dependencies:
+    json-rpc-random-id "^1.0.0"
+    xtend "^4.0.1"
+
+eth-rpc-errors@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/eth-rpc-errors/-/eth-rpc-errors-3.0.0.tgz#d7b22653c70dbf9defd4ef490fd08fe70608ca10"
+  integrity sha512-iPPNHPrLwUlR9xCSYm7HHQjWBasor3+KZfRvwEWxMz3ca0yqnlBeJrnyphkGIXZ4J7AMAaOLmwy4AWhnxOiLxg==
+  dependencies:
+    fast-safe-stringify "^2.0.6"
+
+eth-rpc-errors@^4.0.2:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/eth-rpc-errors/-/eth-rpc-errors-4.0.3.tgz#6ddb6190a4bf360afda82790bb7d9d5e724f423a"
+  integrity sha512-Z3ymjopaoft7JDoxZcEb3pwdGh7yiYMhOwm2doUt6ASXlMavpNlK6Cre0+IMl2VSGyEU9rkiperQhp5iRxn5Pg==
+  dependencies:
+    fast-safe-stringify "^2.0.6"
+
+eth-sig-util@^1.4.2:
+  version "1.4.2"
+  resolved "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-1.4.2.tgz#8d958202c7edbaae839707fba6f09ff327606210"
+  integrity sha1-jZWCAsftuq6Dlwf7pvCf8ydgYhA=
+  dependencies:
+    ethereumjs-abi "git+https://github.com/ethereumjs/ethereumjs-abi.git"
+    ethereumjs-util "^5.1.1"
+
+ethereum-bloom-filters@^1.0.6:
+  version "1.0.10"
+  resolved "https://registry.yarnpkg.com/ethereum-bloom-filters/-/ethereum-bloom-filters-1.0.10.tgz#3ca07f4aed698e75bd134584850260246a5fed8a"
+  integrity sha512-rxJ5OFN3RwjQxDcFP2Z5+Q9ho4eIdEmSc2ht0fCu8Se9nbXjZ7/031uXoUYJ87KHCOdVeiUuwSnoS7hmYAGVHA==
+  dependencies:
+    js-sha3 "^0.8.0"
+
+ethereum-common@0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.2.0.tgz#13bf966131cce1eeade62a1b434249bb4cb120ca"
+  integrity sha512-XOnAR/3rntJgbCdGhqdaLIxDLWKLmsZOGhHdBKadEr6gEnJLH52k93Ou+TUdFaPN3hJc3isBZBal3U/XZ15abA==
+
+ethereum-common@^0.0.18:
+  version "0.0.18"
+  resolved "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.0.18.tgz#2fdc3576f232903358976eb39da783213ff9523f"
+  integrity sha1-L9w1dvIykDNYl26znaeDIT/5Uj8=
+
+ethereum-cryptography@^0.1.3:
+  version "0.1.3"
+  resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz#8d6143cfc3d74bf79bbd8edecdf29e4ae20dd191"
+  integrity sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==
+  dependencies:
+    "@types/pbkdf2" "^3.0.0"
+    "@types/secp256k1" "^4.0.1"
+    blakejs "^1.1.0"
+    browserify-aes "^1.2.0"
+    bs58check "^2.1.2"
+    create-hash "^1.2.0"
+    create-hmac "^1.1.7"
+    hash.js "^1.1.7"
+    keccak "^3.0.0"
+    pbkdf2 "^3.0.17"
+    randombytes "^2.1.0"
+    safe-buffer "^5.1.2"
+    scrypt-js "^3.0.0"
+    secp256k1 "^4.0.1"
+    setimmediate "^1.0.5"
+
+"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
+  version "0.6.8"
+  resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#ee3994657fa7a427238e6ba92a84d0b529bbcde0"
+  dependencies:
+    bn.js "^4.11.8"
+    ethereumjs-util "^6.0.0"
+
+ethereumjs-account@^2.0.3:
+  version "2.0.5"
+  resolved "https://registry.yarnpkg.com/ethereumjs-account/-/ethereumjs-account-2.0.5.tgz#eeafc62de544cb07b0ee44b10f572c9c49e00a84"
+  integrity sha512-bgDojnXGjhMwo6eXQC0bY6UK2liSFUSMwwylOmQvZbSl/D7NXQ3+vrGO46ZeOgjGfxXmgIeVNDIiHw7fNZM4VA==
+  dependencies:
+    ethereumjs-util "^5.0.0"
+    rlp "^2.0.0"
+    safe-buffer "^5.1.1"
+
+ethereumjs-block@^1.2.2:
+  version "1.7.1"
+  resolved "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-1.7.1.tgz#78b88e6cc56de29a6b4884ee75379b6860333c3f"
+  integrity sha512-B+sSdtqm78fmKkBq78/QLKJbu/4Ts4P2KFISdgcuZUPDm9x+N7qgBPIIFUGbaakQh8bzuquiRVbdmvPKqbILRg==
+  dependencies:
+    async "^2.0.1"
+    ethereum-common "0.2.0"
+    ethereumjs-tx "^1.2.2"
+    ethereumjs-util "^5.0.0"
+    merkle-patricia-tree "^2.1.2"
+
+ethereumjs-block@~2.2.0:
+  version "2.2.2"
+  resolved "https://registry.yarnpkg.com/ethereumjs-block/-/ethereumjs-block-2.2.2.tgz#c7654be7e22df489fda206139ecd63e2e9c04965"
+  integrity sha512-2p49ifhek3h2zeg/+da6XpdFR3GlqY3BIEiqxGF8j9aSRIgkb7M1Ky+yULBKJOu8PAZxfhsYA+HxUk2aCQp3vg==
+  dependencies:
+    async "^2.0.1"
+    ethereumjs-common "^1.5.0"
+    ethereumjs-tx "^2.1.1"
+    ethereumjs-util "^5.0.0"
+    merkle-patricia-tree "^2.1.2"
+
+ethereumjs-common@^1.1.0, ethereumjs-common@^1.5.0:
+  version "1.5.2"
+  resolved "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz#2065dbe9214e850f2e955a80e650cb6999066979"
+  integrity sha512-hTfZjwGX52GS2jcVO6E2sx4YuFnf0Fhp5ylo4pEPhEffNln7vS59Hr5sLnp3/QCazFLluuBZ+FZ6J5HTp0EqCA==
+
+ethereumjs-tx@^1.2.0, ethereumjs-tx@^1.2.2:
+  version "1.3.7"
+  resolved "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz#88323a2d875b10549b8347e09f4862b546f3d89a"
+  integrity sha512-wvLMxzt1RPhAQ9Yi3/HKZTn0FZYpnsmQdbKYfUUpi4j1SEIcbkd9tndVjcPrufY3V7j2IebOpC00Zp2P/Ay2kA==
+  dependencies:
+    ethereum-common "^0.0.18"
+    ethereumjs-util "^5.0.0"
+
+ethereumjs-tx@^2.1.1:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz#5dfe7688bf177b45c9a23f86cf9104d47ea35fed"
+  integrity sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==
+  dependencies:
+    ethereumjs-common "^1.5.0"
+    ethereumjs-util "^6.0.0"
+
+ethereumjs-util@^5.0.0, ethereumjs-util@^5.1.1, ethereumjs-util@^5.1.2, ethereumjs-util@^5.1.5:
+  version "5.2.1"
+  resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-5.2.1.tgz#a833f0e5fca7e5b361384dc76301a721f537bf65"
+  integrity sha512-v3kT+7zdyCm1HIqWlLNrHGqHGLpGYIhjeHxQjnDXjLT2FyGJDsd3LWMYUo7pAFRrk86CR3nUJfhC81CCoJNNGQ==
+  dependencies:
+    bn.js "^4.11.0"
+    create-hash "^1.1.2"
+    elliptic "^6.5.2"
+    ethereum-cryptography "^0.1.3"
+    ethjs-util "^0.1.3"
+    rlp "^2.0.0"
+    safe-buffer "^5.1.1"
+
+ethereumjs-util@^6.0.0:
+  version "6.2.1"
+  resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz#fcb4e4dd5ceacb9d2305426ab1a5cd93e3163b69"
+  integrity sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==
+  dependencies:
+    "@types/bn.js" "^4.11.3"
+    bn.js "^4.11.0"
+    create-hash "^1.1.2"
+    elliptic "^6.5.2"
+    ethereum-cryptography "^0.1.3"
+    ethjs-util "0.1.6"
+    rlp "^2.2.3"
+
+ethereumjs-util@^7.0.10:
+  version "7.0.10"
+  resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.0.10.tgz#5fb7b69fa1fda0acc59634cf39d6b0291180fc1f"
+  integrity sha512-c/xThw6A+EAnej5Xk5kOzFzyoSnw0WX0tSlZ6pAsfGVvQj3TItaDg9b1+Fz1RJXA+y2YksKwQnuzgt1eY6LKzw==
+  dependencies:
+    "@types/bn.js" "^5.1.0"
+    bn.js "^5.1.2"
+    create-hash "^1.1.2"
+    ethereum-cryptography "^0.1.3"
+    ethjs-util "0.1.6"
+    rlp "^2.2.4"
+
+ethereumjs-vm@^2.3.4:
+  version "2.6.0"
+  resolved "https://registry.yarnpkg.com/ethereumjs-vm/-/ethereumjs-vm-2.6.0.tgz#76243ed8de031b408793ac33907fb3407fe400c6"
+  integrity sha512-r/XIUik/ynGbxS3y+mvGnbOKnuLo40V5Mj1J25+HEO63aWYREIqvWeRO/hnROlMBE5WoniQmPmhiaN0ctiHaXw==
+  dependencies:
+    async "^2.1.2"
+    async-eventemitter "^0.2.2"
+    ethereumjs-account "^2.0.3"
+    ethereumjs-block "~2.2.0"
+    ethereumjs-common "^1.1.0"
+    ethereumjs-util "^6.0.0"
+    fake-merkle-patricia-tree "^1.0.1"
+    functional-red-black-tree "^1.0.1"
+    merkle-patricia-tree "^2.3.2"
+    rustbn.js "~0.2.0"
+    safe-buffer "^5.1.1"
+
+ethjs-unit@0.1.6:
+  version "0.1.6"
+  resolved "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz#c665921e476e87bce2a9d588a6fe0405b2c41699"
+  integrity sha1-xmWSHkduh7ziqdWIpv4EBbLEFpk=
+  dependencies:
+    bn.js "4.11.6"
+    number-to-bn "1.7.0"
+
+ethjs-util@0.1.6, ethjs-util@^0.1.3:
+  version "0.1.6"
+  resolved "https://registry.yarnpkg.com/ethjs-util/-/ethjs-util-0.1.6.tgz#f308b62f185f9fe6237132fb2a9818866a5cd536"
+  integrity sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==
+  dependencies:
+    is-hex-prefixed "1.0.0"
+    strip-hex-prefix "1.0.0"
+
+eventemitter3@4.0.4:
+  version "4.0.4"
+  resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.4.tgz#b5463ace635a083d018bdc7c917b4c5f10a85384"
+  integrity sha512-rlaVLnVxtxvoyLsQQFBx53YmXHDxRIzzTLbdfxqi4yocpSjAxXwkU0cScM5JgSKMqEhrZpnvQ2D9gjylR0AimQ==
+
+eventemitter3@4.0.7:
+  version "4.0.7"
+  resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
+  integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
+
+events@^3.0.0:
+  version "3.3.0"
+  resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
+  integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
+
+evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
+  integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==
+  dependencies:
+    md5.js "^1.3.4"
+    safe-buffer "^5.1.1"
+
+exit-on-epipe@~1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz#0bdd92e87d5285d267daa8171d0eb06159689692"
+  integrity sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==
+
+express@^4.14.0:
+  version "4.17.1"
+  resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
+  integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
+  dependencies:
+    accepts "~1.3.7"
+    array-flatten "1.1.1"
+    body-parser "1.19.0"
+    content-disposition "0.5.3"
+    content-type "~1.0.4"
+    cookie "0.4.0"
+    cookie-signature "1.0.6"
+    debug "2.6.9"
+    depd "~1.1.2"
+    encodeurl "~1.0.2"
+    escape-html "~1.0.3"
+    etag "~1.8.1"
+    finalhandler "~1.1.2"
+    fresh "0.5.2"
+    merge-descriptors "1.0.1"
+    methods "~1.1.2"
+    on-finished "~2.3.0"
+    parseurl "~1.3.3"
+    path-to-regexp "0.1.7"
+    proxy-addr "~2.0.5"
+    qs "6.7.0"
+    range-parser "~1.2.1"
+    safe-buffer "5.1.2"
+    send "0.17.1"
+    serve-static "1.14.1"
+    setprototypeof "1.1.1"
+    statuses "~1.5.0"
+    type-is "~1.6.18"
+    utils-merge "1.0.1"
+    vary "~1.1.2"
+
+ext@^1.1.2:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244"
+  integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==
+  dependencies:
+    type "^2.0.0"
+
+extend@~3.0.2:
+  version "3.0.2"
+  resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
+  integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
+
+extsprintf@1.3.0:
+  version "1.3.0"
+  resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
+  integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
+
+extsprintf@^1.2.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
+  integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
+
+fake-merkle-patricia-tree@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/fake-merkle-patricia-tree/-/fake-merkle-patricia-tree-1.0.1.tgz#4b8c3acfb520afadf9860b1f14cd8ce3402cddd3"
+  integrity sha1-S4w6z7Ugr635hgsfFM2M40As3dM=
+  dependencies:
+    checkpoint-store "^1.1.0"
+
+fast-deep-equal@^3.1.1:
+  version "3.1.3"
+  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
+  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
+
+fast-glob@^3.2.5:
+  version "3.2.6"
+  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.6.tgz#434dd9529845176ea049acc9343e8282765c6e1a"
+  integrity sha512-GnLuqj/pvQ7pX8/L4J84nijv6sAnlwvSDpMkJi9i7nPmPxGtRPkBSStfvDW5l6nMdX9VWe+pkKWFTgD+vF2QSQ==
+  dependencies:
+    "@nodelib/fs.stat" "^2.0.2"
+    "@nodelib/fs.walk" "^1.2.3"
+    glob-parent "^5.1.2"
+    merge2 "^1.3.0"
+    micromatch "^4.0.4"
+
+fast-json-stable-stringify@^2.0.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
+  integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
+
+fast-safe-stringify@^2.0.6:
+  version "2.0.7"
+  resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743"
+  integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
+
+fastq@^1.6.0:
+  version "1.11.0"
+  resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858"
+  integrity sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==
+  dependencies:
+    reusify "^1.0.4"
+
+fill-range@^7.0.1:
+  version "7.0.1"
+  resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
+  integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
+  dependencies:
+    to-regex-range "^5.0.1"
+
+finalhandler@~1.1.2:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
+  integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
+  dependencies:
+    debug "2.6.9"
+    encodeurl "~1.0.2"
+    escape-html "~1.0.3"
+    on-finished "~2.3.0"
+    parseurl "~1.3.3"
+    statuses "~1.5.0"
+    unpipe "~1.0.0"
+
+find-cache-dir@3.3.1:
+  version "3.3.1"
+  resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
+  integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
+  dependencies:
+    commondir "^1.0.1"
+    make-dir "^3.0.2"
+    pkg-dir "^4.1.0"
+
+find-up@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
+  integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
+  dependencies:
+    locate-path "^3.0.0"
+
+find-up@^4.0.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
+  integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
+  dependencies:
+    locate-path "^5.0.0"
+    path-exists "^4.0.0"
+
+foreach@^2.0.5:
+  version "2.0.5"
+  resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
+  integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k=
+
+forever-agent@~0.6.1:
+  version "0.6.1"
+  resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
+  integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
+
+form-data@~2.3.2:
+  version "2.3.3"
+  resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
+  integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
+  dependencies:
+    asynckit "^0.4.0"
+    combined-stream "^1.0.6"
+    mime-types "^2.1.12"
+
+forwarded@0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
+  integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
+
+fraction.js@^4.1.1:
+  version "4.1.1"
+  resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.1.tgz#ac4e520473dae67012d618aab91eda09bcb400ff"
+  integrity sha512-MHOhvvxHTfRFpF1geTK9czMIZ6xclsEor2wkIGYYq+PxcQqT7vStJqjhe6S1TenZrMZzo+wlqOufBDVepUEgPg==
+
+fresh@0.5.2:
+  version "0.5.2"
+  resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
+  integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
+
+fs-extra@^10.0.0:
+  version "10.0.0"
+  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
+  integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
+  dependencies:
+    graceful-fs "^4.2.0"
+    jsonfile "^6.0.1"
+    universalify "^2.0.0"
+
+fs-extra@^4.0.2:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
+  integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
+  dependencies:
+    graceful-fs "^4.1.2"
+    jsonfile "^4.0.0"
+    universalify "^0.1.0"
+
+fs-minipass@^1.2.5:
+  version "1.2.7"
+  resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
+  integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
+  dependencies:
+    minipass "^2.6.0"
+
+fs.realpath@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+  integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
+
+fsevents@~2.3.1, fsevents@~2.3.2:
+  version "2.3.2"
+  resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
+  integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
+
+function-bind@^1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
+  integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
+
+functional-red-black-tree@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
+  integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
+
+get-caller-file@^2.0.1:
+  version "2.0.5"
+  resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
+  integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
+
+get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
+  integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
+  dependencies:
+    function-bind "^1.1.1"
+    has "^1.0.3"
+    has-symbols "^1.0.1"
+
+get-orientation@1.1.2:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/get-orientation/-/get-orientation-1.1.2.tgz#20507928951814f8a91ded0a0e67b29dfab98947"
+  integrity sha512-/pViTfifW+gBbh/RnlFYHINvELT9Znt+SYyDKAUL6uV6By019AK/s+i9XP4jSwq7lwP38Fd8HVeTxym3+hkwmQ==
+  dependencies:
+    stream-parser "^0.3.1"
+
+get-stream@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
+  integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
+
+get-stream@^4.1.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
+  integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
+  dependencies:
+    pump "^3.0.0"
+
+get-stream@^5.1.0:
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
+  integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
+  dependencies:
+    pump "^3.0.0"
+
+getpass@^0.1.1:
+  version "0.1.7"
+  resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
+  integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
+  dependencies:
+    assert-plus "^1.0.0"
+
+glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2:
+  version "5.1.2"
+  resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
+  integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
+  dependencies:
+    is-glob "^4.0.1"
+
+glob-parent@^6.0.0:
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.0.tgz#f851b59b388e788f3a44d63fab50382b2859c33c"
+  integrity sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww==
+  dependencies:
+    is-glob "^4.0.1"
+
+glob-to-regexp@^0.4.1:
+  version "0.4.1"
+  resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
+  integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
+
+glob@^7.0.0, glob@^7.1.3:
+  version "7.1.7"
+  resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
+  integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
+  dependencies:
+    fs.realpath "^1.0.0"
+    inflight "^1.0.4"
+    inherits "2"
+    minimatch "^3.0.4"
+    once "^1.3.0"
+    path-is-absolute "^1.0.0"
+
+global@~4.4.0:
+  version "4.4.0"
+  resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
+  integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
+  dependencies:
+    min-document "^2.19.0"
+    process "^0.11.10"
+
+globals@^11.1.0:
+  version "11.12.0"
+  resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
+  integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
+
+got@9.6.0:
+  version "9.6.0"
+  resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
+  integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==
+  dependencies:
+    "@sindresorhus/is" "^0.14.0"
+    "@szmarczak/http-timer" "^1.1.2"
+    cacheable-request "^6.0.0"
+    decompress-response "^3.3.0"
+    duplexer3 "^0.1.4"
+    get-stream "^4.1.0"
+    lowercase-keys "^1.0.1"
+    mimic-response "^1.0.1"
+    p-cancelable "^1.0.0"
+    to-readable-stream "^1.0.0"
+    url-parse-lax "^3.0.0"
+
+got@^7.1.0:
+  version "7.1.0"
+  resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
+  integrity sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==
+  dependencies:
+    decompress-response "^3.2.0"
+    duplexer3 "^0.1.4"
+    get-stream "^3.0.0"
+    is-plain-obj "^1.1.0"
+    is-retry-allowed "^1.0.0"
+    is-stream "^1.0.0"
+    isurl "^1.0.0-alpha5"
+    lowercase-keys "^1.0.0"
+    p-cancelable "^0.3.0"
+    p-timeout "^1.1.1"
+    safe-buffer "^5.0.1"
+    timed-out "^4.0.0"
+    url-parse-lax "^1.0.0"
+    url-to-options "^1.0.1"
+
+graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
+  version "4.2.6"
+  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
+  integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
+
+har-schema@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
+  integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
+
+har-validator@~5.1.3:
+  version "5.1.5"
+  resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
+  integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
+  dependencies:
+    ajv "^6.12.3"
+    har-schema "^2.0.0"
+
+has-bigints@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
+  integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
+
+has-flag@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
+  integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
+
+has-flag@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
+  integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
+
+has-symbol-support-x@^1.4.1:
+  version "1.4.2"
+  resolved "https://registry.yarnpkg.com/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
+  integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==
+
+has-symbols@^1.0.1, has-symbols@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
+  integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
+
+has-to-string-tag-x@^1.2.0:
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d"
+  integrity sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==
+  dependencies:
+    has-symbol-support-x "^1.4.1"
+
+has@^1.0.3:
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
+  integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
+  dependencies:
+    function-bind "^1.1.1"
+
+hash-base@^3.0.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
+  integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
+  dependencies:
+    inherits "^2.0.4"
+    readable-stream "^3.6.0"
+    safe-buffer "^5.2.0"
+
+hash.js@1.1.7, hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.7:
+  version "1.1.7"
+  resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
+  integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
+  dependencies:
+    inherits "^2.0.3"
+    minimalistic-assert "^1.0.1"
+
+he@1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
+  integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
+
+hmac-drbg@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
+  integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
+  dependencies:
+    hash.js "^1.0.3"
+    minimalistic-assert "^1.0.0"
+    minimalistic-crypto-utils "^1.0.1"
+
+html-tags@^3.1.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
+  integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
+
+http-cache-semantics@^4.0.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
+  integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
+
+http-errors@1.7.2:
+  version "1.7.2"
+  resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
+  integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
+  dependencies:
+    depd "~1.1.2"
+    inherits "2.0.3"
+    setprototypeof "1.1.1"
+    statuses ">= 1.5.0 < 2"
+    toidentifier "1.0.0"
+
+http-errors@1.7.3, http-errors@~1.7.2:
+  version "1.7.3"
+  resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
+  integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
+  dependencies:
+    depd "~1.1.2"
+    inherits "2.0.4"
+    setprototypeof "1.1.1"
+    statuses ">= 1.5.0 < 2"
+    toidentifier "1.0.0"
+
+http-https@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/http-https/-/http-https-1.0.0.tgz#2f908dd5f1db4068c058cd6e6d4ce392c913389b"
+  integrity sha1-L5CN1fHbQGjAWM1ubUzjkskTOJs=
+
+http-signature@~1.2.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
+  integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
+  dependencies:
+    assert-plus "^1.0.0"
+    jsprim "^1.2.2"
+    sshpk "^1.7.0"
+
+https-browserify@1.0.0, https-browserify@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
+  integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
+
+iconv-lite@0.4.24:
+  version "0.4.24"
+  resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
+  integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
+  dependencies:
+    safer-buffer ">= 2.1.2 < 3"
+
+iconv-lite@^0.6.2:
+  version "0.6.3"
+  resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
+  integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
+  dependencies:
+    safer-buffer ">= 2.1.2 < 3.0.0"
+
+idna-uts46-hx@^2.3.1:
+  version "2.3.1"
+  resolved "https://registry.yarnpkg.com/idna-uts46-hx/-/idna-uts46-hx-2.3.1.tgz#a1dc5c4df37eee522bf66d969cc980e00e8711f9"
+  integrity sha512-PWoF9Keq6laYdIRwwCdhTPl60xRqAloYNMQLiyUnG42VjT53oW07BXIRM+NK7eQjzXjAk2gUvX9caRxlnF9TAA==
+  dependencies:
+    punycode "2.1.0"
+
+ieee754@^1.1.13, ieee754@^1.1.4:
+  version "1.2.1"
+  resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
+  integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
+
+image-size@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.0.tgz#58b31fe4743b1cec0a0ac26f5c914d3c5b2f0750"
+  integrity sha512-JLJ6OwBfO1KcA+TvJT+v8gbE6iWbj24LyDNFgFEN0lzegn6cC6a/p3NIDaepMsJjQjlUWqIC7wJv8lBFxPNjcw==
+  dependencies:
+    queue "6.0.2"
+
+immediate@^3.2.3:
+  version "3.3.0"
+  resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
+  integrity sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==
+
+import-cwd@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92"
+  integrity sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==
+  dependencies:
+    import-from "^3.0.0"
+
+import-fresh@^3.2.1:
+  version "3.3.0"
+  resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
+  integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
+  dependencies:
+    parent-module "^1.0.0"
+    resolve-from "^4.0.0"
+
+import-from@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
+  integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==
+  dependencies:
+    resolve-from "^5.0.0"
+
+inflight@^1.0.4:
+  version "1.0.6"
+  resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+  integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
+  dependencies:
+    once "^1.3.0"
+    wrappy "1"
+
+inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
+  version "2.0.4"
+  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
+  integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
+
+inherits@2.0.1:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
+  integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
+
+inherits@2.0.3:
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
+  integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
+
+ipaddr.js@1.9.1:
+  version "1.9.1"
+  resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
+  integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
+
+is-arguments@^1.0.4:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9"
+  integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==
+  dependencies:
+    call-bind "^1.0.0"
+
+is-arrayish@^0.2.1:
+  version "0.2.1"
+  resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
+  integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
+
+is-arrayish@^0.3.1:
+  version "0.3.2"
+  resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
+  integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
+
+is-bigint@^1.0.1:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a"
+  integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==
+
+is-binary-path@~2.1.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
+  integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
+  dependencies:
+    binary-extensions "^2.0.0"
+
+is-boolean-object@^1.1.0:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8"
+  integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==
+  dependencies:
+    call-bind "^1.0.2"
+
+is-callable@^1.1.4, is-callable@^1.2.3:
+  version "1.2.3"
+  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
+  integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
+
+is-core-module@^2.2.0:
+  version "2.4.0"
+  resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
+  integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
+  dependencies:
+    has "^1.0.3"
+
+is-date-object@^1.0.1:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
+  integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==
+
+is-extglob@^2.1.1:
+  version "2.1.1"
+  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
+  integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
+
+is-fn@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/is-fn/-/is-fn-1.0.0.tgz#9543d5de7bcf5b08a22ec8a20bae6e286d510d8c"
+  integrity sha1-lUPV3nvPWwiiLsiiC65uKG1RDYw=
+
+is-fullwidth-code-point@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
+  integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
+
+is-function@^1.0.1:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08"
+  integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==
+
+is-generator-function@^1.0.7:
+  version "1.0.9"
+  resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.9.tgz#e5f82c2323673e7fcad3d12858c83c4039f6399c"
+  integrity sha512-ZJ34p1uvIfptHCN7sFTjGibB9/oBg17sHqzDLfuwhvmN/qLVvIQXRQ8licZQ35WJ8KuEQt/etnnzQFI9C9Ue/A==
+
+is-glob@^4.0.1, is-glob@~4.0.1:
+  version "4.0.1"
+  resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
+  integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
+  dependencies:
+    is-extglob "^2.1.1"
+
+is-hex-prefixed@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz#7d8d37e6ad77e5d127148913c573e082d777f554"
+  integrity sha1-fY035q135dEnFIkTxXPggtd39VQ=
+
+is-nan@^1.2.1:
+  version "1.3.2"
+  resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d"
+  integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==
+  dependencies:
+    call-bind "^1.0.0"
+    define-properties "^1.1.3"
+
+is-negative-zero@^2.0.1:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
+  integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
+
+is-number-object@^1.0.4:
+  version "1.0.5"
+  resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb"
+  integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==
+
+is-number@^7.0.0:
+  version "7.0.0"
+  resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
+  integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
+
+is-object@^1.0.1:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
+  integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
+
+is-plain-obj@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
+  integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
+
+is-regex@^1.1.3:
+  version "1.1.3"
+  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
+  integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
+  dependencies:
+    call-bind "^1.0.2"
+    has-symbols "^1.0.2"
+
+is-retry-allowed@^1.0.0:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
+  integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
+
+is-stream@^1.0.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
+  integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
+
+is-string@^1.0.5, is-string@^1.0.6:
+  version "1.0.6"
+  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
+  integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
+
+is-symbol@^1.0.2, is-symbol@^1.0.3:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
+  integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
+  dependencies:
+    has-symbols "^1.0.2"
+
+is-typed-array@^1.1.3:
+  version "1.1.5"
+  resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.5.tgz#f32e6e096455e329eb7b423862456aa213f0eb4e"
+  integrity sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug==
+  dependencies:
+    available-typed-arrays "^1.0.2"
+    call-bind "^1.0.2"
+    es-abstract "^1.18.0-next.2"
+    foreach "^2.0.5"
+    has-symbols "^1.0.1"
+
+is-typedarray@1.0.0, is-typedarray@^1.0.0, is-typedarray@~1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
+  integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
+
+isarray@0.0.1:
+  version "0.0.1"
+  resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
+  integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
+
+isarray@^1.0.0, isarray@~1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
+  integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
+
+isarray@^2.0.1:
+  version "2.0.5"
+  resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
+  integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
+
+isstream@~0.1.2:
+  version "0.1.2"
+  resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
+  integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
+
+isurl@^1.0.0-alpha5:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/isurl/-/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67"
+  integrity sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==
+  dependencies:
+    has-to-string-tag-x "^1.2.0"
+    is-object "^1.0.1"
+
+jest-worker@27.0.0-next.5:
+  version "27.0.0-next.5"
+  resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.0-next.5.tgz#5985ee29b12a4e191f4aae4bb73b97971d86ec28"
+  integrity sha512-mk0umAQ5lT+CaOJ+Qp01N6kz48sJG2kr2n1rX0koqKf6FIygQV0qLOdN9SCYID4IVeSigDOcPeGLozdMLYfb5g==
+  dependencies:
+    "@types/node" "*"
+    merge-stream "^2.0.0"
+    supports-color "^8.0.0"
+
+js-sha3@0.5.7, js-sha3@^0.5.7:
+  version "0.5.7"
+  resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.5.7.tgz#0d4ffd8002d5333aabaf4a23eed2f6374c9f28e7"
+  integrity sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc=
+
+js-sha3@0.8.0, js-sha3@^0.8.0:
+  version "0.8.0"
+  resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz#b9b7a5da73afad7dedd0f8c463954cbde6818840"
+  integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==
+
+"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
+  integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
+
+jsbn@~0.1.0:
+  version "0.1.1"
+  resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
+  integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
+
+jsesc@^2.5.1:
+  version "2.5.2"
+  resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
+  integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
+
+json-buffer@3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
+  integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
+
+json-parse-even-better-errors@^2.3.0:
+  version "2.3.1"
+  resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
+  integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
+
+json-rpc-engine@^5.3.0:
+  version "5.4.0"
+  resolved "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-5.4.0.tgz#75758609d849e1dba1e09021ae473f3ab63161e5"
+  integrity sha512-rAffKbPoNDjuRnXkecTjnsE3xLLrb00rEkdgalINhaYVYIxDwWtvYBr9UFbhTvPB1B2qUOLoFd/cV6f4Q7mh7g==
+  dependencies:
+    eth-rpc-errors "^3.0.0"
+    safe-event-emitter "^1.0.1"
+
+json-rpc-engine@^6.1.0:
+  version "6.1.0"
+  resolved "https://registry.yarnpkg.com/json-rpc-engine/-/json-rpc-engine-6.1.0.tgz#bf5ff7d029e1c1bf20cb6c0e9f348dcd8be5a393"
+  integrity sha512-NEdLrtrq1jUZyfjkr9OCz9EzCNhnRyWtt1PAnvnhwy6e8XETS0Dtc+ZNCO2gvuAoKsIn2+vCSowXTYE4CkgnAQ==
+  dependencies:
+    "@metamask/safe-event-emitter" "^2.0.0"
+    eth-rpc-errors "^4.0.2"
+
+json-rpc-random-id@^1.0.0, json-rpc-random-id@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/json-rpc-random-id/-/json-rpc-random-id-1.0.1.tgz#ba49d96aded1444dbb8da3d203748acbbcdec8c8"
+  integrity sha1-uknZat7RRE27jaPSA3SKy7zeyMg=
+
+json-schema-traverse@^0.4.1:
+  version "0.4.1"
+  resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
+  integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
+
+json-schema@0.2.3:
+  version "0.2.3"
+  resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
+  integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
+
+json-stable-stringify@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
+  integrity sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=
+  dependencies:
+    jsonify "~0.0.0"
+
+json-stringify-safe@~5.0.1:
+  version "5.0.1"
+  resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
+  integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
+
+json5@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
+  integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
+  dependencies:
+    minimist "^1.2.0"
+
+jsonfile@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
+  integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
+  optionalDependencies:
+    graceful-fs "^4.1.6"
+
+jsonfile@^6.0.1:
+  version "6.1.0"
+  resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
+  integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
+  dependencies:
+    universalify "^2.0.0"
+  optionalDependencies:
+    graceful-fs "^4.1.6"
+
+jsonify@~0.0.0:
+  version "0.0.0"
+  resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
+  integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
+
+jsprim@^1.2.2:
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
+  integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
+  dependencies:
+    assert-plus "1.0.0"
+    extsprintf "1.3.0"
+    json-schema "0.2.3"
+    verror "1.10.0"
+
+keccak@^3.0.0:
+  version "3.0.1"
+  resolved "https://registry.yarnpkg.com/keccak/-/keccak-3.0.1.tgz#ae30a0e94dbe43414f741375cff6d64c8bea0bff"
+  integrity sha512-epq90L9jlFWCW7+pQa6JOnKn2Xgl2mtI664seYR6MHskvI9agt7AnDqmAlp9TqU4/caMYbA08Hi5DMZAl5zdkA==
+  dependencies:
+    node-addon-api "^2.0.0"
+    node-gyp-build "^4.2.0"
+
+keyv@^3.0.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9"
+  integrity sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==
+  dependencies:
+    json-buffer "3.0.0"
+
+keyvaluestorage-interface@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/keyvaluestorage-interface/-/keyvaluestorage-interface-1.0.0.tgz#13ebdf71f5284ad54be94bd1ad9ed79adad515ff"
+  integrity sha512-8t6Q3TclQ4uZynJY9IGr2+SsIGwK9JHcO6ootkHCGA0CrQCRy+VkouYNO2xicET6b9al7QKzpebNow+gkpCL8g==
+
+level-codec@~7.0.0:
+  version "7.0.1"
+  resolved "https://registry.yarnpkg.com/level-codec/-/level-codec-7.0.1.tgz#341f22f907ce0f16763f24bddd681e395a0fb8a7"
+  integrity sha512-Ua/R9B9r3RasXdRmOtd+t9TCOEIIlts+TN/7XTT2unhDaL6sJn83S3rUyljbr6lVtw49N3/yA0HHjpV6Kzb2aQ==
+
+level-errors@^1.0.3:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/level-errors/-/level-errors-1.1.2.tgz#4399c2f3d3ab87d0625f7e3676e2d807deff404d"
+  integrity sha512-Sw/IJwWbPKF5Ai4Wz60B52yj0zYeqzObLh8k1Tk88jVmD51cJSKWSYpRyhVIvFzZdvsPqlH5wfhp/yxdsaQH4w==
+  dependencies:
+    errno "~0.1.1"
+
+level-errors@~1.0.3:
+  version "1.0.5"
+  resolved "https://registry.yarnpkg.com/level-errors/-/level-errors-1.0.5.tgz#83dbfb12f0b8a2516bdc9a31c4876038e227b859"
+  integrity sha512-/cLUpQduF6bNrWuAC4pwtUKA5t669pCsCi2XbmojG2tFeOr9j6ShtdDCtFFQO1DRt+EVZhx9gPzP9G2bUaG4ig==
+  dependencies:
+    errno "~0.1.1"
+
+level-iterator-stream@~1.3.0:
+  version "1.3.1"
+  resolved "https://registry.yarnpkg.com/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz#e43b78b1a8143e6fa97a4f485eb8ea530352f2ed"
+  integrity sha1-5Dt4sagUPm+pek9IXrjqUwNS8u0=
+  dependencies:
+    inherits "^2.0.1"
+    level-errors "^1.0.3"
+    readable-stream "^1.0.33"
+    xtend "^4.0.0"
+
+level-ws@0.0.0:
+  version "0.0.0"
+  resolved "https://registry.yarnpkg.com/level-ws/-/level-ws-0.0.0.tgz#372e512177924a00424b0b43aef2bb42496d228b"
+  integrity sha1-Ny5RIXeSSgBCSwtDrvK7QkltIos=
+  dependencies:
+    readable-stream "~1.0.15"
+    xtend "~2.1.1"
+
+levelup@^1.2.1:
+  version "1.3.9"
+  resolved "https://registry.yarnpkg.com/levelup/-/levelup-1.3.9.tgz#2dbcae845b2bb2b6bea84df334c475533bbd82ab"
+  integrity sha512-VVGHfKIlmw8w1XqpGOAGwq6sZm2WwWLmlDcULkKWQXEA5EopA8OBNJ2Ck2v6bdk8HeEZSbCSEgzXadyQFm76sQ==
+  dependencies:
+    deferred-leveldown "~1.2.1"
+    level-codec "~7.0.0"
+    level-errors "~1.0.3"
+    level-iterator-stream "~1.3.0"
+    prr "~1.0.1"
+    semver "~5.4.1"
+    xtend "~4.0.0"
+
+lilconfig@^2.0.3:
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
+  integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
+
+lines-and-columns@^1.1.6:
+  version "1.1.6"
+  resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
+  integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
+
+loader-utils@1.2.3:
+  version "1.2.3"
+  resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
+  integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
+  dependencies:
+    big.js "^5.2.2"
+    emojis-list "^2.0.0"
+    json5 "^1.0.1"
+
+locate-path@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
+  integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
+  dependencies:
+    p-locate "^3.0.0"
+    path-exists "^3.0.0"
+
+locate-path@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
+  integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
+  dependencies:
+    p-locate "^4.1.0"
+
+lodash.debounce@^4.0.8:
+  version "4.0.8"
+  resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
+  integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
+
+lodash.sortby@^4.7.0:
+  version "4.7.0"
+  resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
+  integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
+
+lodash.toarray@^4.4.0:
+  version "4.4.0"
+  resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
+  integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
+
+lodash.topath@^4.5.2:
+  version "4.5.2"
+  resolved "https://registry.yarnpkg.com/lodash.topath/-/lodash.topath-4.5.2.tgz#3616351f3bba61994a0931989660bd03254fd009"
+  integrity sha1-NhY1Hzu6YZlKCTGYlmC9AyVP0Ak=
+
+lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.21:
+  version "4.17.21"
+  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
+  integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
+
+loose-envify@^1.1.0, loose-envify@^1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
+  integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
+  dependencies:
+    js-tokens "^3.0.0 || ^4.0.0"
+
+lowercase-keys@^1.0.0, lowercase-keys@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
+  integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==
+
+lowercase-keys@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
+  integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
+
+ltgt@~2.2.0:
+  version "2.2.1"
+  resolved "https://registry.yarnpkg.com/ltgt/-/ltgt-2.2.1.tgz#f35ca91c493f7b73da0e07495304f17b31f87ee5"
+  integrity sha1-81ypHEk/e3PaDgdJUwTxezH4fuU=
+
+make-dir@^3.0.2:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
+  integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
+  dependencies:
+    semver "^6.0.0"
+
+md5.js@^1.3.4:
+  version "1.3.5"
+  resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
+  integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==
+  dependencies:
+    hash-base "^3.0.0"
+    inherits "^2.0.1"
+    safe-buffer "^5.1.2"
+
+media-typer@0.3.0:
+  version "0.3.0"
+  resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
+  integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
+
+memdown@^1.0.0:
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/memdown/-/memdown-1.4.1.tgz#b4e4e192174664ffbae41361aa500f3119efe215"
+  integrity sha1-tOThkhdGZP+65BNhqlAPMRnv4hU=
+  dependencies:
+    abstract-leveldown "~2.7.1"
+    functional-red-black-tree "^1.0.1"
+    immediate "^3.2.3"
+    inherits "~2.0.1"
+    ltgt "~2.2.0"
+    safe-buffer "~5.1.1"
+
+merge-descriptors@1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
+  integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
+
+merge-stream@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
+  integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
+
+merge2@^1.3.0:
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
+  integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
+
+merkle-patricia-tree@^2.1.2, merkle-patricia-tree@^2.3.2:
+  version "2.3.2"
+  resolved "https://registry.yarnpkg.com/merkle-patricia-tree/-/merkle-patricia-tree-2.3.2.tgz#982ca1b5a0fde00eed2f6aeed1f9152860b8208a"
+  integrity sha512-81PW5m8oz/pz3GvsAwbauj7Y00rqm81Tzad77tHBwU7pIAtN+TJnMSOJhxBKflSVYhptMMb9RskhqHqrSm1V+g==
+  dependencies:
+    async "^1.4.2"
+    ethereumjs-util "^5.0.0"
+    level-ws "0.0.0"
+    levelup "^1.2.1"
+    memdown "^1.0.0"
+    readable-stream "^2.0.0"
+    rlp "^2.0.0"
+    semaphore ">=1.0.1"
+
+methods@~1.1.2:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
+  integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
+
+micromatch@^4.0.4:
+  version "4.0.4"
+  resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
+  integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
+  dependencies:
+    braces "^3.0.1"
+    picomatch "^2.2.3"
+
+miller-rabin@^4.0.0:
+  version "4.0.1"
+  resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
+  integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==
+  dependencies:
+    bn.js "^4.0.0"
+    brorand "^1.0.1"
+
+mime-db@1.48.0:
+  version "1.48.0"
+  resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz#e35b31045dd7eada3aaad537ed88a33afbef2d1d"
+  integrity sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==
+
+mime-types@^2.1.12, mime-types@^2.1.16, mime-types@~2.1.19, mime-types@~2.1.24:
+  version "2.1.31"
+  resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.31.tgz#a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b"
+  integrity sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==
+  dependencies:
+    mime-db "1.48.0"
+
+mime@1.6.0:
+  version "1.6.0"
+  resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
+  integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
+
+mimic-response@^1.0.0, mimic-response@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
+  integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
+
+min-document@^2.19.0:
+  version "2.19.0"
+  resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
+  integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=
+  dependencies:
+    dom-walk "^0.1.0"
+
+minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
+  integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
+
+minimalistic-crypto-utils@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
+  integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
+
+minimatch@^3.0.4:
+  version "3.0.4"
+  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
+  integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
+  dependencies:
+    brace-expansion "^1.1.7"
+
+minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
+  version "1.2.5"
+  resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
+  integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
+
+minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
+  version "2.9.0"
+  resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
+  integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
+  dependencies:
+    safe-buffer "^5.1.2"
+    yallist "^3.0.0"
+
+minizlib@^1.2.1:
+  version "1.3.3"
+  resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
+  integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
+  dependencies:
+    minipass "^2.9.0"
+
+mkdirp-promise@^5.0.1:
+  version "5.0.1"
+  resolved "https://registry.yarnpkg.com/mkdirp-promise/-/mkdirp-promise-5.0.1.tgz#e9b8f68e552c68a9c1713b84883f7a1dd039b8a1"
+  integrity sha1-6bj2jlUsaKnBcTuEiD96HdA5uKE=
+  dependencies:
+    mkdirp "*"
+
+mkdirp@*:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
+  integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
+
+mkdirp@^0.5.0:
+  version "0.5.5"
+  resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
+  integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
+  dependencies:
+    minimist "^1.2.5"
+
+mock-fs@^4.1.0:
+  version "4.14.0"
+  resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-4.14.0.tgz#ce5124d2c601421255985e6e94da80a7357b1b18"
+  integrity sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==
+
+modern-normalize@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/modern-normalize/-/modern-normalize-1.1.0.tgz#da8e80140d9221426bd4f725c6e11283d34f90b7"
+  integrity sha512-2lMlY1Yc1+CUy0gw4H95uNN7vjbpoED7NNRSBHE25nWfLBdmMzFCsPshlzbxHz+gYMcBEUN8V4pU16prcdPSgA==
+
+ms@2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
+  integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
+
+ms@2.1.1:
+  version "2.1.1"
+  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
+  integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
+
+ms@2.1.2:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
+  integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
+
+multibase@^0.7.0:
+  version "0.7.0"
+  resolved "https://registry.yarnpkg.com/multibase/-/multibase-0.7.0.tgz#1adfc1c50abe05eefeb5091ac0c2728d6b84581b"
+  integrity sha512-TW8q03O0f6PNFTQDvh3xxH03c8CjGaaYrjkl9UQPG6rz53TQzzxJVCIWVjzcbN/Q5Y53Zd0IBQBMVktVgNx4Fg==
+  dependencies:
+    base-x "^3.0.8"
+    buffer "^5.5.0"
+
+multibase@~0.6.0:
+  version "0.6.1"
+  resolved "https://registry.yarnpkg.com/multibase/-/multibase-0.6.1.tgz#b76df6298536cc17b9f6a6db53ec88f85f8cc12b"
+  integrity sha512-pFfAwyTjbbQgNc3G7D48JkJxWtoJoBMaR4xQUOuB8RnCgRqaYmWNFeJTTvrJ2w51bjLq2zTby6Rqj9TQ9elSUw==
+  dependencies:
+    base-x "^3.0.8"
+    buffer "^5.5.0"
+
+multicodec@^0.5.5:
+  version "0.5.7"
+  resolved "https://registry.yarnpkg.com/multicodec/-/multicodec-0.5.7.tgz#1fb3f9dd866a10a55d226e194abba2dcc1ee9ffd"
+  integrity sha512-PscoRxm3f+88fAtELwUnZxGDkduE2HD9Q6GHUOywQLjOGT/HAdhjLDYNZ1e7VR0s0TP0EwZ16LNUTFpoBGivOA==
+  dependencies:
+    varint "^5.0.0"
+
+multicodec@^1.0.0:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/multicodec/-/multicodec-1.0.4.tgz#46ac064657c40380c28367c90304d8ed175a714f"
+  integrity sha512-NDd7FeS3QamVtbgfvu5h7fd1IlbaC4EQ0/pgU4zqE2vdHCmBGsUa0TiM8/TdSeG6BMPC92OOCf8F1ocE/Wkrrg==
+  dependencies:
+    buffer "^5.6.0"
+    varint "^5.0.0"
+
+multihashes@^0.4.15, multihashes@~0.4.15:
+  version "0.4.21"
+  resolved "https://registry.yarnpkg.com/multihashes/-/multihashes-0.4.21.tgz#dc02d525579f334a7909ade8a122dabb58ccfcb5"
+  integrity sha512-uVSvmeCWf36pU2nB4/1kzYZjsXD9vofZKpgudqkceYY5g2aZZXJ5r9lxuzoRLl1OAp28XljXsEJ/X/85ZsKmKw==
+  dependencies:
+    buffer "^5.5.0"
+    multibase "^0.7.0"
+    varint "^5.0.0"
+
+nano-json-stream-parser@^0.1.2:
+  version "0.1.2"
+  resolved "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz#0cc8f6d0e2b622b479c40d499c46d64b755c6f5f"
+  integrity sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18=
+
+nanoid@^3.1.22, nanoid@^3.1.23:
+  version "3.1.23"
+  resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
+  integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
+
+native-url@0.3.4:
+  version "0.3.4"
+  resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.3.4.tgz#29c943172aed86c63cee62c8c04db7f5756661f8"
+  integrity sha512-6iM8R99ze45ivyH8vybJ7X0yekIcPf5GgLV5K0ENCbmRcaRIDoj37BC8iLEmaaBfqqb8enuZ5p0uhY+lVAbAcA==
+  dependencies:
+    querystring "^0.2.0"
+
+negotiator@0.6.2:
+  version "0.6.2"
+  resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
+  integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
+
+next-tick@~1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
+  integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
+
+next@latest:
+  version "11.0.1"
+  resolved "https://registry.yarnpkg.com/next/-/next-11.0.1.tgz#b8e3914d153aaf7143cb98c09bcd3c8230eeb17a"
+  integrity sha512-yR7be7asNbvpVNpi6xxEg28wZ7Gqmj1nOt0sABH9qORmF3+pms2KZ7Cng33oK5nqPIzEEFJD0pp2PCe3/ueMIg==
+  dependencies:
+    "@babel/runtime" "7.12.5"
+    "@hapi/accept" "5.0.2"
+    "@next/env" "11.0.1"
+    "@next/polyfill-module" "11.0.1"
+    "@next/react-dev-overlay" "11.0.1"
+    "@next/react-refresh-utils" "11.0.1"
+    assert "2.0.0"
+    ast-types "0.13.2"
+    browserify-zlib "0.2.0"
+    browserslist "4.16.6"
+    buffer "5.6.0"
+    caniuse-lite "^1.0.30001228"
+    chalk "2.4.2"
+    chokidar "3.5.1"
+    constants-browserify "1.0.0"
+    crypto-browserify "3.12.0"
+    cssnano-simple "2.0.0"
+    domain-browser "4.19.0"
+    encoding "0.1.13"
+    etag "1.8.1"
+    find-cache-dir "3.3.1"
+    get-orientation "1.1.2"
+    https-browserify "1.0.0"
+    image-size "1.0.0"
+    jest-worker "27.0.0-next.5"
+    native-url "0.3.4"
+    node-fetch "2.6.1"
+    node-html-parser "1.4.9"
+    node-libs-browser "^2.2.1"
+    os-browserify "0.3.0"
+    p-limit "3.1.0"
+    path-browserify "1.0.1"
+    pnp-webpack-plugin "1.6.4"
+    postcss "8.2.13"
+    process "0.11.10"
+    prop-types "15.7.2"
+    querystring-es3 "0.2.1"
+    raw-body "2.4.1"
+    react-is "17.0.2"
+    react-refresh "0.8.3"
+    stream-browserify "3.0.0"
+    stream-http "3.1.1"
+    string_decoder "1.3.0"
+    styled-jsx "3.3.2"
+    timers-browserify "2.0.12"
+    tty-browserify "0.0.1"
+    use-subscription "1.5.1"
+    util "0.12.3"
+    vm-browserify "1.1.2"
+    watchpack "2.1.1"
+
+node-addon-api@^2.0.0:
+  version "2.0.2"
+  resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.2.tgz#432cfa82962ce494b132e9d72a15b29f71ff5d32"
+  integrity sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==
+
+node-emoji@^1.8.1:
+  version "1.10.0"
+  resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da"
+  integrity sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw==
+  dependencies:
+    lodash.toarray "^4.4.0"
+
+node-fetch@2.1.2:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
+  integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
+
+node-fetch@2.6.1, node-fetch@^2.6.0, node-fetch@^2.6.1:
+  version "2.6.1"
+  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
+  integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
+
+node-gyp-build@^4.2.0:
+  version "4.2.3"
+  resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.2.3.tgz#ce6277f853835f718829efb47db20f3e4d9c4739"
+  integrity sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg==
+
+node-html-parser@1.4.9:
+  version "1.4.9"
+  resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-1.4.9.tgz#3c8f6cac46479fae5800725edb532e9ae8fd816c"
+  integrity sha512-UVcirFD1Bn0O+TSmloHeHqZZCxHjvtIeGdVdGMhyZ8/PWlEiZaZ5iJzR189yKZr8p0FXN58BUeC7RHRkf/KYGw==
+  dependencies:
+    he "1.2.0"
+
+node-libs-browser@^2.2.1:
+  version "2.2.1"
+  resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
+  integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==
+  dependencies:
+    assert "^1.1.1"
+    browserify-zlib "^0.2.0"
+    buffer "^4.3.0"
+    console-browserify "^1.1.0"
+    constants-browserify "^1.0.0"
+    crypto-browserify "^3.11.0"
+    domain-browser "^1.1.1"
+    events "^3.0.0"
+    https-browserify "^1.0.0"
+    os-browserify "^0.3.0"
+    path-browserify "0.0.1"
+    process "^0.11.10"
+    punycode "^1.2.4"
+    querystring-es3 "^0.2.0"
+    readable-stream "^2.3.3"
+    stream-browserify "^2.0.1"
+    stream-http "^2.7.2"
+    string_decoder "^1.0.0"
+    timers-browserify "^2.0.4"
+    tty-browserify "0.0.0"
+    url "^0.11.0"
+    util "^0.11.0"
+    vm-browserify "^1.0.1"
+
+node-releases@^1.1.71:
+  version "1.1.73"
+  resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
+  integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
+
+normalize-path@^3.0.0, normalize-path@~3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
+  integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
+
+normalize-range@^0.1.2:
+  version "0.1.2"
+  resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
+  integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
+
+normalize-url@^4.1.0:
+  version "4.5.1"
+  resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
+  integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
+
+number-to-bn@1.7.0:
+  version "1.7.0"
+  resolved "https://registry.yarnpkg.com/number-to-bn/-/number-to-bn-1.7.0.tgz#bb3623592f7e5f9e0030b1977bd41a0c53fe1ea0"
+  integrity sha1-uzYjWS9+X54AMLGXe9QaDFP+HqA=
+  dependencies:
+    bn.js "4.11.6"
+    strip-hex-prefix "1.0.0"
+
+oauth-sign@~0.9.0:
+  version "0.9.0"
+  resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
+  integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
+
+object-assign@^4, object-assign@^4.1.0, object-assign@^4.1.1:
+  version "4.1.1"
+  resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
+  integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
+
+object-hash@^2.2.0:
+  version "2.2.0"
+  resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
+  integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
+
+object-inspect@^1.10.3:
+  version "1.10.3"
+  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz#c2aa7d2d09f50c99375704f7a0adf24c5782d369"
+  integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
+
+object-is@^1.0.1:
+  version "1.1.5"
+  resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
+  integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
+  dependencies:
+    call-bind "^1.0.2"
+    define-properties "^1.1.3"
+
+object-keys@^1.0.12, object-keys@^1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
+  integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
+
+object-keys@~0.4.0:
+  version "0.4.0"
+  resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-0.4.0.tgz#28a6aae7428dd2c3a92f3d95f21335dd204e0336"
+  integrity sha1-KKaq50KN0sOpLz2V8hM13SBOAzY=
+
+object.assign@^4.1.2:
+  version "4.1.2"
+  resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
+  integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
+  dependencies:
+    call-bind "^1.0.0"
+    define-properties "^1.1.3"
+    has-symbols "^1.0.1"
+    object-keys "^1.1.1"
+
+oboe@2.1.5:
+  version "2.1.5"
+  resolved "https://registry.yarnpkg.com/oboe/-/oboe-2.1.5.tgz#5554284c543a2266d7a38f17e073821fbde393cd"
+  integrity sha1-VVQoTFQ6ImbXo48X4HOCH73jk80=
+  dependencies:
+    http-https "^1.0.0"
+
+on-finished@~2.3.0:
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
+  integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
+  dependencies:
+    ee-first "1.1.1"
+
+once@^1.3.0, once@^1.3.1, once@^1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+  integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
+  dependencies:
+    wrappy "1"
+
+os-browserify@0.3.0, os-browserify@^0.3.0:
+  version "0.3.0"
+  resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
+  integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
+
+p-cancelable@^0.3.0:
+  version "0.3.0"
+  resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
+  integrity sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==
+
+p-cancelable@^1.0.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc"
+  integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==
+
+p-finally@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
+  integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
+
+p-limit@3.1.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
+  integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
+  dependencies:
+    yocto-queue "^0.1.0"
+
+p-limit@^2.0.0, p-limit@^2.2.0:
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
+  integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
+  dependencies:
+    p-try "^2.0.0"
+
+p-locate@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
+  integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
+  dependencies:
+    p-limit "^2.0.0"
+
+p-locate@^4.1.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
+  integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
+  dependencies:
+    p-limit "^2.2.0"
+
+p-timeout@^1.1.1:
+  version "1.2.1"
+  resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386"
+  integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=
+  dependencies:
+    p-finally "^1.0.0"
+
+p-try@^2.0.0:
+  version "2.2.0"
+  resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
+  integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
+
+pako@~1.0.5:
+  version "1.0.11"
+  resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
+  integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
+
+parent-module@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
+  integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
+  dependencies:
+    callsites "^3.0.0"
+
+parse-asn1@^5.0.0, parse-asn1@^5.1.5:
+  version "5.1.6"
+  resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
+  integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==
+  dependencies:
+    asn1.js "^5.2.0"
+    browserify-aes "^1.0.0"
+    evp_bytestokey "^1.0.0"
+    pbkdf2 "^3.0.3"
+    safe-buffer "^5.1.1"
+
+parse-headers@^2.0.0:
+  version "2.0.3"
+  resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.3.tgz#5e8e7512383d140ba02f0c7aa9f49b4399c92515"
+  integrity sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA==
+
+parse-json@^5.0.0:
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
+  integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
+  dependencies:
+    "@babel/code-frame" "^7.0.0"
+    error-ex "^1.3.1"
+    json-parse-even-better-errors "^2.3.0"
+    lines-and-columns "^1.1.6"
+
+parseurl@~1.3.3:
+  version "1.3.3"
+  resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
+  integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
+
+path-browserify@0.0.1:
+  version "0.0.1"
+  resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
+  integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
+
+path-browserify@1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
+  integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
+
+path-exists@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
+  integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
+
+path-exists@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
+  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
+
+path-is-absolute@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+  integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
+
+path-parse@^1.0.6:
+  version "1.0.7"
+  resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
+  integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
+
+path-to-regexp@0.1.7:
+  version "0.1.7"
+  resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
+  integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
+
+path-type@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
+  integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
+
+pbkdf2@^3.0.17, pbkdf2@^3.0.3:
+  version "3.1.2"
+  resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
+  integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
+  dependencies:
+    create-hash "^1.1.2"
+    create-hmac "^1.1.4"
+    ripemd160 "^2.0.1"
+    safe-buffer "^5.0.1"
+    sha.js "^2.4.8"
+
+performance-now@^2.1.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
+  integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
+
+picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
+  integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
+
+pify@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
+  integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
+
+pify@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
+  integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
+
+pkg-dir@^4.1.0:
+  version "4.2.0"
+  resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
+  integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
+  dependencies:
+    find-up "^4.0.0"
+
+platform@1.3.6:
+  version "1.3.6"
+  resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
+  integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
+
+pngjs@^3.3.0:
+  version "3.4.0"
+  resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
+  integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
+
+pnp-webpack-plugin@1.6.4:
+  version "1.6.4"
+  resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149"
+  integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==
+  dependencies:
+    ts-pnp "^1.1.6"
+
+postcss-js@^3.0.3:
+  version "3.0.3"
+  resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-3.0.3.tgz#2f0bd370a2e8599d45439f6970403b5873abda33"
+  integrity sha512-gWnoWQXKFw65Hk/mi2+WTQTHdPD5UJdDXZmX073EY/B3BWnYjO4F4t0VneTCnCGQ5E5GsCdMkzPaTXwl3r5dJw==
+  dependencies:
+    camelcase-css "^2.0.1"
+    postcss "^8.1.6"
+
+postcss-load-config@^3.1.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.0.tgz#d39c47091c4aec37f50272373a6a648ef5e97829"
+  integrity sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==
+  dependencies:
+    import-cwd "^3.0.0"
+    lilconfig "^2.0.3"
+    yaml "^1.10.2"
+
+postcss-nested@5.0.5:
+  version "5.0.5"
+  resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.5.tgz#f0a107d33a9fab11d7637205f5321e27223e3603"
+  integrity sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew==
+  dependencies:
+    postcss-selector-parser "^6.0.4"
+
+postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6:
+  version "6.0.6"
+  resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz#2c5bba8174ac2f6981ab631a42ab0ee54af332ea"
+  integrity sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==
+  dependencies:
+    cssesc "^3.0.0"
+    util-deprecate "^1.0.2"
+
+postcss-value-parser@^3.3.0:
+  version "3.3.1"
+  resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
+  integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
+
+postcss-value-parser@^4.1.0:
+  version "4.1.0"
+  resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
+  integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
+
+postcss@8.2.13:
+  version "8.2.13"
+  resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.13.tgz#dbe043e26e3c068e45113b1ed6375d2d37e2129f"
+  integrity sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==
+  dependencies:
+    colorette "^1.2.2"
+    nanoid "^3.1.22"
+    source-map "^0.6.1"
+
+postcss@^8.1.6, postcss@^8.2.1, postcss@^8.3.5:
+  version "8.3.5"
+  resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
+  integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
+  dependencies:
+    colorette "^1.2.2"
+    nanoid "^3.1.23"
+    source-map-js "^0.6.2"
+
+preact@10.4.1:
+  version "10.4.1"
+  resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.1.tgz#9b3ba020547673a231c6cf16f0fbaef0e8863431"
+  integrity sha512-WKrRpCSwL2t3tpOOGhf2WfTpcmbpxaWtDbdJdKdjd0aEiTkvOmS4NBkG6kzlaAHI9AkQ3iVqbFWM3Ei7mZ4o1Q==
+
+precond@0.2:
+  version "0.2.3"
+  resolved "https://registry.yarnpkg.com/precond/-/precond-0.2.3.tgz#aa9591bcaa24923f1e0f4849d240f47efc1075ac"
+  integrity sha1-qpWRvKokkj8eD0hJ0kD0fvwQdaw=
+
+prepend-http@^1.0.1:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
+  integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
+
+prepend-http@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
+  integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
+
+pretty-hrtime@^1.0.3:
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
+  integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
+
+printj@~1.1.0:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222"
+  integrity sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==
+
+process-nextick-args@~2.0.0:
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
+  integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
+
+process@0.11.10, process@^0.11.10:
+  version "0.11.10"
+  resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
+  integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
+
+promise-to-callback@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/promise-to-callback/-/promise-to-callback-1.0.0.tgz#5d2a749010bfb67d963598fcd3960746a68feef7"
+  integrity sha1-XSp0kBC/tn2WNZj805YHRqaP7vc=
+  dependencies:
+    is-fn "^1.0.0"
+    set-immediate-shim "^1.0.1"
+
+prop-types@15.7.2:
+  version "15.7.2"
+  resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
+  integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
+  dependencies:
+    loose-envify "^1.4.0"
+    object-assign "^4.1.1"
+    react-is "^16.8.1"
+
+proxy-addr@~2.0.5:
+  version "2.0.7"
+  resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
+  integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
+  dependencies:
+    forwarded "0.2.0"
+    ipaddr.js "1.9.1"
+
+prr@~1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
+  integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
+
+psl@^1.1.28:
+  version "1.8.0"
+  resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
+  integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
+
+public-encrypt@^4.0.0:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
+  integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==
+  dependencies:
+    bn.js "^4.1.0"
+    browserify-rsa "^4.0.0"
+    create-hash "^1.1.0"
+    parse-asn1 "^5.0.0"
+    randombytes "^2.0.1"
+    safe-buffer "^5.1.2"
+
+pump@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
+  integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
+  dependencies:
+    end-of-stream "^1.1.0"
+    once "^1.3.1"
+
+punycode@1.3.2:
+  version "1.3.2"
+  resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
+  integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
+
+punycode@2.1.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d"
+  integrity sha1-X4Y+3Im5bbCQdLrXlHvwkFbKTn0=
+
+punycode@^1.2.4:
+  version "1.4.1"
+  resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
+  integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
+
+punycode@^2.1.0, punycode@^2.1.1:
+  version "2.1.1"
+  resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
+  integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
+
+purgecss@^4.0.3:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/purgecss/-/purgecss-4.0.3.tgz#8147b429f9c09db719e05d64908ea8b672913742"
+  integrity sha512-PYOIn5ibRIP34PBU9zohUcCI09c7drPJJtTDAc0Q6QlRz2/CHQ8ywGLdE7ZhxU2VTqB7p5wkvj5Qcm05Rz3Jmw==
+  dependencies:
+    commander "^6.0.0"
+    glob "^7.0.0"
+    postcss "^8.2.1"
+    postcss-selector-parser "^6.0.2"
+
+qrcode@1.4.4:
+  version "1.4.4"
+  resolved "https://registry.yarnpkg.com/qrcode/-/qrcode-1.4.4.tgz#f0c43568a7e7510a55efc3b88d9602f71963ea83"
+  integrity sha512-oLzEC5+NKFou9P0bMj5+v6Z40evexeE29Z9cummZXZ9QXyMr3lphkURzxjXgPJC5azpxcshoDWV1xE46z+/c3Q==
+  dependencies:
+    buffer "^5.4.3"
+    buffer-alloc "^1.2.0"
+    buffer-from "^1.1.1"
+    dijkstrajs "^1.0.1"
+    isarray "^2.0.1"
+    pngjs "^3.3.0"
+    yargs "^13.2.4"
+
+qs@6.7.0:
+  version "6.7.0"
+  resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
+  integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
+
+qs@~6.5.2:
+  version "6.5.2"
+  resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
+  integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
+
+query-string@6.13.5:
+  version "6.13.5"
+  resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.5.tgz#99e95e2fb7021db90a6f373f990c0c814b3812d8"
+  integrity sha512-svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q==
+  dependencies:
+    decode-uri-component "^0.2.0"
+    split-on-first "^1.0.0"
+    strict-uri-encode "^2.0.0"
+
+query-string@^5.0.1:
+  version "5.1.1"
+  resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
+  integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==
+  dependencies:
+    decode-uri-component "^0.2.0"
+    object-assign "^4.1.0"
+    strict-uri-encode "^1.0.0"
+
+querystring-es3@0.2.1, querystring-es3@^0.2.0:
+  version "0.2.1"
+  resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
+  integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
+
+querystring@0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
+  integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
+
+querystring@^0.2.0:
+  version "0.2.1"
+  resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
+  integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
+
+queue-microtask@^1.2.2:
+  version "1.2.3"
+  resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
+  integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
+
+queue@6.0.2:
+  version "6.0.2"
+  resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
+  integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==
+  dependencies:
+    inherits "~2.0.3"
+
+quick-lru@^5.1.1:
+  version "5.1.1"
+  resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
+  integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
+
+randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
+  integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
+  dependencies:
+    safe-buffer "^5.1.0"
+
+randomfill@^1.0.3:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
+  integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==
+  dependencies:
+    randombytes "^2.0.5"
+    safe-buffer "^5.1.0"
+
+range-parser@~1.2.1:
+  version "1.2.1"
+  resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
+  integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
+
+raw-body@2.4.0:
+  version "2.4.0"
+  resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
+  integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==
+  dependencies:
+    bytes "3.1.0"
+    http-errors "1.7.2"
+    iconv-lite "0.4.24"
+    unpipe "1.0.0"
+
+raw-body@2.4.1:
+  version "2.4.1"
+  resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.1.tgz#30ac82f98bb5ae8c152e67149dac8d55153b168c"
+  integrity sha512-9WmIKF6mkvA0SLmA2Knm9+qj89e+j1zqgyn8aXGd7+nAduPoqgI9lO57SAZNn/Byzo5P7JhXTyg9PzaJbH73bA==
+  dependencies:
+    bytes "3.1.0"
+    http-errors "1.7.3"
+    iconv-lite "0.4.24"
+    unpipe "1.0.0"
+
+react-dom@^17.0.2:
+  version "17.0.2"
+  resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"
+  integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
+  dependencies:
+    loose-envify "^1.1.0"
+    object-assign "^4.1.1"
+    scheduler "^0.20.2"
+
+react-is@17.0.2:
+  version "17.0.2"
+  resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
+  integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
+
+react-is@^16.8.1:
+  version "16.13.1"
+  resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
+  integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
+
+react-refresh@0.8.3:
+  version "0.8.3"
+  resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
+  integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
+
+react@^17.0.2:
+  version "17.0.2"
+  resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
+  integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
+  dependencies:
+    loose-envify "^1.1.0"
+    object-assign "^4.1.1"
+
+readable-stream@^1.0.33:
+  version "1.1.14"
+  resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
+  integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk=
+  dependencies:
+    core-util-is "~1.0.0"
+    inherits "~2.0.1"
+    isarray "0.0.1"
+    string_decoder "~0.10.x"
+
+readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.2.9, readable-stream@^2.3.3, readable-stream@^2.3.6:
+  version "2.3.7"
+  resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
+  integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
+  dependencies:
+    core-util-is "~1.0.0"
+    inherits "~2.0.3"
+    isarray "~1.0.0"
+    process-nextick-args "~2.0.0"
+    safe-buffer "~5.1.1"
+    string_decoder "~1.1.1"
+    util-deprecate "~1.0.1"
+
+readable-stream@^3.5.0, readable-stream@^3.6.0:
+  version "3.6.0"
+  resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
+  integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
+  dependencies:
+    inherits "^2.0.3"
+    string_decoder "^1.1.1"
+    util-deprecate "^1.0.1"
+
+readable-stream@~1.0.15:
+  version "1.0.34"
+  resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
+  integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=
+  dependencies:
+    core-util-is "~1.0.0"
+    inherits "~2.0.1"
+    isarray "0.0.1"
+    string_decoder "~0.10.x"
+
+readdirp@~3.5.0:
+  version "3.5.0"
+  resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
+  integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
+  dependencies:
+    picomatch "^2.2.1"
+
+readdirp@~3.6.0:
+  version "3.6.0"
+  resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
+  integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
+  dependencies:
+    picomatch "^2.2.1"
+
+reduce-css-calc@^2.1.8:
+  version "2.1.8"
+  resolved "https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-2.1.8.tgz#7ef8761a28d614980dc0c982f772c93f7a99de03"
+  integrity sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg==
+  dependencies:
+    css-unit-converter "^1.1.1"
+    postcss-value-parser "^3.3.0"
+
+regenerator-runtime@^0.13.4:
+  version "0.13.7"
+  resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
+  integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
+
+request@^2.79.0, request@^2.85.0:
+  version "2.88.2"
+  resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
+  integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
+  dependencies:
+    aws-sign2 "~0.7.0"
+    aws4 "^1.8.0"
+    caseless "~0.12.0"
+    combined-stream "~1.0.6"
+    extend "~3.0.2"
+    forever-agent "~0.6.1"
+    form-data "~2.3.2"
+    har-validator "~5.1.3"
+    http-signature "~1.2.0"
+    is-typedarray "~1.0.0"
+    isstream "~0.1.2"
+    json-stringify-safe "~5.0.1"
+    mime-types "~2.1.19"
+    oauth-sign "~0.9.0"
+    performance-now "^2.1.0"
+    qs "~6.5.2"
+    safe-buffer "^5.1.2"
+    tough-cookie "~2.5.0"
+    tunnel-agent "^0.6.0"
+    uuid "^3.3.2"
+
+require-directory@^2.1.1:
+  version "2.1.1"
+  resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
+  integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
+
+require-main-filename@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
+  integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
+
+resolve-from@^4.0.0:
+  version "4.0.0"
+  resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
+  integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
+
+resolve-from@^5.0.0:
+  version "5.0.0"
+  resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
+  integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
+
+resolve@^1.14.2, resolve@^1.20.0:
+  version "1.20.0"
+  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
+  integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
+  dependencies:
+    is-core-module "^2.2.0"
+    path-parse "^1.0.6"
+
+responselike@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
+  integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=
+  dependencies:
+    lowercase-keys "^1.0.0"
+
+reusify@^1.0.4:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
+  integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
+
+rimraf@^3.0.0:
+  version "3.0.2"
+  resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
+  integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
+  dependencies:
+    glob "^7.1.3"
+
+ripemd160@^2.0.0, ripemd160@^2.0.1:
+  version "2.0.2"
+  resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
+  integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==
+  dependencies:
+    hash-base "^3.0.0"
+    inherits "^2.0.1"
+
+rlp@^2.0.0, rlp@^2.2.3, rlp@^2.2.4:
+  version "2.2.6"
+  resolved "https://registry.yarnpkg.com/rlp/-/rlp-2.2.6.tgz#c80ba6266ac7a483ef1e69e8e2f056656de2fb2c"
+  integrity sha512-HAfAmL6SDYNWPUOJNrM500x4Thn4PZsEy5pijPh40U9WfNk0z15hUYzO9xVIMAdIHdFtD8CBDHd75Td1g36Mjg==
+  dependencies:
+    bn.js "^4.11.1"
+
+run-parallel@^1.1.9:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
+  integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
+  dependencies:
+    queue-microtask "^1.2.2"
+
+rustbn.js@~0.2.0:
+  version "0.2.0"
+  resolved "https://registry.yarnpkg.com/rustbn.js/-/rustbn.js-0.2.0.tgz#8082cb886e707155fd1cb6f23bd591ab8d55d0ca"
+  integrity sha512-4VlvkRUuCJvr2J6Y0ImW7NvTCriMi7ErOAqWk1y69vAdoNIzCF3yPmgeNzx+RQTLEDFq5sHfscn1MwHxP9hNfA==
+
+safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
+  version "5.1.2"
+  resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
+  integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
+
+safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
+  version "5.2.1"
+  resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
+  integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
+
+safe-event-emitter@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/safe-event-emitter/-/safe-event-emitter-1.0.1.tgz#5b692ef22329ed8f69fdce607e50ca734f6f20af"
+  integrity sha512-e1wFe99A91XYYxoQbcq2ZJUWurxEyP8vfz7A7vuUe1s95q8r5ebraVaA1BukYJcpM6V16ugWoD9vngi8Ccu5fg==
+  dependencies:
+    events "^3.0.0"
+
+safe-json-utils@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/safe-json-utils/-/safe-json-utils-1.0.0.tgz#8b1d68b13cff2ac6a5b68e6c9651cf7f8bb56d9b"
+  integrity sha512-n0hJm6BgX8wk3G+AS8MOQnfcA8dfE6ZMUfwkHUNx69YxPlU3HDaZTHXWto35Z+C4mOjK1odlT95WutkGC+0Idw==
+
+"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
+  integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
+
+scheduler@^0.20.2:
+  version "0.20.2"
+  resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91"
+  integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
+  dependencies:
+    loose-envify "^1.1.0"
+    object-assign "^4.1.1"
+
+scrypt-js@^3.0.0, scrypt-js@^3.0.1:
+  version "3.0.1"
+  resolved "https://registry.yarnpkg.com/scrypt-js/-/scrypt-js-3.0.1.tgz#d314a57c2aef69d1ad98a138a21fe9eafa9ee312"
+  integrity sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==
+
+secp256k1@^4.0.1:
+  version "4.0.2"
+  resolved "https://registry.yarnpkg.com/secp256k1/-/secp256k1-4.0.2.tgz#15dd57d0f0b9fdb54ac1fa1694f40e5e9a54f4a1"
+  integrity sha512-UDar4sKvWAksIlfX3xIaQReADn+WFnHvbVujpcbr+9Sf/69odMwy2MUsz5CKLQgX9nsIyrjuxL2imVyoNHa3fg==
+  dependencies:
+    elliptic "^6.5.2"
+    node-addon-api "^2.0.0"
+    node-gyp-build "^4.2.0"
+
+semaphore@>=1.0.1, semaphore@^1.0.3:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/semaphore/-/semaphore-1.1.0.tgz#aaad8b86b20fe8e9b32b16dc2ee682a8cd26a8aa"
+  integrity sha512-O4OZEaNtkMd/K0i6js9SL+gqy0ZCBMgUvlSqHKi4IBdjhe7wB8pwztUk1BbZ1fmrvpwFrPbHzqd2w5pTcJH6LA==
+
+semver@7.0.0:
+  version "7.0.0"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
+  integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
+
+semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
+  version "6.3.0"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
+  integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
+
+semver@~5.4.1:
+  version "5.4.1"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
+  integrity sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==
+
+send@0.17.1:
+  version "0.17.1"
+  resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
+  integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
+  dependencies:
+    debug "2.6.9"
+    depd "~1.1.2"
+    destroy "~1.0.4"
+    encodeurl "~1.0.2"
+    escape-html "~1.0.3"
+    etag "~1.8.1"
+    fresh "0.5.2"
+    http-errors "~1.7.2"
+    mime "1.6.0"
+    ms "2.1.1"
+    on-finished "~2.3.0"
+    range-parser "~1.2.1"
+    statuses "~1.5.0"
+
+serve-static@1.14.1:
+  version "1.14.1"
+  resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9"
+  integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==
+  dependencies:
+    encodeurl "~1.0.2"
+    escape-html "~1.0.3"
+    parseurl "~1.3.3"
+    send "0.17.1"
+
+servify@^0.1.12:
+  version "0.1.12"
+  resolved "https://registry.yarnpkg.com/servify/-/servify-0.1.12.tgz#142ab7bee1f1d033b66d0707086085b17c06db95"
+  integrity sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==
+  dependencies:
+    body-parser "^1.16.0"
+    cors "^2.8.1"
+    express "^4.14.0"
+    request "^2.79.0"
+    xhr "^2.3.3"
+
+set-blocking@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
+  integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
+
+set-immediate-shim@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61"
+  integrity sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=
+
+setimmediate@^1.0.4, setimmediate@^1.0.5:
+  version "1.0.5"
+  resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
+  integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
+
+setprototypeof@1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
+  integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
+
+sha.js@^2.4.0, sha.js@^2.4.8:
+  version "2.4.11"
+  resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
+  integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
+  dependencies:
+    inherits "^2.0.1"
+    safe-buffer "^5.0.1"
+
+shell-quote@1.7.2:
+  version "1.7.2"
+  resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
+  integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
+
+simple-concat@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
+  integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
+
+simple-get@^2.7.0:
+  version "2.8.1"
+  resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-2.8.1.tgz#0e22e91d4575d87620620bc91308d57a77f44b5d"
+  integrity sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==
+  dependencies:
+    decompress-response "^3.3.0"
+    once "^1.3.1"
+    simple-concat "^1.0.0"
+
+simple-swizzle@^0.2.2:
+  version "0.2.2"
+  resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
+  integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
+  dependencies:
+    is-arrayish "^0.3.1"
+
+source-map-js@^0.6.2:
+  version "0.6.2"
+  resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
+  integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
+
+source-map@0.7.3:
+  version "0.7.3"
+  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
+  integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
+
+source-map@0.8.0-beta.0:
+  version "0.8.0-beta.0"
+  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
+  integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==
+  dependencies:
+    whatwg-url "^7.0.0"
+
+source-map@^0.5.0:
+  version "0.5.7"
+  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
+  integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
+
+source-map@^0.6.1:
+  version "0.6.1"
+  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
+  integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
+
+split-on-first@^1.0.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-1.1.0.tgz#f610afeee3b12bce1d0c30425e76398b78249a5f"
+  integrity sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==
+
+sshpk@^1.7.0:
+  version "1.16.1"
+  resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
+  integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
+  dependencies:
+    asn1 "~0.2.3"
+    assert-plus "^1.0.0"
+    bcrypt-pbkdf "^1.0.0"
+    dashdash "^1.12.0"
+    ecc-jsbn "~0.1.1"
+    getpass "^0.1.1"
+    jsbn "~0.1.0"
+    safer-buffer "^2.0.2"
+    tweetnacl "~0.14.0"
+
+stacktrace-parser@0.1.10:
+  version "0.1.10"
+  resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz#29fb0cae4e0d0b85155879402857a1639eb6051a"
+  integrity sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==
+  dependencies:
+    type-fest "^0.7.1"
+
+"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
+  version "1.5.0"
+  resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
+  integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
+
+stream-browserify@3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
+  integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
+  dependencies:
+    inherits "~2.0.4"
+    readable-stream "^3.5.0"
+
+stream-browserify@^2.0.1:
+  version "2.0.2"
+  resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
+  integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
+  dependencies:
+    inherits "~2.0.1"
+    readable-stream "^2.0.2"
+
+stream-http@3.1.1:
+  version "3.1.1"
+  resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-3.1.1.tgz#0370a8017cf8d050b9a8554afe608f043eaff564"
+  integrity sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==
+  dependencies:
+    builtin-status-codes "^3.0.0"
+    inherits "^2.0.4"
+    readable-stream "^3.6.0"
+    xtend "^4.0.2"
+
+stream-http@^2.7.2:
+  version "2.8.3"
+  resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
+  integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==
+  dependencies:
+    builtin-status-codes "^3.0.0"
+    inherits "^2.0.1"
+    readable-stream "^2.3.6"
+    to-arraybuffer "^1.0.0"
+    xtend "^4.0.0"
+
+stream-parser@^0.3.1:
+  version "0.3.1"
+  resolved "https://registry.yarnpkg.com/stream-parser/-/stream-parser-0.3.1.tgz#1618548694420021a1182ff0af1911c129761773"
+  integrity sha1-FhhUhpRCACGhGC/wrxkRwSl2F3M=
+  dependencies:
+    debug "2"
+
+strict-uri-encode@^1.0.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
+  integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
+
+strict-uri-encode@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
+  integrity sha1-ucczDHBChi9rFC3CdLvMWGbONUY=
+
+string-hash@1.1.3:
+  version "1.1.3"
+  resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
+  integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=
+
+string-width@^3.0.0, string-width@^3.1.0:
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
+  integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
+  dependencies:
+    emoji-regex "^7.0.1"
+    is-fullwidth-code-point "^2.0.0"
+    strip-ansi "^5.1.0"
+
+string.prototype.trimend@^1.0.4:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
+  integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
+  dependencies:
+    call-bind "^1.0.2"
+    define-properties "^1.1.3"
+
+string.prototype.trimstart@^1.0.4:
+  version "1.0.4"
+  resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
+  integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
+  dependencies:
+    call-bind "^1.0.2"
+    define-properties "^1.1.3"
+
+string_decoder@1.3.0, string_decoder@^1.0.0, string_decoder@^1.1.1:
+  version "1.3.0"
+  resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
+  integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
+  dependencies:
+    safe-buffer "~5.2.0"
+
+string_decoder@~0.10.x:
+  version "0.10.31"
+  resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
+  integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=
+
+string_decoder@~1.1.1:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
+  integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
+  dependencies:
+    safe-buffer "~5.1.0"
+
+strip-ansi@6.0.0:
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
+  integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
+  dependencies:
+    ansi-regex "^5.0.0"
+
+strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
+  version "5.2.0"
+  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
+  integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
+  dependencies:
+    ansi-regex "^4.1.0"
+
+strip-hex-prefix@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz#0c5f155fef1151373377de9dbb588da05500e36f"
+  integrity sha1-DF8VX+8RUTczd96du1iNoFUA428=
+  dependencies:
+    is-hex-prefixed "1.0.0"
+
+styled-jsx@3.3.2:
+  version "3.3.2"
+  resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-3.3.2.tgz#2474601a26670a6049fb4d3f94bd91695b3ce018"
+  integrity sha512-daAkGd5mqhbBhLd6jYAjYBa9LpxYCzsgo/f6qzPdFxVB8yoGbhxvzQgkC0pfmCVvW3JuAEBn0UzFLBfkHVZG1g==
+  dependencies:
+    "@babel/types" "7.8.3"
+    babel-plugin-syntax-jsx "6.18.0"
+    convert-source-map "1.7.0"
+    loader-utils "1.2.3"
+    source-map "0.7.3"
+    string-hash "1.1.3"
+    stylis "3.5.4"
+    stylis-rule-sheet "0.0.10"
+
+stylis-rule-sheet@0.0.10:
+  version "0.0.10"
+  resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
+  integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
+
+stylis@3.5.4:
+  version "3.5.4"
+  resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
+  integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
+
+supports-color@^5.3.0:
+  version "5.5.0"
+  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
+  integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
+  dependencies:
+    has-flag "^3.0.0"
+
+supports-color@^7.1.0:
+  version "7.2.0"
+  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
+  integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
+  dependencies:
+    has-flag "^4.0.0"
+
+supports-color@^8.0.0:
+  version "8.1.1"
+  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
+  integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
+  dependencies:
+    has-flag "^4.0.0"
+
+swarm-js@^0.1.40:
+  version "0.1.40"
+  resolved "https://registry.yarnpkg.com/swarm-js/-/swarm-js-0.1.40.tgz#b1bc7b6dcc76061f6c772203e004c11997e06b99"
+  integrity sha512-yqiOCEoA4/IShXkY3WKwP5PvZhmoOOD8clsKA7EEcRILMkTEYHCQ21HDCAcVpmIxZq4LyZvWeRJ6quIyHk1caA==
+  dependencies:
+    bluebird "^3.5.0"
+    buffer "^5.0.5"
+    eth-lib "^0.1.26"
+    fs-extra "^4.0.2"
+    got "^7.1.0"
+    mime-types "^2.1.16"
+    mkdirp-promise "^5.0.1"
+    mock-fs "^4.1.0"
+    setimmediate "^1.0.5"
+    tar "^4.0.2"
+    xhr-request "^1.0.1"
+
+tailwindcss@^2.2.4:
+  version "2.2.4"
+  resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.4.tgz#6a2e259b1e26125aeaa7cdc479963fd217c308b0"
+  integrity sha512-OdBCPgazNNsknSP+JfrPzkay9aqKjhKtFhbhgxHgvEFdHy/GuRPo2SCJ4w1SFTN8H6FPI4m6qD/Jj20NWY1GkA==
+  dependencies:
+    "@fullhuman/postcss-purgecss" "^4.0.3"
+    arg "^5.0.0"
+    bytes "^3.0.0"
+    chalk "^4.1.1"
+    chokidar "^3.5.2"
+    color "^3.1.3"
+    cosmiconfig "^7.0.0"
+    detective "^5.2.0"
+    didyoumean "^1.2.1"
+    dlv "^1.1.3"
+    fast-glob "^3.2.5"
+    fs-extra "^10.0.0"
+    glob-parent "^6.0.0"
+    html-tags "^3.1.0"
+    is-glob "^4.0.1"
+    lodash "^4.17.21"
+    lodash.topath "^4.5.2"
+    modern-normalize "^1.1.0"
+    node-emoji "^1.8.1"
+    normalize-path "^3.0.0"
+    object-hash "^2.2.0"
+    postcss-js "^3.0.3"
+    postcss-load-config "^3.1.0"
+    postcss-nested "5.0.5"
+    postcss-selector-parser "^6.0.6"
+    postcss-value-parser "^4.1.0"
+    pretty-hrtime "^1.0.3"
+    quick-lru "^5.1.1"
+    reduce-css-calc "^2.1.8"
+    resolve "^1.20.0"
+    tmp "^0.2.1"
+
+tar@^4.0.2:
+  version "4.4.13"
+  resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
+  integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
+  dependencies:
+    chownr "^1.1.1"
+    fs-minipass "^1.2.5"
+    minipass "^2.8.6"
+    minizlib "^1.2.1"
+    mkdirp "^0.5.0"
+    safe-buffer "^5.1.2"
+    yallist "^3.0.3"
+
+timed-out@^4.0.0, timed-out@^4.0.1:
+  version "4.0.1"
+  resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
+  integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
+
+timers-browserify@2.0.12, timers-browserify@^2.0.4:
+  version "2.0.12"
+  resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee"
+  integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==
+  dependencies:
+    setimmediate "^1.0.4"
+
+tmp@^0.2.1:
+  version "0.2.1"
+  resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
+  integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
+  dependencies:
+    rimraf "^3.0.0"
+
+to-arraybuffer@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
+  integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
+
+to-fast-properties@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
+  integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
+
+to-readable-stream@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771"
+  integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==
+
+to-regex-range@^5.0.1:
+  version "5.0.1"
+  resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
+  integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
+  dependencies:
+    is-number "^7.0.0"
+
+toidentifier@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
+  integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
+
+tough-cookie@~2.5.0:
+  version "2.5.0"
+  resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
+  integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
+  dependencies:
+    psl "^1.1.28"
+    punycode "^2.1.1"
+
+tr46@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
+  integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
+  dependencies:
+    punycode "^2.1.0"
+
+ts-pnp@^1.1.6:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
+  integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
+
+tslib@^2.0.0:
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
+  integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
+
+tty-browserify@0.0.0:
+  version "0.0.0"
+  resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
+  integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
+
+tty-browserify@0.0.1:
+  version "0.0.1"
+  resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811"
+  integrity sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==
+
+tunnel-agent@^0.6.0:
+  version "0.6.0"
+  resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
+  integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
+  dependencies:
+    safe-buffer "^5.0.1"
+
+tweetnacl@^0.14.3, tweetnacl@~0.14.0:
+  version "0.14.5"
+  resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
+  integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
+
+type-fest@^0.7.1:
+  version "0.7.1"
+  resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
+  integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==
+
+type-is@~1.6.17, type-is@~1.6.18:
+  version "1.6.18"
+  resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
+  integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
+  dependencies:
+    media-typer "0.3.0"
+    mime-types "~2.1.24"
+
+type@^1.0.1:
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
+  integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
+
+type@^2.0.0:
+  version "2.5.0"
+  resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d"
+  integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==
+
+typedarray-to-buffer@3.1.5, typedarray-to-buffer@^3.1.5:
+  version "3.1.5"
+  resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
+  integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
+  dependencies:
+    is-typedarray "^1.0.0"
+
+ultron@~1.1.0:
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
+  integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==
+
+unbox-primitive@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
+  integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
+  dependencies:
+    function-bind "^1.1.1"
+    has-bigints "^1.0.1"
+    has-symbols "^1.0.2"
+    which-boxed-primitive "^1.0.2"
+
+underscore@1.12.1:
+  version "1.12.1"
+  resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
+  integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
+
+universalify@^0.1.0:
+  version "0.1.2"
+  resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
+  integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
+
+universalify@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
+  integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
+
+unpipe@1.0.0, unpipe@~1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
+  integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
+
+uri-js@^4.2.2:
+  version "4.4.1"
+  resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
+  integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
+  dependencies:
+    punycode "^2.1.0"
+
+url-parse-lax@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
+  integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=
+  dependencies:
+    prepend-http "^1.0.1"
+
+url-parse-lax@^3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
+  integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=
+  dependencies:
+    prepend-http "^2.0.0"
+
+url-set-query@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/url-set-query/-/url-set-query-1.0.0.tgz#016e8cfd7c20ee05cafe7795e892bd0702faa339"
+  integrity sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk=
+
+url-to-options@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
+  integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=
+
+url@^0.11.0:
+  version "0.11.0"
+  resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
+  integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
+  dependencies:
+    punycode "1.3.2"
+    querystring "0.2.0"
+
+use-subscription@1.5.1:
+  version "1.5.1"
+  resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.5.1.tgz#73501107f02fad84c6dd57965beb0b75c68c42d1"
+  integrity sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==
+  dependencies:
+    object-assign "^4.1.1"
+
+utf-8-validate@^5.0.2:
+  version "5.0.5"
+  resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.5.tgz#dd32c2e82c72002dc9f02eb67ba6761f43456ca1"
+  integrity sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==
+  dependencies:
+    node-gyp-build "^4.2.0"
+
+utf8@3.0.0:
+  version "3.0.0"
+  resolved "https://registry.yarnpkg.com/utf8/-/utf8-3.0.0.tgz#f052eed1364d696e769ef058b183df88c87f69d1"
+  integrity sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ==
+
+util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
+  integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
+
+util@0.10.3:
+  version "0.10.3"
+  resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
+  integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
+  dependencies:
+    inherits "2.0.1"
+
+util@0.12.3:
+  version "0.12.3"
+  resolved "https://registry.yarnpkg.com/util/-/util-0.12.3.tgz#971bb0292d2cc0c892dab7c6a5d37c2bec707888"
+  integrity sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==
+  dependencies:
+    inherits "^2.0.3"
+    is-arguments "^1.0.4"
+    is-generator-function "^1.0.7"
+    is-typed-array "^1.1.3"
+    safe-buffer "^5.1.2"
+    which-typed-array "^1.1.2"
+
+util@^0.11.0:
+  version "0.11.1"
+  resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
+  integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
+  dependencies:
+    inherits "2.0.3"
+
+util@^0.12.0:
+  version "0.12.4"
+  resolved "https://registry.yarnpkg.com/util/-/util-0.12.4.tgz#66121a31420df8f01ca0c464be15dfa1d1850253"
+  integrity sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==
+  dependencies:
+    inherits "^2.0.3"
+    is-arguments "^1.0.4"
+    is-generator-function "^1.0.7"
+    is-typed-array "^1.1.3"
+    safe-buffer "^5.1.2"
+    which-typed-array "^1.1.2"
+
+utils-merge@1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
+  integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
+
+uuid@3.3.2:
+  version "3.3.2"
+  resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
+  integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
+
+uuid@^3.3.2:
+  version "3.4.0"
+  resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
+  integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
+
+varint@^5.0.0:
+  version "5.0.2"
+  resolved "https://registry.yarnpkg.com/varint/-/varint-5.0.2.tgz#5b47f8a947eb668b848e034dcfa87d0ff8a7f7a4"
+  integrity sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow==
+
+vary@^1, vary@~1.1.2:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
+  integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
+
+verror@1.10.0:
+  version "1.10.0"
+  resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
+  integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
+  dependencies:
+    assert-plus "^1.0.0"
+    core-util-is "1.0.2"
+    extsprintf "^1.2.0"
+
+vm-browserify@1.1.2, vm-browserify@^1.0.1:
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
+  integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
+
+watchpack@2.1.1:
+  version "2.1.1"
+  resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.1.1.tgz#e99630550fca07df9f90a06056987baa40a689c7"
+  integrity sha512-Oo7LXCmc1eE1AjyuSBmtC3+Wy4HcV8PxWh2kP6fOl8yTlNS7r0K9l1ao2lrrUza7V39Y3D/BbJgY8VeSlc5JKw==
+  dependencies:
+    glob-to-regexp "^0.4.1"
+    graceful-fs "^4.1.2"
+
+web3-bzz@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-bzz/-/web3-bzz-1.4.0.tgz#78a5db3544624b6709b2554094d931639f6f85b8"
+  integrity sha512-KhXmz8hcfGsqhplB7NrekAeNkG2edHjXV4bL3vnXde8RGMWpabpSNxuwiGv+dv/3nWlrHatH0vGooONYCkP5TA==
+  dependencies:
+    "@types/node" "^12.12.6"
+    got "9.6.0"
+    swarm-js "^0.1.40"
+    underscore "1.12.1"
+
+web3-core-helpers@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-core-helpers/-/web3-core-helpers-1.4.0.tgz#5cbed46dd325b9498f6fafb15aed4a4295cce514"
+  integrity sha512-8Ebq0nmRfzw7iPoXbIRHEWOuPh+1cOV3OOEvKm5Od3McZOjja914vdk+DM3MgmbSpDzYJRFM6KoF0+Z/U/1bPw==
+  dependencies:
+    underscore "1.12.1"
+    web3-eth-iban "1.4.0"
+    web3-utils "1.4.0"
+
+web3-core-method@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-core-method/-/web3-core-method-1.4.0.tgz#0e26001e4029d359731b25a82e0bed4d1bef8392"
+  integrity sha512-KW9922fEkgKu8zDcJR8Iikg/epsuWMArAUVTipKVwzAI5TVdvOMRgSe/b7IIDRUIeoeXMARmJ+PrAlx+IU2acQ==
+  dependencies:
+    "@ethersproject/transactions" "^5.0.0-beta.135"
+    underscore "1.12.1"
+    web3-core-helpers "1.4.0"
+    web3-core-promievent "1.4.0"
+    web3-core-subscriptions "1.4.0"
+    web3-utils "1.4.0"
+
+web3-core-promievent@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-core-promievent/-/web3-core-promievent-1.4.0.tgz#531644dab287e83653d983aeb3d9daa0f894f775"
+  integrity sha512-YEwko22kcry7lHwbe0k80BrjXCZ+73jMdvZtptRH5k2B+XZ1XtmXwYL1PFIlZy9V0zgZijdg+3GabCnAHjVXAw==
+  dependencies:
+    eventemitter3 "4.0.4"
+
+web3-core-requestmanager@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-core-requestmanager/-/web3-core-requestmanager-1.4.0.tgz#39043da0e1a1b1474f85af531df786e6036ef4b3"
+  integrity sha512-qIwKJO5T0KkUAIL7y9JRSUkk3+LaCwghdUHK8FzbMvq6R1W9lgCBnccqFGEI76EJjHvsiw4kEKBEXowdB3xenQ==
+  dependencies:
+    underscore "1.12.1"
+    util "^0.12.0"
+    web3-core-helpers "1.4.0"
+    web3-providers-http "1.4.0"
+    web3-providers-ipc "1.4.0"
+    web3-providers-ws "1.4.0"
+
+web3-core-subscriptions@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-core-subscriptions/-/web3-core-subscriptions-1.4.0.tgz#ec44e5cfe7bffe0c2a9da330007f88e08e1b5837"
+  integrity sha512-/UMC9rSLEd0U+h6Qanx6CM29o/cfUyGWgl/HM6O/AIuth9G+34QBuKDa11Gr2Qg6F8Lr9tSFm8QIGVniOx9i5A==
+  dependencies:
+    eventemitter3 "4.0.4"
+    underscore "1.12.1"
+    web3-core-helpers "1.4.0"
+
+web3-core@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-core/-/web3-core-1.4.0.tgz#db830ed9fa9cca37479c501f0e5bc4201493b46b"
+  integrity sha512-VRNMNqwzvPeKIet2l9BMApPHoUv0UqwaZH0lZJhG2RBko42w9Xls+pQwfVNSV16j04t/ehm1aLRV2Sx6lzVfRg==
+  dependencies:
+    "@types/bn.js" "^4.11.5"
+    "@types/node" "^12.12.6"
+    bignumber.js "^9.0.0"
+    web3-core-helpers "1.4.0"
+    web3-core-method "1.4.0"
+    web3-core-requestmanager "1.4.0"
+    web3-utils "1.4.0"
+
+web3-eth-abi@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.4.0.tgz#83f9f0ce48fd6d6b233a30a33bd674b3518e472b"
+  integrity sha512-FtmWipG/dSSkTGFb72JCwky7Jd0PIvd0kGTInWQwIEZlw5qMOYl61WZ9gwfojFHvHF6q1eKncerQr+MRXHO6zg==
+  dependencies:
+    "@ethersproject/abi" "5.0.7"
+    underscore "1.12.1"
+    web3-utils "1.4.0"
+
+web3-eth-accounts@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth-accounts/-/web3-eth-accounts-1.4.0.tgz#25fc4b2b582a16b77c1492f27f58c59481156068"
+  integrity sha512-tETHBvfO3Z7BXZ7HJIwuX7ol6lPefP55X7b4IiX82C1PujHwsxENY7c/3wyxzqKoDyH6zfyEQo17yhxkhsM1oA==
+  dependencies:
+    "@ethereumjs/common" "^2.3.0"
+    "@ethereumjs/tx" "^3.2.1"
+    crypto-browserify "3.12.0"
+    eth-lib "0.2.8"
+    ethereumjs-util "^7.0.10"
+    scrypt-js "^3.0.1"
+    underscore "1.12.1"
+    uuid "3.3.2"
+    web3-core "1.4.0"
+    web3-core-helpers "1.4.0"
+    web3-core-method "1.4.0"
+    web3-utils "1.4.0"
+
+web3-eth-contract@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth-contract/-/web3-eth-contract-1.4.0.tgz#604187d1e44365fa0c0592e61ac5a1b5fd7c2eaa"
+  integrity sha512-GfIhOzfp/ZXKd+1tFEH3ePq0DEsvq9XO5tOsI0REDtEYUj2GNxO5e/x/Fhekk7iLZ7xAqSzDMweFruDQ1fxn0A==
+  dependencies:
+    "@types/bn.js" "^4.11.5"
+    underscore "1.12.1"
+    web3-core "1.4.0"
+    web3-core-helpers "1.4.0"
+    web3-core-method "1.4.0"
+    web3-core-promievent "1.4.0"
+    web3-core-subscriptions "1.4.0"
+    web3-eth-abi "1.4.0"
+    web3-utils "1.4.0"
+
+web3-eth-ens@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth-ens/-/web3-eth-ens-1.4.0.tgz#4e66dfc3bdc6439553482972ffb2a181f1c12cbc"
+  integrity sha512-jR1KorjU1erpYFpFzsMXAWZnHhqUqWPBq/4+BGVj7/pJ43+A3mrE1eB0zl91Dwc1RTNwOhB02iOj1c9OlpGr3g==
+  dependencies:
+    content-hash "^2.5.2"
+    eth-ens-namehash "2.0.8"
+    underscore "1.12.1"
+    web3-core "1.4.0"
+    web3-core-helpers "1.4.0"
+    web3-core-promievent "1.4.0"
+    web3-eth-abi "1.4.0"
+    web3-eth-contract "1.4.0"
+    web3-utils "1.4.0"
+
+web3-eth-iban@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth-iban/-/web3-eth-iban-1.4.0.tgz#b54902c019d677b6356d838b3e964f925017c143"
+  integrity sha512-YNx748VzwiBe0gvtZjvU9BQsooZ9s9sAlmiDWJOMcvMbUTDhC7SvxA7vV/vrnOxL6oGHRh0U/azsYNxxlKiTBw==
+  dependencies:
+    bn.js "^4.11.9"
+    web3-utils "1.4.0"
+
+web3-eth-personal@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth-personal/-/web3-eth-personal-1.4.0.tgz#77420d1f49e36f8c461a61aeabac16045d8592c0"
+  integrity sha512-8Ip6xZ8plmWqAD4ESbKUIPVV9gfTAFFm0ff1FQIw9I9kYvFlBIPzukvm852w2SftGem+/iRH+2+2mK7HvuKXZQ==
+  dependencies:
+    "@types/node" "^12.12.6"
+    web3-core "1.4.0"
+    web3-core-helpers "1.4.0"
+    web3-core-method "1.4.0"
+    web3-net "1.4.0"
+    web3-utils "1.4.0"
+
+web3-eth@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-eth/-/web3-eth-1.4.0.tgz#6ca2dcbd72d128a225ada1fec0d1e751f8df5200"
+  integrity sha512-L990eMJeWh4h/Z3M8MJb9HrKq8tqvzdGZ7igdzd6Ba3B/VKgGFAJ/4XIqtLwAJ1Wg5Cj8my60tYY+34c2cLefw==
+  dependencies:
+    underscore "1.12.1"
+    web3-core "1.4.0"
+    web3-core-helpers "1.4.0"
+    web3-core-method "1.4.0"
+    web3-core-subscriptions "1.4.0"
+    web3-eth-abi "1.4.0"
+    web3-eth-accounts "1.4.0"
+    web3-eth-contract "1.4.0"
+    web3-eth-ens "1.4.0"
+    web3-eth-iban "1.4.0"
+    web3-eth-personal "1.4.0"
+    web3-net "1.4.0"
+    web3-utils "1.4.0"
+
+web3-net@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-net/-/web3-net-1.4.0.tgz#eaea1562dc96ddde6f14e823d2b94886091d2049"
+  integrity sha512-41WkKobL+KnKC0CY0RZ1KhMMyR/hMFGlbHZQac4KtB7ro1UdXeK+RiYX+GzSr1h7j9Dj+dQZqyBs70cxmL9cPQ==
+  dependencies:
+    web3-core "1.4.0"
+    web3-core-method "1.4.0"
+    web3-utils "1.4.0"
+
+web3-provider-engine@16.0.1:
+  version "16.0.1"
+  resolved "https://registry.yarnpkg.com/web3-provider-engine/-/web3-provider-engine-16.0.1.tgz#2600a39ede364cdc0a1fc773bf40a94f2177e605"
+  integrity sha512-/Eglt2aocXMBiDj7Se/lyZnNDaHBaoJlaUfbP5HkLJQC/HlGbR+3/W+dINirlJDhh7b54DzgykqY7ksaU5QgTg==
+  dependencies:
+    async "^2.5.0"
+    backoff "^2.5.0"
+    clone "^2.0.0"
+    cross-fetch "^2.1.0"
+    eth-block-tracker "^4.4.2"
+    eth-json-rpc-filters "^4.2.1"
+    eth-json-rpc-infura "^5.1.0"
+    eth-json-rpc-middleware "^6.0.0"
+    eth-rpc-errors "^3.0.0"
+    eth-sig-util "^1.4.2"
+    ethereumjs-block "^1.2.2"
+    ethereumjs-tx "^1.2.0"
+    ethereumjs-util "^5.1.5"
+    ethereumjs-vm "^2.3.4"
+    json-stable-stringify "^1.0.1"
+    promise-to-callback "^1.0.0"
+    readable-stream "^2.2.9"
+    request "^2.85.0"
+    semaphore "^1.0.3"
+    ws "^5.1.1"
+    xhr "^2.2.0"
+    xtend "^4.0.1"
+
+web3-providers-http@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-providers-http/-/web3-providers-http-1.4.0.tgz#2d67f85fda00765c1402aede3d7e6cbacaa3091b"
+  integrity sha512-A9nLF4XGZfDb1KYYuKRwHY1H90Ee/0I0CqQQEELI0yuY9eca50qdCHEg3sJhvqBIG44JCm83amOGxR8wi+76tQ==
+  dependencies:
+    web3-core-helpers "1.4.0"
+    xhr2-cookies "1.1.0"
+
+web3-providers-ipc@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-providers-ipc/-/web3-providers-ipc-1.4.0.tgz#cd14e93e2d22689a26587dd2d2101e575d1e2924"
+  integrity sha512-ul/tSNUI5anhdBGBV+FWFH9EJgO73/G21haFDEXvTnSJQa9/byj401H/E2Xd8BXGk+2XB+CCGLZBiuAjhhhtTA==
+  dependencies:
+    oboe "2.1.5"
+    underscore "1.12.1"
+    web3-core-helpers "1.4.0"
+
+web3-providers-ws@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-providers-ws/-/web3-providers-ws-1.4.0.tgz#a4db03fc865a73db62bc15c5da37f930517cfe08"
+  integrity sha512-E5XfF58RLXuCtGiMSXxXEtjceCfPli+I4MDYCKx/J/bDJ6qvLUM2OnnGEmE7pq1Z03h0xh1ZezaB/qoweK3ZIQ==
+  dependencies:
+    eventemitter3 "4.0.4"
+    underscore "1.12.1"
+    web3-core-helpers "1.4.0"
+    websocket "^1.0.32"
+
+web3-shh@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-shh/-/web3-shh-1.4.0.tgz#d22ff8dce16987bef73172191d9e95c3ccf0aa80"
+  integrity sha512-OZMkMgo+VZnu1ErhIFXW+5ExnPKQg9v8/2DHGVtNEwuC5OHYuAEF5U7MQgbxYJYwbRmxQCt/hA3VwKjnkbmSAA==
+  dependencies:
+    web3-core "1.4.0"
+    web3-core-method "1.4.0"
+    web3-core-subscriptions "1.4.0"
+    web3-net "1.4.0"
+
+web3-utils@1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.4.0.tgz#e8cb381c81b242dc1d4ecb397200356d404410e6"
+  integrity sha512-b8mEhwh/J928Xk+SQFjtqrR2EGPhpknWLcIt9aCpVPVRXiqjUGo/kpOHKz0azu9c6/onEJ9tWXZt0cVjmH0N5Q==
+  dependencies:
+    bn.js "^4.11.9"
+    eth-lib "0.2.8"
+    ethereum-bloom-filters "^1.0.6"
+    ethjs-unit "0.1.6"
+    number-to-bn "1.7.0"
+    randombytes "^2.1.0"
+    underscore "1.12.1"
+    utf8 "3.0.0"
+
+web3@^1.4.0:
+  version "1.4.0"
+  resolved "https://registry.yarnpkg.com/web3/-/web3-1.4.0.tgz#717c01723226daebab9274be5cb56644de860688"
+  integrity sha512-faT3pIX+1tuo+wqmUFQPe10MUGaB1UvRYxw9dmVJFLxaRAIfXErSilOf3jFhSwKbbPNkwG0bTiudCLN9JgeS7A==
+  dependencies:
+    web3-bzz "1.4.0"
+    web3-core "1.4.0"
+    web3-eth "1.4.0"
+    web3-eth-personal "1.4.0"
+    web3-net "1.4.0"
+    web3-shh "1.4.0"
+    web3-utils "1.4.0"
+
+webidl-conversions@^4.0.2:
+  version "4.0.2"
+  resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
+  integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
+
+websocket@^1.0.32:
+  version "1.0.34"
+  resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.34.tgz#2bdc2602c08bf2c82253b730655c0ef7dcab3111"
+  integrity sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ==
+  dependencies:
+    bufferutil "^4.0.1"
+    debug "^2.2.0"
+    es5-ext "^0.10.50"
+    typedarray-to-buffer "^3.1.5"
+    utf-8-validate "^5.0.2"
+    yaeti "^0.0.6"
+
+whatwg-fetch@2.0.4:
+  version "2.0.4"
+  resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"
+  integrity sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==
+
+whatwg-url@^7.0.0:
+  version "7.1.0"
+  resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
+  integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
+  dependencies:
+    lodash.sortby "^4.7.0"
+    tr46 "^1.0.1"
+    webidl-conversions "^4.0.2"
+
+which-boxed-primitive@^1.0.2:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
+  integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
+  dependencies:
+    is-bigint "^1.0.1"
+    is-boolean-object "^1.1.0"
+    is-number-object "^1.0.4"
+    is-string "^1.0.5"
+    is-symbol "^1.0.3"
+
+which-module@^2.0.0:
+  version "2.0.0"
+  resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
+  integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
+
+which-typed-array@^1.1.2:
+  version "1.1.4"
+  resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.4.tgz#8fcb7d3ee5adf2d771066fba7cf37e32fe8711ff"
+  integrity sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA==
+  dependencies:
+    available-typed-arrays "^1.0.2"
+    call-bind "^1.0.0"
+    es-abstract "^1.18.0-next.1"
+    foreach "^2.0.5"
+    function-bind "^1.1.1"
+    has-symbols "^1.0.1"
+    is-typed-array "^1.1.3"
+
+window-getters@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/window-getters/-/window-getters-1.0.0.tgz#b5b264538c4c79cead027f9997850222bf6d0852"
+  integrity sha512-xyvEFq3x+7dCA7NFhqOmTMk0fPmmAzCUYL2svkw2LGBaXXQLRP0lFnfXHzysri9WZNMkzp/FD1u0w2Qc7Co+JA==
+
+window-getters@^1.0.0:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/window-getters/-/window-getters-1.0.1.tgz#a564c258413b4808789633d8bfb7ed741d798aa0"
+  integrity sha512-cojBfDeV58XEurDgj+rre15c7dvu27bWCPlOIpwQgreOsw6qQk0UGDR1hi7ZHKw5+L0AENUNNWGG2h4yr2Y3hQ==
+
+window-metadata@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/window-metadata/-/window-metadata-1.0.0.tgz#fece0446db2f50be0612a211f25fc693917e823b"
+  integrity sha512-eYoXsZ9X4J+6xZgbHhNAatSR5bCtT409q8B+2Ol9ySx7qsdtgVZcNfox4qszFmKlGsFtT2b1Tcmcy69bRMObcg==
+  dependencies:
+    window-getters "^1.0.0"
+
+wrap-ansi@^5.1.0:
+  version "5.1.0"
+  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
+  integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
+  dependencies:
+    ansi-styles "^3.2.0"
+    string-width "^3.0.0"
+    strip-ansi "^5.0.0"
+
+wrappy@1:
+  version "1.0.2"
+  resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+  integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
+
+ws@7.3.0:
+  version "7.3.0"
+  resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd"
+  integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==
+
+ws@^3.0.0:
+  version "3.3.3"
+  resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
+  integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==
+  dependencies:
+    async-limiter "~1.0.0"
+    safe-buffer "~5.1.0"
+    ultron "~1.1.0"
+
+ws@^5.1.1:
+  version "5.2.3"
+  resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d"
+  integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==
+  dependencies:
+    async-limiter "~1.0.0"
+
+xhr-request-promise@^0.1.2:
+  version "0.1.3"
+  resolved "https://registry.yarnpkg.com/xhr-request-promise/-/xhr-request-promise-0.1.3.tgz#2d5f4b16d8c6c893be97f1a62b0ed4cf3ca5f96c"
+  integrity sha512-YUBytBsuwgitWtdRzXDDkWAXzhdGB8bYm0sSzMPZT7Z2MBjMSTHFsyCT1yCRATY+XC69DUrQraRAEgcoCRaIPg==
+  dependencies:
+    xhr-request "^1.1.0"
+
+xhr-request@^1.0.1, xhr-request@^1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/xhr-request/-/xhr-request-1.1.0.tgz#f4a7c1868b9f198723444d82dcae317643f2e2ed"
+  integrity sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==
+  dependencies:
+    buffer-to-arraybuffer "^0.0.5"
+    object-assign "^4.1.1"
+    query-string "^5.0.1"
+    simple-get "^2.7.0"
+    timed-out "^4.0.1"
+    url-set-query "^1.0.0"
+    xhr "^2.0.4"
+
+xhr2-cookies@1.1.0:
+  version "1.1.0"
+  resolved "https://registry.yarnpkg.com/xhr2-cookies/-/xhr2-cookies-1.1.0.tgz#7d77449d0999197f155cb73b23df72505ed89d48"
+  integrity sha1-fXdEnQmZGX8VXLc7I99yUF7YnUg=
+  dependencies:
+    cookiejar "^2.1.1"
+
+xhr@^2.0.4, xhr@^2.2.0, xhr@^2.3.3:
+  version "2.6.0"
+  resolved "https://registry.yarnpkg.com/xhr/-/xhr-2.6.0.tgz#b69d4395e792b4173d6b7df077f0fc5e4e2b249d"
+  integrity sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==
+  dependencies:
+    global "~4.4.0"
+    is-function "^1.0.1"
+    parse-headers "^2.0.0"
+    xtend "^4.0.0"
+
+xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0:
+  version "4.0.2"
+  resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
+  integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
+
+xtend@~2.1.1:
+  version "2.1.2"
+  resolved "https://registry.yarnpkg.com/xtend/-/xtend-2.1.2.tgz#6efecc2a4dad8e6962c4901b337ce7ba87b5d28b"
+  integrity sha1-bv7MKk2tjmlixJAbM3znuoe10os=
+  dependencies:
+    object-keys "~0.4.0"
+
+y18n@^4.0.0:
+  version "4.0.3"
+  resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
+  integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
+
+yaeti@^0.0.6:
+  version "0.0.6"
+  resolved "https://registry.yarnpkg.com/yaeti/-/yaeti-0.0.6.tgz#f26f484d72684cf42bedfb76970aa1608fbf9577"
+  integrity sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc=
+
+yallist@^3.0.0, yallist@^3.0.3:
+  version "3.1.1"
+  resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
+  integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
+
+yaml@^1.10.0, yaml@^1.10.2:
+  version "1.10.2"
+  resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
+  integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
+
+yargs-parser@^13.1.2:
+  version "13.1.2"
+  resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
+  integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
+  dependencies:
+    camelcase "^5.0.0"
+    decamelize "^1.2.0"
+
+yargs@^13.2.4:
+  version "13.3.2"
+  resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
+  integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
+  dependencies:
+    cliui "^5.0.0"
+    find-up "^3.0.0"
+    get-caller-file "^2.0.1"
+    require-directory "^2.1.1"
+    require-main-filename "^2.0.0"
+    set-blocking "^2.0.0"
+    string-width "^3.0.0"
+    which-module "^2.0.0"
+    y18n "^4.0.0"
+    yargs-parser "^13.1.2"
+
+yocto-queue@^0.1.0:
+  version "0.1.0"
+  resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
+  integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
-- 
GitLab