File tree Expand file tree Collapse file tree 2 files changed +0
-109
lines changed Expand file tree Collapse file tree 2 files changed +0
-109
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,13 @@ pragma solidity =0.8.9;
4
4
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol " ;
5
5
import {Base64} from "@devprotocol/util-contracts/contracts/utils/Base64.sol " ;
6
6
import {ProxyAdmin} from "@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol " ;
7
- import {AddressLib} from "@devprotocol/util-contracts/contracts/utils/AddressLib.sol " ;
8
7
import {ERC721EnumerableUpgradeable } from "@openzeppelin/contracts-upgradeable/token/ERC721/extensions/ERC721EnumerableUpgradeable.sol " ;
9
8
10
9
import {ISBTToken} from "./interfaces/ISBTToken.sol " ;
11
- import {DecimalString} from "./libs/DecimalString.sol " ;
12
10
13
11
contract SBTToken is ISBTToken , ERC721EnumerableUpgradeable {
14
12
using Base64 for bytes ;
15
13
using Strings for uint256 ;
16
- using AddressLib for address ;
17
- using DecimalString for uint256 ;
18
14
19
15
/// @dev EOA with minting rights.
20
16
address private _minter;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments