TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,513 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xd441…6401
0x57f1…ea85
0xa2c9…9b7e
Balances ($13,218.49)
Native
Value
$13,218.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.169226 | $3,170.49 |
$13,218.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196914 | 3 days ago | | | 0 | 0.00093467329 | |
| 21196878 | 3 days ago | | | 0 | 0.00076954992 | |
| 21196854 | 3 days ago | | | 0 | 0.00074306621 | |
| 21196829 | 3 days ago | | | 0 | 0.00096976606 | |
| 21147965 | 10 days ago | | | 0 | 0.00040698785 | |
| 21147050 | 10 days ago | | | 0 | 0.00062212722 | |
| 21134399 | 11 days ago | | | 0 | 0.00065256648 | |
| 21129461 | 12 days ago | | | 0 | 0.0012159738 | |
| 21118864 | 14 days ago | | | 0 | 0.00076637169 | |
| 21118843 | 14 days ago | | | 0 | 0.00028878031 |
ABI
ABI objects
Getter at block 21216280
baseRegistrar() view returns (address)
0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85
nameWrapper() view returns (address)
0xd4416b13d2b3a9abae7acd5d6c2bbdbe25686401
owner() view returns (address)
0x4252f2d1b95c2f14af1302143bb4a481788504e2
priceOracle() view returns (address)
0xa2c9db17eef55a8975c13f79da112288e4d59b7e
visionPercentFee() view returns (uint256)
100
Read-only
dailyRenewalPrice(uint256) view returns (uint256)
getConfigDataWithEthPrice(uint256 _parentId, uint64 _duration) view returns (struct SaleConfig, uint256)
getPrices(uint256[] _ids, uint64[] _durations) view returns (uint256[])
isSalesDisabled(address) view returns (bool)
saleConfigs(uint256) view returns (address owner, uint88 price, bool isForSale, uint256 dailyRent)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
init(address _wrapper, address _oracle, address _registrar)
purchaseDomains(uint256[] _ids, string[] _labels, address[] _mintTo, address _resolver, uint64[] _duration) payable
renewSubdomain(uint256[] _ids, string[] _labels, uint64[] _durations) payable
renounceOwnership()
setGlobalSalesDisabled(bool _isDisabled)
setUpDomains(uint256[] _ids, struct SaleConfig[] _configs)
transferOwnership(address newOwner)
updatePriceOracle(address _priceOracle)
updateVisionFee(uint256 _visionPercent)
withdrawFunds()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ConfigureSubdomain(uint256 indexed id, struct SaleConfig config)
DisableSales(address indexed owner, bool isDisabled)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseSubdomain(bytes32 indexed _ens, address _buyer, address _seller, string _label)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.