This website requires JavaScript.
Explore
Help
Sign In
status-im
/
embark-area-51
mirror of
https://github.com/status-im/embark-area-51.git
Watch
2
Star
0
Fork
You've already forked embark-area-51
0
Code
Issues
Projects
Releases
Wiki
Activity
e6ee0395d0
embark-area-51
/
test
/
support
/
contracts
/
wallet.sol
9 lines
95 B
Solidity
Raw
Blame
History
contract
Wallet
{
address
currency
;
function
Wallet
(
address
c
)
{
currency
=
c
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink