Skip to content

Instantly share code, notes, and snippets.

@lopeselio
Last active May 25, 2022 03:22
Show Gist options
  • Save lopeselio/6fe1d340ca7cd7c62389b762a978f809 to your computer and use it in GitHub Desktop.
Save lopeselio/6fe1d340ca7cd7c62389b762a978f809 to your computer and use it in GitHub Desktop.
Template for Escrow
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;
contract Escrow {
// state variables
// modifiers
// constructor
constructor(){
}
// FUNCTIONS BELOW
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment