PublicResolver
Verified contract
Active on
Base with 1,332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21993120 | 4 days ago | | | 0 | 0.0000027705655 | |
| 21859735 | 7 days ago | | | 0 | 3.5060519e-7 | |
| 20335413 | a month ago | | | 0 | 4.3393835e-7 | |
| 20180503 | 2 months ago | | | 0 | 3.6670382e-7 | |
| 20144004 | 2 months ago | | | 0 | 0.0000043983122 | |
| 20101750 | 2 months ago | | | 0 | 4.9773245e-7 | |
| 20101711 | 2 months ago | | | 0 | 4.9226815e-7 | |
| 19901067 | 2 months ago | | | 0 | 3.5080793e-7 | |
| 19235660 | 2 months ago | | | 0 | 2.8249227e-7 | |
| 19235585 | 2 months ago | | | 0 | 9.8093899e-7 |
ABI
ABI objects
Getter at block 22147120
This contract contains no getter function objects.
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)
pubkey(bytes32 node) view returns (bytes32 x, bytes32 y)
recordVersions(bytes32) view returns (uint64)
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)
clearRecords(bytes32 node)
multicall(bytes[] data) returns (bytes[] results)
multicallWithNodeCheck(bytes32 nodehash, bytes[] data) returns (bytes[] results)
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)
setText(bytes32 node, string key, string value)
setZonehash(bytes32 node, bytes hash)
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)
PubkeyChanged(bytes32 indexed node, bytes32 x, bytes32 y)
TextChanged(bytes32 indexed node, string indexed indexedKey, string key, string value)
VersionChanged(bytes32 indexed node, uint64 newVersion)
constructor(address _ens, address wrapperAddress, address _trustedETHController, address _trustedReverseRegistrar)
This contract contains no fallback and receive objects.
This contract contains no error objects.