DIDRegistrarController
Verified contract
Active on
Ethereum with 1,799 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf29…9a45
0xae5a…565e
0x6a16…a4ab
0xe38e…be4d
-
variable spans 4 additional slots
Balances ($16.86)
Native
Value
$16.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005015 | $3,361.62 |
$16.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15759674 | 2 years ago | | | 0.0054355904 | 0.0055405275 | |
| 15746292 | 2 years ago | | | 0 | 0.0014524244 | |
| 15703537 | 2 years ago | | | 0.0052724337 | 0.0029854862 | |
| 15703530 | 2 years ago | | | 0 | 0.00031383172 | |
| 15699713 | 2 years ago | | | 0 | 0.00022059000 | |
| 15695064 | 2 years ago | | | 0 | 0.00038308835 | |
| 15693618 | 2 years ago | | | 0 | 0.00039120112 | |
| 15677327 | 2 years ago | | | 0 | 0.00057043735 | |
| 15667339 | 2 years ago | | | 0.0054098322 | 0.0030021442 | |
| 15667332 | 2 years ago | | | 0 | 0.00036023708 |
ABI
ABI objects
Getter at block 21260936
DistributorContract() view returns (address)
0x5724d0711cac554c6f9baee337b31f4487f7dba1
DistributorInterface() view returns (address)
0x5724d0711cac554c6f9baee337b31f4487f7dba1
MIN_REGISTRATION_DURATION() view returns (uint256)
2419200
ifOpen() view returns (bool)
false
maxCommitmentAge() view returns (uint256)
604600
minCommitmentAge() view returns (uint256)
60
owner() view returns (address)
0xad46c8a34c7516f273db35f260aeedf3303625d4
Read-only
available(string name) view returns (bool)
calculatePoints(string name, uint256 duration) view returns (uint256)
commitments(bytes32) view returns (uint256)
makeCommitment(string name, address owner, bytes32 secret) pure returns (bytes32)
makeCommitmentWithConfig(string name, address owner, bytes32 secret, address resolver, address addr) pure returns (bytes32)
points(uint256) view returns (uint256)
rentPrice(string name, uint256 duration) view returns (struct IPriceOraclePrice price)
supportsInterface(bytes4 interfaceID) pure returns (bool)
valid(string name) view returns (bool)
State-modifying
Events commit(bytes32 commitment)
register(string name, address owner, uint256 duration, bytes32 secret) payable
registerWithConfig(string name, address owner, uint256 duration, bytes32 secret, address resolver, address addr) payable
renew(string name, uint256 duration) payable
renounceOwnership()
setCommitmentAges(uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
setPoints(uint256[] _points)
setPriceOracle(address _prices)
toggle()
transferOwnership(address newOwner)
withdraw()
NameRegistered(string name, bytes32 indexed label, address indexed owner, uint256 cost, uint256 expires)
NameRenewed(string name, bytes32 indexed label, uint256 cost, uint256 expires)
NewPriceOracle(address indexed oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _base, address _prices, address _airdrops, address _register, address _distributor, uint256 _minCommitmentAge, uint256 _maxCommitmentAge)
This contract contains no fallback and receive objects.
This contract contains no error objects.