L2Resolver
Verified contract
Active on
Base with 86,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "L2Resolver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754476 | 6 minutes ago | | | 0 | 0.0000010490086 | |
| 22754415 | 8 minutes ago | | | 0 | 0.0000022161801 | |
| 22753623 | 35 minutes ago | | | 0 | 0.0000015614583 | |
| 22753347 | 44 minutes ago | | | 0 | 0.0000025027284 | |
| 22753283 | an hour ago | | | 0 | 0.0000036947423 | |
| 22753214 | an hour ago | | | 0 | 0.0000019498619 | |
| 22753055 | an hour ago | | | 0 | 0.0000029205174 | |
| 22752360 | an hour ago | | | 0 | 0.0000017465288 | |
| 22751978 | an hour ago | | | 0 | 0.0000036464181 | |
| 22751772 | 2 hours ago | | | 0 | 8.9181496e-7 |
ABI
ABI objects
Getter at block 22754665
ens() view returns (address)
0xb94704422c2a1e396835a571837aa5ae53285a95
owner() view returns (address result)
0xf9bba2f07a2c95fc4225f1caec76e6bf04b463e9
registrarController() view returns (address)
0x4ccb0bb02fcaba27e82a56646e81d8c5bc4119a5
reverseRegistrar() view returns (address)
0x79ea96012eea67a83431f1701b3dff7e37f9e282
Read-only
ABI(bytes32 node, uint256 contentTypes) view returns (uint256, bytes)
addr(bytes32 node) view returns (address)
addr(bytes32 node, uint256 coinType) view returns (bytes)
contenthash(bytes32 node) view returns (bytes)
dnsRecord(bytes32 node, bytes32 name, uint16 resource) view returns (bytes)
hasDNSRecords(bytes32 node, bytes32 name) view returns (bool)
interfaceImplementer(bytes32 node, bytes4 interfaceID) view returns (address)
isApprovedFor(address owner, bytes32 node, address delegate) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
name(bytes32 node) view returns (string)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
pubkey(bytes32 node) view returns (bytes32 x, bytes32 y)
recordVersions(bytes32) view returns (uint64)
resolve(bytes, bytes data) view returns (bytes)
supportsInterface(bytes4 interfaceID) view returns (bool)
text(bytes32 node, string key) view returns (string)
zonehash(bytes32 node) view returns (bytes)
State-modifying
Events approve(bytes32 node, address delegate, bool approved)
cancelOwnershipHandover() payable
clearRecords(bytes32 node)
completeOwnershipHandover(address pendingOwner) payable
multicall(bytes[] data) returns (bytes[] results)
multicallWithNodeCheck(bytes32 nodehash, bytes[] data) returns (bytes[] results)
renounceOwnership() payable
requestOwnershipHandover() payable
setABI(bytes32 node, uint256 contentType, bytes data)
setAddr(bytes32 node, address a)
setAddr(bytes32 node, uint256 coinType, bytes a)
setApprovalForAll(address operator, bool approved)
setContenthash(bytes32 node, bytes hash)
setDNSRecords(bytes32 node, bytes data)
setInterface(bytes32 node, bytes4 interfaceID, address implementer)
setName(bytes32 node, string newName)
setPubkey(bytes32 node, bytes32 x, bytes32 y)
setRegistrarController(address registrarController_)
setReverseRegistrar(address reverseRegistrar_)
setText(bytes32 node, string key, string value)
setZonehash(bytes32 node, bytes hash)
transferOwnership(address newOwner) payable
ABIChanged(bytes32 indexed node, uint256 indexed contentType)
AddrChanged(bytes32 indexed node, address a)
AddressChanged(bytes32 indexed node, uint256 coinType, bytes newAddress)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Approved(address owner, bytes32 indexed node, address indexed delegate, bool indexed approved)
ContenthashChanged(bytes32 indexed node, bytes hash)
DNSRecordChanged(bytes32 indexed node, bytes name, uint16 resource, bytes record)
DNSRecordDeleted(bytes32 indexed node, bytes name, uint16 resource)
DNSZonehashChanged(bytes32 indexed node, bytes lastzonehash, bytes zonehash)
InterfaceChanged(bytes32 indexed node, bytes4 indexed interfaceID, address implementer)
NameChanged(bytes32 indexed node, string name)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PubkeyChanged(bytes32 indexed node, bytes32 x, bytes32 y)
RegistrarControllerUpdated(address indexed newRegistrarController)
ReverseRegistrarUpdated(address indexed newReverseRegistrar)
TextChanged(bytes32 indexed node, string indexed indexedKey, string key, string value)
VersionChanged(bytes32 indexed node, uint64 newVersion)
constructor(address ens_, address registrarController_, address reverseRegistrar_, address owner_)
This contract contains no fallback and receive objects.
AlreadyInitialized()
CantSetSelfAsDelegate()
CantSetSelfAsOperator()
NewOwnerIsZeroAddress()
NoHandoverRequest()
Unauthorized()