I set the value type as u128 in ink contract like this:
#[ink(storage)] struct SimpleContract { test_u128: storage::Value } #[ink(event