This repository was archived by the owner on May 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: LGPL-3.0-only
22pragma solidity 0.8.11 ;
33
4- import "@openzeppelin/contracts/utils/math/SafeMath.sol " ;
54import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol " ;
65import "@openzeppelin/contracts/token/ERC1155/extensions/ERC1155Burnable.sol " ;
76import "@openzeppelin/contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.sol " ;
@@ -12,7 +11,6 @@ import "@openzeppelin/contracts/token/ERC1155/presets/ERC1155PresetMinterPauser.
1211 @notice This contract is intended to be used with ERC1155Handler contract.
1312 */
1413contract ERC1155Safe {
15- using SafeMath for uint256 ;
1614
1715 /**
1816 @notice Used to gain custoday of deposited token with batching.
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: LGPL-3.0-only
22pragma solidity 0.8.11 ;
33
4- import "@openzeppelin/contracts/utils/math/SafeMath.sol " ;
54import "@openzeppelin/contracts/token/ERC20/IERC20.sol " ;
65import "@openzeppelin/contracts/token/ERC20/presets/ERC20PresetMinterPauser.sol " ;
76import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol " ;
@@ -12,7 +11,6 @@ import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
1211 @notice This contract is intended to be used with ERC20Handler contract.
1312 */
1413contract ERC20Safe {
15- using SafeMath for uint256 ;
1614
1715 /**
1816 @notice Used to gain custody of deposited token.
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: LGPL-3.0-only
22pragma solidity 0.8.11 ;
33
4- import "@openzeppelin/contracts/utils/math/SafeMath.sol " ;
54import "@openzeppelin/contracts/token/ERC721/IERC721.sol " ;
65import "./ERC721MinterBurnerPauser.sol " ;
76
@@ -11,7 +10,6 @@ import "./ERC721MinterBurnerPauser.sol";
1110 @notice This contract is intended to be used with ERC721Handler contract.
1211 */
1312contract ERC721Safe {
14- using SafeMath for uint256 ;
1513
1614 /**
1715 @notice Used to gain custoday of deposited token.
You can’t perform that action at this time.
0 commit comments