This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| */ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity >0.5.0 <0.8.0; | |
| /** | |
| * @title Lib_MerkleTree | |
| * @author River Keefer | |
| */ | |
| library MerkleUtils{ | |
| /********************** |
OlderNewer