| { |
| "source": { |
| "hash": "0x04208d5b3de1808ed1ccf83d08bdb5e3974bba7c4af8d5fc1ed6d6c725155c2e", |
| "language": "ink! 5.0.0", |
| "compiler": "rustc 1.81.0-nightly", |
| "build_info": { |
| "build_mode": "Debug", |
| "cargo_contract_version": "4.1.1", |
| "rust_toolchain": "nightly-aarch64-apple-darwin", |
| "wasm_opt_settings": { |
| "keep_debug_symbols": false, |
| "optimization_passes": "Z" |
| } |
| } |
| }, |
| "contract": { |
| "name": "flipper5", |
| "version": "0.1.0", |
| "authors": [ |
| "[your_name] <[your_email]>" |
| ] |
| }, |
| "image": null, |
| "spec": { |
| "constructors": [ |
| { |
| "args": [ |
| { |
| "label": "init_value", |
| "type": { |
| "displayName": [ |
| "bool" |
| ], |
| "type": 0 |
| } |
| } |
| ], |
| "default": false, |
| "docs": [ |
| "Constructor that initializes the `bool` value to the given `init_value`." |
| ], |
| "label": "new", |
| "payable": false, |
| "returnType": { |
| "displayName": [ |
| "ink_primitives", |
| "ConstructorResult" |
| ], |
| "type": 2 |
| }, |
| "selector": "0x9bae9d5e" |
| }, |
| { |
| "args": [], |
| "default": false, |
| "docs": [ |
| "Constructor that initializes the `bool` value to `false`.", |
| "", |
| "Constructors can delegate to other constructors." |
| ], |
| "label": "default", |
| "payable": false, |
| "returnType": { |
| "displayName": [ |
| "ink_primitives", |
| "ConstructorResult" |
| ], |
| "type": 2 |
| }, |
| "selector": "0xed4b9d1b" |
| } |
| ], |
| "docs": [], |
| "environment": { |
| "accountId": { |
| "displayName": [ |
| "AccountId" |
| ], |
| "type": 7 |
| }, |
| "balance": { |
| "displayName": [ |
| "Balance" |
| ], |
| "type": 9 |
| }, |
| "blockNumber": { |
| "displayName": [ |
| "BlockNumber" |
| ], |
| "type": 12 |
| }, |
| "chainExtension": { |
| "displayName": [ |
| "ChainExtension" |
| ], |
| "type": 13 |
| }, |
| "hash": { |
| "displayName": [ |
| "Hash" |
| ], |
| "type": 10 |
| }, |
| "maxEventTopics": 4, |
| "staticBufferSize": 16384, |
| "timestamp": { |
| "displayName": [ |
| "Timestamp" |
| ], |
| "type": 11 |
| } |
| }, |
| "events": [ |
| { |
| "args": [ |
| { |
| "docs": [], |
| "indexed": true, |
| "label": "value", |
| "type": { |
| "displayName": [ |
| "bool" |
| ], |
| "type": 0 |
| } |
| } |
| ], |
| "docs": [], |
| "label": "Flipped", |
| "module_path": "flipper5::flipper5", |
| "signature_topic": "0x529cf346ddea0543633a1d91f021fa688fb7fe023ee1fb83ad031fe005673254" |
| }, |
| { |
| "args": [ |
| { |
| "docs": [], |
| "indexed": true, |
| "label": "test_value", |
| "type": { |
| "displayName": [ |
| "u8" |
| ], |
| "type": 6 |
| } |
| } |
| ], |
| "docs": [], |
| "label": "Test", |
| "module_path": "flipper5::flipper5", |
| "signature_topic": "0xc04204b5a8f12647ea7e92832f7608f4b5279fbcd2181333ff6a96906e5d555f" |
| } |
| ], |
| "lang_error": { |
| "displayName": [ |
| "ink", |
| "LangError" |
| ], |
| "type": 4 |
| }, |
| "messages": [ |
| { |
| "args": [], |
| "default": false, |
| "docs": [ |
| " A message that can be called on instantiated contracts.", |
| " This one flips the value of the stored `bool` from `true`", |
| " to `false` and vice versa." |
| ], |
| "label": "flip", |
| "mutates": true, |
| "payable": false, |
| "returnType": { |
| "displayName": [ |
| "ink", |
| "MessageResult" |
| ], |
| "type": 2 |
| }, |
| "selector": "0x633aa551" |
| }, |
| { |
| "args": [], |
| "default": false, |
| "docs": [ |
| " Simply returns the current value of our `bool`." |
| ], |
| "label": "get", |
| "mutates": false, |
| "payable": false, |
| "returnType": { |
| "displayName": [ |
| "ink", |
| "MessageResult" |
| ], |
| "type": 5 |
| }, |
| "selector": "0x2f865bd9" |
| } |
| ] |
| }, |
| "storage": { |
| "root": { |
| "layout": { |
| "struct": { |
| "fields": [ |
| { |
| "layout": { |
| "leaf": { |
| "key": "0x00000000", |
| "ty": 0 |
| } |
| }, |
| "name": "value" |
| } |
| ], |
| "name": "Flipper5" |
| } |
| }, |
| "root_key": "0x00000000", |
| "ty": 1 |
| } |
| }, |
| "types": [ |
| { |
| "id": 0, |
| "type": { |
| "def": { |
| "primitive": "bool" |
| } |
| } |
| }, |
| { |
| "id": 1, |
| "type": { |
| "def": { |
| "composite": { |
| "fields": [ |
| { |
| "name": "value", |
| "type": 0, |
| "typeName": "<bool as::ink::storage::traits::AutoStorableHint<::ink::storage\n::traits::ManualKey<675981143u32, ()>,>>::Type" |
| } |
| ] |
| } |
| }, |
| "path": [ |
| "flipper5", |
| "flipper5", |
| "Flipper5" |
| ] |
| } |
| }, |
| { |
| "id": 2, |
| "type": { |
| "def": { |
| "variant": { |
| "variants": [ |
| { |
| "fields": [ |
| { |
| "type": 3 |
| } |
| ], |
| "index": 0, |
| "name": "Ok" |
| }, |
| { |
| "fields": [ |
| { |
| "type": 4 |
| } |
| ], |
| "index": 1, |
| "name": "Err" |
| } |
| ] |
| } |
| }, |
| "params": [ |
| { |
| "name": "T", |
| "type": 3 |
| }, |
| { |
| "name": "E", |
| "type": 4 |
| } |
| ], |
| "path": [ |
| "Result" |
| ] |
| } |
| }, |
| { |
| "id": 3, |
| "type": { |
| "def": { |
| "tuple": [] |
| } |
| } |
| }, |
| { |
| "id": 4, |
| "type": { |
| "def": { |
| "variant": { |
| "variants": [ |
| { |
| "index": 1, |
| "name": "CouldNotReadInput" |
| } |
| ] |
| } |
| }, |
| "path": [ |
| "ink_primitives", |
| "LangError" |
| ] |
| } |
| }, |
| { |
| "id": 5, |
| "type": { |
| "def": { |
| "variant": { |
| "variants": [ |
| { |
| "fields": [ |
| { |
| "type": 0 |
| } |
| ], |
| "index": 0, |
| "name": "Ok" |
| }, |
| { |
| "fields": [ |
| { |
| "type": 4 |
| } |
| ], |
| "index": 1, |
| "name": "Err" |
| } |
| ] |
| } |
| }, |
| "params": [ |
| { |
| "name": "T", |
| "type": 0 |
| }, |
| { |
| "name": "E", |
| "type": 4 |
| } |
| ], |
| "path": [ |
| "Result" |
| ] |
| } |
| }, |
| { |
| "id": 6, |
| "type": { |
| "def": { |
| "primitive": "u8" |
| } |
| } |
| }, |
| { |
| "id": 7, |
| "type": { |
| "def": { |
| "composite": { |
| "fields": [ |
| { |
| "type": 8, |
| "typeName": "[u8; 32]" |
| } |
| ] |
| } |
| }, |
| "path": [ |
| "ink_primitives", |
| "types", |
| "AccountId" |
| ] |
| } |
| }, |
| { |
| "id": 8, |
| "type": { |
| "def": { |
| "array": { |
| "len": 32, |
| "type": 6 |
| } |
| } |
| } |
| }, |
| { |
| "id": 9, |
| "type": { |
| "def": { |
| "primitive": "u128" |
| } |
| } |
| }, |
| { |
| "id": 10, |
| "type": { |
| "def": { |
| "composite": { |
| "fields": [ |
| { |
| "type": 8, |
| "typeName": "[u8; 32]" |
| } |
| ] |
| } |
| }, |
| "path": [ |
| "ink_primitives", |
| "types", |
| "Hash" |
| ] |
| } |
| }, |
| { |
| "id": 11, |
| "type": { |
| "def": { |
| "primitive": "u64" |
| } |
| } |
| }, |
| { |
| "id": 12, |
| "type": { |
| "def": { |
| "primitive": "u32" |
| } |
| } |
| }, |
| { |
| "id": 13, |
| "type": { |
| "def": { |
| "variant": {} |
| }, |
| "path": [ |
| "ink_env", |
| "types", |
| "NoChainExtension" |
| ] |
| } |
| } |
| ], |
| "version": 5 |
| } |