Returns the ABI associated with an MNS node. Defined in EIP205.
The MNS node to query
A bitwise OR of the ABI formats accepted by the caller.
[contentType,data] The content type of the return data value
Sets the ABI associated with an MNS node. Nodes may have one ABI of each content type. To remove an ABI, set it to the empty string.
The node to update.
The content type of the ABI
The ABI data.
an array of TransactionReceipt objects
Returns true if this contract implements the interface defined by
interfaceId
. See the corresponding
https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
to learn more about how these ids are created.
This function call must use less than 30 000 gas. Defined in EIP181.
The MNS node to query.
if the interface is supported
Interface that represent an ABI Resolver