Skip to content

Instantly share code, notes, and snippets.

// NOTE: This is unaudited code. Do not use in production.
pragma solidity ^0.5.8;
import "./AuthereumEnsResolver.sol";
import "../base/Owned.sol";
import "../utils/strings.sol";
/**
* @title AuthereumEnsManager
pragma solidity 0.6.4;
/**
* @title ReceiveTest
* @author Shane Fontaine - <[email protected]>
* @notice THIS IS UNAUDITED CODE. DO NOT USE IN PRODUCTION. USE AT YOUR OWN RISK.
* @dev Testing Solidity 0.6.x receive() function
*/
// SPDX-License-Identifier: MIT
pragma solidity >0.5.0 <0.8.0;
/**
* @title Lib_MerkleTree
* @author River Keefer
*/
library MerkleUtils{
/**********************