mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-01 15:47:55 +00:00
@@ -0,0 +1,5 @@
|
||||
contract Value {
|
||||
function value() public payable returns (uint ret) {
|
||||
ret = msg.value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user