<100 subscribers
Share Dialog
Share Dialog


✨To write or update a state variable you need to send a transaction, as in set() function within our contract.
✨On the other hand, you can read state variables, for free, without any transaction fee, as in get() function within our contract.

✨To write or update a state variable you need to send a transaction, as in set() function within our contract.
✨On the other hand, you can read state variables, for free, without any transaction fee, as in get() function within our contract.

No comments yet