KEY3LuxuryRegistrarControllerV2
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd3a5…7516
0xb07c…26e8
0x7faf…e013
Balances ($0.00)
No balances found for "KEY3LuxuryRegistrarControllerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16303586 | 2 years ago | | | 0 | 0.0067373177 | |
| 16291268 | 2 years ago | | | 0 | 0.0062936497 |
ABI
ABI objects
Getter at block 21185816
MIN_REGISTRATION_DURATION() view returns (uint256)
28
base() view returns (address)
0xd3a5a0bd60c8884cc175594153f5ba4fc6337516
invitationRegistry() view returns (address)
0xb07c4eef48b49aaf2199f59e8b1afbfefe2f26e8
owner() view returns (address)
0x8db95452ef160f191e3918dfcd7c1e62d4212c03
paused() view returns (bool)
false
priceOracle() view returns (address)
0x7faf20805f8dcea2644225c0b38820670768e013
startTime() view returns (uint256)
1672315200
validator() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
available(string name_) view returns (bool)
invitationsOf(address inviter_) view returns (address[])
rentPrice(string name_, uint256 duration_, string currency_) view returns (uint256, uint256, uint256, uint256)
validate(string name_) view returns (bool)
State-modifying
Events pause()
proxyReclaim(uint256 name_, address target_)
proxyRegister(uint256 name_, address resolver_, address target_, uint256 duration_, string currency_) payable
reclaim(uint256 name_)
register(uint256 name_, address resolver_, uint256 duration_, string currency_, address inviter_) payable
renew(uint256 name_, uint256 duration_, string currency_) payable
renounceOwnership()
setBaseRegistrar(address registrar_)
setInvitationRegistry(address registry_)
setPriceOracle(address priceOracle_)
setStartTime(uint256 startTime_)
setValidator(address validator_)
transferOwnership(address newOwner)
unpause()
withdraw(address token_)
NameReclaimed(string name, bytes32 indexed label, uint256 expires)
NameRegistered(string name, bytes32 indexed label, address indexed owner, uint256 cost, string currency, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, string currency, uint256 expires)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBaseRegistrar(address indexed registrar)
SetInvitationRegistry(address indexed registry)
SetPriceOracle(address indexed priceOracle)
SetStartTime(uint256 startTime)
SetValidator(address indexed validator)
Unpaused(address account)
constructor(address registrar_, address invitationRegistry_, address validator_, address priceOracle_, uint256 startTime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.