In Solidity, when you want to call other contracts, you can use call or delegateCall functions. So, what are different between call and delegateCall?
In this post, we will write code and test a simple solidity program.
How to the storage or memory save state variables of the contract? In this post, we will discover it together.
In this post, we will continue discussing the basics of Solidity language. You can read the previous post here.
In this post, we will dicuss the basics of solidity language.
Tóm tắt: Trong bài viết này chúng ta sẽ cùng tìm hiểu về cách để bắt đầu viết một smart contract đơn giản.
Tóm tắt: Trong bài viết này chúng ta sẽ cùng tìm hiểu về Database Change Notification Oracle hoạt động như thế nào và khi nào thì chúng ta nên sử dụng nó?
Tóm tắt: Trong bài viết này chúng ta sẽ cùng tìm hiểu về cách để truy vấn lấy ra dữ liệu không bị trùng lặp sử dụng SELECT DISTINCT
I. Tóm tắt lý thuyết