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
71295a12
Commit
71295a12
authored
Aug 16, 2016
by
Manuel Araoz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reorganize examples into folder
parent
30c0600a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
3 deletions
+3
-3
BadArrayUse.sol
contracts/examples/BadArrayUse.sol
+1
-1
BadFailEarly.sol
contracts/examples/BadFailEarly.sol
+0
-0
BadPushPayments.sol
contracts/examples/BadPushPayments.sol
+0
-0
GoodArrayUse.sol
contracts/examples/GoodArrayUse.sol
+1
-1
GoodFailEarly.sol
contracts/examples/GoodFailEarly.sol
+0
-0
GoodPullPayments.sol
contracts/examples/GoodPullPayments.sol
+0
-0
PullPaymentBid.sol
contracts/examples/PullPaymentBid.sol
+1
-1
No files found.
contracts/BadArrayUse.sol
→
contracts/
examples/
BadArrayUse.sol
View file @
71295a12
import './PullPaymentCapable.sol';
import '.
.
/PullPaymentCapable.sol';
// UNSAFE CODE, DO NOT USE!
// UNSAFE CODE, DO NOT USE!
...
...
contracts/BadFailEarly.sol
→
contracts/
examples/
BadFailEarly.sol
View file @
71295a12
File moved
contracts/BadPushPayments.sol
→
contracts/
examples/
BadPushPayments.sol
View file @
71295a12
File moved
contracts/GoodArrayUse.sol
→
contracts/
examples/
GoodArrayUse.sol
View file @
71295a12
import './PullPaymentCapable.sol';
import '.
.
/PullPaymentCapable.sol';
contract GoodArrayUse is PullPaymentCapable {
contract GoodArrayUse is PullPaymentCapable {
address[] employees;
address[] employees;
...
...
contracts/GoodFailEarly.sol
→
contracts/
examples/
GoodFailEarly.sol
View file @
71295a12
File moved
contracts/GoodPullPayments.sol
→
contracts/
examples/
GoodPullPayments.sol
View file @
71295a12
File moved
contracts/PullPaymentBid.sol
→
contracts/
examples/
PullPaymentBid.sol
View file @
71295a12
import './PullPaymentCapable.sol';
import '.
.
/PullPaymentCapable.sol';
contract PullPaymentBid is PullPaymentCapable {
contract PullPaymentBid is PullPaymentCapable {
address public highestBidder;
address public highestBidder;
...
...
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