Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
1eea95f9
Commit
1eea95f9
authored
Jan 23, 2018
by
Facundo Spagnuolo
Committed by
Francisco Giordano
Jan 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move ERC721 files to custom folder (#700)
parent
e16c4042
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
ERC721TokenMock.sol
contracts/mocks/ERC721TokenMock.sol
+1
-1
ERC721.sol
contracts/token/ERC721/ERC721.sol
+0
-0
ERC721Token.sol
contracts/token/ERC721/ERC721Token.sol
+1
-1
ERC721Token.test.js
test/token/ERC721/ERC721Token.test.js
+1
-1
No files found.
contracts/mocks/ERC721TokenMock.sol
View file @
1eea95f9
pragma solidity ^0.4.18;
import "../token/ERC721Token.sol";
import "../token/ERC721
/ERC721
Token.sol";
/**
* @title ERC721TokenMock
...
...
contracts/token/ERC721.sol
→
contracts/token/ERC721
/ERC721
.sol
View file @
1eea95f9
File moved
contracts/token/ERC721Token.sol
→
contracts/token/ERC721
/ERC721
Token.sol
View file @
1eea95f9
pragma solidity ^0.4.18;
import "./ERC721.sol";
import "../math/SafeMath.sol";
import "../
../
math/SafeMath.sol";
/**
* @title ERC721Token
...
...
test/token/ERC721Token.test.js
→
test/token/ERC721
/ERC721
Token.test.js
View file @
1eea95f9
import
assertRevert
from
'../helpers/assertRevert'
;
import
assertRevert
from
'../
../
helpers/assertRevert'
;
const
BigNumber
=
web3
.
BigNumber
;
const
ERC721Token
=
artifacts
.
require
(
'ERC721TokenMock.sol'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment