Source Code
Latest 25 from a total of 1,759 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Withdraw | 7600618 | 524 days ago | IN | 0 ETH | 0.00000028 | ||||
| Register | 6948462 | 539 days ago | IN | 0 ETH | 0.00000054 | ||||
| Register | 6632714 | 546 days ago | IN | 0.00799999 ETH | 0.00000118 | ||||
| Register | 6517575 | 549 days ago | IN | 0 ETH | 0.00000001 | ||||
| Register | 6506710 | 549 days ago | IN | 0.00799999 ETH | 0.00000028 | ||||
| Register | 6503730 | 549 days ago | IN | 0.00799999 ETH | 0.00000001 | ||||
| Register | 6497571 | 549 days ago | IN | 0.00799999 ETH | 0.00000028 | ||||
| Register | 6497424 | 549 days ago | IN | 0.00799999 ETH | 0.00000028 | ||||
| Register | 6497362 | 549 days ago | IN | 0.00799999 ETH | 0.00000027 | ||||
| Register | 6470240 | 550 days ago | IN | 0.00799999 ETH | 0.00000048 | ||||
| Register | 6433303 | 551 days ago | IN | 0.00799999 ETH | 0.0000004 | ||||
| Register | 6362392 | 553 days ago | IN | 0.00799999 ETH | 0.00000001 | ||||
| Register | 6342568 | 553 days ago | IN | 0.00799999 ETH | 0.00000001 | ||||
| Withdraw | 6258713 | 555 days ago | IN | 0 ETH | 0.00000003 | ||||
| Register | 6149011 | 558 days ago | IN | 0.00799999 ETH | 0.00000061 | ||||
| Register | 6111234 | 558 days ago | IN | 0.00799999 ETH | 0.00000275 | ||||
| Register | 6065589 | 559 days ago | IN | 0.00799999 ETH | 0.00000064 | ||||
| Register | 5988279 | 561 days ago | IN | 0.00799999 ETH | 0.00000012 | ||||
| Register | 5963546 | 562 days ago | IN | 0.00799999 ETH | 0.00000098 | ||||
| Register | 5874302 | 564 days ago | IN | 0.00799999 ETH | 0.00000001 | ||||
| Register | 5866124 | 564 days ago | IN | 0.00799999 ETH | 0.00000143 | ||||
| Register | 5854428 | 564 days ago | IN | 0.00799999 ETH | 0.00000044 | ||||
| Register | 5732057 | 567 days ago | IN | 0.00799999 ETH | 0.00000001 | ||||
| Withdraw | 5719943 | 567 days ago | IN | 0 ETH | 0 | ||||
| Register | 5649947 | 569 days ago | IN | 0.00799999 ETH | 0.00000213 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 7600618 | 524 days ago | 0.07519999 ETH | ||||
| 6503730 | 549 days ago | 0.00239999 ETH | ||||
| 6362392 | 553 days ago | 0.00239999 ETH | ||||
| 6258713 | 555 days ago | 0.07199999 ETH | ||||
| 5719943 | 567 days ago | 1.79479999 ETH | ||||
| 5241308 | 579 days ago | 0.00039999 ETH | ||||
| 5199887 | 580 days ago | 0.00039999 ETH | ||||
| 5183514 | 580 days ago | 0.00039999 ETH | ||||
| 5048435 | 583 days ago | 0.00039999 ETH | ||||
| 4992377 | 584 days ago | 0.00039999 ETH | ||||
| 4991704 | 584 days ago | 0.00239999 ETH | ||||
| 4983028 | 585 days ago | 0.00039999 ETH | ||||
| 4969742 | 585 days ago | 0.00039999 ETH | ||||
| 4841113 | 588 days ago | 0.00039999 ETH | ||||
| 4783943 | 589 days ago | 0.00039999 ETH | ||||
| 4553325 | 594 days ago | 0.00039999 ETH | ||||
| 4538685 | 595 days ago | 0.00039999 ETH | ||||
| 4478163 | 596 days ago | 0.00039999 ETH | ||||
| 4461920 | 597 days ago | 0.00239999 ETH | ||||
| 4335611 | 600 days ago | 0.00039999 ETH | ||||
| 4303835 | 600 days ago | 0.00239999 ETH | ||||
| 4294640 | 600 days ago | 0.00039999 ETH | ||||
| 4170793 | 603 days ago | 0.00039999 ETH | ||||
| 4045981 | 606 days ago | 4.15239999 ETH | ||||
| 3901032 | 610 days ago | 0.00039999 ETH |
Cross-Chain Transactions
Loading...
Loading
Contract Name:
ETHRegistrarController
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
Yes with 1200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
//SPDX-License-Identifier: MIT
pragma solidity ~0.8.17;
import {BaseRegistrarImplementation} from "./BaseRegistrarImplementation.sol";
import {StringUtils} from "./StringUtils.sol";
import {Resolver} from "../resolvers/Resolver.sol";
import {ENS} from "../registry/ENS.sol";
import {ReverseRegistrar} from "../reverseRegistrar/ReverseRegistrar.sol";
import {ReverseClaimer} from "../reverseRegistrar/ReverseClaimer.sol";
import {IETHRegistrarController, IPriceOracle} from "./IETHRegistrarController.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
import {Address} from "@openzeppelin/contracts/utils/Address.sol";
import {INameWrapper} from "../wrapper/INameWrapper.sol";
import {ERC20Recoverable} from "../utils/ERC20Recoverable.sol";
error CommitmentTooNew(bytes32 commitment);
error CommitmentTooOld(bytes32 commitment);
error NameNotAvailable(string name);
error DurationTooShort(uint256 duration);
error ResolverRequiredWhenDataSupplied();
error UnexpiredCommitmentExists(bytes32 commitment);
error InsufficientValue();
error Unauthorised(bytes32 node);
error MaxCommitmentAgeTooLow();
error MaxCommitmentAgeTooHigh();
interface IBlast {
// Note: the full interface for IBlast can be found below
function configureClaimableGas() external;
function claimAllGas(
address contractAddress,
address recipient
) external returns (uint256);
}
interface IBlastPoints {
function configurePointsOperator(address operator) external;
function configurePointsOperatorOnBehalf(
address contractAddress,
address operator
) external;
}
/**
* @dev A registrar controller for registering and renewing names at fixed cost.
*/
contract ETHRegistrarController is
Ownable,
IETHRegistrarController,
IERC165,
ERC20Recoverable,
ReverseClaimer
{
using StringUtils for *;
using Address for address;
IBlast public constant BLAST =
IBlast(0x4300000000000000000000000000000000000002);
uint256 public constant MIN_REGISTRATION_DURATION = 28 days;
bytes32 private constant ETH_NODE =
0xf9a8042e773f5bb364935843213ac9b77d46945b386df32f2e26a2a3dd479aaf;
uint64 private constant MAX_EXPIRY = type(uint64).max;
BaseRegistrarImplementation immutable base;
IPriceOracle public immutable prices;
uint256 public immutable minCommitmentAge;
uint256 public immutable maxCommitmentAge;
ReverseRegistrar public immutable reverseRegistrar;
INameWrapper public immutable nameWrapper;
mapping(bytes32 => uint256) public commitments;
mapping(address => bool) public isSpecialReferal;
mapping(address => address) public userReferals;
uint256 public referalPercentage = 5;
uint256 public specialReferalPercentage = 10;
event NameRegistered(
string name,
bytes32 indexed label,
address indexed owner,
uint256 baseCost,
uint256 premium,
uint256 expires,
uint256 tokenId
);
event NameRenewed(
string name,
bytes32 indexed label,
uint256 cost,
uint256 expires
);
event ReferalIncomeRecived(address to, address from, uint256 amount);
address public managerWallet;
uint256 public domainCount;
bool public isActive;
modifier onlyManager() {
require(
managerWallet == msg.sender || owner() == msg.sender,
"Only Manager can call"
);
_;
}
constructor(
BaseRegistrarImplementation _base,
IPriceOracle _prices,
uint256 _minCommitmentAge,
uint256 _maxCommitmentAge,
ReverseRegistrar _reverseRegistrar,
INameWrapper _nameWrapper,
ENS _ens
) ReverseClaimer(_ens, msg.sender) {
if (_maxCommitmentAge <= _minCommitmentAge) {
revert MaxCommitmentAgeTooLow();
}
if (_maxCommitmentAge > block.timestamp) {
revert MaxCommitmentAgeTooHigh();
}
base = _base;
prices = _prices;
minCommitmentAge = _minCommitmentAge;
maxCommitmentAge = _maxCommitmentAge;
reverseRegistrar = _reverseRegistrar;
nameWrapper = _nameWrapper;
managerWallet = 0x9e05f067a30A040828F2C29989774698d4eB3317;
BLAST.configureClaimableGas();
IBlastPoints(0x2536FE9ab3F511540F2f9e2eC2A805005C3Dd800)
.configurePointsOperator(
0x9e05f067a30A040828F2C29989774698d4eB3317
);
}
function transferManager(address _wallet) external onlyManager {
managerWallet = _wallet;
}
function claimMyContractsGas() external onlyManager {
BLAST.claimAllGas(address(this), msg.sender);
}
function rentPrice(
string memory name,
uint256 duration
) public view override returns (IPriceOracle.Price memory price) {
bytes32 label = keccak256(bytes(name));
price = prices.price(name, base.nameExpires(uint256(label)), duration);
}
function valid(string memory name) public pure returns (bool) {
return name.strlen() >= 3;
}
function available(string memory name) public view override returns (bool) {
bytes32 label = keccak256(bytes(name));
return valid(name) && base.available(uint256(label));
}
function preRegDomains(
string[] calldata name,
address[] memory owner,
uint256[] memory duration,
address resolver
) external onlyManager {
for (uint256 i = 0; i < owner.length; i++) {
uint256 tokenId = uint256(keccak256(bytes(name[i])));
uint256 expires = nameWrapper.registerAndWrapETH2LD(
name[i],
owner[i],
duration[i],
resolver,
0
);
_setReverseRecord(name[i], resolver, owner[i]);
domainCount++;
emit NameRegistered(
name[i],
keccak256(bytes(name[i])),
owner[i],
0,
0,
expires,
tokenId
);
}
}
function makeCommitment(
string memory name,
address owner,
uint256 duration,
bytes32 secret,
address resolver,
bytes[] calldata data,
bool reverseRecord,
uint16 ownerControlledFuses
) public pure override returns (bytes32) {
bytes32 label = keccak256(bytes(name));
if (data.length > 0 && resolver == address(0)) {
revert ResolverRequiredWhenDataSupplied();
}
return
keccak256(
abi.encode(
label,
owner,
duration,
secret,
resolver,
data,
reverseRecord,
ownerControlledFuses
)
);
}
function commit(bytes32 commitment) public override {
if (commitments[commitment] + maxCommitmentAge >= block.timestamp) {
revert UnexpiredCommitmentExists(commitment);
}
commitments[commitment] = block.timestamp;
}
function togleRegisrations() external onlyManager {
isActive = !isActive;
}
function register(
string calldata name,
address owner,
uint256 duration,
address resolver,
bool reverseRecord,
uint16 ownerControlledFuses,
address _referal
) public payable override {
// require(isActive, "regisrations are not open");
IPriceOracle.Price memory price = rentPrice(name, duration);
if (msg.value < price.base + price.premium) {
revert InsufficientValue();
}
uint256 tokenId = uint256(keccak256(bytes(name)));
uint256 expires = nameWrapper.registerAndWrapETH2LD(
name,
owner,
duration,
resolver,
ownerControlledFuses
);
if (reverseRecord) {
_setReverseRecord(name, resolver, msg.sender);
}
emit NameRegistered(
name,
keccak256(bytes(name)),
owner,
price.base,
price.premium,
expires,
tokenId
);
domainCount++;
if (_referal != address(0) || userReferals[msg.sender] != address(0)) {
require(
_referal != msg.sender,
"Referal can not be your own address"
);
if (userReferals[msg.sender] != address(0))
_referal = userReferals[msg.sender];
if (isSpecialReferal[_referal]) {
uint256 _referalAmount = ((price.base + price.premium) *
specialReferalPercentage) / 100;
(bool success, ) = _referal.call{value: _referalAmount}("");
emit ReferalIncomeRecived(_referal, msg.sender, _referalAmount);
} else {
uint256 _referalAmount = ((price.base + price.premium) *
referalPercentage) / 100;
(bool success, ) = _referal.call{value: _referalAmount}("");
emit ReferalIncomeRecived(_referal, msg.sender, _referalAmount);
}
}
if (msg.value > (price.base + price.premium)) {
payable(msg.sender).transfer(
msg.value - (price.base + price.premium)
);
}
}
function renew(
string calldata name,
uint256 duration
) external payable override {
bytes32 labelhash = keccak256(bytes(name));
uint256 tokenId = uint256(labelhash);
IPriceOracle.Price memory price = rentPrice(name, duration);
if (msg.value < price.base) {
revert InsufficientValue();
}
uint256 expires = nameWrapper.renew(tokenId, duration);
if (msg.value > price.base) {
payable(msg.sender).transfer(msg.value - price.base);
}
emit NameRenewed(name, labelhash, msg.value, expires);
}
function withdraw() public {
payable(owner()).transfer(address(this).balance);
}
function supportsInterface(
bytes4 interfaceID
) external pure returns (bool) {
return
interfaceID == type(IERC165).interfaceId ||
interfaceID == type(IETHRegistrarController).interfaceId;
}
/* Internal functions */
function _consumeCommitment(
string memory name,
uint256 duration,
bytes32 commitment
) internal {
// Require an old enough commitment.
if (commitments[commitment] + minCommitmentAge > block.timestamp) {
revert CommitmentTooNew(commitment);
}
// If the commitment is too old, or the name is registered, stop
if (commitments[commitment] + maxCommitmentAge <= block.timestamp) {
revert CommitmentTooOld(commitment);
}
if (!available(name)) {
revert NameNotAvailable(name);
}
delete (commitments[commitment]);
if (duration < MIN_REGISTRATION_DURATION) {
revert DurationTooShort(duration);
}
}
function _setRecords(
address resolverAddress,
bytes32 label,
bytes[] calldata data
) internal {
// use hardcoded .eth namehash
bytes32 nodehash = keccak256(abi.encodePacked(ETH_NODE, label));
Resolver resolver = Resolver(resolverAddress);
resolver.multicallWithNodeCheck(nodehash, data);
}
function _setReverseRecord(
string memory name,
address resolver,
address owner
) internal {
reverseRegistrar.setNameForAddr(
msg.sender,
owner,
resolver,
string.concat(name, ".blast")
);
}
function changeReferalPercentages(
uint256 _normal,
uint256 _special
) external onlyManager {
referalPercentage = _normal;
specialReferalPercentage = _special;
}
function setSpecialRefereals(
address _wallet,
bool _status
) external onlyManager {
isSpecialReferal[_wallet] = _status;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.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 anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing 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.7.0) (token/ERC1155/IERC1155.sol)
pragma solidity ^0.8.0;
import "../../utils/introspection/IERC165.sol";
/**
* @dev Required interface of an ERC1155 compliant contract, as defined in the
* https://eips.ethereum.org/EIPS/eip-1155[EIP].
*
* _Available since v3.1._
*/
interface IERC1155 is IERC165 {
/**
* @dev Emitted when `value` tokens of token type `id` are transferred from `from` to `to` by `operator`.
*/
event TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value);
/**
* @dev Equivalent to multiple {TransferSingle} events, where `operator`, `from` and `to` are the same for all
* transfers.
*/
event TransferBatch(
address indexed operator,
address indexed from,
address indexed to,
uint256[] ids,
uint256[] values
);
/**
* @dev Emitted when `account` grants or revokes permission to `operator` to transfer their tokens, according to
* `approved`.
*/
event ApprovalForAll(address indexed account, address indexed operator, bool approved);
/**
* @dev Emitted when the URI for token type `id` changes to `value`, if it is a non-programmatic URI.
*
* If an {URI} event was emitted for `id`, the standard
* https://eips.ethereum.org/EIPS/eip-1155#metadata-extensions[guarantees] that `value` will equal the value
* returned by {IERC1155MetadataURI-uri}.
*/
event URI(string value, uint256 indexed id);
/**
* @dev Returns the amount of tokens of token type `id` owned by `account`.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function balanceOf(address account, uint256 id) external view returns (uint256);
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {balanceOf}.
*
* Requirements:
*
* - `accounts` and `ids` must have the same length.
*/
function balanceOfBatch(address[] calldata accounts, uint256[] calldata ids)
external
view
returns (uint256[] memory);
/**
* @dev Grants or revokes permission to `operator` to transfer the caller's tokens, according to `approved`,
*
* Emits an {ApprovalForAll} event.
*
* Requirements:
*
* - `operator` cannot be the caller.
*/
function setApprovalForAll(address operator, bool approved) external;
/**
* @dev Returns true if `operator` is approved to transfer ``account``'s tokens.
*
* See {setApprovalForAll}.
*/
function isApprovedForAll(address account, address operator) external view returns (bool);
/**
* @dev Transfers `amount` tokens of token type `id` from `from` to `to`.
*
* Emits a {TransferSingle} event.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - If the caller is not `from`, it must have been approved to spend ``from``'s tokens via {setApprovalForAll}.
* - `from` must have a balance of tokens of type `id` of at least `amount`.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155Received} and return the
* acceptance magic value.
*/
function safeTransferFrom(
address from,
address to,
uint256 id,
uint256 amount,
bytes calldata data
) external;
/**
* @dev xref:ROOT:erc1155.adoc#batch-operations[Batched] version of {safeTransferFrom}.
*
* Emits a {TransferBatch} event.
*
* Requirements:
*
* - `ids` and `amounts` must have the same length.
* - If `to` refers to a smart contract, it must implement {IERC1155Receiver-onERC1155BatchReceived} and return the
* acceptance magic value.
*/
function safeBatchTransferFrom(
address from,
address to,
uint256[] calldata ids,
uint256[] calldata amounts,
bytes calldata data
) external;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.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.8.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 {
if (batchSize > 1) {
if (from != address(0)) {
_balances[from] -= batchSize;
}
if (to != address(0)) {
_balances[to] += batchSize;
}
}
}
/**
* @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 {}
}// 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.8.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 (last updated v4.8.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
* ====
*
* [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://diligence.consensys.net/posts/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.5.11/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 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.8.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) {
return prod0 / denominator;
}
// Make sure the result is less than 2^256. Also prevents denominator == 0.
require(denominator > prod1);
///////////////////////////////////////////////
// 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 10, 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 * 8) < value ? 1 : 0);
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
import "./math/Math.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 `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);
}
}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;
mapping(address => uint256) public primaryDomains;
// The ENS registry
ENS public ens;
// The namehash of the TLD this registrar owns (eg, .eth)
bytes32 public baseNode;
string public baseURI =
"https://idd6icj6c6kb6fs56golimk4fi0thpen.lambda-url.us-east-1.on.aws/";
// 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));
}
event MetaDataUpdated(
uint256 tokenId,
string[] generalData,
string[] socials
);
event PrimaryDomainUpdated(address indexed owner, uint256 tokenId);
constructor(ENS _ens, bytes32 _baseNode) ERC721("BLAST ID", "BID") {
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);
}
function setPrimaryDomain(uint256 _tokenId) external {
require(ownerOf(_tokenId) == msg.sender, "Not the domain Owner");
primaryDomains[msg.sender] = _tokenId;
emit PrimaryDomainUpdated(msg.sender, _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;
}
function changeBaseUrl(string memory _newUrl) external onlyOwner {
baseURI = _newUrl;
}
function uint2str(uint256 value) internal pure returns (string memory) {
if (value == 0) {
return "0";
}
uint256 temp = value;
uint256 digits;
while (temp != 0) {
digits++;
temp /= 10;
}
bytes memory buffer = new bytes(digits);
while (value != 0) {
digits--;
buffer[digits] = bytes1(uint8(48 + (value % 10)));
value /= 10;
}
return string(buffer);
}
function tokenURI(
uint256 tokenId
) public view override returns (string memory) {
// Convert the tokenId to a string
string memory tokenIdStr = uint2str(tokenId);
// Concatenate the base URI and tokenId to form the complete URI
string memory nftURI = string(
abi.encodePacked(baseURI, tokenIdStr, ".json")
);
return nftURI;
}
function updateMetaData(
uint256 _tokenId,
string[] memory _generalData,
string[] memory _socials
) external {
require(
ownerOf(_tokenId) == msg.sender,
"You are not the owner of domain"
);
emit MetaDataUpdated(_tokenId, _generalData, _socials);
}
}import "../registry/ENS.sol";
import "./IBaseRegistrar.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 {
function rentPrice(
string memory,
uint256
) external view returns (IPriceOracle.Price memory);
function available(string memory) external returns (bool);
function makeCommitment(
string memory,
address,
uint256,
bytes32,
address,
bytes[] calldata,
bool,
uint16
) external pure returns (bytes32);
function commit(bytes32) external;
function register(
string calldata,
address,
uint256,
address,
bool,
uint16,
address
) external payable;
function renew(string calldata, uint256) 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);
}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;
}
}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;
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 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 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 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;
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;
}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 {ENS} from "../registry/ENS.sol";
import {IReverseRegistrar} from "../reverseRegistrar/IReverseRegistrar.sol";
contract ReverseClaimer {
bytes32 constant ADDR_REVERSE_NODE =
0x91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e2;
constructor(ENS ens, address claimant) {
IReverseRegistrar reverseRegistrar = IReverseRegistrar(
ens.owner(ADDR_REVERSE_NODE)
);
reverseRegistrar.claim(claimant);
}
}pragma solidity >=0.8.4;
import "../registry/ENS.sol";
import "./IReverseRegistrar.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "../root/Controllable.sol";
abstract contract NameResolver {
function setName(bytes32 node, string memory name) public virtual;
}
bytes32 constant lookup = 0x3031323334353637383961626364656600000000000000000000000000000000;
bytes32 constant ADDR_REVERSE_NODE = 0x91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e2;
// namehash('addr.reverse')
contract ReverseRegistrar is Ownable, Controllable, IReverseRegistrar {
ENS public immutable ens;
NameResolver public defaultResolver;
event ReverseClaimed(address indexed addr, bytes32 indexed node);
event DefaultResolverChanged(NameResolver indexed resolver);
/**
* @dev Constructor
* @param ensAddr The address of the ENS registry.
*/
constructor(ENS ensAddr) {
ens = ensAddr;
// Assign ownership of the reverse record to our deployer
ReverseRegistrar oldRegistrar = ReverseRegistrar(
ensAddr.owner(ADDR_REVERSE_NODE)
);
if (address(oldRegistrar) != address(0x0)) {
oldRegistrar.claim(msg.sender);
}
}
modifier authorised(address addr) {
require(
addr == msg.sender ||
controllers[msg.sender] ||
ens.isApprovedForAll(addr, msg.sender) ||
ownsContract(addr),
"ReverseRegistrar: Caller is not a controller or authorised by address or the address itself"
);
_;
}
function setDefaultResolver(address resolver) public override onlyOwner {
require(
address(resolver) != address(0),
"ReverseRegistrar: Resolver address must not be 0"
);
defaultResolver = NameResolver(resolver);
emit DefaultResolverChanged(NameResolver(resolver));
}
/**
* @dev Transfers ownership of the reverse ENS record associated with the
* calling account.
* @param owner The address to set as the owner of the reverse record in ENS.
* @return The ENS node hash of the reverse record.
*/
function claim(address owner) public override returns (bytes32) {
return claimForAddr(msg.sender, owner, address(defaultResolver));
}
/**
* @dev Transfers ownership of the reverse ENS record associated with the
* calling account.
* @param addr The reverse record to set
* @param owner The address to set as the owner of the reverse record in ENS.
* @param resolver The resolver of the reverse node
* @return The ENS node hash of the reverse record.
*/
function claimForAddr(
address addr,
address owner,
address resolver
) public override authorised(addr) returns (bytes32) {
bytes32 labelHash = sha3HexAddress(addr);
bytes32 reverseNode = keccak256(
abi.encodePacked(ADDR_REVERSE_NODE, labelHash)
);
emit ReverseClaimed(addr, reverseNode);
ens.setSubnodeRecord(ADDR_REVERSE_NODE, labelHash, owner, resolver, 0);
return reverseNode;
}
/**
* @dev Transfers ownership of the reverse ENS record associated with the
* calling account.
* @param owner The address to set as the owner of the reverse record in ENS.
* @param resolver The address of the resolver to set; 0 to leave unchanged.
* @return The ENS node hash of the reverse record.
*/
function claimWithResolver(
address owner,
address resolver
) public override returns (bytes32) {
return claimForAddr(msg.sender, owner, resolver);
}
/**
* @dev Sets the `name()` record for the reverse ENS record associated with
* the calling account. First updates the resolver to the default reverse
* resolver if necessary.
* @param name The name to set for this address.
* @return The ENS node hash of the reverse record.
*/
function setName(string memory name) public override returns (bytes32) {
return
setNameForAddr(
msg.sender,
msg.sender,
address(defaultResolver),
name
);
}
/**
* @dev Sets the `name()` record for the reverse ENS record associated with
* the account provided. Updates the resolver to a designated resolver
* Only callable by controllers and authorised users
* @param addr The reverse record to set
* @param owner The owner of the reverse node
* @param resolver The resolver of the reverse node
* @param name The name to set for this address.
* @return The ENS node hash of the reverse record.
*/
function setNameForAddr(
address addr,
address owner,
address resolver,
string memory name
) public override returns (bytes32) {
bytes32 node = claimForAddr(addr, owner, resolver);
NameResolver(resolver).setName(node, name);
return node;
}
/**
* @dev Returns the node hash for a given account's reverse records.
* @param addr The address to hash
* @return The ENS node hash.
*/
function node(address addr) public pure override returns (bytes32) {
return
keccak256(
abi.encodePacked(ADDR_REVERSE_NODE, sha3HexAddress(addr))
);
}
/**
* @dev An optimised function to compute the sha3 of the lower-case
* hexadecimal representation of an Ethereum address.
* @param addr The address to hash
* @return ret The SHA3 hash of the lower-case hexadecimal encoding of the
* input address.
*/
function sha3HexAddress(address addr) private pure returns (bytes32 ret) {
assembly {
for {
let i := 40
} gt(i, 0) {
} {
i := sub(i, 1)
mstore8(i, byte(and(addr, 0xf), lookup))
addr := div(addr, 0x10)
i := sub(i, 1)
mstore8(i, byte(and(addr, 0xf), lookup))
addr := div(addr, 0x10)
}
ret := keccak256(0, 40)
}
}
function ownsContract(address addr) internal view returns (bool) {
try Ownable(addr).owner() returns (address owner) {
return owner == msg.sender;
} catch {
return false;
}
}
}pragma solidity ^0.8.4;
import "@openzeppelin/contracts/access/Ownable.sol";
contract Controllable is Ownable {
mapping(address => bool) public controllers;
event ControllerChanged(address indexed controller, bool enabled);
modifier onlyController() {
require(
controllers[msg.sender],
"Controllable: Caller is not a controller"
);
_;
}
function setController(address controller, bool enabled) public onlyOwner {
controllers[controller] = enabled;
emit ControllerChanged(controller, enabled);
}
}//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);
}
}//SPDX-License-Identifier: MIT
pragma solidity ~0.8.17;
interface IMetadataService {
function uri(uint256) external view returns (string memory);
}//SPDX-License-Identifier: MIT
pragma solidity ~0.8.17;
import "../registry/ENS.sol";
import "../ethregistrar/IBaseRegistrar.sol";
import "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import "./IMetadataService.sol";
import "./INameWrapperUpgrade.sol";
uint32 constant CANNOT_UNWRAP = 1;
uint32 constant CANNOT_BURN_FUSES = 2;
uint32 constant CANNOT_TRANSFER = 4;
uint32 constant CANNOT_SET_RESOLVER = 8;
uint32 constant CANNOT_SET_TTL = 16;
uint32 constant CANNOT_CREATE_SUBDOMAIN = 32;
uint32 constant CANNOT_APPROVE = 64;
//uint16 reserved for parent controlled fuses from bit 17 to bit 32
uint32 constant PARENT_CANNOT_CONTROL = 1 << 16;
uint32 constant IS_DOT_ETH = 1 << 17;
uint32 constant CAN_EXTEND_EXPIRY = 1 << 18;
uint32 constant CAN_DO_EVERYTHING = 0;
uint32 constant PARENT_CONTROLLED_FUSES = 0xFFFF0000;
// all fuses apart from IS_DOT_ETH
uint32 constant USER_SETTABLE_FUSES = 0xFFFDFFFF;
interface INameWrapper is IERC1155 {
event NameWrapped(
bytes32 indexed node,
bytes name,
address owner,
uint32 fuses,
uint64 expiry
);
event NameUnwrapped(bytes32 indexed node, address owner);
event FusesSet(bytes32 indexed node, uint32 fuses);
event ExpiryExtended(bytes32 indexed node, uint64 expiry);
function ens() external view returns (ENS);
function registrar() external view returns (IBaseRegistrar);
function metadataService() external view returns (IMetadataService);
function names(bytes32) external view returns (bytes memory);
function name() external view returns (string memory);
function upgradeContract() external view returns (INameWrapperUpgrade);
function supportsInterface(bytes4 interfaceID) external view returns (bool);
function wrap(
bytes calldata name,
address wrappedOwner,
address resolver
) external;
function wrapETH2LD(
string calldata label,
address wrappedOwner,
uint16 ownerControlledFuses,
address resolver
) external returns (uint64 expires);
function registerAndWrapETH2LD(
string calldata label,
address wrappedOwner,
uint256 duration,
address resolver,
uint16 ownerControlledFuses
) external returns (uint256 registrarExpiry);
function renew(
uint256 labelHash,
uint256 duration
) external returns (uint256 expires);
function unwrap(bytes32 node, bytes32 label, address owner) external;
function unwrapETH2LD(
bytes32 label,
address newRegistrant,
address newController
) external;
function upgrade(bytes calldata name, bytes calldata extraData) external;
function setFuses(
bytes32 node,
uint16 ownerControlledFuses
) external returns (uint32 newFuses);
function setChildFuses(
bytes32 parentNode,
bytes32 labelhash,
uint32 fuses,
uint64 expiry
) external;
function setSubnodeRecord(
bytes32 node,
string calldata label,
address owner,
address resolver,
uint64 ttl,
uint32 fuses,
uint64 expiry
) external returns (bytes32);
function setRecord(
bytes32 node,
address owner,
address resolver,
uint64 ttl
) external;
function setSubnodeOwner(
bytes32 node,
string calldata label,
address newOwner,
uint32 fuses,
uint64 expiry
) external returns (bytes32);
function extendExpiry(
bytes32 node,
bytes32 labelhash,
uint64 expiry
) external returns (uint64);
function canModifyName(
bytes32 node,
address addr
) external view returns (bool);
function setResolver(bytes32 node, address resolver) external;
function setTTL(bytes32 node, uint64 ttl) external;
function ownerOf(uint256 id) external view returns (address owner);
function approve(address to, uint256 tokenId) external;
function getApproved(uint256 tokenId) external view returns (address);
function getData(
uint256 id
) external view returns (address, uint32, uint64);
function setMetadataService(IMetadataService _metadataService) external;
function uri(uint256 tokenId) external view returns (string memory);
function setUpgradeContract(INameWrapperUpgrade _upgradeAddress) external;
function allFusesBurned(
bytes32 node,
uint32 fuseMask
) external view returns (bool);
function isWrapped(bytes32) external view returns (bool);
function isWrapped(bytes32, bytes32) external view returns (bool);
}//SPDX-License-Identifier: MIT
pragma solidity ~0.8.17;
interface INameWrapperUpgrade {
function wrapFromUpgrade(
bytes calldata name,
address wrappedOwner,
uint32 fuses,
uint64 expiry,
address approved,
bytes calldata extraData
) external;
}{
"optimizer": {
"enabled": true,
"runs": 1200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"metadata": {
"useLiteralContent": true
},
"libraries": {}
}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 ReverseRegistrar","name":"_reverseRegistrar","type":"address"},{"internalType":"contract INameWrapper","name":"_nameWrapper","type":"address"},{"internalType":"contract ENS","name":"_ens","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"InsufficientValue","type":"error"},{"inputs":[],"name":"MaxCommitmentAgeTooHigh","type":"error"},{"inputs":[],"name":"MaxCommitmentAgeTooLow","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":"name","type":"string"},{"indexed":true,"internalType":"bytes32","name":"label","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":"uint256","name":"tokenId","type":"uint256"}],"name":"NameRegistered","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"name","type":"string"},{"indexed":true,"internalType":"bytes32","name":"label","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"cost","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"expires","type":"uint256"}],"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"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ReferalIncomeRecived","type":"event"},{"inputs":[],"name":"BLAST","outputs":[{"internalType":"contract IBlast","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MIN_REGISTRATION_DURATION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"name","type":"string"}],"name":"available","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_normal","type":"uint256"},{"internalType":"uint256","name":"_special","type":"uint256"}],"name":"changeReferalPercentages","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"claimMyContractsGas","outputs":[],"stateMutability":"nonpayable","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":"domainCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"isSpecialReferal","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"name","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":"bool","name":"reverseRecord","type":"bool"},{"internalType":"uint16","name":"ownerControlledFuses","type":"uint16"}],"name":"makeCommitment","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"managerWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","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":"nameWrapper","outputs":[{"internalType":"contract INameWrapper","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string[]","name":"name","type":"string[]"},{"internalType":"address[]","name":"owner","type":"address[]"},{"internalType":"uint256[]","name":"duration","type":"uint256[]"},{"internalType":"address","name":"resolver","type":"address"}],"name":"preRegDomains","outputs":[],"stateMutability":"nonpayable","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":[],"name":"referalPercentage","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"address","name":"resolver","type":"address"},{"internalType":"bool","name":"reverseRecord","type":"bool"},{"internalType":"uint16","name":"ownerControlledFuses","type":"uint16"},{"internalType":"address","name":"_referal","type":"address"}],"name":"register","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"duration","type":"uint256"}],"name":"renew","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"name","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 ReverseRegistrar","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_wallet","type":"address"},{"internalType":"bool","name":"_status","type":"bool"}],"name":"setSpecialRefereals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"specialReferalPercentage","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceID","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"togleRegisrations","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_wallet","type":"address"}],"name":"transferManager","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"userReferals","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"name","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
6101406040526005600455600a6005553480156200001c57600080fd5b5060405162002bf838038062002bf88339810160408190526200003f916200033b565b80336200004c81620002d2565b6040516302571be360e01b81527f91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e260048201526000906001600160a01b038416906302571be390602401602060405180830381865afa158015620000b4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000da9190620003cf565b604051630f41a04d60e11b81526001600160a01b03848116600483015291925090821690631e83409a906024016020604051808303816000875af115801562000127573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200014d9190620003f6565b5050505084841162000172576040516307cb550760e31b815260040160405180910390fd5b428411156200019457604051630b4319e560e21b815260040160405180910390fd5b6001600160a01b0380881660805286811660a05260c086905260e085905283811661010052821661012052600680546001600160a01b031916739e05f067a30a040828f2c29989774698d4eb331717905560408051634e606c4760e01b8152905173430000000000000000000000000000000000000291634e606c4791600480830192600092919082900301818387803b1580156200023257600080fd5b505af115801562000247573d6000803e3d6000fd5b50506040516336b91f2b60e01b8152739e05f067a30a040828f2c29989774698d4eb33176004820152732536fe9ab3f511540f2f9e2ec2a805005c3dd80092506336b91f2b9150602401600060405180830381600087803b158015620002ac57600080fd5b505af1158015620002c1573d6000803e3d6000fd5b505050505050505050505062000410565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146200033857600080fd5b50565b600080600080600080600060e0888a0312156200035757600080fd5b8751620003648162000322565b6020890151909750620003778162000322565b8096505060408801519450606088015193506080880151620003998162000322565b60a0890151909350620003ac8162000322565b60c0890151909250620003bf8162000322565b8091505092959891949750929550565b600060208284031215620003e257600080fd5b8151620003ef8162000322565b9392505050565b6000602082840312156200040957600080fd5b5051919050565b60805160a05160c05160e051610100516101205161276762000491600039600081816105650152818161084b01528181610fdb01526113940152600081816103ac01526119c201526000818161060101526118c1015260006104750152600081816106350152610d7f015260008181610db4015261112801526127676000f3fe6080604052600436106102195760003560e01c8063901535611161011d578063ba0e930a116100b0578063d62889ca1161007f578063e5a70a1711610064578063e5a70a171461068a578063f14fcbc8146106a0578063f2fde38b146106c057600080fd5b8063d62889ca14610657578063dd6564d91461066a57600080fd5b8063ba0e930a146105ba578063c5eb9ed0146105da578063ce1e09c0146105ef578063d3419bf31461062357600080fd5b8063a3d09d4f116100ec578063a3d09d4f1461053d578063a8e5fbc014610553578063acf1a84114610587578063aeb8ce9b1461059a57600080fd5b806390153561146104b55780639791c097146104d557806397d75776146104f5578063a2179ab01461051d57600080fd5b806377d5d2dc116101b057806383e7f6ff1161017f5780638aaf5caf116101645780638aaf5caf1461044d5780638d839ffe146104635780638da5cb5b1461049757600080fd5b806383e7f6ff146103fb5780638a95b09f1461043657600080fd5b806377d5d2dc146103375780637e377d861461034c578063808698531461039a578063839df945146103ce57600080fd5b8063463e7b5a116101ec578063463e7b5a146102a45780635d3590d5146102d457806365a69dcf146102f4578063715018a61461032257600080fd5b806301ffc9a71461021e57806322f3e2d4146102535780633690a7e71461026d5780633ccfd60b1461028f575b600080fd5b34801561022a57600080fd5b5061023e610239366004611cba565b6106e0565b60405190151581526020015b60405180910390f35b34801561025f57600080fd5b5060085461023e9060ff1681565b34801561027957600080fd5b5061028d610288366004611e3a565b610779565b005b34801561029b57600080fd5b5061028d610aa2565b3480156102b057600080fd5b5061023e6102bf366004611f34565b60026020526000908152604090205460ff1681565b3480156102e057600080fd5b5061028d6102ef366004611f4f565b610adf565b34801561030057600080fd5b5061031461030f36600461201b565b610b79565b60405190815260200161024a565b34801561032e57600080fd5b5061028d610c17565b34801561034357600080fd5b5061028d610c2b565b34801561035857600080fd5b50610382610367366004611f34565b6003602052600090815260409020546001600160a01b031681565b6040516001600160a01b03909116815260200161024a565b3480156103a657600080fd5b506103827f000000000000000000000000000000000000000000000000000000000000000081565b3480156103da57600080fd5b506103146103e93660046120dc565b60016020526000908152604090205481565b34801561040757600080fd5b5061041b6104163660046120f5565b610d35565b6040805182518152602092830151928101929092520161024a565b34801561044257600080fd5b506103146224ea0081565b34801561045957600080fd5b5061031460075481565b34801561046f57600080fd5b506103147f000000000000000000000000000000000000000000000000000000000000000081565b3480156104a357600080fd5b506000546001600160a01b0316610382565b3480156104c157600080fd5b5061028d6104d036600461213a565b610e88565b3480156104e157600080fd5b5061023e6104f036600461215c565b610f09565b34801561050157600080fd5b5061038273430000000000000000000000000000000000000281565b34801561052957600080fd5b50600654610382906001600160a01b031681565b34801561054957600080fd5b5061031460045481565b34801561055f57600080fd5b506103827f000000000000000000000000000000000000000000000000000000000000000081565b61028d6105953660046121d3565b610f1e565b3480156105a657600080fd5b5061023e6105b536600461215c565b6110df565b3480156105c657600080fd5b5061028d6105d5366004611f34565b6111a2565b3480156105e657600080fd5b5061028d611247565b3480156105fb57600080fd5b506103147f000000000000000000000000000000000000000000000000000000000000000081565b34801561062f57600080fd5b506103827f000000000000000000000000000000000000000000000000000000000000000081565b61028d61066536600461221f565b6112d1565b34801561067657600080fd5b5061028d6106853660046122c1565b611809565b34801561069657600080fd5b5061031460055481565b3480156106ac57600080fd5b5061028d6106bb3660046120dc565b6118aa565b3480156106cc57600080fd5b5061028d6106db366004611f34565b611933565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000148061077357507fffffffff0000000000000000000000000000000000000000000000000000000082167fc36f4fe800000000000000000000000000000000000000000000000000000000145b92915050565b6006546001600160a01b03163314806107ab5750336107a06000546001600160a01b031690565b6001600160a01b0316145b6107f45760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064015b60405180910390fd5b60005b8351811015610a9a576000868683818110610814576108146122f8565b9050602002810190610826919061230e565b604051610834929190612355565b604051908190039020905060006001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001663a4014982898986818110610882576108826122f8565b9050602002810190610894919061230e565b8987815181106108a6576108a66122f8565b60200260200101518988815181106108c0576108c06122f8565b60200260200101518960006040518763ffffffff1660e01b81526004016108ec9695949392919061238e565b6020604051808303816000875af115801561090b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061092f91906123d8565b90506109af888885818110610946576109466122f8565b9050602002810190610958919061230e565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505089518892508a9150879081106109a2576109a26122f8565b60200260200101516119c0565b600780549060006109bf83612407565b91905055508583815181106109d6576109d66122f8565b60200260200101516001600160a01b03168888858181106109f9576109f96122f8565b9050602002810190610a0b919061230e565b604051610a19929190612355565b60405180910390207f3f20a2f68d2f1fc31915768c6a23ee9a37aea4bc54fd9698fd61546843bb22598a8a87818110610a5457610a546122f8565b9050602002810190610a66919061230e565b6000808789604051610a7d96959493929190612420565b60405180910390a350508080610a9290612407565b9150506107f7565b505050505050565b600080546040516001600160a01b03909116914780156108fc02929091818181858888f19350505050158015610adc573d6000803e3d6000fd5b50565b610ae7611a74565b6040517fa9059cbb0000000000000000000000000000000000000000000000000000000081526001600160a01b0383811660048301526024820183905284169063a9059cbb906044016020604051808303816000875af1158015610b4f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b739190612459565b50505050565b885160208a01206000908415801590610b9957506001600160a01b038716155b15610bd0576040517fd3f605c400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808a8a8a8a8a8a8a8a604051602001610bf199989796959493929190612476565b604051602081830303815290604052805190602001209150509998505050505050505050565b610c1f611a74565b610c296000611ace565b565b6006546001600160a01b0316331480610c5d575033610c526000546001600160a01b031690565b6001600160a01b0316145b610ca15760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6040517f954fa5ee0000000000000000000000000000000000000000000000000000000081523060048201523360248201527343000000000000000000000000000000000000029063954fa5ee906044016020604051808303816000875af1158015610d11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adc91906123d8565b6040805180820190915260008082526020820152825160208401206040517fd6e4fa86000000000000000000000000000000000000000000000000000000008152600481018290527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03908116916350e9a7159187917f00000000000000000000000000000000000000000000000000000000000000009091169063d6e4fa8690602401602060405180830381865afa158015610dfd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2191906123d8565b866040518463ffffffff1660e01b8152600401610e40939291906125b8565b6040805180830381865afa158015610e5c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e8091906125dd565b949350505050565b6006546001600160a01b0316331480610eba575033610eaf6000546001600160a01b031690565b6001600160a01b0316145b610efe5760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b600491909155600555565b60006003610f1683611b2b565b101592915050565b60008383604051610f30929190612355565b604080519182900382206020601f870181900481028401810190925285835292508291600091610f7d91908890889081908401838280828437600092019190915250889250610d35915050565b8051909150341015610fa25760405163044044a560e21b815260040160405180910390fd5b6040517fc475abff00000000000000000000000000000000000000000000000000000000815260048101839052602481018590526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063c475abff906044016020604051808303816000875af115801561102c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061105091906123d8565b825190915034111561109857815133906108fc9061106e903461262c565b6040518115909202916000818181858888f19350505050158015611096573d6000803e3d6000fd5b505b837f3da24c024582931cfaf8267d8ed24d13a82a8068d5bd337d30ec45cea4e506ae888834856040516110ce949392919061263f565b60405180910390a250505050505050565b805160208201206000906110f283610f09565b801561119b57506040517f96e494e8000000000000000000000000000000000000000000000000000000008152600481018290527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906396e494e890602401602060405180830381865afa158015611177573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061119b9190612459565b9392505050565b6006546001600160a01b03163314806111d45750336111c96000546001600160a01b031690565b6001600160a01b0316145b6112185760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6006805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055565b6006546001600160a01b031633148061127957503361126e6000546001600160a01b031690565b6001600160a01b0316145b6112bd5760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6008805460ff19811660ff90911615179055565b600061131489898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a9250610d35915050565b6020810151815191925061132791612666565b3410156113475760405163044044a560e21b815260040160405180910390fd5b60008989604051611359929190612355565b6040519081900381207fa401498200000000000000000000000000000000000000000000000000000000825291506000906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a4014982906113d3908e908e908e908e908e908d9060040161238e565b6020604051808303816000875af11580156113f2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061141691906123d8565b90508515611461576114618b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508b92503391506119c09050565b886001600160a01b03168b8b60405161147b929190612355565b60405180910390207f3f20a2f68d2f1fc31915768c6a23ee9a37aea4bc54fd9698fd61546843bb22598d8d8760000151886020015187896040516114c496959493929190612420565b60405180910390a3600780549060006114dc83612407565b90915550506001600160a01b03841615158061150f5750336000908152600360205260409020546001600160a01b031615155b1561179957336001600160a01b038516036115925760405162461bcd60e51b815260206004820152602360248201527f5265666572616c2063616e206e6f7420626520796f7572206f776e206164647260448201527f657373000000000000000000000000000000000000000000000000000000000060648201526084016107eb565b336000908152600360205260409020546001600160a01b0316156115cc57336000908152600360205260409020546001600160a01b031693505b6001600160a01b03841660009081526002602052604090205460ff16156116c55760006064600554856020015186600001516116089190612666565b6116129190612679565b61161c9190612690565b90506000856001600160a01b03168260405160006040518083038185875af1925050503d806000811461166b576040519150601f19603f3d011682016040523d82523d6000602084013e611670565b606091505b5050604080516001600160a01b03891681523360208201529081018490529091507f8347bc891246a159db1d8a339111a9e6d95310dafe74373c299c4a3b06e9e4869060600160405180910390a15050611799565b60006064600454856020015186600001516116e09190612666565b6116ea9190612679565b6116f49190612690565b90506000856001600160a01b03168260405160006040518083038185875af1925050503d8060008114611743576040519150601f19603f3d011682016040523d82523d6000602084013e611748565b606091505b5050604080516001600160a01b03891681523360208201529081018490529091507f8347bc891246a159db1d8a339111a9e6d95310dafe74373c299c4a3b06e9e4869060600160405180910390a150505b602083015183516117aa9190612666565b3411156117fc576020830151835133916108fc916117c89190612666565b6117d2903461262c565b6040518115909202916000818181858888f193505050501580156117fa573d6000803e3d6000fd5b505b5050505050505050505050565b6006546001600160a01b031633148061183b5750336118306000546001600160a01b031690565b6001600160a01b0316145b61187f5760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6001600160a01b03919091166000908152600260205260409020805460ff1916911515919091179055565b60008181526001602052604090205442906118e6907f000000000000000000000000000000000000000000000000000000000000000090612666565b10611920576040517f0a059d71000000000000000000000000000000000000000000000000000000008152600481018290526024016107eb565b6000908152600160205260409020429055565b61193b611a74565b6001600160a01b0381166119b75760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016107eb565b610adc81611ace565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316637a806d6b33838587604051602001611a0391906126b2565b6040516020818303038152906040526040518563ffffffff1660e01b8152600401611a3194939291906126f3565b6020604051808303816000875af1158015611a50573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7391906123d8565b6000546001600160a01b03163314610c295760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016107eb565b600080546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8051600090819081905b80821015611cb1576000858381518110611b5157611b516122f8565b01602001516001600160f81b03191690507f8000000000000000000000000000000000000000000000000000000000000000811015611b9c57611b95600184612666565b9250611c9e565b7fe0000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611bd957611b95600284612666565b7ff0000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611c1657611b95600384612666565b7ff8000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611c5357611b95600484612666565b7ffc000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611c9057611b95600584612666565b611c9b600684612666565b92505b5082611ca981612407565b935050611b35565b50909392505050565b600060208284031215611ccc57600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461119b57600080fd5b60008083601f840112611d0e57600080fd5b50813567ffffffffffffffff811115611d2657600080fd5b6020830191508360208260051b8501011115611d4157600080fd5b9250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715611d8757611d87611d48565b604052919050565b600067ffffffffffffffff821115611da957611da9611d48565b5060051b60200190565b80356001600160a01b0381168114611dca57600080fd5b919050565b600082601f830112611de057600080fd5b81356020611df5611df083611d8f565b611d5e565b82815260059290921b84018101918181019086841115611e1457600080fd5b8286015b84811015611e2f5780358352918301918301611e18565b509695505050505050565b600080600080600060808688031215611e5257600080fd5b853567ffffffffffffffff80821115611e6a57600080fd5b611e7689838a01611cfc565b9097509550602091508782013581811115611e9057600080fd5b8801601f81018a13611ea157600080fd5b8035611eaf611df082611d8f565b81815260059190911b8201840190848101908c831115611ece57600080fd5b928501925b82841015611ef357611ee484611db3565b82529285019290850190611ed3565b97505050506040880135915080821115611f0c57600080fd5b50611f1988828901611dcf565b925050611f2860608701611db3565b90509295509295909350565b600060208284031215611f4657600080fd5b61119b82611db3565b600080600060608486031215611f6457600080fd5b611f6d84611db3565b9250611f7b60208501611db3565b9150604084013590509250925092565b600082601f830112611f9c57600080fd5b813567ffffffffffffffff811115611fb657611fb6611d48565b611fc9601f8201601f1916602001611d5e565b818152846020838601011115611fde57600080fd5b816020850160208301376000918101602001919091529392505050565b8015158114610adc57600080fd5b803561ffff81168114611dca57600080fd5b60008060008060008060008060006101008a8c03121561203a57600080fd5b893567ffffffffffffffff8082111561205257600080fd5b61205e8d838e01611f8b565b9a5061206c60208d01611db3565b995060408c0135985060608c0135975061208860808d01611db3565b965060a08c013591508082111561209e57600080fd5b506120ab8c828d01611cfc565b90955093505060c08a01356120bf81611ffb565b91506120cd60e08b01612009565b90509295985092959850929598565b6000602082840312156120ee57600080fd5b5035919050565b6000806040838503121561210857600080fd5b823567ffffffffffffffff81111561211f57600080fd5b61212b85828601611f8b565b95602094909401359450505050565b6000806040838503121561214d57600080fd5b50508035926020909101359150565b60006020828403121561216e57600080fd5b813567ffffffffffffffff81111561218557600080fd5b610e8084828501611f8b565b60008083601f8401126121a357600080fd5b50813567ffffffffffffffff8111156121bb57600080fd5b602083019150836020828501011115611d4157600080fd5b6000806000604084860312156121e857600080fd5b833567ffffffffffffffff8111156121ff57600080fd5b61220b86828701612191565b909790965060209590950135949350505050565b60008060008060008060008060e0898b03121561223b57600080fd5b883567ffffffffffffffff81111561225257600080fd5b61225e8b828c01612191565b9099509750612271905060208a01611db3565b95506040890135945061228660608a01611db3565b9350608089013561229681611ffb565b92506122a460a08a01612009565b91506122b260c08a01611db3565b90509295985092959890939650565b600080604083850312156122d457600080fd5b6122dd83611db3565b915060208301356122ed81611ffb565b809150509250929050565b634e487b7160e01b600052603260045260246000fd5b6000808335601e1984360301811261232557600080fd5b83018035915067ffffffffffffffff82111561234057600080fd5b602001915036819003821315611d4157600080fd5b8183823760009101908152919050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60a0815260006123a260a08301888a612365565b90506001600160a01b03808716602084015285604084015280851660608401525061ffff83166080830152979650505050505050565b6000602082840312156123ea57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600060018201612419576124196123f1565b5060010190565b60a08152600061243460a08301888a612365565b9050856020830152846040830152836060830152826080830152979650505050505050565b60006020828403121561246b57600080fd5b815161119b81611ffb565b60006101008083018c845260206001600160a01b03808e16828701528c60408701528b6060870152808b166080870152508260a086015281925087825261012091508185019250818860051b86010191508860005b8981101561253c5786840361011f190185528135368c9003601e190181126124f257600080fd5b8b01838101903567ffffffffffffffff81111561250e57600080fd5b80360382131561251d57600080fd5b612528868284612365565b9685019695505050908201906001016124cb565b50505085151560c085015291506125509050565b61ffff831660e08301529a9950505050505050505050565b60005b8381101561258357818101518382015260200161256b565b50506000910152565b600081518084526125a4816020860160208601612568565b601f01601f19169290920160200192915050565b6060815260006125cb606083018661258c565b60208301949094525060400152919050565b6000604082840312156125ef57600080fd5b6040516040810181811067ffffffffffffffff8211171561261257612612611d48565b604052825181526020928301519281019290925250919050565b81810381811115610773576107736123f1565b606081526000612653606083018688612365565b6020830194909452506040015292915050565b80820180821115610773576107736123f1565b8082028115828204841417610773576107736123f1565b6000826126ad57634e487b7160e01b600052601260045260246000fd5b500490565b600082516126c4818460208701612568565b7f2e626c6173740000000000000000000000000000000000000000000000000000920191825250600601919050565b60006001600160a01b038087168352808616602084015280851660408401525060806060830152612727608083018461258c565b969550505050505056fea2646970667358221220e5c097b90de0d19c27ec12974404d78010f85aabfcc74d1e2b79cae869f6b76864736f6c63430008110033000000000000000000000000fd7ff5ba5deca2a840ca29c3ba15171cf5a7ccb30000000000000000000000005617ed1b2fed6d0d733070112e08fa2773f34ece000000000000000000000000000000000000000000000000000000000000003c0000000000000000000000000000000000000000000000000000000000015180000000000000000000000000334be785038b4903808ba648b94387dc8f3360e6000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b0000000000000000000000005f39cceed698dcba50031185ff7e62b1e374fda1
Deployed Bytecode
0x6080604052600436106102195760003560e01c8063901535611161011d578063ba0e930a116100b0578063d62889ca1161007f578063e5a70a1711610064578063e5a70a171461068a578063f14fcbc8146106a0578063f2fde38b146106c057600080fd5b8063d62889ca14610657578063dd6564d91461066a57600080fd5b8063ba0e930a146105ba578063c5eb9ed0146105da578063ce1e09c0146105ef578063d3419bf31461062357600080fd5b8063a3d09d4f116100ec578063a3d09d4f1461053d578063a8e5fbc014610553578063acf1a84114610587578063aeb8ce9b1461059a57600080fd5b806390153561146104b55780639791c097146104d557806397d75776146104f5578063a2179ab01461051d57600080fd5b806377d5d2dc116101b057806383e7f6ff1161017f5780638aaf5caf116101645780638aaf5caf1461044d5780638d839ffe146104635780638da5cb5b1461049757600080fd5b806383e7f6ff146103fb5780638a95b09f1461043657600080fd5b806377d5d2dc146103375780637e377d861461034c578063808698531461039a578063839df945146103ce57600080fd5b8063463e7b5a116101ec578063463e7b5a146102a45780635d3590d5146102d457806365a69dcf146102f4578063715018a61461032257600080fd5b806301ffc9a71461021e57806322f3e2d4146102535780633690a7e71461026d5780633ccfd60b1461028f575b600080fd5b34801561022a57600080fd5b5061023e610239366004611cba565b6106e0565b60405190151581526020015b60405180910390f35b34801561025f57600080fd5b5060085461023e9060ff1681565b34801561027957600080fd5b5061028d610288366004611e3a565b610779565b005b34801561029b57600080fd5b5061028d610aa2565b3480156102b057600080fd5b5061023e6102bf366004611f34565b60026020526000908152604090205460ff1681565b3480156102e057600080fd5b5061028d6102ef366004611f4f565b610adf565b34801561030057600080fd5b5061031461030f36600461201b565b610b79565b60405190815260200161024a565b34801561032e57600080fd5b5061028d610c17565b34801561034357600080fd5b5061028d610c2b565b34801561035857600080fd5b50610382610367366004611f34565b6003602052600090815260409020546001600160a01b031681565b6040516001600160a01b03909116815260200161024a565b3480156103a657600080fd5b506103827f000000000000000000000000334be785038b4903808ba648b94387dc8f3360e681565b3480156103da57600080fd5b506103146103e93660046120dc565b60016020526000908152604090205481565b34801561040757600080fd5b5061041b6104163660046120f5565b610d35565b6040805182518152602092830151928101929092520161024a565b34801561044257600080fd5b506103146224ea0081565b34801561045957600080fd5b5061031460075481565b34801561046f57600080fd5b506103147f000000000000000000000000000000000000000000000000000000000000003c81565b3480156104a357600080fd5b506000546001600160a01b0316610382565b3480156104c157600080fd5b5061028d6104d036600461213a565b610e88565b3480156104e157600080fd5b5061023e6104f036600461215c565b610f09565b34801561050157600080fd5b5061038273430000000000000000000000000000000000000281565b34801561052957600080fd5b50600654610382906001600160a01b031681565b34801561054957600080fd5b5061031460045481565b34801561055f57600080fd5b506103827f000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b81565b61028d6105953660046121d3565b610f1e565b3480156105a657600080fd5b5061023e6105b536600461215c565b6110df565b3480156105c657600080fd5b5061028d6105d5366004611f34565b6111a2565b3480156105e657600080fd5b5061028d611247565b3480156105fb57600080fd5b506103147f000000000000000000000000000000000000000000000000000000000001518081565b34801561062f57600080fd5b506103827f0000000000000000000000005617ed1b2fed6d0d733070112e08fa2773f34ece81565b61028d61066536600461221f565b6112d1565b34801561067657600080fd5b5061028d6106853660046122c1565b611809565b34801561069657600080fd5b5061031460055481565b3480156106ac57600080fd5b5061028d6106bb3660046120dc565b6118aa565b3480156106cc57600080fd5b5061028d6106db366004611f34565b611933565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000148061077357507fffffffff0000000000000000000000000000000000000000000000000000000082167fc36f4fe800000000000000000000000000000000000000000000000000000000145b92915050565b6006546001600160a01b03163314806107ab5750336107a06000546001600160a01b031690565b6001600160a01b0316145b6107f45760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064015b60405180910390fd5b60005b8351811015610a9a576000868683818110610814576108146122f8565b9050602002810190610826919061230e565b604051610834929190612355565b604051908190039020905060006001600160a01b037f000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b1663a4014982898986818110610882576108826122f8565b9050602002810190610894919061230e565b8987815181106108a6576108a66122f8565b60200260200101518988815181106108c0576108c06122f8565b60200260200101518960006040518763ffffffff1660e01b81526004016108ec9695949392919061238e565b6020604051808303816000875af115801561090b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061092f91906123d8565b90506109af888885818110610946576109466122f8565b9050602002810190610958919061230e565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505089518892508a9150879081106109a2576109a26122f8565b60200260200101516119c0565b600780549060006109bf83612407565b91905055508583815181106109d6576109d66122f8565b60200260200101516001600160a01b03168888858181106109f9576109f96122f8565b9050602002810190610a0b919061230e565b604051610a19929190612355565b60405180910390207f3f20a2f68d2f1fc31915768c6a23ee9a37aea4bc54fd9698fd61546843bb22598a8a87818110610a5457610a546122f8565b9050602002810190610a66919061230e565b6000808789604051610a7d96959493929190612420565b60405180910390a350508080610a9290612407565b9150506107f7565b505050505050565b600080546040516001600160a01b03909116914780156108fc02929091818181858888f19350505050158015610adc573d6000803e3d6000fd5b50565b610ae7611a74565b6040517fa9059cbb0000000000000000000000000000000000000000000000000000000081526001600160a01b0383811660048301526024820183905284169063a9059cbb906044016020604051808303816000875af1158015610b4f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b739190612459565b50505050565b885160208a01206000908415801590610b9957506001600160a01b038716155b15610bd0576040517fd3f605c400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808a8a8a8a8a8a8a8a604051602001610bf199989796959493929190612476565b604051602081830303815290604052805190602001209150509998505050505050505050565b610c1f611a74565b610c296000611ace565b565b6006546001600160a01b0316331480610c5d575033610c526000546001600160a01b031690565b6001600160a01b0316145b610ca15760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6040517f954fa5ee0000000000000000000000000000000000000000000000000000000081523060048201523360248201527343000000000000000000000000000000000000029063954fa5ee906044016020604051808303816000875af1158015610d11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610adc91906123d8565b6040805180820190915260008082526020820152825160208401206040517fd6e4fa86000000000000000000000000000000000000000000000000000000008152600481018290527f0000000000000000000000005617ed1b2fed6d0d733070112e08fa2773f34ece6001600160a01b03908116916350e9a7159187917f000000000000000000000000fd7ff5ba5deca2a840ca29c3ba15171cf5a7ccb39091169063d6e4fa8690602401602060405180830381865afa158015610dfd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2191906123d8565b866040518463ffffffff1660e01b8152600401610e40939291906125b8565b6040805180830381865afa158015610e5c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e8091906125dd565b949350505050565b6006546001600160a01b0316331480610eba575033610eaf6000546001600160a01b031690565b6001600160a01b0316145b610efe5760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b600491909155600555565b60006003610f1683611b2b565b101592915050565b60008383604051610f30929190612355565b604080519182900382206020601f870181900481028401810190925285835292508291600091610f7d91908890889081908401838280828437600092019190915250889250610d35915050565b8051909150341015610fa25760405163044044a560e21b815260040160405180910390fd5b6040517fc475abff00000000000000000000000000000000000000000000000000000000815260048101839052602481018590526000907f000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b6001600160a01b03169063c475abff906044016020604051808303816000875af115801561102c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061105091906123d8565b825190915034111561109857815133906108fc9061106e903461262c565b6040518115909202916000818181858888f19350505050158015611096573d6000803e3d6000fd5b505b837f3da24c024582931cfaf8267d8ed24d13a82a8068d5bd337d30ec45cea4e506ae888834856040516110ce949392919061263f565b60405180910390a250505050505050565b805160208201206000906110f283610f09565b801561119b57506040517f96e494e8000000000000000000000000000000000000000000000000000000008152600481018290527f000000000000000000000000fd7ff5ba5deca2a840ca29c3ba15171cf5a7ccb36001600160a01b0316906396e494e890602401602060405180830381865afa158015611177573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061119b9190612459565b9392505050565b6006546001600160a01b03163314806111d45750336111c96000546001600160a01b031690565b6001600160a01b0316145b6112185760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6006805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055565b6006546001600160a01b031633148061127957503361126e6000546001600160a01b031690565b6001600160a01b0316145b6112bd5760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6008805460ff19811660ff90911615179055565b600061131489898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508a9250610d35915050565b6020810151815191925061132791612666565b3410156113475760405163044044a560e21b815260040160405180910390fd5b60008989604051611359929190612355565b6040519081900381207fa401498200000000000000000000000000000000000000000000000000000000825291506000906001600160a01b037f000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b169063a4014982906113d3908e908e908e908e908e908d9060040161238e565b6020604051808303816000875af11580156113f2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061141691906123d8565b90508515611461576114618b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152508b92503391506119c09050565b886001600160a01b03168b8b60405161147b929190612355565b60405180910390207f3f20a2f68d2f1fc31915768c6a23ee9a37aea4bc54fd9698fd61546843bb22598d8d8760000151886020015187896040516114c496959493929190612420565b60405180910390a3600780549060006114dc83612407565b90915550506001600160a01b03841615158061150f5750336000908152600360205260409020546001600160a01b031615155b1561179957336001600160a01b038516036115925760405162461bcd60e51b815260206004820152602360248201527f5265666572616c2063616e206e6f7420626520796f7572206f776e206164647260448201527f657373000000000000000000000000000000000000000000000000000000000060648201526084016107eb565b336000908152600360205260409020546001600160a01b0316156115cc57336000908152600360205260409020546001600160a01b031693505b6001600160a01b03841660009081526002602052604090205460ff16156116c55760006064600554856020015186600001516116089190612666565b6116129190612679565b61161c9190612690565b90506000856001600160a01b03168260405160006040518083038185875af1925050503d806000811461166b576040519150601f19603f3d011682016040523d82523d6000602084013e611670565b606091505b5050604080516001600160a01b03891681523360208201529081018490529091507f8347bc891246a159db1d8a339111a9e6d95310dafe74373c299c4a3b06e9e4869060600160405180910390a15050611799565b60006064600454856020015186600001516116e09190612666565b6116ea9190612679565b6116f49190612690565b90506000856001600160a01b03168260405160006040518083038185875af1925050503d8060008114611743576040519150601f19603f3d011682016040523d82523d6000602084013e611748565b606091505b5050604080516001600160a01b03891681523360208201529081018490529091507f8347bc891246a159db1d8a339111a9e6d95310dafe74373c299c4a3b06e9e4869060600160405180910390a150505b602083015183516117aa9190612666565b3411156117fc576020830151835133916108fc916117c89190612666565b6117d2903461262c565b6040518115909202916000818181858888f193505050501580156117fa573d6000803e3d6000fd5b505b5050505050505050505050565b6006546001600160a01b031633148061183b5750336118306000546001600160a01b031690565b6001600160a01b0316145b61187f5760405162461bcd60e51b815260206004820152601560248201527413db9b1e4813585b9859d95c8818d85b8818d85b1b605a1b60448201526064016107eb565b6001600160a01b03919091166000908152600260205260409020805460ff1916911515919091179055565b60008181526001602052604090205442906118e6907f000000000000000000000000000000000000000000000000000000000001518090612666565b10611920576040517f0a059d71000000000000000000000000000000000000000000000000000000008152600481018290526024016107eb565b6000908152600160205260409020429055565b61193b611a74565b6001600160a01b0381166119b75760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084016107eb565b610adc81611ace565b7f000000000000000000000000334be785038b4903808ba648b94387dc8f3360e66001600160a01b0316637a806d6b33838587604051602001611a0391906126b2565b6040516020818303038152906040526040518563ffffffff1660e01b8152600401611a3194939291906126f3565b6020604051808303816000875af1158015611a50573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b7391906123d8565b6000546001600160a01b03163314610c295760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016107eb565b600080546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8051600090819081905b80821015611cb1576000858381518110611b5157611b516122f8565b01602001516001600160f81b03191690507f8000000000000000000000000000000000000000000000000000000000000000811015611b9c57611b95600184612666565b9250611c9e565b7fe0000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611bd957611b95600284612666565b7ff0000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611c1657611b95600384612666565b7ff8000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611c5357611b95600484612666565b7ffc000000000000000000000000000000000000000000000000000000000000006001600160f81b031982161015611c9057611b95600584612666565b611c9b600684612666565b92505b5082611ca981612407565b935050611b35565b50909392505050565b600060208284031215611ccc57600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461119b57600080fd5b60008083601f840112611d0e57600080fd5b50813567ffffffffffffffff811115611d2657600080fd5b6020830191508360208260051b8501011115611d4157600080fd5b9250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715611d8757611d87611d48565b604052919050565b600067ffffffffffffffff821115611da957611da9611d48565b5060051b60200190565b80356001600160a01b0381168114611dca57600080fd5b919050565b600082601f830112611de057600080fd5b81356020611df5611df083611d8f565b611d5e565b82815260059290921b84018101918181019086841115611e1457600080fd5b8286015b84811015611e2f5780358352918301918301611e18565b509695505050505050565b600080600080600060808688031215611e5257600080fd5b853567ffffffffffffffff80821115611e6a57600080fd5b611e7689838a01611cfc565b9097509550602091508782013581811115611e9057600080fd5b8801601f81018a13611ea157600080fd5b8035611eaf611df082611d8f565b81815260059190911b8201840190848101908c831115611ece57600080fd5b928501925b82841015611ef357611ee484611db3565b82529285019290850190611ed3565b97505050506040880135915080821115611f0c57600080fd5b50611f1988828901611dcf565b925050611f2860608701611db3565b90509295509295909350565b600060208284031215611f4657600080fd5b61119b82611db3565b600080600060608486031215611f6457600080fd5b611f6d84611db3565b9250611f7b60208501611db3565b9150604084013590509250925092565b600082601f830112611f9c57600080fd5b813567ffffffffffffffff811115611fb657611fb6611d48565b611fc9601f8201601f1916602001611d5e565b818152846020838601011115611fde57600080fd5b816020850160208301376000918101602001919091529392505050565b8015158114610adc57600080fd5b803561ffff81168114611dca57600080fd5b60008060008060008060008060006101008a8c03121561203a57600080fd5b893567ffffffffffffffff8082111561205257600080fd5b61205e8d838e01611f8b565b9a5061206c60208d01611db3565b995060408c0135985060608c0135975061208860808d01611db3565b965060a08c013591508082111561209e57600080fd5b506120ab8c828d01611cfc565b90955093505060c08a01356120bf81611ffb565b91506120cd60e08b01612009565b90509295985092959850929598565b6000602082840312156120ee57600080fd5b5035919050565b6000806040838503121561210857600080fd5b823567ffffffffffffffff81111561211f57600080fd5b61212b85828601611f8b565b95602094909401359450505050565b6000806040838503121561214d57600080fd5b50508035926020909101359150565b60006020828403121561216e57600080fd5b813567ffffffffffffffff81111561218557600080fd5b610e8084828501611f8b565b60008083601f8401126121a357600080fd5b50813567ffffffffffffffff8111156121bb57600080fd5b602083019150836020828501011115611d4157600080fd5b6000806000604084860312156121e857600080fd5b833567ffffffffffffffff8111156121ff57600080fd5b61220b86828701612191565b909790965060209590950135949350505050565b60008060008060008060008060e0898b03121561223b57600080fd5b883567ffffffffffffffff81111561225257600080fd5b61225e8b828c01612191565b9099509750612271905060208a01611db3565b95506040890135945061228660608a01611db3565b9350608089013561229681611ffb565b92506122a460a08a01612009565b91506122b260c08a01611db3565b90509295985092959890939650565b600080604083850312156122d457600080fd5b6122dd83611db3565b915060208301356122ed81611ffb565b809150509250929050565b634e487b7160e01b600052603260045260246000fd5b6000808335601e1984360301811261232557600080fd5b83018035915067ffffffffffffffff82111561234057600080fd5b602001915036819003821315611d4157600080fd5b8183823760009101908152919050565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b60a0815260006123a260a08301888a612365565b90506001600160a01b03808716602084015285604084015280851660608401525061ffff83166080830152979650505050505050565b6000602082840312156123ea57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b600060018201612419576124196123f1565b5060010190565b60a08152600061243460a08301888a612365565b9050856020830152846040830152836060830152826080830152979650505050505050565b60006020828403121561246b57600080fd5b815161119b81611ffb565b60006101008083018c845260206001600160a01b03808e16828701528c60408701528b6060870152808b166080870152508260a086015281925087825261012091508185019250818860051b86010191508860005b8981101561253c5786840361011f190185528135368c9003601e190181126124f257600080fd5b8b01838101903567ffffffffffffffff81111561250e57600080fd5b80360382131561251d57600080fd5b612528868284612365565b9685019695505050908201906001016124cb565b50505085151560c085015291506125509050565b61ffff831660e08301529a9950505050505050505050565b60005b8381101561258357818101518382015260200161256b565b50506000910152565b600081518084526125a4816020860160208601612568565b601f01601f19169290920160200192915050565b6060815260006125cb606083018661258c565b60208301949094525060400152919050565b6000604082840312156125ef57600080fd5b6040516040810181811067ffffffffffffffff8211171561261257612612611d48565b604052825181526020928301519281019290925250919050565b81810381811115610773576107736123f1565b606081526000612653606083018688612365565b6020830194909452506040015292915050565b80820180821115610773576107736123f1565b8082028115828204841417610773576107736123f1565b6000826126ad57634e487b7160e01b600052601260045260246000fd5b500490565b600082516126c4818460208701612568565b7f2e626c6173740000000000000000000000000000000000000000000000000000920191825250600601919050565b60006001600160a01b038087168352808616602084015280851660408401525060806060830152612727608083018461258c565b969550505050505056fea2646970667358221220e5c097b90de0d19c27ec12974404d78010f85aabfcc74d1e2b79cae869f6b76864736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000fd7ff5ba5deca2a840ca29c3ba15171cf5a7ccb30000000000000000000000005617ed1b2fed6d0d733070112e08fa2773f34ece000000000000000000000000000000000000000000000000000000000000003c0000000000000000000000000000000000000000000000000000000000015180000000000000000000000000334be785038b4903808ba648b94387dc8f3360e6000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b0000000000000000000000005f39cceed698dcba50031185ff7e62b1e374fda1
-----Decoded View---------------
Arg [0] : _base (address): 0xfD7ff5BA5deca2A840ca29c3Ba15171cf5A7CCB3
Arg [1] : _prices (address): 0x5617Ed1B2Fed6D0D733070112E08fA2773F34eCE
Arg [2] : _minCommitmentAge (uint256): 60
Arg [3] : _maxCommitmentAge (uint256): 86400
Arg [4] : _reverseRegistrar (address): 0x334bE785038b4903808BA648b94387dc8f3360E6
Arg [5] : _nameWrapper (address): 0xb4fcc1fC80bCFCEc5CB478AAA8999CC83016Ef5b
Arg [6] : _ens (address): 0x5f39CceEd698dCba50031185Ff7e62b1E374fDA1
-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 000000000000000000000000fd7ff5ba5deca2a840ca29c3ba15171cf5a7ccb3
Arg [1] : 0000000000000000000000005617ed1b2fed6d0d733070112e08fa2773f34ece
Arg [2] : 000000000000000000000000000000000000000000000000000000000000003c
Arg [3] : 0000000000000000000000000000000000000000000000000000000000015180
Arg [4] : 000000000000000000000000334be785038b4903808ba648b94387dc8f3360e6
Arg [5] : 000000000000000000000000b4fcc1fc80bcfcec5cb478aaa8999cc83016ef5b
Arg [6] : 0000000000000000000000005f39cceed698dcba50031185ff7e62b1e374fda1
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.33
Net Worth in ETH
0.000113
Token Allocations
WETH
100.00%
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| BLAST | 100.00% | $2,936.59 | 0.00011345 | $0.3331 |
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.