This website works better with JavaScript.
Explore
Help
Register
Sign In
mirror
/
openzeppelin-contracts
mirror of
https://github.com/OpenZeppelin/openzeppelin-contracts
Watch
2
Star
1
Fork
You've already forked openzeppelin-contracts
1
Code
Issues
Releases
Wiki
Activity
5.2 all contracts now solidity ^0.4.8
Browse Source
pull/169/head
Manuel Araoz
8 years ago
parent
6ae7ac97f6
commit
a1aa74f96d
2 changed files
with
2 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
contracts/ownership/Claimable.sol
2
contracts/ownership/Contactable.sol
2
contracts/ownership/Claimable.sol
Unescape
Escape
View File
@ -1,4 +1,4 @@
pragma solidity
^
0
.
4
.
0
;
pragma solidity
^
0
.
4
.
8
;
import
'
./Ownable.sol
'
;
2
contracts/ownership/Contactable.sol
Unescape
Escape
View File
@ -1,4 +1,4 @@
pragma solidity
^
0
.
4
.
0
;
pragma solidity
^
0
.
4
.
8
;
import
'
./Ownable.sol
'
;
/*
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mirror/openzeppelin-contracts
Title
Body
Create Issue