This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
ethers-rs
Watch
1
Star
0
Fork
You've already forked ethers-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3732de844c
ethers-rs
/
ethers-solc
/
test-data
/
model-checker-sample
/
Assert.sol
6 lines
74 B
Solidity
Raw
Blame
History
contract
Assert
{
function
f
(
uint
x
)
public
pure
{
assert
(
x
>
0
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink