contract test { uint256 public data; constructor() public { data = 8; } } // ---- // data() -> 8