BaseRegistrarImplementation
Verified contract
Active on
Ethereum
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…2e1e
Balances ($12,209.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENS | ERC-20 | 125.364933 | $19.71 |
$2,470.94 | |
WETH | ERC-20 | 0.30049 | $3,172.14 |
$953.19 | |
USDT | ERC-20 | 940.172764 | $0.999418 |
$939.63 | |
FLOKI | ERC-20 | 4.657182M | $0.000172 |
$802.39 | |
PEPE | ERC-20 | 54.183844M | $0.000012 |
$663.21 | |
IMPT | ERC-20 | 150K | $0.004369 |
$655.42 | |
MATIC | ERC-20 | 1.51K | $0.408611 |
$617 | |
PRO | ERC-20 | 380 | $1.52 |
$577.6 | |
0x0 | ERC-20 | 3.00675K | $0.182809 |
$549.66 | |
PORK | ERC-20 | 4.14B | $0.00 |
$488.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157587 | an hour ago | | | 0 | 0.00092195140 | |
| 21157569 | an hour ago | | | 0 | 0.0010727042 | |
| 21157521 | 2 hours ago | | | 0 | 0.0013446674 | |
| 21157507 | 2 hours ago | | | 0 | 0.00084411208 | |
| 21157451 | 2 hours ago | | | 0 | 0.00068589230 | |
| 21157085 | 3 hours ago | | | 0 | 0.00074886543 | |
| 21157072 | 3 hours ago | | | 0 | 0.00067937297 | |
| 21157010 | 3 hours ago | | | 0 | 0.00068906974 | |
| 21157002 | 3 hours ago | | | 0 | 0.00059715570 | |
| 21156981 | 3 hours ago | | | 0 | 0.00034554520 |
ABI
ABI objects
Getter at block 21157975
GRACE_PERIOD() view returns (uint256)
7776000
baseNode() view returns (bytes32)
0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae
ens() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
isOwner() view returns (bool)
false
owner() view returns (address)
0xfe89cc7abb2c4183683ab71653c4cdc9b02d44b7
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 addController(address controller)
approve(address to, uint256 tokenId)
reclaim(uint256 id, address owner)
register(uint256 id, address owner, uint256 duration) returns (uint256)
registerOnly(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, bytes32 _baseNode)
This contract contains no fallback and receive objects.
This contract contains no error objects.