강의자료 : https://ethereum-blockchain-developer.com/010-solidity-basics/01-integers/ (Unsigned) Integer Boolean Overflow and Underflow Address Types Strings (Unsigned) Integers - 모든 변수 유형과 상관없이 기본값으로 초기화 - 오류나 정의되지 않은 값이나 null값 얻을 수 없음 - uint = uint256 - setMyuint 에서 설정 한 값 myUint에 반영 / ex.5 Boolean - Boolean 값으로 스마트 컨트랙트 연장 - Boolean : true or false 두가지 값만 가짐 - 재계약 - 기본값 : false - setMyBool : true..