Slice numbers in Solidity (For example extract 2 first number from uint)

后端 未结 0 1852
野的像风
野的像风 2021-02-02 10:02

I have this numbers:

uint256 numbers = 123456789;

I need to extract the two first number (12) into uint variable.

Also possibility to extr

相关标签:
回答
  • 消灭零回复
提交回复
热议问题