Hello, what's the point of using safeMath instead of the +, -, *, / operators?
Hello, if the contract size exceeds 24576 bytes and I continue to keep it without dividing it. What advice can you give me so that I can deploy it without any problem?
Hello I had a metamask wallet with multiple accounts. When I reinstalled this wallet, it is the first account only account that appeared. how can I view the other accounts; th...
Can I write a / b / c in this form with safeMath a.div (b) .div (c)?
Hello, is it possible to pass "struct" to "return types"?