Skip to content

Instantly share code, notes, and snippets.

@Hlcoins
Hlcoins / .deploys...pinned-contracts...vm-prague...0x2C55843997eb30304A200a5C21b52a3886Fe11FF.json
Created September 22, 2025 11:31
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.30+commit.73712a01.js&optimize=false&runs=200&gist=
{
"name": "MyContract",
"address": "0x2C55843997eb30304A200a5C21b52a3886Fe11FF",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "_initialNumber",
"type": "uint256"
@Hlcoins
Hlcoins / .deploys...pinned-contracts...vm-prague...0x2C55843997eb30304A200a5C21b52a3886Fe11FF.json
Created September 22, 2025 11:14
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.30+commit.73712a01.js&optimize=true&runs=200&gist=
{
"name": "MyContract",
"address": "0x2C55843997eb30304A200a5C21b52a3886Fe11FF",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "_initialNumber",
"type": "uint256"
@Hlcoins
Hlcoins / .deploys...pinned-contracts...vm-prague...0x2C55843997eb30304A200a5C21b52a3886Fe11FF.json
Created September 22, 2025 11:08
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.30+commit.73712a01.js&optimize=false&runs=200&gist=
{
"name": "MyContract",
"address": "0x2C55843997eb30304A200a5C21b52a3886Fe11FF",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "_initialNumber",
"type": "uint256"
@Hlcoins
Hlcoins / Unkos.sol
Created September 22, 2025 10:57
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.30+commit.73712a01.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract MyProtectedVault {
address public owner; // set to your wallet
constructor(address _owner) {
owner = _owner; // set once at deployment
}
@Hlcoins
Hlcoins / .deploys...pinned-contracts...vm-prague...0x2C55843997eb30304A200a5C21b52a3886Fe11FF.json
Created September 18, 2025 22:00
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.30+commit.73712a01.js&optimize=false&runs=200&gist=
{
"name": "MyContract",
"address": "0x2C55843997eb30304A200a5C21b52a3886Fe11FF",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "_initialNumber",
"type": "uint256"