This website requires JavaScript.
Explore
Help
Register
Sign In
tornado-packages
/
ethers.js
Watch
1
Star
0
Fork
1
You've already forked ethers.js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
16007d4d1e
ethers.js
/
packages
/
tests
/
contracts
/
test-solc
/
libraries
/
lib.sol
8 lines
100 B
Solidity
Raw
Normal View
History
Unescape
Escape
Updated CLI solc to versin 0.7.1.
2020-09-23 07:00:21 +03:00
pragma solidity
^
0
.
7
.
1
;
add circleci and parity test files
2019-08-19 18:53:58 +03:00
library
Lib
{
function
f
(
)
internal
returns
(
uint
)
{
return
7
;
}
}
Reference in New Issue
Copy Permalink