EnsResolverContract class

Inheritance

Constructors

EnsResolverContract({required String contractAddress, required EvmRpcInterface rpc})

Properties

abi ContractABI
finalinherited
contractAddress String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
rpc EvmRpcInterface
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addr({required String name}) Future<String?>
buildTransactionForFunction({required ContractFunctionWithValues function, required String sender, EvmFeeInformation<EvmGasPrice>? feeInfo, BigInt? value}) Future<RawEvmTransaction>
inherited
interact({required ContractFunctionWithValues function, required Uint8List seed, required String sender, EvmFeeInformation<EvmGasPrice>? feeInfo, BigInt? value, List<AccessListItem>? accessList}) Future<String>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read({required ExternalContractFunctionWithValues function, BlockNum? atBlock, required List<FunctionParam>? outputs, StateMutability? stateMutability}) Future<ExternalContractFunctionWithValuesAndOutputs>
inherited
readSafe({required LocalContractFunctionWithValues function, BlockNum? atBlock}) Future<LocalContractFunctionWithValuesAndOutputs>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited