1- // Sources flattened with hardhat v2.22.19 https://hardhat.org
1+ // Sources flattened with hardhat v2.26.3 https://hardhat.org
22
33// SPDX-License-Identifier: MIT
44
5- // File @openzeppelin/contracts/utils/Context.sol@v5.2 .0
5+ // File @openzeppelin/contracts/utils/Context.sol@v5.4 .0
66
77// Original license: SPDX_License_Identifier: MIT
88// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
@@ -34,7 +34,7 @@ abstract contract Context {
3434}
3535
3636
37- // File @openzeppelin/contracts/access/Ownable.sol@v5.2 .0
37+ // File @openzeppelin/contracts/access/Ownable.sol@v5.4 .0
3838
3939// Original license: SPDX_License_Identifier: MIT
4040// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
@@ -136,12 +136,12 @@ abstract contract Ownable is Context {
136136}
137137
138138
139- // File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.2 .0
139+ // File @openzeppelin/contracts/utils/introspection/IERC165.sol@v5.4 .0
140140
141141// Original license: SPDX_License_Identifier: MIT
142- // OpenZeppelin Contracts (last updated v5.1 .0) (utils/introspection/IERC165.sol)
142+ // OpenZeppelin Contracts (last updated v5.4 .0) (utils/introspection/IERC165.sol)
143143
144- pragma solidity ^ 0.8.20 ;
144+ pragma solidity >= 0.4.16 ;
145145
146146/**
147147 * @dev Interface of the ERC-165 standard, as defined in the
@@ -165,12 +165,12 @@ interface IERC165 {
165165}
166166
167167
168- // File @openzeppelin/contracts/token/ERC721/IERC721.sol@v5.2 .0
168+ // File @openzeppelin/contracts/token/ERC721/IERC721.sol@v5.4 .0
169169
170170// Original license: SPDX_License_Identifier: MIT
171- // OpenZeppelin Contracts (last updated v5.1 .0) (token/ERC721/IERC721.sol)
171+ // OpenZeppelin Contracts (last updated v5.4 .0) (token/ERC721/IERC721.sol)
172172
173- pragma solidity ^ 0.8.20 ;
173+ pragma solidity >= 0.6.2 ;
174174
175175/**
176176 * @dev Required interface of an ERC-721 compliant contract.
@@ -302,12 +302,12 @@ interface IERC721 is IERC165 {
302302}
303303
304304
305- // File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.2 .0
305+ // File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.4 .0
306306
307307// Original license: SPDX_License_Identifier: MIT
308- // OpenZeppelin Contracts (last updated v5.1 .0) (token/ERC20/IERC20.sol)
308+ // OpenZeppelin Contracts (last updated v5.4 .0) (token/ERC20/IERC20.sol)
309309
310- pragma solidity ^ 0.8.20 ;
310+ pragma solidity >= 0.4.16 ;
311311
312312/**
313313 * @dev Interface of the ERC-20 standard as defined in the ERC.
0 commit comments