Skip to content

Instantly share code, notes, and snippets.

{
"address": "0x4Ba9E57eA8f2d0061aF595F33d185A022280aF81",
"dappWorkspace": "dapp-x-a45377",
"sourceWorkspace": "default_workspace",
"chainId": "vm-osaka",
"createdAt": 1774569666781
}
@jossa2
jossa2 / contracts...1_Storage.sol
Created February 19, 2026 23:18
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.31+commit.fd3a2265.js&optimize=undefined&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.8.2 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
* @custom:dev-run-script ./scripts/deploy_with_ethers.ts
*/
contract Storage {