View and Pure function in solidity
Oct 10, 2022 · 2 min read · Hello readers, in this article, you are going to learn the difference between view and pure function scope and when to use them. Let first declare solidity compiler version and then the contract. pragma solidity ^0.8.10; contract ViewPure { } Where...
Join discussion













