Skip to content

Instantly share code, notes, and snippets.

View doublesharp's full-sized avatar

Justin Silver doublesharp

View GitHub Profile
@doublesharp
doublesharp / BoredApeYachtClubOwner.sol
Created February 5, 2022 23:19
BoredApeYachtClubOwner
pragma solidity ^0.8.11;
import '@openzeppelin/contracts/access/Ownable.sol';
interface IBoredApeYachtClub {
function withdraw() external;
function function setProvenanceHash(string memory provenanceHash) external;
function setBaseURI(string memory baseURI) external;
}
Coverage Badges
<?php
/*
Plugin Name: Wordpress Hostname Migration
Plugin URI: http://doublesharp.com/
Description: Functionality to ease in migration of Wordpress code and databases between environments.
Author: Justin Silver
Version: 1.0
Author URI: http://doublesharp.com
License: GPL2
*/