OwnedRegistrar
Verified contract
Active on
Ethereum with 4,890 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd5f…5237
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13479174 | 3 years ago | | | 0 | 0.0048835958 | |
| 13323302 | 3 years ago | | | 0 | 0.0092433711 | |
| 13276343 | 3 years ago | | | 0 | 0.0065398430 | |
| 13270621 | 3 years ago | | | 0 | 0.0048113623 | |
| 13270348 | 3 years ago | | | 0 | 0.011971229 | |
| 13226810 | 3 years ago | | | 0 | 0.013032157 | |
| 13126404 | 3 years ago | | | 0 | 0.0071355797 | |
| 13102419 | 3 years ago | | | 0 | 0.0051223819 | |
| 13088538 | 3 years ago | | | 0 | 0.012155048 | |
| 13018444 | 3 years ago | | | 0 | 0.0045902767 |
ABI
ABI objects
Getter at block 21332917
ens() view returns (address)
0x314159265dd8dbb310642f98f50c066173c1259b
resolver() view returns (address)
0xbd5f5ec7ed5f19b53726344540296c02584a5237
Read-only
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
nonces(bytes32) view returns (uint256)
registrars(uint256, address) view returns (bool)
State-modifying
Events addRole(address addr, string role)
associateWithSig(bytes32 node, bytes32 label, address owner, uint256 nonce, uint256 registrarId, bytes32 r, bytes32 s, uint8 v)
multicall(bytes[] calls)
removeRole(address addr, string role)
setRegistrar(uint256 id, address registrar)
unsetRegistrar(uint256 id, address registrar)
Associate(bytes32 indexed node, bytes32 indexed subnode, address indexed owner)
Disassociate(bytes32 indexed node, bytes32 indexed subnode)
RegistrarAdded(uint256 id, address registrar)
RegistrarRemoved(uint256 id, address registrar)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
constructor(address _ens)
This contract contains no fallback and receive objects.
This contract contains no error objects.