Why cannot I get uint returns without 'view' modifier? – ethereum.stackexchange.com

I have very simple contract as.. contract myContract { function foo() public returns(uint) { return 10; } function foo1() public view returns(uint) { return 10; } ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Why cannot I get uint returns without 'view' modifier? – ethereum.stackexchange.com"