aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-07-07 02:45:06 +0800
committerGitHub <noreply@github.com>2018-07-07 02:45:06 +0800
commit1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8 (patch)
tree978dd0a5132eee644d2163a33e25a24fdd4a3f14 /packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol
parent16dc4e9f6606b977ea75a6bd2d444dcf060e1617 (diff)
parentd2e422cd5eab26108e6c7a9f73c944f4b6fb4fdd (diff)
downloaddexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.tar
dexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.tar.gz
dexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.tar.bz2
dexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.tar.lz
dexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.tar.xz
dexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.tar.zst
dexon-sol-tools-1d3bdfc3746255d4dfe28eabed884c7ef23bf1d8.zip
Merge pull request #834 from 0xProject/fix/contracts/linter
Apply linter to nested contracts
Diffstat (limited to 'packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol')
-rw-r--r--packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol b/packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol
index f72c75638..f2e8f3c88 100644
--- a/packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol
+++ b/packages/contracts/src/2.0.0/tokens/ERC721Token/IERC721Receiver.sol
@@ -23,7 +23,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-pragma solidity ^0.4.24;
+pragma solidity 0.4.24;
/**
@@ -38,7 +38,7 @@ contract IERC721Receiver {
* Equals to `bytes4(keccak256("onERC721Received(address,uint256,bytes)"))`,
* which can be also obtained as `ERC721Receiver(0).onERC721Received.selector`
*/
- bytes4 constant ERC721_RECEIVED = 0xf0b9e5ba;
+ bytes4 constant internal ERC721_RECEIVED = 0xf0b9e5ba;
/**
* @notice Handle the receipt of an NFT