```fe contract C { state: u256 } ``` the return value of state is "" ```solidity contract C { uint public state; } ``` the return value of state is "0000000000000000000000000000000000000000000000000000000000000000"