PublicResolver
Verified contract
Active on
Ethereum with 10,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FAST | ERC-20 | 33K | -- | -- | |
0xe119…6864 | ERC-20 | 33K | -- | -- | |
DESK | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18842075 | a year ago | | | 0 | 0.0018931177 | |
| 17090186 | 2 years ago | | | 0 | 0.0018551082 | |
| 15524722 | 2 years ago | | | 0 | 0.00027186873 | |
| 15524694 | 2 years ago | | | 0 | 0.00026259909 | |
| 15487356 | 2 years ago | | | 0 | 0.00065862290 | |
| 12618175 | 3 years ago | | | 0 | 0.00016096400 | |
| 12618175 | 3 years ago | | | 0 | 0.00023153600 | |
| 12029322 | 4 years ago | | | 0 | 0.0038648400 | |
| 10920526 | 4 years ago | | | 0 | 0.0026789460 | |
| 10845767 | 4 years ago | | | 0 | 0.0028154780 |
ABI
ABI objects
Getter at block 21168153
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)
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 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)
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)
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 indexedKey, string key)
constructor(address _ens)
This contract contains no fallback and receive objects.
This contract contains no error objects.