value types and reference types don't need to be referred to as such in the UI.
We might want to support a backup UI that allows inputting encoded constructor args in cases where a constructor argument is a struct
, as that makes the UI more complicated.
- uint
- default is uint256, and can be specified in intervals of 8 like
uint8
,uint16
, etc. - uint256 matches regex
^\d{0,79}$
- default is uint256, and can be specified in intervals of 8 like