Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($925,088.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENS | ERC-20 | 46.388919K | $19.83 |
$919,892.27 | |
USDC | ERC-20 | 5.10919K | $0.999519 |
$5,106.73 | |
PRIME | ERC-20 | 11 | $8.04 |
$88.44 | |
SAITABIT | ERC-20 | 943.866096 | $0.001101 |
$1.04 | |
MDGB | ERC-20 | 17.812K | -- | -- | |
GSTOP | ERC-20 | 100 | -- | -- | |
EPAM | ERC-20 | 10 | -- | -- | |
DRZY | ERC-20 | 10 | -- | -- | |
HQG | ERC-20 | 2 | -- | -- | |
0x57f1…ea85 (#113439480405854218785319297942250377170838071769739662953279496799600879366078) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247084 | 19 minutes ago | | | 0 | 0.00057032800 | |
| 21246330 | 3 hours ago | | | 0 | 0.00066750028 | |
| 21246257 | 3 hours ago | | | 0 | 0.00086691960 | |
| 21246199 | 3 hours ago | | | 0 | 0.00083509509 | |
| 21246176 | 3 hours ago | | | 0 | 0.00083789826 | |
| 21245626 | 5 hours ago | | | 0 | 0.00065595890 | |
| 21245421 | 6 hours ago | | | 0 | 0.00059459245 | |
| 21245326 | 6 hours ago | | | 0 | 0.00058565400 | |
| 21244807 | 8 hours ago | | | 0 | 0.00082487830 | |
| 21244722 | 8 hours ago | | | 0 | 0.00060468320 |
ABI
ABI objects
Getter at block 21247179
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)
authorisations(bytes32, address, address) view returns (bool)
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)
name(bytes32 node) view returns (string)
pubkey(bytes32 node) view returns (bytes32 x, bytes32 y)
supportsInterface(bytes4 interfaceID) pure returns (bool)
text(bytes32 node, string key) view returns (string)
State-modifying
Events clearDNSZone(bytes32 node)
multicall(bytes[] data) returns (bytes[] results)
setABI(bytes32 node, uint256 contentType, bytes data)
setAddr(bytes32 node, address a)
setAddr(bytes32 node, uint256 coinType, bytes a)
setAuthorisation(bytes32 node, address target, bool isAuthorised)
setContenthash(bytes32 node, bytes hash)
setDNSRecords(bytes32 node, bytes data)
setInterface(bytes32 node, bytes4 interfaceID, address implementer)
setName(bytes32 node, string name)
setPubkey(bytes32 node, bytes32 x, bytes32 y)
setText(bytes32 node, string key, string value)
ABIChanged(bytes32 indexed node, uint256 indexed contentType)
AddrChanged(bytes32 indexed node, address a)
AddressChanged(bytes32 indexed node, uint256 coinType, bytes newAddress)
AuthorisationChanged(bytes32 indexed node, address indexed owner, address indexed target, bool isAuthorised)
ContenthashChanged(bytes32 indexed node, bytes hash)
DNSRecordChanged(bytes32 indexed node, bytes name, uint16 resource, bytes record)
DNSRecordDeleted(bytes32 indexed node, bytes name, uint16 resource)
DNSZoneCleared(bytes32 indexed node)
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)
constructor(address _ens)
This contract contains no fallback and receive objects.
This contract contains no error objects.