Skip to content

Instantly share code, notes, and snippets.

@cds-amal
Created October 19, 2023 14:55
Show Gist options
  • Save cds-amal/7a0a9d73dd6e18c492ddde9e6887ba21 to your computer and use it in GitHub Desktop.
Save cds-amal/7a0a9d73dd6e18c492ddde9e6887ba21 to your computer and use it in GitHub Desktop.
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.21+commit.d9974bed.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.21;
contract Empty {
// hi, I'm bar. i was audited
function foo() public {}
function bar() public {}
}
/*
0x6080604052348015600e575f80fd5b50606c80601a5f395ff3fe6080604052348015600e575f80fd5b50600436106030575f3560e01c8063c2985578146034578063febb0f7e146034575b5f80fd5b00fea2646970667358221220
764b1293675cc3ddd5599339ace7e97d05e93daf95d54fd875b1ef7bc231d83e
64736f6c63430008150033
0x6080604052348015600e575f80fd5b50606c80601a5f395ff3fe6080604052348015600e575f80fd5b50600436106030575f3560e01c8063c2985578146034578063febb0f7e146034575b5f80fd5b00fea2646970667358221220
20c6705b7379833b6691a50f494fde98b0e04d9b3588f65340c9f902a2ba9794
64736f6c63430008150033
0x6080604052348015600e575f80fd5b50606c80601a5f395ff3fe6080604052348015600e575f80fd5b50600436106030575f3560e01c8063c2985578146034578063febb0f7e146034575b5f80fd5b00fea2646970667358221220
f43a99a2bf85eac302f1f5ec0d4085a6cc1ff3782f711df896376968feac548a
64736f6c63430008150033
hi, test extra contract comments
0x6080604052348015600e575f80fd5b50606c80601a5f395ff3fe6080604052348015600e575f80fd5b50600436106030575f3560e01c8063c2985578146034578063febb0f7e146034575b5f80fd5b00fea2646970667358221220
8e77aa485eb9b05cf3bc407e77fee08baa84947fc440773fdb92b49aa01311e0
64736f6c63430008150033
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment