Timestamp | 2022-11-21 02:26:54 (UTC) |
Block Time | 2022-11-21 02:26:54 (UTC) |
Block | |
Life Time | 5857483 - 5857547 |
Extrinsic Hash | 0x2c308ae27d5ce4c0add72b95bdae1b26b9d2c24a80bd63e9bca372f02453fe90 |
Action | |
Sender | |
Estimated Fee | ![]() 0 .117748 POLYX |
Used Fee | ![]() 0 .117748 POLYX |
Nonce | 177 |
Result | Failed (CodeRejected) |
Parameters | [2 items 0:{4 items "name":"code" "type":"Vec<U8>" "type_name":"Bytes" "value":"use ink::storage::{traits::ManualKey, Lazy}; #[ink(storage)] #[derive(Default)] pub struct MyContract { owner: Lazy<AccountId>, balance: Lazy<Balance, ManualKey<123>>, } impl MyContract { #[ink(constructor)] pub fn new() -> Self { let mut instance = Self::default(); let caller = Self::env().caller(); instance.owner.set(&caller); instance.balance.set(&123456); instance } }" } 1:{4 items "name":"storage_deposit_limit" "type":"option<compact<U128>>" "type_name":"Option<<BalanceOf as codec::HasCompact>::Type>" "value":NULL } ] |
Signature | 0x6e776b62ef318774a4884ea8494c336ecf47ec8aba8314ebc2042a9840fdae33c54b792b021c18de80c6473b3f6a98f54f1d328865d02ea133dd8333e27c0181 |