Skip to content

Instantly share code, notes, and snippets.

View Un4G173N's full-sized avatar
🎯
Focusing

Un4G173N

🎯
Focusing
View GitHub Profile
@Un4G173N
Un4G173N / contract-d16ee4907a.sol
Created October 10, 2022 08:45
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.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.13;
// NOTE: Deploy this contract first
contract B {
// NOTE: storage layout must be the same as contract A
uint public num;
address public sender;
uint public value;