BaseRegistrarImplementation
Verified contract
Active on
Ethereum with 11,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3141…259b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.00257 |
$0 | |
ID | ERC-20 | 300M | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
SFT | ERC-721 | 1 | -- | -- | |
SET | ERC-721 | 1 | -- | -- | |
0xfac7…1e04 (#112615239651536459585808964392696276845195863196058786750629987315012289326930) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20770633 | 2 months ago | | | 0 | 0.00015244907 | |
| 20675621 | 2 months ago | | | 0 | 0.000043983623 | |
| 20040692 | 5 months ago | | | 0 | 0.00041882156 | |
| 19491797 | 8 months ago | | | 0 | 0.00053890437 | |
| 19139389 | 9 months ago | | | 0 | 0.00049345776 | |
| 19115093 | 9 months ago | | | 0 | 0.00033883860 | |
| 19024329 | 10 months ago | | | 0 | 0.0021579067 | |
| 18986084 | 10 months ago | | | 0 | 0.00078753090 | |
| 18898058 | 10 months ago | | | 0 | 0.00027516704 | |
| 18806932 | a year ago | | | 0 | 0.0011718090 |
ABI
ABI objects
Getter at block 21161312
GRACE_PERIOD() view returns (uint256)
7776000
MIGRATION_LOCK_PERIOD() view returns (uint256)
2419200
baseNode() view returns (bytes32)
0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae
ens() view returns (address)
0x314159265dd8dbb310642f98f50c066173c1259b
isOwner() view returns (bool)
false
owner() view returns (address)
0x911143d946ba5d467bfc476491fdb235fef4d667
previousRegistrar() view returns (address)
0x6090a6e47849629b7245dfa1ca21d94cd15878ef
transferPeriodEnds() view returns (uint256)
1588550400
Read-only
available(uint256 id) view returns (bool)
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nameExpires(uint256 id) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceID) view returns (bool)
State-modifying
Events acceptRegistrarTransfer(bytes32 label, address deed, uint256)
addController(address controller)
approve(address to, uint256 tokenId)
reclaim(uint256 id, address owner)
register(uint256 id, address owner, uint256 duration) returns (uint256)
removeController(address controller)
renew(uint256 id, uint256 duration) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setResolver(address resolver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ControllerAdded(address indexed controller)
ControllerRemoved(address indexed controller)
NameMigrated(uint256 indexed id, address indexed owner, uint256 expires)
NameRegistered(uint256 indexed id, address indexed owner, uint256 expires)
NameRenewed(uint256 indexed id, uint256 expires)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _ens, address _previousRegistrar, bytes32 _baseNode, uint256 _transferPeriodEnds)
This contract contains no fallback and receive objects.
This contract contains no error objects.