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
460f78cc55
embark-area-51
/
old_test
/
support
/
contracts
/
wallets.sol
10 lines
93 B
Solidity
Raw
Blame
History
contract
Wallets
{
address
wallet
;
function
Wallet
(
address
w
)
{
wallet
=
w
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink