Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
743b54b
rename ERC20 to IERC20
frangio Aug 28, 2018
74ed563
move ERC20.sol to IERC20.sol
frangio Aug 28, 2018
e2cd31e
rename StandardToken to ERC20
frangio Aug 28, 2018
9891e06
rename StandardTokenMock to ERC20Mock
frangio Aug 29, 2018
9ff5308
move StandardToken.sol to ERC20.sol, likewise test and mock files
frangio Aug 29, 2018
0da0906
rename MintableToken to ERC20Mintable
frangio Aug 29, 2018
f0b10ed
move MintableToken.sol to ERC20Mintable.sol, likewise test and mock f…
frangio Aug 29, 2018
05a3484
rename BurnableToken to ERC20Burnable
frangio Aug 29, 2018
06cc72c
move BurnableToken.sol to ERC20Burnable.sol, likewise for related files
frangio Aug 29, 2018
d422ca0
rename CappedToken to ERC20Capped
frangio Aug 29, 2018
1b176ee
move CappedToken.sol to ERC20Capped.sol, likewise for related files
frangio Aug 29, 2018
b537307
rename PausableToken to ERC20Pausable
frangio Aug 29, 2018
890574c
move PausableToken.sol to ERC20Pausable.sol, likewise for related files
frangio Aug 29, 2018
f76cfae
rename DetailedERC20 to ERC20Detailed
frangio Aug 29, 2018
50c43fe
move DetailedERC20.sol to ERC20Detailed.sol, likewise for related files
frangio Aug 29, 2018
7f4cb7d
rename ERC721 to IERC721, and likewise for other related interfaces
frangio Aug 29, 2018
1e79c63
move ERC721.sol to IERC721.sol, likewise for other 721 interfaces
frangio Aug 29, 2018
af192a7
rename ERC721Token to ERC721
frangio Aug 29, 2018
47f542a
move ERC721Token.sol to ERC721.sol, likewise for related files
frangio Aug 29, 2018
276bfb9
rename ERC721BasicToken to ERC721Basic
frangio Aug 29, 2018
463a01b
move ERC721BasicToken.sol to ERC721Basic.sol, likewise for related files
frangio Aug 29, 2018
05d9ae8
rename ERC721PausableToken to ERC721Pausable
frangio Aug 29, 2018
6795ac4
move ERC721PausableToken.sol to ERC721Pausable.sol
frangio Aug 29, 2018
ef3bffe
rename ERC165 to IERC165
frangio Aug 29, 2018
81ea4a8
move ERC165.sol to IERC165.sol
frangio Aug 29, 2018
2cc6332
amend comment that ERC20 is based on FirstBlood
frangio Aug 29, 2018
bb65756
fix comments mentioning IERC721Receiver
frangio Aug 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move ERC721PausableToken.sol to ERC721Pausable.sol
  • Loading branch information
frangio committed Aug 29, 2018
commit 6795ac40a8d9b596677448a322af3af1e6e7a54d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pragma solidity ^0.4.24;

import "../token/ERC721/ERC721PausableToken.sol";
import "../token/ERC721/ERC721Pausable.sol";


/**
Expand Down