Source Code
Latest 25 from a total of 9,703 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Commit | 23983048 | 2 mins ago | IN | 0 ETH | 0.00000746 | ||||
| Register | 23983048 | 2 mins ago | IN | 0.00153926 ETH | 0.00003956 | ||||
| Commit | 23983040 | 3 mins ago | IN | 0 ETH | 0.00000703 | ||||
| Renew | 23983032 | 5 mins ago | IN | 0.00153926 ETH | 0.00001528 | ||||
| Register | 23983012 | 9 mins ago | IN | 0.00613008 ETH | 0.00014375 | ||||
| Commit | 23983001 | 11 mins ago | IN | 0 ETH | 0.00002362 | ||||
| Register | 23982994 | 13 mins ago | IN | 0.00766156 ETH | 0.00004754 | ||||
| Renew | 23982987 | 14 mins ago | IN | 0.00613008 ETH | 0.0000144 | ||||
| Commit | 23982986 | 14 mins ago | IN | 0 ETH | 0.00000758 | ||||
| Register | 23982957 | 20 mins ago | IN | 0.00306294 ETH | 0.00005656 | ||||
| Commit | 23982947 | 22 mins ago | IN | 0 ETH | 0.00001152 | ||||
| Register | 23982935 | 25 mins ago | IN | 0.00766156 ETH | 0.00026721 | ||||
| Commit | 23982924 | 27 mins ago | IN | 0 ETH | 0.00002901 | ||||
| Renew | 23982896 | 32 mins ago | IN | 0.00153147 ETH | 0.000013 | ||||
| Register | 23982868 | 38 mins ago | IN | 0.00117177 ETH | 0.00002959 | ||||
| Register | 23982862 | 39 mins ago | IN | 0.00612092 ETH | 0.00006828 | ||||
| Commit | 23982858 | 40 mins ago | IN | 0 ETH | 0.00000755 | ||||
| Commit | 23982854 | 41 mins ago | IN | 0 ETH | 0.00000829 | ||||
| Register | 23982845 | 43 mins ago | IN | 0.00087693 ETH | 0.00003052 | ||||
| Commit | 23982829 | 46 mins ago | IN | 0 ETH | 0.00000726 | ||||
| Register | 23982818 | 48 mins ago | IN | 0.00152918 ETH | 0.00004092 | ||||
| Register | 23982814 | 49 mins ago | IN | 0.00762921 ETH | 0.00003043 | ||||
| Commit | 23982812 | 49 mins ago | IN | 0 ETH | 0.00000821 | ||||
| Commit | 23982805 | 51 mins ago | IN | 0 ETH | 0.00000755 | ||||
| Renew | 23982805 | 51 mins ago | IN | 0.00652749 ETH | 0.00001376 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 23983048 | 2 mins ago | 0.00003018 ETH | ||||
| Transfer | 23983032 | 5 mins ago | 0.00003018 ETH | ||||
| Transfer | 23983012 | 9 mins ago | 0.0000896 ETH | ||||
| Transfer | 23982994 | 13 mins ago | 0.00015022 ETH | ||||
| Transfer | 23982987 | 14 mins ago | 0.00012019 ETH | ||||
| Transfer | 23982957 | 20 mins ago | 0.00006005 ETH | ||||
| Transfer | 23982935 | 25 mins ago | 0.00015022 ETH | ||||
| Transfer | 23982896 | 32 mins ago | 0.00003002 ETH | ||||
| Transfer | 23982868 | 38 mins ago | 0.00003024 ETH | ||||
| Transfer | 23982862 | 39 mins ago | 0.00012001 ETH | ||||
| Transfer | 23982845 | 43 mins ago | 0.00002144 ETH | ||||
| Transfer | 23982818 | 48 mins ago | 0.00002998 ETH | ||||
| Transfer | 23982814 | 49 mins ago | 0.0001582 ETH | ||||
| Transfer | 23982805 | 51 mins ago | 0.00012799 ETH | ||||
| Transfer | 23982801 | 51 mins ago | 0.00001503 ETH | ||||
| Transfer | 23982796 | 52 mins ago | 0.00002998 ETH | ||||
| Transfer | 23982791 | 53 mins ago | 0.00001503 ETH | ||||
| Transfer | 23982781 | 55 mins ago | 0.00001503 ETH | ||||
| Transfer | 23982775 | 57 mins ago | 0.00005996 ETH | ||||
| Transfer | 23982770 | 58 mins ago | 0.00001503 ETH | ||||
| Transfer | 23982755 | 1 hr ago | 0.00017875 ETH | ||||
| Transfer | 23982755 | 1 hr ago | 0.00001503 ETH | ||||
| Transfer | 23982724 | 1 hr ago | 0.00001503 ETH | ||||
| Transfer | 23982698 | 1 hr ago | 0.00002998 ETH | ||||
| Transfer | 23982692 | 1 hr ago | 0.00002998 ETH |
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
ETHRegistrarController
Compiler Version
v0.8.26+commit.8a97fa7a
Contract Source Code (Solidity Standard Json-Input format)
//SPDX-License-Identifier: MIT
pragma solidity ~0.8.17;
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {ERC165} from "@openzeppelin/contracts/utils/introspection/ERC165.sol";
import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import {BaseRegistrarImplementation} from "./BaseRegistrarImplementation.sol";
import {StringUtils} from "../utils/StringUtils.sol";
import {Resolver} from "../resolvers/Resolver.sol";
import {ENS} from "../registry/ENS.sol";
import {IReverseRegistrar} from "../reverseRegistrar/IReverseRegistrar.sol";
import {IDefaultReverseRegistrar} from "../reverseRegistrar/IDefaultReverseRegistrar.sol";
import {IETHRegistrarController, IPriceOracle} from "./IETHRegistrarController.sol";
import {ERC20Recoverable} from "../utils/ERC20Recoverable.sol";
/// @dev A registrar controller for registering and renewing names at fixed cost.
contract ETHRegistrarController is
Ownable,
IETHRegistrarController,
ERC165,
ERC20Recoverable
{
using StringUtils for *;
/// @notice The bitmask for the Ethereum reverse record.
uint8 constant REVERSE_RECORD_ETHEREUM_BIT = 1;
/// @notice The bitmask for the default reverse record.
uint8 constant REVERSE_RECORD_DEFAULT_BIT = 2;
/// @notice The minimum duration for a registration.
uint256 public constant MIN_REGISTRATION_DURATION = 28 days;
// @notice The node (i.e. namehash) for the eth TLD.
bytes32 private constant ETH_NODE =
0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae;
/// @notice The maximum expiry time for a registration.
uint64 private constant MAX_EXPIRY = type(uint64).max;
/// @notice The ENS registry.
ENS public immutable ens;
// @notice The base registrar implementation for the eth TLD.
BaseRegistrarImplementation immutable base;
/// @notice The minimum time a commitment must exist to be valid.
uint256 public immutable minCommitmentAge;
/// @notice The maximum time a commitment can exist to be valid.
uint256 public immutable maxCommitmentAge;
/// @notice The registrar for addr.reverse. (i.e. reverse for coinType 60)
IReverseRegistrar public immutable reverseRegistrar;
/// @notice The registrar for default.reverse. (i.e. fallback reverse for all EVM chains)
IDefaultReverseRegistrar public immutable defaultReverseRegistrar;
/// @notice The price oracle for the eth TLD.
IPriceOracle public immutable prices;
/// @notice A mapping of commitments to their timestamp.
mapping(bytes32 => uint256) public commitments;
/// @notice Thrown when a commitment is not found.
error CommitmentNotFound(bytes32 commitment);
/// @notice Thrown when a commitment is too new.
error CommitmentTooNew(
bytes32 commitment,
uint256 minimumCommitmentTimestamp,
uint256 currentTimestamp
);
/// @notice Thrown when a commitment is too old.
error CommitmentTooOld(
bytes32 commitment,
uint256 maximumCommitmentTimestamp,
uint256 currentTimestamp
);
/// @notice Thrown when a name is not available to register.
error NameNotAvailable(string name);
/// @notice Thrown when the duration supplied for a registration is too short.
error DurationTooShort(uint256 duration);
/// @notice Thrown when data is supplied for a registration without a resolver.
error ResolverRequiredWhenDataSupplied();
/// @notice Thrown when a reverse record is requested without a resolver.
error ResolverRequiredForReverseRecord();
/// @notice Thrown when a matching unexpired commitment exists.
error UnexpiredCommitmentExists(bytes32 commitment);
/// @notice Thrown when the value sent for a registration is insufficient.
error InsufficientValue();
/// @notice Thrown when the maximum commitment age is too low.
error MaxCommitmentAgeTooLow();
/// @notice Thrown when the maximum commitment age is too high.
error MaxCommitmentAgeTooHigh();
/// @notice Emitted when a name is registered.
///
/// @param label The label of the name.
/// @param labelhash The keccak256 hash of the label.
/// @param owner The owner of the name.
/// @param baseCost The base cost of the name.
/// @param premium The premium cost of the name.
/// @param expires The expiry time of the name.
/// @param referrer The referrer of the registration.
event NameRegistered(
string label,
bytes32 indexed labelhash,
address indexed owner,
uint256 baseCost,
uint256 premium,
uint256 expires,
bytes32 referrer
);
/// @notice Emitted when a name is renewed.
///
/// @param label The label of the name.
/// @param labelhash The keccak256 hash of the label.
/// @param cost The cost of the name.
/// @param expires The expiry time of the name.
/// @param referrer The referrer of the registration.
event NameRenewed(
string label,
bytes32 indexed labelhash,
uint256 cost,
uint256 expires,
bytes32 referrer
);
/// @notice Constructor for the ETHRegistrarController.
///
/// @param _base The base registrar implementation for the eth TLD.
/// @param _prices The price oracle for the eth TLD.
/// @param _minCommitmentAge The minimum time a commitment must exist to be valid.
/// @param _maxCommitmentAge The maximum time a commitment can exist to be valid.
/// @param _reverseRegistrar The registrar for addr.reverse.
/// @param _defaultReverseRegistrar The registrar for default.reverse.
/// @param _ens The ENS registry.
constructor(
BaseRegistrarImplementation _base,
IPriceOracle _prices,
uint256 _minCommitmentAge,
uint256 _maxCommitmentAge,
IReverseRegistrar _reverseRegistrar,
IDefaultReverseRegistrar _defaultReverseRegistrar,
ENS _ens
) {
if (_maxCommitmentAge <= _minCommitmentAge)
revert MaxCommitmentAgeTooLow();
if (_maxCommitmentAge > block.timestamp)
revert MaxCommitmentAgeTooHigh();
ens = _ens;
base = _base;
prices = _prices;
minCommitmentAge = _minCommitmentAge;
maxCommitmentAge = _maxCommitmentAge;
reverseRegistrar = _reverseRegistrar;
defaultReverseRegistrar = _defaultReverseRegistrar;
}
/// @notice Returns the price of a registration for the given label and duration.
///
/// @param label The label of the name.
/// @param duration The duration of the registration.
/// @return price The price of the registration.
function rentPrice(
string calldata label,
uint256 duration
) public view override returns (IPriceOracle.Price memory price) {
bytes32 labelhash = keccak256(bytes(label));
price = _rentPrice(label, labelhash, duration);
}
/// @notice Returns true if the label is valid for registration.
///
/// @param label The label to check.
/// @return True if the label is valid, false otherwise.
function valid(string calldata label) public pure returns (bool) {
return label.strlen() >= 3;
}
/// @notice Returns true if the label is valid and available for registration.
///
/// @param label The label to check.
/// @return True if the label is valid and available, false otherwise.
function available(
string calldata label
) public view override returns (bool) {
bytes32 labelhash = keccak256(bytes(label));
return _available(label, labelhash);
}
/// @notice Returns the commitment for a registration.
///
/// @param registration The registration to make a commitment for.
/// @return commitment The commitment for the registration.
function makeCommitment(
Registration calldata registration
) public pure override returns (bytes32 commitment) {
if (registration.data.length > 0 && registration.resolver == address(0))
revert ResolverRequiredWhenDataSupplied();
if (
registration.reverseRecord != 0 &&
registration.resolver == address(0)
) revert ResolverRequiredForReverseRecord();
if (registration.duration < MIN_REGISTRATION_DURATION)
revert DurationTooShort(registration.duration);
return keccak256(abi.encode(registration));
}
/// @notice Commits a registration.
///
/// @param commitment The commitment to commit.
function commit(bytes32 commitment) public override {
if (commitments[commitment] + maxCommitmentAge >= block.timestamp) {
revert UnexpiredCommitmentExists(commitment);
}
commitments[commitment] = block.timestamp;
}
/// @notice Registers a name.
///
/// @param registration The registration to register.
/// @param registration.label The label of the name.
/// @param registration.owner The owner of the name.
/// @param registration.duration The duration of the registration.
/// @param registration.resolver The resolver for the name.
/// @param registration.data The data for the name.
/// @param registration.reverseRecord Which reverse record(s) to set.
/// @param registration.referrer The referrer of the registration.
function register(
Registration calldata registration
) public payable override {
bytes32 labelhash = keccak256(bytes(registration.label));
IPriceOracle.Price memory price = _rentPrice(
registration.label,
labelhash,
registration.duration
);
uint256 totalPrice = price.base + price.premium;
if (msg.value < totalPrice) revert InsufficientValue();
if (!_available(registration.label, labelhash))
revert NameNotAvailable(registration.label);
bytes32 commitment = makeCommitment(registration);
uint256 commitmentTimestamp = commitments[commitment];
// Require an old enough commitment.
if (commitmentTimestamp + minCommitmentAge > block.timestamp)
revert CommitmentTooNew(
commitment,
commitmentTimestamp + minCommitmentAge,
block.timestamp
);
// If the commitment is too old, or the name is registered, stop
if (commitmentTimestamp + maxCommitmentAge <= block.timestamp) {
if (commitmentTimestamp == 0) revert CommitmentNotFound(commitment);
revert CommitmentTooOld(
commitment,
commitmentTimestamp + maxCommitmentAge,
block.timestamp
);
}
delete (commitments[commitment]);
uint256 expires;
if (registration.resolver == address(0)) {
expires = base.register(
uint256(labelhash),
registration.owner,
registration.duration
);
} else {
expires = base.register(
uint256(labelhash),
address(this),
registration.duration
);
bytes32 namehash = keccak256(abi.encodePacked(ETH_NODE, labelhash));
ens.setRecord(
namehash,
registration.owner,
registration.resolver,
0
);
if (registration.data.length > 0)
Resolver(registration.resolver).multicallWithNodeCheck(
namehash,
registration.data
);
base.transferFrom(
address(this),
registration.owner,
uint256(labelhash)
);
if (registration.reverseRecord & REVERSE_RECORD_ETHEREUM_BIT != 0)
reverseRegistrar.setNameForAddr(
msg.sender,
msg.sender,
registration.resolver,
string.concat(registration.label, ".eth")
);
if (registration.reverseRecord & REVERSE_RECORD_DEFAULT_BIT != 0)
defaultReverseRegistrar.setNameForAddr(
msg.sender,
string.concat(registration.label, ".eth")
);
}
emit NameRegistered(
registration.label,
labelhash,
registration.owner,
price.base,
price.premium,
expires,
registration.referrer
);
if (msg.value > totalPrice)
payable(msg.sender).transfer(msg.value - totalPrice);
}
/// @notice Renews a name.
///
/// @param label The label of the name.
/// @param duration The duration of the registration.
/// @param referrer The referrer of the registration.
function renew(
string calldata label,
uint256 duration,
bytes32 referrer
) external payable override {
bytes32 labelhash = keccak256(bytes(label));
IPriceOracle.Price memory price = _rentPrice(
label,
labelhash,
duration
);
if (msg.value < price.base) revert InsufficientValue();
uint256 expires = base.renew(uint256(labelhash), duration);
emit NameRenewed(label, labelhash, price.base, expires, referrer);
if (msg.value > price.base)
payable(msg.sender).transfer(msg.value - price.base);
}
/// @notice Withdraws the balance of the contract to the owner.
function withdraw() public {
payable(owner()).transfer(address(this).balance);
}
/// @inheritdoc IERC165
function supportsInterface(
bytes4 interfaceID
) public view override returns (bool) {
return
interfaceID == type(IETHRegistrarController).interfaceId ||
super.supportsInterface(interfaceID);
}
/* Internal functions */
function _rentPrice(
string calldata label,
bytes32 labelhash,
uint256 duration
) internal view returns (IPriceOracle.Price memory price) {
price = prices.price(
label,
base.nameExpires(uint256(labelhash)),
duration
);
}
function _available(
string calldata label,
bytes32 labelhash
) internal view returns (bool) {
return valid(label) && base.available(uint256(labelhash));
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `from` to `to` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address from, address to, uint256 amount) external returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC721/ERC721.sol)
pragma solidity ^0.8.0;
import "./IERC721.sol";
import "./IERC721Receiver.sol";
import "./extensions/IERC721Metadata.sol";
import "../../utils/Address.sol";
import "../../utils/Context.sol";
import "../../utils/Strings.sol";
import "../../utils/introspection/ERC165.sol";
/**
* @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
* the Metadata extension, but not including the Enumerable extension, which is available separately as
* {ERC721Enumerable}.
*/
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
using Address for address;
using Strings for uint256;
// Token name
string private _name;
// Token symbol
string private _symbol;
// Mapping from token ID to owner address
mapping(uint256 => address) private _owners;
// Mapping owner address to token count
mapping(address => uint256) private _balances;
// Mapping from token ID to approved address
mapping(uint256 => address) private _tokenApprovals;
// Mapping from owner to operator approvals
mapping(address => mapping(address => bool)) private _operatorApprovals;
/**
* @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
}
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
return
interfaceId == type(IERC721).interfaceId ||
interfaceId == type(IERC721Metadata).interfaceId ||
super.supportsInterface(interfaceId);
}
/**
* @dev See {IERC721-balanceOf}.
*/
function balanceOf(address owner) public view virtual override returns (uint256) {
require(owner != address(0), "ERC721: address zero is not a valid owner");
return _balances[owner];
}
/**
* @dev See {IERC721-ownerOf}.
*/
function ownerOf(uint256 tokenId) public view virtual override returns (address) {
address owner = _ownerOf(tokenId);
require(owner != address(0), "ERC721: invalid token ID");
return owner;
}
/**
* @dev See {IERC721Metadata-name}.
*/
function name() public view virtual override returns (string memory) {
return _name;
}
/**
* @dev See {IERC721Metadata-symbol}.
*/
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
/**
* @dev See {IERC721Metadata-tokenURI}.
*/
function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
_requireMinted(tokenId);
string memory baseURI = _baseURI();
return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : "";
}
/**
* @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
* token will be the concatenation of the `baseURI` and the `tokenId`. Empty
* by default, can be overridden in child contracts.
*/
function _baseURI() internal view virtual returns (string memory) {
return "";
}
/**
* @dev See {IERC721-approve}.
*/
function approve(address to, uint256 tokenId) public virtual override {
address owner = ERC721.ownerOf(tokenId);
require(to != owner, "ERC721: approval to current owner");
require(
_msgSender() == owner || isApprovedForAll(owner, _msgSender()),
"ERC721: approve caller is not token owner or approved for all"
);
_approve(to, tokenId);
}
/**
* @dev See {IERC721-getApproved}.
*/
function getApproved(uint256 tokenId) public view virtual override returns (address) {
_requireMinted(tokenId);
return _tokenApprovals[tokenId];
}
/**
* @dev See {IERC721-setApprovalForAll}.
*/
function setApprovalForAll(address operator, bool approved) public virtual override {
_setApprovalForAll(_msgSender(), operator, approved);
}
/**
* @dev See {IERC721-isApprovedForAll}.
*/
function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
return _operatorApprovals[owner][operator];
}
/**
* @dev See {IERC721-transferFrom}.
*/
function transferFrom(address from, address to, uint256 tokenId) public virtual override {
//solhint-disable-next-line max-line-length
require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: caller is not token owner or approved");
_transfer(from, to, tokenId);
}
/**
* @dev See {IERC721-safeTransferFrom}.
*/
function safeTransferFrom(address from, address to, uint256 tokenId) public virtual override {
safeTransferFrom(from, to, tokenId, "");
}
/**
* @dev See {IERC721-safeTransferFrom}.
*/
function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory data) public virtual override {
require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: caller is not token owner or approved");
_safeTransfer(from, to, tokenId, data);
}
/**
* @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
* are aware of the ERC721 protocol to prevent tokens from being forever locked.
*
* `data` is additional data, it has no specified format and it is sent in call to `to`.
*
* This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
* implement alternative mechanisms to perform token transfer, such as signature-based.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must exist and be owned by `from`.
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
*
* Emits a {Transfer} event.
*/
function _safeTransfer(address from, address to, uint256 tokenId, bytes memory data) internal virtual {
_transfer(from, to, tokenId);
require(_checkOnERC721Received(from, to, tokenId, data), "ERC721: transfer to non ERC721Receiver implementer");
}
/**
* @dev Returns the owner of the `tokenId`. Does NOT revert if token doesn't exist
*/
function _ownerOf(uint256 tokenId) internal view virtual returns (address) {
return _owners[tokenId];
}
/**
* @dev Returns whether `tokenId` exists.
*
* Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
*
* Tokens start existing when they are minted (`_mint`),
* and stop existing when they are burned (`_burn`).
*/
function _exists(uint256 tokenId) internal view virtual returns (bool) {
return _ownerOf(tokenId) != address(0);
}
/**
* @dev Returns whether `spender` is allowed to manage `tokenId`.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
address owner = ERC721.ownerOf(tokenId);
return (spender == owner || isApprovedForAll(owner, spender) || getApproved(tokenId) == spender);
}
/**
* @dev Safely mints `tokenId` and transfers it to `to`.
*
* Requirements:
*
* - `tokenId` must not exist.
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
*
* Emits a {Transfer} event.
*/
function _safeMint(address to, uint256 tokenId) internal virtual {
_safeMint(to, tokenId, "");
}
/**
* @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
* forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
*/
function _safeMint(address to, uint256 tokenId, bytes memory data) internal virtual {
_mint(to, tokenId);
require(
_checkOnERC721Received(address(0), to, tokenId, data),
"ERC721: transfer to non ERC721Receiver implementer"
);
}
/**
* @dev Mints `tokenId` and transfers it to `to`.
*
* WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
*
* Requirements:
*
* - `tokenId` must not exist.
* - `to` cannot be the zero address.
*
* Emits a {Transfer} event.
*/
function _mint(address to, uint256 tokenId) internal virtual {
require(to != address(0), "ERC721: mint to the zero address");
require(!_exists(tokenId), "ERC721: token already minted");
_beforeTokenTransfer(address(0), to, tokenId, 1);
// Check that tokenId was not minted by `_beforeTokenTransfer` hook
require(!_exists(tokenId), "ERC721: token already minted");
unchecked {
// Will not overflow unless all 2**256 token ids are minted to the same owner.
// Given that tokens are minted one by one, it is impossible in practice that
// this ever happens. Might change if we allow batch minting.
// The ERC fails to describe this case.
_balances[to] += 1;
}
_owners[tokenId] = to;
emit Transfer(address(0), to, tokenId);
_afterTokenTransfer(address(0), to, tokenId, 1);
}
/**
* @dev Destroys `tokenId`.
* The approval is cleared when the token is burned.
* This is an internal function that does not check if the sender is authorized to operate on the token.
*
* Requirements:
*
* - `tokenId` must exist.
*
* Emits a {Transfer} event.
*/
function _burn(uint256 tokenId) internal virtual {
address owner = ERC721.ownerOf(tokenId);
_beforeTokenTransfer(owner, address(0), tokenId, 1);
// Update ownership in case tokenId was transferred by `_beforeTokenTransfer` hook
owner = ERC721.ownerOf(tokenId);
// Clear approvals
delete _tokenApprovals[tokenId];
unchecked {
// Cannot overflow, as that would require more tokens to be burned/transferred
// out than the owner initially received through minting and transferring in.
_balances[owner] -= 1;
}
delete _owners[tokenId];
emit Transfer(owner, address(0), tokenId);
_afterTokenTransfer(owner, address(0), tokenId, 1);
}
/**
* @dev Transfers `tokenId` from `from` to `to`.
* As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - `tokenId` token must be owned by `from`.
*
* Emits a {Transfer} event.
*/
function _transfer(address from, address to, uint256 tokenId) internal virtual {
require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner");
require(to != address(0), "ERC721: transfer to the zero address");
_beforeTokenTransfer(from, to, tokenId, 1);
// Check that tokenId was not transferred by `_beforeTokenTransfer` hook
require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner");
// Clear approvals from the previous owner
delete _tokenApprovals[tokenId];
unchecked {
// `_balances[from]` cannot overflow for the same reason as described in `_burn`:
// `from`'s balance is the number of token held, which is at least one before the current
// transfer.
// `_balances[to]` could overflow in the conditions described in `_mint`. That would require
// all 2**256 token ids to be minted, which in practice is impossible.
_balances[from] -= 1;
_balances[to] += 1;
}
_owners[tokenId] = to;
emit Transfer(from, to, tokenId);
_afterTokenTransfer(from, to, tokenId, 1);
}
/**
* @dev Approve `to` to operate on `tokenId`
*
* Emits an {Approval} event.
*/
function _approve(address to, uint256 tokenId) internal virtual {
_tokenApprovals[tokenId] = to;
emit Approval(ERC721.ownerOf(tokenId), to, tokenId);
}
/**
* @dev Approve `operator` to operate on all of `owner` tokens
*
* Emits an {ApprovalForAll} event.
*/
function _setApprovalForAll(address owner, address operator, bool approved) internal virtual {
require(owner != operator, "ERC721: approve to caller");
_operatorApprovals[owner][operator] = approved;
emit ApprovalForAll(owner, operator, approved);
}
/**
* @dev Reverts if the `tokenId` has not been minted yet.
*/
function _requireMinted(uint256 tokenId) internal view virtual {
require(_exists(tokenId), "ERC721: invalid token ID");
}
/**
* @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
* The call is not executed if the target address is not a contract.
*
* @param from address representing the previous owner of the given token ID
* @param to target address that will receive the tokens
* @param tokenId uint256 ID of the token to be transferred
* @param data bytes optional data to send along with the call
* @return bool whether the call correctly returned the expected magic value
*/
function _checkOnERC721Received(
address from,
address to,
uint256 tokenId,
bytes memory data
) private returns (bool) {
if (to.isContract()) {
try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, data) returns (bytes4 retval) {
return retval == IERC721Receiver.onERC721Received.selector;
} catch (bytes memory reason) {
if (reason.length == 0) {
revert("ERC721: transfer to non ERC721Receiver implementer");
} else {
/// @solidity memory-safe-assembly
assembly {
revert(add(32, reason), mload(reason))
}
}
}
} else {
return true;
}
}
/**
* @dev Hook that is called before any token transfer. This includes minting and burning. If {ERC721Consecutive} is
* used, the hook may be called as part of a consecutive (batch) mint, as indicated by `batchSize` greater than 1.
*
* Calling conditions:
*
* - When `from` and `to` are both non-zero, ``from``'s tokens will be transferred to `to`.
* - When `from` is zero, the tokens will be minted for `to`.
* - When `to` is zero, ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
* - `batchSize` is non-zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(address from, address to, uint256 firstTokenId, uint256 batchSize) internal virtual {}
/**
* @dev Hook that is called after any token transfer. This includes minting and burning. If {ERC721Consecutive} is
* used, the hook may be called as part of a consecutive (batch) mint, as indicated by `batchSize` greater than 1.
*
* Calling conditions:
*
* - When `from` and `to` are both non-zero, ``from``'s tokens were transferred to `to`.
* - When `from` is zero, the tokens were minted for `to`.
* - When `to` is zero, ``from``'s tokens were burned.
* - `from` and `to` are never both zero.
* - `batchSize` is non-zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _afterTokenTransfer(address from, address to, uint256 firstTokenId, uint256 batchSize) internal virtual {}
/**
* @dev Unsafe write access to the balances, used by extensions that "mint" tokens using an {ownerOf} override.
*
* WARNING: Anyone calling this MUST ensure that the balances remain consistent with the ownership. The invariant
* being that for any address `a` the value returned by `balanceOf(a)` must be equal to the number of tokens such
* that `ownerOf(tokenId)` is `a`.
*/
// solhint-disable-next-line func-name-mixedcase
function __unsafe_increaseBalance(address account, uint256 amount) internal {
_balances[account] += amount;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC721/IERC721.sol)
pragma solidity ^0.8.0;
import "../../utils/introspection/IERC165.sol";
/**
* @dev Required interface of an ERC721 compliant contract.
*/
interface IERC721 is IERC165 {
/**
* @dev Emitted when `tokenId` token is transferred from `from` to `to`.
*/
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);
/**
* @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
*/
event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);
/**
* @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
*/
event ApprovalForAll(address indexed owner, address indexed operator, bool approved);
/**
* @dev Returns the number of tokens in ``owner``'s account.
*/
function balanceOf(address owner) external view returns (uint256 balance);
/**
* @dev Returns the owner of the `tokenId` token.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function ownerOf(uint256 tokenId) external view returns (address owner);
/**
* @dev Safely transfers `tokenId` token from `from` to `to`.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must exist and be owned by `from`.
* - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
*
* Emits a {Transfer} event.
*/
function safeTransferFrom(address from, address to, uint256 tokenId, bytes calldata data) external;
/**
* @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
* are aware of the ERC721 protocol to prevent tokens from being forever locked.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must exist and be owned by `from`.
* - If the caller is not `from`, it must have been allowed to move this token by either {approve} or {setApprovalForAll}.
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
*
* Emits a {Transfer} event.
*/
function safeTransferFrom(address from, address to, uint256 tokenId) external;
/**
* @dev Transfers `tokenId` token from `from` to `to`.
*
* WARNING: Note that the caller is responsible to confirm that the recipient is capable of receiving ERC721
* or else they may be permanently lost. Usage of {safeTransferFrom} prevents loss, though the caller must
* understand this adds an external call which potentially creates a reentrancy vulnerability.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `tokenId` token must be owned by `from`.
* - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
*
* Emits a {Transfer} event.
*/
function transferFrom(address from, address to, uint256 tokenId) external;
/**
* @dev Gives permission to `to` to transfer `tokenId` token to another account.
* The approval is cleared when the token is transferred.
*
* Only a single account can be approved at a time, so approving the zero address clears previous approvals.
*
* Requirements:
*
* - The caller must own the token or be an approved operator.
* - `tokenId` must exist.
*
* Emits an {Approval} event.
*/
function approve(address to, uint256 tokenId) external;
/**
* @dev Approve or remove `operator` as an operator for the caller.
* Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
*
* Requirements:
*
* - The `operator` cannot be the caller.
*
* Emits an {ApprovalForAll} event.
*/
function setApprovalForAll(address operator, bool approved) external;
/**
* @dev Returns the account approved for `tokenId` token.
*
* Requirements:
*
* - `tokenId` must exist.
*/
function getApproved(uint256 tokenId) external view returns (address operator);
/**
* @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
*
* See {setApprovalForAll}
*/
function isApprovedForAll(address owner, address operator) external view returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol)
pragma solidity ^0.8.0;
/**
* @title ERC721 token receiver interface
* @dev Interface for any contract that wants to support safeTransfers
* from ERC721 asset contracts.
*/
interface IERC721Receiver {
/**
* @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
* by `operator` from `from`, this function is called.
*
* It must return its Solidity selector to confirm the token transfer.
* If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
*
* The selector can be obtained in Solidity with `IERC721Receiver.onERC721Received.selector`.
*/
function onERC721Received(
address operator,
address from,
uint256 tokenId,
bytes calldata data
) external returns (bytes4);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)
pragma solidity ^0.8.0;
import "../IERC721.sol";
/**
* @title ERC-721 Non-Fungible Token Standard, optional metadata extension
* @dev See https://eips.ethereum.org/EIPS/eip-721
*/
interface IERC721Metadata is IERC721 {
/**
* @dev Returns the token collection name.
*/
function name() external view returns (string memory);
/**
* @dev Returns the token collection symbol.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
*/
function tokenURI(uint256 tokenId) external view returns (string memory);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
*
* Furthermore, `isContract` will also return true if the target contract within
* the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
* which only has an effect at the end of a transaction.
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{value: amount}("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value,
string memory errorMessage
) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
return functionStaticCall(target, data, "Address: low-level static call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(
address target,
bytes memory data,
string memory errorMessage
) internal view returns (bytes memory) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
return functionDelegateCall(target, data, "Address: low-level delegate call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
* the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
*
* _Available since v4.8._
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata,
string memory errorMessage
) internal view returns (bytes memory) {
if (success) {
if (returndata.length == 0) {
// only check isContract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
require(isContract(target), "Address: call to non-contract");
}
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
/**
* @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason or using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
function _revert(bytes memory returndata, string memory errorMessage) private pure {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
import "./math/Math.sol";
import "./math/SignedMath.sol";
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _SYMBOLS = "0123456789abcdef";
uint8 private constant _ADDRESS_LENGTH = 20;
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
unchecked {
uint256 length = Math.log10(value) + 1;
string memory buffer = new string(length);
uint256 ptr;
/// @solidity memory-safe-assembly
assembly {
ptr := add(buffer, add(32, length))
}
while (true) {
ptr--;
/// @solidity memory-safe-assembly
assembly {
mstore8(ptr, byte(mod(value, 10), _SYMBOLS))
}
value /= 10;
if (value == 0) break;
}
return buffer;
}
}
/**
* @dev Converts a `int256` to its ASCII `string` decimal representation.
*/
function toString(int256 value) internal pure returns (string memory) {
return string(abi.encodePacked(value < 0 ? "-" : "", toString(SignedMath.abs(value))));
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
*/
function toHexString(uint256 value) internal pure returns (string memory) {
unchecked {
return toHexString(value, Math.log256(value) + 1);
}
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
*/
function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
bytes memory buffer = new bytes(2 * length + 2);
buffer[0] = "0";
buffer[1] = "x";
for (uint256 i = 2 * length + 1; i > 1; --i) {
buffer[i] = _SYMBOLS[value & 0xf];
value >>= 4;
}
require(value == 0, "Strings: hex length insufficient");
return string(buffer);
}
/**
* @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
*/
function toHexString(address addr) internal pure returns (string memory) {
return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);
}
/**
* @dev Returns true if the two strings are equal.
*/
function equal(string memory a, string memory b) internal pure returns (bool) {
return keccak256(bytes(a)) == keccak256(bytes(b));
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)
pragma solidity ^0.8.0;
import "./IERC165.sol";
/**
* @dev Implementation of the {IERC165} interface.
*
* Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
* for the additional interface id that will be supported. For example:
*
* ```solidity
* function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
* return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
* }
* ```
*
* Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
*/
abstract contract ERC165 is IERC165 {
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
return interfaceId == type(IERC165).interfaceId;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
* queried by others ({ERC165Checker}).
*
* For an implementation, see {ERC165}.
*/
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
* to learn more about how these ids are created.
*
* This function call must use less than 30 000 gas.
*/
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)
pragma solidity ^0.8.0;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
enum Rounding {
Down, // Toward negative infinity
Up, // Toward infinity
Zero // Toward zero
}
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two numbers.
*/
function min(uint256 a, uint256 b) internal pure returns (uint256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two numbers. The result is rounded towards
* zero.
*/
function average(uint256 a, uint256 b) internal pure returns (uint256) {
// (a + b) / 2 can overflow.
return (a & b) + (a ^ b) / 2;
}
/**
* @dev Returns the ceiling of the division of two numbers.
*
* This differs from standard division with `/` in that it rounds up instead
* of rounding down.
*/
function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
// (a + b - 1) / b can overflow on addition, so we distribute.
return a == 0 ? 0 : (a - 1) / b + 1;
}
/**
* @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
* @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)
* with further edits by Uniswap Labs also under MIT license.
*/
function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {
unchecked {
// 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
// use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
// variables such that product = prod1 * 2^256 + prod0.
uint256 prod0; // Least significant 256 bits of the product
uint256 prod1; // Most significant 256 bits of the product
assembly {
let mm := mulmod(x, y, not(0))
prod0 := mul(x, y)
prod1 := sub(sub(mm, prod0), lt(mm, prod0))
}
// Handle non-overflow cases, 256 by 256 division.
if (prod1 == 0) {
// Solidity will revert if denominator == 0, unlike the div opcode on its own.
// The surrounding unchecked block does not change this fact.
// See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
return prod0 / denominator;
}
// Make sure the result is less than 2^256. Also prevents denominator == 0.
require(denominator > prod1, "Math: mulDiv overflow");
///////////////////////////////////////////////
// 512 by 256 division.
///////////////////////////////////////////////
// Make division exact by subtracting the remainder from [prod1 prod0].
uint256 remainder;
assembly {
// Compute remainder using mulmod.
remainder := mulmod(x, y, denominator)
// Subtract 256 bit number from 512 bit number.
prod1 := sub(prod1, gt(remainder, prod0))
prod0 := sub(prod0, remainder)
}
// Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.
// See https://cs.stackexchange.com/q/138556/92363.
// Does not overflow because the denominator cannot be zero at this stage in the function.
uint256 twos = denominator & (~denominator + 1);
assembly {
// Divide denominator by twos.
denominator := div(denominator, twos)
// Divide [prod1 prod0] by twos.
prod0 := div(prod0, twos)
// Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
twos := add(div(sub(0, twos), twos), 1)
}
// Shift in bits from prod1 into prod0.
prod0 |= prod1 * twos;
// Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
// that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
// four bits. That is, denominator * inv = 1 mod 2^4.
uint256 inverse = (3 * denominator) ^ 2;
// Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works
// in modular arithmetic, doubling the correct bits in each step.
inverse *= 2 - denominator * inverse; // inverse mod 2^8
inverse *= 2 - denominator * inverse; // inverse mod 2^16
inverse *= 2 - denominator * inverse; // inverse mod 2^32
inverse *= 2 - denominator * inverse; // inverse mod 2^64
inverse *= 2 - denominator * inverse; // inverse mod 2^128
inverse *= 2 - denominator * inverse; // inverse mod 2^256
// Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
// This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
// less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
// is no longer required.
result = prod0 * inverse;
return result;
}
}
/**
* @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
*/
function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {
uint256 result = mulDiv(x, y, denominator);
if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {
result += 1;
}
return result;
}
/**
* @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.
*
* Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
*/
function sqrt(uint256 a) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
// For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
//
// We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
// `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
//
// This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
// → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
// → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
//
// Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
uint256 result = 1 << (log2(a) >> 1);
// At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
// since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
// every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
// into the expected uint128 result.
unchecked {
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
return min(result, a / result);
}
}
/**
* @notice Calculates sqrt(a), following the selected rounding direction.
*/
function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = sqrt(a);
return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);
}
}
/**
* @dev Return the log in base 2, rounded down, of a positive value.
* Returns 0 if given 0.
*/
function log2(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >> 128 > 0) {
value >>= 128;
result += 128;
}
if (value >> 64 > 0) {
value >>= 64;
result += 64;
}
if (value >> 32 > 0) {
value >>= 32;
result += 32;
}
if (value >> 16 > 0) {
value >>= 16;
result += 16;
}
if (value >> 8 > 0) {
value >>= 8;
result += 8;
}
if (value >> 4 > 0) {
value >>= 4;
result += 4;
}
if (value >> 2 > 0) {
value >>= 2;
result += 2;
}
if (value >> 1 > 0) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 2, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log2(value);
return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);
}
}
/**
* @dev Return the log in base 10, rounded down, of a positive value.
* Returns 0 if given 0.
*/
function log10(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >= 10 ** 64) {
value /= 10 ** 64;
result += 64;
}
if (value >= 10 ** 32) {
value /= 10 ** 32;
result += 32;
}
if (value >= 10 ** 16) {
value /= 10 ** 16;
result += 16;
}
if (value >= 10 ** 8) {
value /= 10 ** 8;
result += 8;
}
if (value >= 10 ** 4) {
value /= 10 ** 4;
result += 4;
}
if (value >= 10 ** 2) {
value /= 10 ** 2;
result += 2;
}
if (value >= 10 ** 1) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 10, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log10(value);
return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);
}
}
/**
* @dev Return the log in base 256, rounded down, of a positive value.
* Returns 0 if given 0.
*
* Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
*/
function log256(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >> 128 > 0) {
value >>= 128;
result += 16;
}
if (value >> 64 > 0) {
value >>= 64;
result += 8;
}
if (value >> 32 > 0) {
value >>= 32;
result += 4;
}
if (value >> 16 > 0) {
value >>= 16;
result += 2;
}
if (value >> 8 > 0) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 256, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log256(value);
return result + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/SignedMath.sol)
pragma solidity ^0.8.0;
/**
* @dev Standard signed math utilities missing in the Solidity language.
*/
library SignedMath {
/**
* @dev Returns the largest of two signed numbers.
*/
function max(int256 a, int256 b) internal pure returns (int256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two signed numbers.
*/
function min(int256 a, int256 b) internal pure returns (int256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two signed numbers without overflow.
* The result is rounded towards zero.
*/
function average(int256 a, int256 b) internal pure returns (int256) {
// Formula from the book "Hacker's Delight"
int256 x = (a & b) + ((a ^ b) >> 1);
return x + (int256(uint256(x) >> 255) & (a ^ b));
}
/**
* @dev Returns the absolute unsigned value of a signed value.
*/
function abs(int256 n) internal pure returns (uint256) {
unchecked {
// must be unchecked in order to support `n = type(int256).min`
return uint256(n >= 0 ? n : -n);
}
}
}pragma solidity >=0.8.4;
import "../registry/ENS.sol";
import "./IBaseRegistrar.sol";
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
contract BaseRegistrarImplementation is ERC721, IBaseRegistrar, Ownable {
// A map of expiry times
mapping(uint256 => uint256) expiries;
// The ENS registry
ENS public ens;
// The namehash of the TLD this registrar owns (eg, .eth)
bytes32 public baseNode;
// A map of addresses that are authorised to register and renew names.
mapping(address => bool) public controllers;
uint256 public constant GRACE_PERIOD = 90 days;
bytes4 private constant INTERFACE_META_ID =
bytes4(keccak256("supportsInterface(bytes4)"));
bytes4 private constant ERC721_ID =
bytes4(
keccak256("balanceOf(address)") ^
keccak256("ownerOf(uint256)") ^
keccak256("approve(address,uint256)") ^
keccak256("getApproved(uint256)") ^
keccak256("setApprovalForAll(address,bool)") ^
keccak256("isApprovedForAll(address,address)") ^
keccak256("transferFrom(address,address,uint256)") ^
keccak256("safeTransferFrom(address,address,uint256)") ^
keccak256("safeTransferFrom(address,address,uint256,bytes)")
);
bytes4 private constant RECLAIM_ID =
bytes4(keccak256("reclaim(uint256,address)"));
/// v2.1.3 version of _isApprovedOrOwner which calls ownerOf(tokenId) and takes grace period into consideration instead of ERC721.ownerOf(tokenId);
/// https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v2.1.3/contracts/token/ERC721/ERC721.sol#L187
/// @dev Returns whether the given spender can transfer a given token ID
/// @param spender address of the spender to query
/// @param tokenId uint256 ID of the token to be transferred
/// @return bool whether the msg.sender is approved for the given token ID,
/// is an operator of the owner, or is the owner of the token
function _isApprovedOrOwner(
address spender,
uint256 tokenId
) internal view override returns (bool) {
address owner = ownerOf(tokenId);
return (spender == owner ||
getApproved(tokenId) == spender ||
isApprovedForAll(owner, spender));
}
constructor(ENS _ens, bytes32 _baseNode) ERC721("", "") {
ens = _ens;
baseNode = _baseNode;
}
modifier live() {
require(ens.owner(baseNode) == address(this));
_;
}
modifier onlyController() {
require(controllers[msg.sender]);
_;
}
/// @dev Gets the owner of the specified token ID. Names become unowned
/// when their registration expires.
/// @param tokenId uint256 ID of the token to query the owner of
/// @return address currently marked as the owner of the given token ID
function ownerOf(
uint256 tokenId
) public view override(IERC721, ERC721) returns (address) {
require(expiries[tokenId] > block.timestamp);
return super.ownerOf(tokenId);
}
// Authorises a controller, who can register and renew domains.
function addController(address controller) external override onlyOwner {
controllers[controller] = true;
emit ControllerAdded(controller);
}
// Revoke controller permission for an address.
function removeController(address controller) external override onlyOwner {
controllers[controller] = false;
emit ControllerRemoved(controller);
}
// Set the resolver for the TLD this registrar manages.
function setResolver(address resolver) external override onlyOwner {
ens.setResolver(baseNode, resolver);
}
// Returns the expiration timestamp of the specified id.
function nameExpires(uint256 id) external view override returns (uint256) {
return expiries[id];
}
// Returns true iff the specified name is available for registration.
function available(uint256 id) public view override returns (bool) {
// Not available if it's registered here or in its grace period.
return expiries[id] + GRACE_PERIOD < block.timestamp;
}
/// @dev Register a name.
/// @param id The token ID (keccak256 of the label).
/// @param owner The address that should own the registration.
/// @param duration Duration in seconds for the registration.
function register(
uint256 id,
address owner,
uint256 duration
) external override returns (uint256) {
return _register(id, owner, duration, true);
}
/// @dev Register a name, without modifying the registry.
/// @param id The token ID (keccak256 of the label).
/// @param owner The address that should own the registration.
/// @param duration Duration in seconds for the registration.
function registerOnly(
uint256 id,
address owner,
uint256 duration
) external returns (uint256) {
return _register(id, owner, duration, false);
}
function _register(
uint256 id,
address owner,
uint256 duration,
bool updateRegistry
) internal live onlyController returns (uint256) {
require(available(id));
require(
block.timestamp + duration + GRACE_PERIOD >
block.timestamp + GRACE_PERIOD
); // Prevent future overflow
expiries[id] = block.timestamp + duration;
if (_exists(id)) {
// Name was previously owned, and expired
_burn(id);
}
_mint(owner, id);
if (updateRegistry) {
ens.setSubnodeOwner(baseNode, bytes32(id), owner);
}
emit NameRegistered(id, owner, block.timestamp + duration);
return block.timestamp + duration;
}
function renew(
uint256 id,
uint256 duration
) external override live onlyController returns (uint256) {
require(expiries[id] + GRACE_PERIOD >= block.timestamp); // Name must be registered here or in grace period
require(
expiries[id] + duration + GRACE_PERIOD > duration + GRACE_PERIOD
); // Prevent future overflow
expiries[id] += duration;
emit NameRenewed(id, expiries[id]);
return expiries[id];
}
/// @dev Reclaim ownership of a name in ENS, if you own it in the registrar.
function reclaim(uint256 id, address owner) external override live {
require(_isApprovedOrOwner(msg.sender, id));
ens.setSubnodeOwner(baseNode, bytes32(id), owner);
}
function supportsInterface(
bytes4 interfaceID
) public view override(ERC721, IERC165) returns (bool) {
return
interfaceID == INTERFACE_META_ID ||
interfaceID == ERC721_ID ||
interfaceID == RECLAIM_ID;
}
}//SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
import "../registry/ENS.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
interface IBaseRegistrar is IERC721 {
event ControllerAdded(address indexed controller);
event ControllerRemoved(address indexed controller);
event NameMigrated(
uint256 indexed id,
address indexed owner,
uint256 expires
);
event NameRegistered(
uint256 indexed id,
address indexed owner,
uint256 expires
);
event NameRenewed(uint256 indexed id, uint256 expires);
// Authorises a controller, who can register and renew domains.
function addController(address controller) external;
// Revoke controller permission for an address.
function removeController(address controller) external;
// Set the resolver for the TLD this registrar manages.
function setResolver(address resolver) external;
// Returns the expiration timestamp of the specified label hash.
function nameExpires(uint256 id) external view returns (uint256);
// Returns true if the specified name is available for registration.
function available(uint256 id) external view returns (bool);
/// @dev Register a name.
function register(
uint256 id,
address owner,
uint256 duration
) external returns (uint256);
function renew(uint256 id, uint256 duration) external returns (uint256);
/// @dev Reclaim ownership of a name in ENS, if you own it in the registrar.
function reclaim(uint256 id, address owner) external;
}//SPDX-License-Identifier: MIT
pragma solidity ~0.8.17;
import "./IPriceOracle.sol";
interface IETHRegistrarController {
struct Registration {
string label;
address owner;
uint256 duration;
bytes32 secret;
address resolver;
bytes[] data;
uint8 reverseRecord;
bytes32 referrer;
}
function rentPrice(
string memory label,
uint256 duration
) external view returns (IPriceOracle.Price memory);
function available(string memory label) external returns (bool);
function makeCommitment(
Registration memory registration
) external pure returns (bytes32 commitment);
function commit(bytes32 commitment) external;
function register(Registration memory registration) external payable;
function renew(
string calldata label,
uint256 duration,
bytes32 referrer
) external payable;
}//SPDX-License-Identifier: MIT
pragma solidity >=0.8.17 <0.9.0;
interface IPriceOracle {
struct Price {
uint256 base;
uint256 premium;
}
/// @dev Returns the price to register or renew a name.
/// @param name The name being registered or renewed.
/// @param expires When the name presently expires (0 if this is a new registration).
/// @param duration How long the name is being registered or extended for, in seconds.
/// @return base premium tuple of base price + premium price
function price(
string calldata name,
uint256 expires,
uint256 duration
) external view returns (Price calldata);
}//SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface ENS {
// Logged when the owner of a node assigns a new owner to a subnode.
event NewOwner(bytes32 indexed node, bytes32 indexed label, address owner);
// Logged when the owner of a node transfers ownership to a new account.
event Transfer(bytes32 indexed node, address owner);
// Logged when the resolver for a node changes.
event NewResolver(bytes32 indexed node, address resolver);
// Logged when the TTL of a node changes
event NewTTL(bytes32 indexed node, uint64 ttl);
// Logged when an operator is added or removed.
event ApprovalForAll(
address indexed owner,
address indexed operator,
bool approved
);
function setRecord(
bytes32 node,
address owner,
address resolver,
uint64 ttl
) external;
function setSubnodeRecord(
bytes32 node,
bytes32 label,
address owner,
address resolver,
uint64 ttl
) external;
function setSubnodeOwner(
bytes32 node,
bytes32 label,
address owner
) external returns (bytes32);
function setResolver(bytes32 node, address resolver) external;
function setOwner(bytes32 node, address owner) external;
function setTTL(bytes32 node, uint64 ttl) external;
function setApprovalForAll(address operator, bool approved) external;
function owner(bytes32 node) external view returns (address);
function resolver(bytes32 node) external view returns (address);
function ttl(bytes32 node) external view returns (uint64);
function recordExists(bytes32 node) external view returns (bool);
function isApprovedForAll(
address owner,
address operator
) external view returns (bool);
}//SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import "./profiles/IABIResolver.sol";
import "./profiles/IAddressResolver.sol";
import "./profiles/IAddrResolver.sol";
import "./profiles/IContentHashResolver.sol";
import "./profiles/IDNSRecordResolver.sol";
import "./profiles/IDNSZoneResolver.sol";
import "./profiles/IInterfaceResolver.sol";
import "./profiles/INameResolver.sol";
import "./profiles/IPubkeyResolver.sol";
import "./profiles/ITextResolver.sol";
import "./profiles/IExtendedResolver.sol";
/// A generic resolver interface which includes all the functions including the ones deprecated
interface Resolver is
IERC165,
IABIResolver,
IAddressResolver,
IAddrResolver,
IContentHashResolver,
IDNSRecordResolver,
IDNSZoneResolver,
IInterfaceResolver,
INameResolver,
IPubkeyResolver,
ITextResolver,
IExtendedResolver
{
/* Deprecated events */
event ContentChanged(bytes32 indexed node, bytes32 hash);
function setApprovalForAll(address, bool) external;
function approve(bytes32 node, address delegate, bool approved) external;
function isApprovedForAll(address account, address operator) external;
function isApprovedFor(
address owner,
bytes32 node,
address delegate
) external;
function setABI(
bytes32 node,
uint256 contentType,
bytes calldata data
) external;
function setAddr(bytes32 node, address addr) external;
function setAddr(bytes32 node, uint256 coinType, bytes calldata a) external;
function setContenthash(bytes32 node, bytes calldata hash) external;
function setDnsrr(bytes32 node, bytes calldata data) external;
function setName(bytes32 node, string calldata _name) external;
function setPubkey(bytes32 node, bytes32 x, bytes32 y) external;
function setText(
bytes32 node,
string calldata key,
string calldata value
) external;
function setInterface(
bytes32 node,
bytes4 interfaceID,
address implementer
) external;
function multicall(
bytes[] calldata data
) external returns (bytes[] memory results);
function multicallWithNodeCheck(
bytes32 nodehash,
bytes[] calldata data
) external returns (bytes[] memory results);
/* Deprecated functions */
function content(bytes32 node) external view returns (bytes32);
function multihash(bytes32 node) external view returns (bytes memory);
function setContent(bytes32 node, bytes32 hash) external;
function setMultihash(bytes32 node, bytes calldata hash) external;
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface IABIResolver {
event ABIChanged(bytes32 indexed node, uint256 indexed contentType);
/// Returns the ABI associated with an ENS node.
/// Defined in EIP205.
/// @param node The ENS node to query
/// @param contentTypes A bitwise OR of the ABI formats accepted by the caller.
/// @return contentType The content type of the return value
/// @return data The ABI data
function ABI(
bytes32 node,
uint256 contentTypes
) external view returns (uint256, bytes memory);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
/// Interface for the legacy (ETH-only) addr function.
interface IAddrResolver {
event AddrChanged(bytes32 indexed node, address a);
/// Returns the address associated with an ENS node.
/// @param node The ENS node to query.
/// @return The associated address.
function addr(bytes32 node) external view returns (address payable);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
/// Interface for the new (multicoin) addr function.
interface IAddressResolver {
event AddressChanged(
bytes32 indexed node,
uint256 coinType,
bytes newAddress
);
function addr(
bytes32 node,
uint256 coinType
) external view returns (bytes memory);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface IContentHashResolver {
event ContenthashChanged(bytes32 indexed node, bytes hash);
/// Returns the contenthash associated with an ENS node.
/// @param node The ENS node to query.
/// @return The associated contenthash.
function contenthash(bytes32 node) external view returns (bytes memory);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface IDNSRecordResolver {
// DNSRecordChanged is emitted whenever a given node/name/resource's RRSET is updated.
event DNSRecordChanged(
bytes32 indexed node,
bytes name,
uint16 resource,
bytes record
);
// DNSRecordDeleted is emitted whenever a given node/name/resource's RRSET is deleted.
event DNSRecordDeleted(bytes32 indexed node, bytes name, uint16 resource);
/// Obtain a DNS record.
/// @param node the namehash of the node for which to fetch the record
/// @param name the keccak-256 hash of the fully-qualified name for which to fetch the record
/// @param resource the ID of the resource as per https://en.wikipedia.org/wiki/List_of_DNS_record_types
/// @return the DNS record in wire format if present, otherwise empty
function dnsRecord(
bytes32 node,
bytes32 name,
uint16 resource
) external view returns (bytes memory);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface IDNSZoneResolver {
// DNSZonehashChanged is emitted whenever a given node's zone hash is updated.
event DNSZonehashChanged(
bytes32 indexed node,
bytes lastzonehash,
bytes zonehash
);
/// zonehash obtains the hash for the zone.
/// @param node The ENS node to query.
/// @return The associated contenthash.
function zonehash(bytes32 node) external view returns (bytes memory);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
interface IExtendedResolver {
function resolve(
bytes memory name,
bytes memory data
) external view returns (bytes memory);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface IInterfaceResolver {
event InterfaceChanged(
bytes32 indexed node,
bytes4 indexed interfaceID,
address implementer
);
/// Returns the address of a contract that implements the specified interface for this name.
/// If an implementer has not been set for this interfaceID and name, the resolver will query
/// the contract at `addr()`. If `addr()` is set, a contract exists at that address, and that
/// contract implements EIP165 and returns `true` for the specified interfaceID, its address
/// will be returned.
/// @param node The ENS node to query.
/// @param interfaceID The EIP 165 interface ID to check for.
/// @return The address that implements this interface, or 0 if the interface is unsupported.
function interfaceImplementer(
bytes32 node,
bytes4 interfaceID
) external view returns (address);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface INameResolver {
event NameChanged(bytes32 indexed node, string name);
/// Returns the name associated with an ENS node, for reverse records.
/// Defined in EIP181.
/// @param node The ENS node to query.
/// @return The associated name.
function name(bytes32 node) external view returns (string memory);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface IPubkeyResolver {
event PubkeyChanged(bytes32 indexed node, bytes32 x, bytes32 y);
/// Returns the SECP256k1 public key associated with an ENS node.
/// Defined in EIP 619.
/// @param node The ENS node to query
/// @return x The X coordinate of the curve point for the public key.
/// @return y The Y coordinate of the curve point for the public key.
function pubkey(bytes32 node) external view returns (bytes32 x, bytes32 y);
}// SPDX-License-Identifier: MIT
pragma solidity >=0.8.4;
interface ITextResolver {
event TextChanged(
bytes32 indexed node,
string indexed indexedKey,
string key,
string value
);
/// Returns the text data associated with an ENS node and key.
/// @param node The ENS node to query.
/// @param key The text data key to query.
/// @return The associated text data.
function text(
bytes32 node,
string calldata key
) external view returns (string memory);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;
/// @notice Interface for the Default Reverse Registrar.
interface IDefaultReverseRegistrar {
/// @notice Sets the `nameForAddr()` record for the calling account.
///
/// @param name The name to set.
function setName(string memory name) external;
/// @notice Sets the `nameForAddr()` record for the addr provided account using a signature.
///
/// @param addr The address to set the name for.
/// @param name The name to set.
/// @param signatureExpiry Date when the signature expires.
/// @param signature The signature from the addr.
function setNameForAddrWithSignature(
address addr,
uint256 signatureExpiry,
string memory name,
bytes memory signature
) external;
function setNameForAddr(address addr, string memory name) external;
}pragma solidity >=0.8.4;
interface IReverseRegistrar {
function setDefaultResolver(address resolver) external;
function claim(address owner) external returns (bytes32);
function claimForAddr(
address addr,
address owner,
address resolver
) external returns (bytes32);
function claimWithResolver(
address owner,
address resolver
) external returns (bytes32);
function setName(string memory name) external returns (bytes32);
function setNameForAddr(
address addr,
address owner,
address resolver,
string memory name
) external returns (bytes32);
function node(address addr) external pure returns (bytes32);
}//SPDX-License-Identifier: MIT
pragma solidity >=0.8.17 <0.9.0;
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
/// @notice Contract is used to recover ERC20 tokens sent to the contract by mistake.
contract ERC20Recoverable is Ownable {
/// @notice Recover ERC20 tokens sent to the contract by mistake.
/// @dev The contract is Ownable and only the owner can call the recover function.
/// @param _to The address to send the tokens to.
/// @param _token The address of the ERC20 token to recover
/// @param _amount The amount of tokens to recover.
function recoverFunds(
address _token,
address _to,
uint256 _amount
) external onlyOwner {
IERC20(_token).transfer(_to, _amount);
}
}pragma solidity >=0.8.4;
library StringUtils {
/// @dev Returns the length of a given string
/// @param s The string to measure the length of
/// @return The length of the input string
function strlen(string memory s) internal pure returns (uint256) {
uint256 len;
uint256 i = 0;
uint256 bytelength = bytes(s).length;
for (len = 0; i < bytelength; len++) {
bytes1 b = bytes(s)[i];
if (b < 0x80) {
i += 1;
} else if (b < 0xE0) {
i += 2;
} else if (b < 0xF0) {
i += 3;
} else if (b < 0xF8) {
i += 4;
} else if (b < 0xFC) {
i += 5;
} else {
i += 6;
}
}
return len;
}
/// @dev Escapes special characters in a given string
/// @param str The string to escape
/// @return The escaped string
function escape(string memory str) internal pure returns (string memory) {
bytes memory strBytes = bytes(str);
uint extraChars = 0;
// count extra space needed for escaping
for (uint i = 0; i < strBytes.length; i++) {
if (_needsEscaping(strBytes[i])) {
extraChars++;
}
}
// allocate buffer with the exact size needed
bytes memory buffer = new bytes(strBytes.length + extraChars);
uint index = 0;
// escape characters
for (uint i = 0; i < strBytes.length; i++) {
if (_needsEscaping(strBytes[i])) {
buffer[index++] = "\\";
buffer[index++] = _getEscapedChar(strBytes[i]);
} else {
buffer[index++] = strBytes[i];
}
}
return string(buffer);
}
// determine if a character needs escaping
function _needsEscaping(bytes1 char) private pure returns (bool) {
return
char == '"' ||
char == "/" ||
char == "\\" ||
char == "\n" ||
char == "\r" ||
char == "\t";
}
// get the escaped character
function _getEscapedChar(bytes1 char) private pure returns (bytes1) {
if (char == "\n") return "n";
if (char == "\r") return "r";
if (char == "\t") return "t";
return char;
}
}{
"evmVersion": "paris",
"libraries": {},
"metadata": {
"bytecodeHash": "ipfs",
"useLiteralContent": true
},
"optimizer": {
"enabled": true,
"runs": 1000000
},
"remappings": [],
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"contract BaseRegistrarImplementation","name":"_base","type":"address"},{"internalType":"contract IPriceOracle","name":"_prices","type":"address"},{"internalType":"uint256","name":"_minCommitmentAge","type":"uint256"},{"internalType":"uint256","name":"_maxCommitmentAge","type":"uint256"},{"internalType":"contract IReverseRegistrar","name":"_reverseRegistrar","type":"address"},{"internalType":"contract IDefaultReverseRegistrar","name":"_defaultReverseRegistrar","type":"address"},{"internalType":"contract ENS","name":"_ens","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"bytes32","name":"commitment","type":"bytes32"}],"name":"CommitmentNotFound","type":"error"},{"inputs":[{"internalType":"bytes32","name":"commitment","type":"bytes32"},{"internalType":"uint256","name":"minimumCommitmentTimestamp","type":"uint256"},{"internalType":"uint256","name":"currentTimestamp","type":"uint256"}],"name":"CommitmentTooNew","type":"error"},{"inputs":[{"internalType":"bytes32","name":"commitment","type":"bytes32"},{"internalType":"uint256","name":"maximumCommitmentTimestamp","type":"uint256"},{"internalType":"uint256","name":"currentTimestamp","type":"uint256"}],"name":"CommitmentTooOld","type":"error"},{"inputs":[{"internalType":"uint256","name":"duration","type":"uint256"}],"name":"DurationTooShort","type":"error"},{"inputs":[],"name":"InsufficientValue","type":"error"},{"inputs":[],"name":"MaxCommitmentAgeTooHigh","type":"error"},{"inputs":[],"name":"MaxCommitmentAgeTooLow","type":"error"},{"inputs":[{"internalType":"string","name":"name","type":"string"}],"name":"NameNotAvailable","type":"error"},{"inputs":[],"name":"ResolverRequiredForReverseRecord","type":"error"},{"inputs":[],"name":"ResolverRequiredWhenDataSupplied","type":"error"},{"inputs":[{"internalType":"bytes32","name":"commitment","type":"bytes32"}],"name":"UnexpiredCommitmentExists","type":"error"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"label","type":"string"},{"indexed":true,"internalType":"bytes32","name":"labelhash","type":"bytes32"},{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"uint256","name":"baseCost","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"premium","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"expires","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"referrer","type":"bytes32"}],"name":"NameRegistered","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"label","type":"string"},{"indexed":true,"internalType":"bytes32","name":"labelhash","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"cost","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"expires","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"referrer","type":"bytes32"}],"name":"NameRenewed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[],"name":"MIN_REGISTRATION_DURATION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"label","type":"string"}],"name":"available","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"commitment","type":"bytes32"}],"name":"commit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"name":"commitments","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"defaultReverseRegistrar","outputs":[{"internalType":"contract IDefaultReverseRegistrar","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ens","outputs":[{"internalType":"contract ENS","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"label","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"bytes32","name":"secret","type":"bytes32"},{"internalType":"address","name":"resolver","type":"address"},{"internalType":"bytes[]","name":"data","type":"bytes[]"},{"internalType":"uint8","name":"reverseRecord","type":"uint8"},{"internalType":"bytes32","name":"referrer","type":"bytes32"}],"internalType":"struct IETHRegistrarController.Registration","name":"registration","type":"tuple"}],"name":"makeCommitment","outputs":[{"internalType":"bytes32","name":"commitment","type":"bytes32"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"maxCommitmentAge","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"minCommitmentAge","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"prices","outputs":[{"internalType":"contract IPriceOracle","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"recoverFunds","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"label","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"bytes32","name":"secret","type":"bytes32"},{"internalType":"address","name":"resolver","type":"address"},{"internalType":"bytes[]","name":"data","type":"bytes[]"},{"internalType":"uint8","name":"reverseRecord","type":"uint8"},{"internalType":"bytes32","name":"referrer","type":"bytes32"}],"internalType":"struct IETHRegistrarController.Registration","name":"registration","type":"tuple"}],"name":"register","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"string","name":"label","type":"string"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"bytes32","name":"referrer","type":"bytes32"}],"name":"renew","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"label","type":"string"},{"internalType":"uint256","name":"duration","type":"uint256"}],"name":"rentPrice","outputs":[{"components":[{"internalType":"uint256","name":"base","type":"uint256"},{"internalType":"uint256","name":"premium","type":"uint256"}],"internalType":"struct IPriceOracle.Price","name":"price","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"reverseRegistrar","outputs":[{"internalType":"contract IReverseRegistrar","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceID","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"label","type":"string"}],"name":"valid","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
61016060405234801561001157600080fd5b5060405161286638038061286683398101604081905261003091610116565b610039336100ae565b848411610059576040516307cb550760e31b815260040160405180910390fd5b4284111561007a57604051630b4319e560e21b815260040160405180910390fd5b6001600160a01b0390811660805295861660a0529385166101405260c09290925260e052821661010052166101205261019f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038116811461011357600080fd5b50565b600080600080600080600060e0888a03121561013157600080fd5b875161013c816100fe565b602089015190975061014d816100fe565b604089015160608a015160808b0151929850909650945061016d816100fe565b60a089015190935061017e816100fe565b60c089015190925061018f816100fe565b8091505092959891949750929550565b60805160a05160c05160e05161010051610120516101405161260b61025b6000396000818161045601526115ac01526000818161023901526112e30152600081816102a201526111ea01526000818161040201528181610bfb01528181610c68015261142e01526000818161036301528181610b5e0152610b8f01526000818161060501528181610d2201528181610e3e015281816110f2015281816115da01526119e40152600081816101e00152610f13015261260b6000f3fe60806040526004361061016a5760003560e01c80638a95b09f116100cb578063ce1e09c01161007f578063ef9c880511610059578063ef9c880514610478578063f14fcbc81461048b578063f2fde38b146104ab57600080fd5b8063ce1e09c0146103f0578063cf7d6e0114610424578063d3419bf31461044457600080fd5b80638da5cb5b116100b05780638da5cb5b146103855780639791c097146103b0578063aeb8ce9b146103d057600080fd5b80638a95b09f1461033a5780638d839ffe1461035157600080fd5b80635d3590d51161012257806380869853116101075780638086985314610290578063839df945146102c457806383e7f6ff146102ff57600080fd5b80635d3590d51461025b578063715018a61461027b57600080fd5b80633ccfd60b116101535780633ccfd60b146101b95780633f15457f146101ce578063469bf4411461022757600080fd5b806301ffc9a71461016f57806318026ad1146101a4575b600080fd5b34801561017b57600080fd5b5061018f61018a366004611a64565b6104cb565b60405190151581526020015b60405180910390f35b6101b76101b2366004611af6565b610564565b005b3480156101c557600080fd5b506101b761071b565b3480156101da57600080fd5b506102027f000000000000000000000000000000000000000000000000000000000000000081565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161019b565b34801561023357600080fd5b506102027f000000000000000000000000000000000000000000000000000000000000000081565b34801561026757600080fd5b506101b7610276366004611b70565b610765565b34801561028757600080fd5b506101b761080c565b34801561029c57600080fd5b506102027f000000000000000000000000000000000000000000000000000000000000000081565b3480156102d057600080fd5b506102f16102df366004611bad565b60016020526000908152604090205481565b60405190815260200161019b565b34801561030b57600080fd5b5061031f61031a366004611bc6565b610820565b6040805182518152602092830151928101929092520161019b565b34801561034657600080fd5b506102f16224ea0081565b34801561035d57600080fd5b506102f17f000000000000000000000000000000000000000000000000000000000000000081565b34801561039157600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff16610202565b3480156103bc57600080fd5b5061018f6103cb366004611c12565b610865565b3480156103dc57600080fd5b5061018f6103eb366004611c12565b6108b1565b3480156103fc57600080fd5b506102f17f000000000000000000000000000000000000000000000000000000000000000081565b34801561043057600080fd5b506102f161043f366004611c54565b6108e1565b34801561045057600080fd5b506102027f000000000000000000000000000000000000000000000000000000000000000081565b6101b7610486366004611c54565b610a53565b34801561049757600080fd5b506101b76104a6366004611bad565b611417565b3480156104b757600080fd5b506101b76104c6366004611c90565b6114a0565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fe4f37f7900000000000000000000000000000000000000000000000000000000148061055e57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b60008484604051610576929190611cab565b60405180910390209050600061058e86868487611554565b80519091503410156105cc576040517f1101129400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517fc475abff00000000000000000000000000000000000000000000000000000000815260048101839052602481018590526000907f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff169063c475abff906044016020604051808303816000875af1158015610663573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106879190611cbb565b9050827ffa956c3bce4cb4b01166868ecaf0620566bc7e33fc70b0b9c6aef61e37e50b948888856000015185896040516106c5959493929190611d1d565b60405180910390a2815134111561071257815133906108fc906106e89034611d7d565b6040518115909202916000818181858888f19350505050158015610710573d6000803e3d6000fd5b505b50505050505050565b6000805460405173ffffffffffffffffffffffffffffffffffffffff909116914780156108fc02929091818181858888f19350505050158015610762573d6000803e3d6000fd5b50565b61076d6116a5565b6040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff83811660048301526024820183905284169063a9059cbb906044016020604051808303816000875af11580156107e2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108069190611d90565b50505050565b6108146116a5565b61081e6000611726565b565b604080518082019091526000808252602082015260008484604051610846929190611cab565b6040518091039020905061085c85858386611554565b95945050505050565b600060036108a884848080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061179b92505050565b10159392505050565b60008083836040516108c4929190611cab565b604051809103902090506108d98484836119a2565b949350505050565b6000806108f160a0840184611db2565b90501180156109255750600061090d60a0840160808501611c90565b73ffffffffffffffffffffffffffffffffffffffff16145b1561095c576040517fd3f605c400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61096c60e0830160c08401611e2b565b60ff16158015906109a25750600061098a60a0840160808501611c90565b73ffffffffffffffffffffffffffffffffffffffff16145b156109d9576040517f7d4a034a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6224ea0082604001351015610a2557604080517f9a71997b0000000000000000000000000000000000000000000000000000000081529083013560048201526024015b60405180910390fd5b81604051602001610a369190611f92565b604051602081830303815290604052805190602001209050919050565b6000610a5f828061209e565b604051610a6d929190611cab565b60405190819003902090506000610a92610a87848061209e565b848660400135611554565b9050600081602001518260000151610aaa9190612103565b905080341015610ae6576040517f1101129400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610af9610af3858061209e565b856119a2565b610b3b57610b07848061209e565b6040517f477707e8000000000000000000000000000000000000000000000000000000008152600401610a1c929190612116565b6000610b46856108e1565b60008181526001602052604090205490915042610b837f000000000000000000000000000000000000000000000000000000000000000083612103565b1115610bf55781610bb47f000000000000000000000000000000000000000000000000000000000000000083612103565b6040517f74480cc900000000000000000000000000000000000000000000000000000000815260048101929092526024820152426044820152606401610a1c565b42610c207f000000000000000000000000000000000000000000000000000000000000000083612103565b11610cce5780600003610c62576040517f836588c900000000000000000000000000000000000000000000000000000000815260048101839052602401610a1c565b81610c8d7f000000000000000000000000000000000000000000000000000000000000000083612103565b6040517f256e221600000000000000000000000000000000000000000000000000000000815260048101929092526024820152426044820152606401610a1c565b600082815260016020526040812081905580610cf060a0890160808a01611c90565b73ffffffffffffffffffffffffffffffffffffffff1603610dff5773ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001663fca247ac87610d5860408b0160208c01611c90565b604080517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b168152600481019390935273ffffffffffffffffffffffffffffffffffffffff90911660248301528a013560448201526064016020604051808303816000875af1158015610dd4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df89190611cbb565b9050611385565b604080517ffca247ac000000000000000000000000000000000000000000000000000000008152600481018890523060248201529088013560448201527f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff169063fca247ac906064016020604051808303816000875af1158015610e9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec09190611cbb565b604080517f93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae60208201529081018890529091506000906060016040516020818303038152906040528051906020012090507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663cf408823828a6020016020810190610f619190611c90565b610f7160a08d0160808e01611c90565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b168152600481019390935273ffffffffffffffffffffffffffffffffffffffff918216602484015216604482015260006064820152608401600060405180830381600087803b158015610fec57600080fd5b505af1158015611000573d6000803e3d6000fd5b506000925061101591505060a08a018a611db2565b905011156110db5761102d60a0890160808a01611c90565b73ffffffffffffffffffffffffffffffffffffffff1663e32954eb8261105660a08c018c611db2565b6040518463ffffffff1660e01b81526004016110749392919061212a565b6000604051808303816000875af1158015611093573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526110d99190810190612258565b505b73ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000166323b872dd3061112860408c0160208d01611c90565b60405160e084901b7fffffffff0000000000000000000000000000000000000000000000000000000016815273ffffffffffffffffffffffffffffffffffffffff928316600482015291166024820152604481018a9052606401600060405180830381600087803b15801561119c57600080fd5b505af11580156111b0573d6000803e3d6000fd5b50600192506111c891505060e08a0160c08b01611e2b565b1660ff166000146112af5773ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000016637a806d6b338061122160a08d0160808e01611c90565b61122b8d8061209e565b60405160200161123c9291906123a1565b6040516020818303038152906040526040518563ffffffff1660e01b815260040161126a949392919061241d565b6020604051808303816000875af1158015611289573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ad9190611cbb565b505b60026112c160e08a0160c08b01611e2b565b1660ff166000146113835773ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001663c9119941336113138b8061209e565b6040516020016113249291906123a1565b6040516020818303038152906040526040518363ffffffff1660e01b815260040161135092919061248e565b600060405180830381600087803b15801561136a57600080fd5b505af115801561137e573d6000803e3d6000fd5b505050505b505b6113956040880160208901611c90565b73ffffffffffffffffffffffffffffffffffffffff16867fc2240194853531f1ae318dcef227de79c6ad0fd9d1b0e4fe08568415be2e08a56113d78a8061209e565b89600001518a60200151878e60e001356040516113f9969594939291906124bd565b60405180910390a38334111561071257336108fc6106e88634611d7d565b6000818152600160205260409020544290611453907f000000000000000000000000000000000000000000000000000000000000000090612103565b1061148d576040517f0a059d7100000000000000000000000000000000000000000000000000000000815260048101829052602401610a1c565b6000908152600160205260409020429055565b6114a86116a5565b73ffffffffffffffffffffffffffffffffffffffff811661154b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610a1c565b61076281611726565b60408051808201909152600080825260208201526040517fd6e4fa860000000000000000000000000000000000000000000000000000000081526004810184905273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000008116916350e9a71591889188917f0000000000000000000000000000000000000000000000000000000000000000169063d6e4fa8690602401602060405180830381865afa158015611621573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116459190611cbb565b866040518563ffffffff1660e01b815260040161166594939291906124f6565b6040805180830381865afa158015611681573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085c919061251d565b60005473ffffffffffffffffffffffffffffffffffffffff16331461081e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a1c565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8051600090819081905b808210156119995760008583815181106117c1576117c161256e565b01602001517fff000000000000000000000000000000000000000000000000000000000000001690507f80000000000000000000000000000000000000000000000000000000000000008110156118245761181d600184612103565b9250611986565b7fe0000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156118795761181d600284612103565b7ff0000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156118ce5761181d600384612103565b7ff8000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156119235761181d600484612103565b7ffc000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156119785761181d600584612103565b611983600684612103565b92505b50826119918161259d565b9350506117a5565b50909392505050565b60006119ae8484610865565b80156108d957506040517f96e494e8000000000000000000000000000000000000000000000000000000008152600481018390527f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff16906396e494e890602401602060405180830381865afa158015611a40573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d99190611d90565b600060208284031215611a7657600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114611aa657600080fd5b9392505050565b60008083601f840112611abf57600080fd5b50813567ffffffffffffffff811115611ad757600080fd5b602083019150836020828501011115611aef57600080fd5b9250929050565b60008060008060608587031215611b0c57600080fd5b843567ffffffffffffffff811115611b2357600080fd5b611b2f87828801611aad565b90989097506020870135966040013595509350505050565b803573ffffffffffffffffffffffffffffffffffffffff81168114611b6b57600080fd5b919050565b600080600060608486031215611b8557600080fd5b611b8e84611b47565b9250611b9c60208501611b47565b929592945050506040919091013590565b600060208284031215611bbf57600080fd5b5035919050565b600080600060408486031215611bdb57600080fd5b833567ffffffffffffffff811115611bf257600080fd5b611bfe86828701611aad565b909790965060209590950135949350505050565b60008060208385031215611c2557600080fd5b823567ffffffffffffffff811115611c3c57600080fd5b611c4885828601611aad565b90969095509350505050565b600060208284031215611c6657600080fd5b813567ffffffffffffffff811115611c7d57600080fd5b82016101008185031215611aa657600080fd5b600060208284031215611ca257600080fd5b611aa682611b47565b8183823760009101908152919050565b600060208284031215611ccd57600080fd5b5051919050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b608081526000611d31608083018789611cd4565b602083019590955250604081019290925260609091015292915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8181038181111561055e5761055e611d4e565b600060208284031215611da257600080fd5b81518015158114611aa657600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112611de757600080fd5b83018035915067ffffffffffffffff821115611e0257600080fd5b6020019150600581901b3603821315611aef57600080fd5b803560ff81168114611b6b57600080fd5b600060208284031215611e3d57600080fd5b611aa682611e1a565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112611e7b57600080fd5b830160208101925035905067ffffffffffffffff811115611e9b57600080fd5b803603821315611aef57600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112611edf57600080fd5b830160208101925035905067ffffffffffffffff811115611eff57600080fd5b8060051b3603821315611aef57600080fd5b60008383855260208501945060208460051b8201018360005b86811015611f86577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0848403018852611f638287611e46565b611f6e858284611cd4565b60209a8b019a90955093909301925050600101611f2a565b50909695505050505050565b602081526000611fa28384611e46565b6101006020850152611fb961012085018284611cd4565b91505073ffffffffffffffffffffffffffffffffffffffff611fdd60208601611b47565b166040840152600060408501359050806060850152506000606085013590508060808501525061200f60808501611b47565b73ffffffffffffffffffffffffffffffffffffffff811660a08501525061203960a0850185611eaa565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08584030160c086015261206e838284611f11565b9250505061207e60c08501611e1a565b60ff811660e08501525060e0939093013561010092909201919091525090565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126120d357600080fd5b83018035915067ffffffffffffffff8211156120ee57600080fd5b602001915036819003821315611aef57600080fd5b8082018082111561055e5761055e611d4e565b6020815260006108d9602083018486611cd4565b838152604060208201819052810182905260006060600584901b8301810190830185835b868110156121a9577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa08685030183526121878289611e46565b612192868284611cd4565b95505050602092830192919091019060010161214e565b5091979650505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff8111828210171561222c5761222c6121b6565b604052919050565b60005b8381101561224f578181015183820152602001612237565b50506000910152565b60006020828403121561226a57600080fd5b815167ffffffffffffffff81111561228157600080fd5b8201601f8101841361229257600080fd5b805167ffffffffffffffff8111156122ac576122ac6121b6565b8060051b6122bc602082016121e5565b918252602081840181019290810190878411156122d857600080fd5b6020850192505b8383101561239657825167ffffffffffffffff8111156122fe57600080fd5b8501603f8101891361230f57600080fd5b602081015167ffffffffffffffff81111561232c5761232c6121b6565b61235d60207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116016121e5565b8181526040838301018b101561237257600080fd5b612383826020830160408601612234565b84525050602092830192909101906122df565b979650505050505050565b818382377f2e657468000000000000000000000000000000000000000000000000000000009101908152600401919050565b600081518084526123eb816020860160208601612234565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b73ffffffffffffffffffffffffffffffffffffffff8516815273ffffffffffffffffffffffffffffffffffffffff8416602082015273ffffffffffffffffffffffffffffffffffffffff8316604082015260806060820152600061248460808301846123d3565b9695505050505050565b73ffffffffffffffffffffffffffffffffffffffff831681526040602082015260006108d960408301846123d3565b60a0815260006124d160a08301888a611cd4565b9050856020830152846040830152836060830152826080830152979650505050505050565b60608152600061250a606083018688611cd4565b6020830194909452506040015292915050565b6000604082840312801561253057600080fd5b506040805190810167ffffffffffffffff81118282101715612554576125546121b6565b604052825181526020928301519281019290925250919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036125ce576125ce611d4e565b506001019056fea26469706673582212208bee915ecb306c877275eb5c18de7470963c9da7e88602549d73c9e08160d97b64736f6c634300081a003300000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea850000000000000000000000007542565191d074ce84fbfa92cae13acb84788ca9000000000000000000000000000000000000000000000000000000000000003c0000000000000000000000000000000000000000000000000000000000015180000000000000000000000000a58e81fe9b61b5c3fe2afd33cf304c454abfc7cb000000000000000000000000283f227c4bd38ece252c4ae7ece650b0e913f1f900000000000000000000000000000000000c2e074ec69a0dfb2997ba6c7d2e1e
Deployed Bytecode
0x60806040526004361061016a5760003560e01c80638a95b09f116100cb578063ce1e09c01161007f578063ef9c880511610059578063ef9c880514610478578063f14fcbc81461048b578063f2fde38b146104ab57600080fd5b8063ce1e09c0146103f0578063cf7d6e0114610424578063d3419bf31461044457600080fd5b80638da5cb5b116100b05780638da5cb5b146103855780639791c097146103b0578063aeb8ce9b146103d057600080fd5b80638a95b09f1461033a5780638d839ffe1461035157600080fd5b80635d3590d51161012257806380869853116101075780638086985314610290578063839df945146102c457806383e7f6ff146102ff57600080fd5b80635d3590d51461025b578063715018a61461027b57600080fd5b80633ccfd60b116101535780633ccfd60b146101b95780633f15457f146101ce578063469bf4411461022757600080fd5b806301ffc9a71461016f57806318026ad1146101a4575b600080fd5b34801561017b57600080fd5b5061018f61018a366004611a64565b6104cb565b60405190151581526020015b60405180910390f35b6101b76101b2366004611af6565b610564565b005b3480156101c557600080fd5b506101b761071b565b3480156101da57600080fd5b506102027f00000000000000000000000000000000000c2e074ec69a0dfb2997ba6c7d2e1e81565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161019b565b34801561023357600080fd5b506102027f000000000000000000000000283f227c4bd38ece252c4ae7ece650b0e913f1f981565b34801561026757600080fd5b506101b7610276366004611b70565b610765565b34801561028757600080fd5b506101b761080c565b34801561029c57600080fd5b506102027f000000000000000000000000a58e81fe9b61b5c3fe2afd33cf304c454abfc7cb81565b3480156102d057600080fd5b506102f16102df366004611bad565b60016020526000908152604090205481565b60405190815260200161019b565b34801561030b57600080fd5b5061031f61031a366004611bc6565b610820565b6040805182518152602092830151928101929092520161019b565b34801561034657600080fd5b506102f16224ea0081565b34801561035d57600080fd5b506102f17f000000000000000000000000000000000000000000000000000000000000003c81565b34801561039157600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff16610202565b3480156103bc57600080fd5b5061018f6103cb366004611c12565b610865565b3480156103dc57600080fd5b5061018f6103eb366004611c12565b6108b1565b3480156103fc57600080fd5b506102f17f000000000000000000000000000000000000000000000000000000000001518081565b34801561043057600080fd5b506102f161043f366004611c54565b6108e1565b34801561045057600080fd5b506102027f0000000000000000000000007542565191d074ce84fbfa92cae13acb84788ca981565b6101b7610486366004611c54565b610a53565b34801561049757600080fd5b506101b76104a6366004611bad565b611417565b3480156104b757600080fd5b506101b76104c6366004611c90565b6114a0565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fe4f37f7900000000000000000000000000000000000000000000000000000000148061055e57507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b60008484604051610576929190611cab565b60405180910390209050600061058e86868487611554565b80519091503410156105cc576040517f1101129400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517fc475abff00000000000000000000000000000000000000000000000000000000815260048101839052602481018590526000907f00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea8573ffffffffffffffffffffffffffffffffffffffff169063c475abff906044016020604051808303816000875af1158015610663573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106879190611cbb565b9050827ffa956c3bce4cb4b01166868ecaf0620566bc7e33fc70b0b9c6aef61e37e50b948888856000015185896040516106c5959493929190611d1d565b60405180910390a2815134111561071257815133906108fc906106e89034611d7d565b6040518115909202916000818181858888f19350505050158015610710573d6000803e3d6000fd5b505b50505050505050565b6000805460405173ffffffffffffffffffffffffffffffffffffffff909116914780156108fc02929091818181858888f19350505050158015610762573d6000803e3d6000fd5b50565b61076d6116a5565b6040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff83811660048301526024820183905284169063a9059cbb906044016020604051808303816000875af11580156107e2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108069190611d90565b50505050565b6108146116a5565b61081e6000611726565b565b604080518082019091526000808252602082015260008484604051610846929190611cab565b6040518091039020905061085c85858386611554565b95945050505050565b600060036108a884848080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525061179b92505050565b10159392505050565b60008083836040516108c4929190611cab565b604051809103902090506108d98484836119a2565b949350505050565b6000806108f160a0840184611db2565b90501180156109255750600061090d60a0840160808501611c90565b73ffffffffffffffffffffffffffffffffffffffff16145b1561095c576040517fd3f605c400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61096c60e0830160c08401611e2b565b60ff16158015906109a25750600061098a60a0840160808501611c90565b73ffffffffffffffffffffffffffffffffffffffff16145b156109d9576040517f7d4a034a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6224ea0082604001351015610a2557604080517f9a71997b0000000000000000000000000000000000000000000000000000000081529083013560048201526024015b60405180910390fd5b81604051602001610a369190611f92565b604051602081830303815290604052805190602001209050919050565b6000610a5f828061209e565b604051610a6d929190611cab565b60405190819003902090506000610a92610a87848061209e565b848660400135611554565b9050600081602001518260000151610aaa9190612103565b905080341015610ae6576040517f1101129400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610af9610af3858061209e565b856119a2565b610b3b57610b07848061209e565b6040517f477707e8000000000000000000000000000000000000000000000000000000008152600401610a1c929190612116565b6000610b46856108e1565b60008181526001602052604090205490915042610b837f000000000000000000000000000000000000000000000000000000000000003c83612103565b1115610bf55781610bb47f000000000000000000000000000000000000000000000000000000000000003c83612103565b6040517f74480cc900000000000000000000000000000000000000000000000000000000815260048101929092526024820152426044820152606401610a1c565b42610c207f000000000000000000000000000000000000000000000000000000000001518083612103565b11610cce5780600003610c62576040517f836588c900000000000000000000000000000000000000000000000000000000815260048101839052602401610a1c565b81610c8d7f000000000000000000000000000000000000000000000000000000000001518083612103565b6040517f256e221600000000000000000000000000000000000000000000000000000000815260048101929092526024820152426044820152606401610a1c565b600082815260016020526040812081905580610cf060a0890160808a01611c90565b73ffffffffffffffffffffffffffffffffffffffff1603610dff5773ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea851663fca247ac87610d5860408b0160208c01611c90565b604080517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b168152600481019390935273ffffffffffffffffffffffffffffffffffffffff90911660248301528a013560448201526064016020604051808303816000875af1158015610dd4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df89190611cbb565b9050611385565b604080517ffca247ac000000000000000000000000000000000000000000000000000000008152600481018890523060248201529088013560448201527f00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea8573ffffffffffffffffffffffffffffffffffffffff169063fca247ac906064016020604051808303816000875af1158015610e9c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ec09190611cbb565b604080517f93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae60208201529081018890529091506000906060016040516020818303038152906040528051906020012090507f00000000000000000000000000000000000c2e074ec69a0dfb2997ba6c7d2e1e73ffffffffffffffffffffffffffffffffffffffff1663cf408823828a6020016020810190610f619190611c90565b610f7160a08d0160808e01611c90565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e086901b168152600481019390935273ffffffffffffffffffffffffffffffffffffffff918216602484015216604482015260006064820152608401600060405180830381600087803b158015610fec57600080fd5b505af1158015611000573d6000803e3d6000fd5b506000925061101591505060a08a018a611db2565b905011156110db5761102d60a0890160808a01611c90565b73ffffffffffffffffffffffffffffffffffffffff1663e32954eb8261105660a08c018c611db2565b6040518463ffffffff1660e01b81526004016110749392919061212a565b6000604051808303816000875af1158015611093573d6000803e3d6000fd5b505050506040513d6000823e601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01682016040526110d99190810190612258565b505b73ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea85166323b872dd3061112860408c0160208d01611c90565b60405160e084901b7fffffffff0000000000000000000000000000000000000000000000000000000016815273ffffffffffffffffffffffffffffffffffffffff928316600482015291166024820152604481018a9052606401600060405180830381600087803b15801561119c57600080fd5b505af11580156111b0573d6000803e3d6000fd5b50600192506111c891505060e08a0160c08b01611e2b565b1660ff166000146112af5773ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000a58e81fe9b61b5c3fe2afd33cf304c454abfc7cb16637a806d6b338061122160a08d0160808e01611c90565b61122b8d8061209e565b60405160200161123c9291906123a1565b6040516020818303038152906040526040518563ffffffff1660e01b815260040161126a949392919061241d565b6020604051808303816000875af1158015611289573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ad9190611cbb565b505b60026112c160e08a0160c08b01611e2b565b1660ff166000146113835773ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000283f227c4bd38ece252c4ae7ece650b0e913f1f91663c9119941336113138b8061209e565b6040516020016113249291906123a1565b6040516020818303038152906040526040518363ffffffff1660e01b815260040161135092919061248e565b600060405180830381600087803b15801561136a57600080fd5b505af115801561137e573d6000803e3d6000fd5b505050505b505b6113956040880160208901611c90565b73ffffffffffffffffffffffffffffffffffffffff16867fc2240194853531f1ae318dcef227de79c6ad0fd9d1b0e4fe08568415be2e08a56113d78a8061209e565b89600001518a60200151878e60e001356040516113f9969594939291906124bd565b60405180910390a38334111561071257336108fc6106e88634611d7d565b6000818152600160205260409020544290611453907f000000000000000000000000000000000000000000000000000000000001518090612103565b1061148d576040517f0a059d7100000000000000000000000000000000000000000000000000000000815260048101829052602401610a1c565b6000908152600160205260409020429055565b6114a86116a5565b73ffffffffffffffffffffffffffffffffffffffff811661154b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610a1c565b61076281611726565b60408051808201909152600080825260208201526040517fd6e4fa860000000000000000000000000000000000000000000000000000000081526004810184905273ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000007542565191d074ce84fbfa92cae13acb84788ca98116916350e9a71591889188917f00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea85169063d6e4fa8690602401602060405180830381865afa158015611621573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116459190611cbb565b866040518563ffffffff1660e01b815260040161166594939291906124f6565b6040805180830381865afa158015611681573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085c919061251d565b60005473ffffffffffffffffffffffffffffffffffffffff16331461081e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610a1c565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8051600090819081905b808210156119995760008583815181106117c1576117c161256e565b01602001517fff000000000000000000000000000000000000000000000000000000000000001690507f80000000000000000000000000000000000000000000000000000000000000008110156118245761181d600184612103565b9250611986565b7fe0000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156118795761181d600284612103565b7ff0000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156118ce5761181d600384612103565b7ff8000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156119235761181d600484612103565b7ffc000000000000000000000000000000000000000000000000000000000000007fff00000000000000000000000000000000000000000000000000000000000000821610156119785761181d600584612103565b611983600684612103565b92505b50826119918161259d565b9350506117a5565b50909392505050565b60006119ae8484610865565b80156108d957506040517f96e494e8000000000000000000000000000000000000000000000000000000008152600481018390527f00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea8573ffffffffffffffffffffffffffffffffffffffff16906396e494e890602401602060405180830381865afa158015611a40573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108d99190611d90565b600060208284031215611a7657600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114611aa657600080fd5b9392505050565b60008083601f840112611abf57600080fd5b50813567ffffffffffffffff811115611ad757600080fd5b602083019150836020828501011115611aef57600080fd5b9250929050565b60008060008060608587031215611b0c57600080fd5b843567ffffffffffffffff811115611b2357600080fd5b611b2f87828801611aad565b90989097506020870135966040013595509350505050565b803573ffffffffffffffffffffffffffffffffffffffff81168114611b6b57600080fd5b919050565b600080600060608486031215611b8557600080fd5b611b8e84611b47565b9250611b9c60208501611b47565b929592945050506040919091013590565b600060208284031215611bbf57600080fd5b5035919050565b600080600060408486031215611bdb57600080fd5b833567ffffffffffffffff811115611bf257600080fd5b611bfe86828701611aad565b909790965060209590950135949350505050565b60008060208385031215611c2557600080fd5b823567ffffffffffffffff811115611c3c57600080fd5b611c4885828601611aad565b90969095509350505050565b600060208284031215611c6657600080fd5b813567ffffffffffffffff811115611c7d57600080fd5b82016101008185031215611aa657600080fd5b600060208284031215611ca257600080fd5b611aa682611b47565b8183823760009101908152919050565b600060208284031215611ccd57600080fd5b5051919050565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b608081526000611d31608083018789611cd4565b602083019590955250604081019290925260609091015292915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8181038181111561055e5761055e611d4e565b600060208284031215611da257600080fd5b81518015158114611aa657600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112611de757600080fd5b83018035915067ffffffffffffffff821115611e0257600080fd5b6020019150600581901b3603821315611aef57600080fd5b803560ff81168114611b6b57600080fd5b600060208284031215611e3d57600080fd5b611aa682611e1a565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112611e7b57600080fd5b830160208101925035905067ffffffffffffffff811115611e9b57600080fd5b803603821315611aef57600080fd5b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112611edf57600080fd5b830160208101925035905067ffffffffffffffff811115611eff57600080fd5b8060051b3603821315611aef57600080fd5b60008383855260208501945060208460051b8201018360005b86811015611f86577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0848403018852611f638287611e46565b611f6e858284611cd4565b60209a8b019a90955093909301925050600101611f2a565b50909695505050505050565b602081526000611fa28384611e46565b6101006020850152611fb961012085018284611cd4565b91505073ffffffffffffffffffffffffffffffffffffffff611fdd60208601611b47565b166040840152600060408501359050806060850152506000606085013590508060808501525061200f60808501611b47565b73ffffffffffffffffffffffffffffffffffffffff811660a08501525061203960a0850185611eaa565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08584030160c086015261206e838284611f11565b9250505061207e60c08501611e1a565b60ff811660e08501525060e0939093013561010092909201919091525090565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18436030181126120d357600080fd5b83018035915067ffffffffffffffff8211156120ee57600080fd5b602001915036819003821315611aef57600080fd5b8082018082111561055e5761055e611d4e565b6020815260006108d9602083018486611cd4565b838152604060208201819052810182905260006060600584901b8301810190830185835b868110156121a9577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa08685030183526121878289611e46565b612192868284611cd4565b95505050602092830192919091019060010161214e565b5091979650505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff8111828210171561222c5761222c6121b6565b604052919050565b60005b8381101561224f578181015183820152602001612237565b50506000910152565b60006020828403121561226a57600080fd5b815167ffffffffffffffff81111561228157600080fd5b8201601f8101841361229257600080fd5b805167ffffffffffffffff8111156122ac576122ac6121b6565b8060051b6122bc602082016121e5565b918252602081840181019290810190878411156122d857600080fd5b6020850192505b8383101561239657825167ffffffffffffffff8111156122fe57600080fd5b8501603f8101891361230f57600080fd5b602081015167ffffffffffffffff81111561232c5761232c6121b6565b61235d60207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116016121e5565b8181526040838301018b101561237257600080fd5b612383826020830160408601612234565b84525050602092830192909101906122df565b979650505050505050565b818382377f2e657468000000000000000000000000000000000000000000000000000000009101908152600401919050565b600081518084526123eb816020860160208601612234565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b73ffffffffffffffffffffffffffffffffffffffff8516815273ffffffffffffffffffffffffffffffffffffffff8416602082015273ffffffffffffffffffffffffffffffffffffffff8316604082015260806060820152600061248460808301846123d3565b9695505050505050565b73ffffffffffffffffffffffffffffffffffffffff831681526040602082015260006108d960408301846123d3565b60a0815260006124d160a08301888a611cd4565b9050856020830152846040830152836060830152826080830152979650505050505050565b60608152600061250a606083018688611cd4565b6020830194909452506040015292915050565b6000604082840312801561253057600080fd5b506040805190810167ffffffffffffffff81118282101715612554576125546121b6565b604052825181526020928301519281019290925250919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036125ce576125ce611d4e565b506001019056fea26469706673582212208bee915ecb306c877275eb5c18de7470963c9da7e88602549d73c9e08160d97b64736f6c634300081a0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea850000000000000000000000007542565191d074ce84fbfa92cae13acb84788ca9000000000000000000000000000000000000000000000000000000000000003c0000000000000000000000000000000000000000000000000000000000015180000000000000000000000000a58e81fe9b61b5c3fe2afd33cf304c454abfc7cb000000000000000000000000283f227c4bd38ece252c4ae7ece650b0e913f1f900000000000000000000000000000000000c2e074ec69a0dfb2997ba6c7d2e1e
-----Decoded View---------------
Arg [0] : _base (address): 0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85
Arg [1] : _prices (address): 0x7542565191d074cE84fBfA92cAE13AcB84788CA9
Arg [2] : _minCommitmentAge (uint256): 60
Arg [3] : _maxCommitmentAge (uint256): 86400
Arg [4] : _reverseRegistrar (address): 0xa58E81fe9b61B5c3fE2AFD33CF304c454AbFc7Cb
Arg [5] : _defaultReverseRegistrar (address): 0x283F227c4Bd38ecE252C4Ae7ECE650B0e913f1f9
Arg [6] : _ens (address): 0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e
-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 00000000000000000000000057f1887a8bf19b14fc0df6fd9b2acc9af147ea85
Arg [1] : 0000000000000000000000007542565191d074ce84fbfa92cae13acb84788ca9
Arg [2] : 000000000000000000000000000000000000000000000000000000000000003c
Arg [3] : 0000000000000000000000000000000000000000000000000000000000015180
Arg [4] : 000000000000000000000000a58e81fe9b61b5c3fe2afd33cf304c454abfc7cb
Arg [5] : 000000000000000000000000283f227c4bd38ece252c4ae7ece650b0e913f1f9
Arg [6] : 00000000000000000000000000000000000c2e074ec69a0dfb2997ba6c7d2e1e
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $3,316.03 | 34.7131 | $115,109.51 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.