Skip to content

Instantly share code, notes, and snippets.

View ht55ght55's full-sized avatar

James Hart ht55ght55

View GitHub Profile
@ht55ght55
ht55ght55 / Rows
Created December 2, 2021 09:21
Sverchok.1.0.0 (f4bf73a) | Blender.2.93.6 | Rows | 2021.12.02 | 10:21 | license: CC BY-SA
{
"export_version": "1.0",
"main_tree": {
"nodes": {
"Frame.002": {
"attributes": {
"location": [
302.63739013671875,
80.70330047607422
],
@ht55ght55
ht55ght55 / .deps...npm...@gnosis.pm...safe-contracts...contracts...common...Enum.sol
Created November 27, 2021 00:35
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: LGPL-3.0-only
pragma solidity >=0.7.0 <0.9.0;
/// @title Enum - Collection of enums
/// @author Richard Meissner - <richard@gnosis.pm>
contract Enum {
enum Operation {Call, DelegateCall}
}