Class ENS
java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
org.web3j.ens.contracts.generated.ENS
Auto generated code.
Do not modify!
Please use the web3j command line tools, or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the codegen module to update.
Generated with web3j version 1.4.1.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.web3j.tx.Contract
Contract.EventValuesWithLog -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.web3j.abi.datatypes.Eventstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.Eventstatic final org.web3j.abi.datatypes.EventFields inherited from class org.web3j.tx.Contract
BIN_NOT_PROVIDED, contractAddress, contractBinary, defaultBlockParameter, deployedAddresses, FUNC_DEPLOY, GAS_LIMIT, gasProvider, transactionReceiptFields inherited from class org.web3j.tx.ManagedTransaction
ensResolver, GAS_PRICE, transactionManager, web3j -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedENS(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedENS(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, ContractGasProvider contractGasProvider) protectedENS(String contractAddress, Web3j web3j, TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedENS(String contractAddress, Web3j web3j, TransactionManager transactionManager, ContractGasProvider contractGasProvider) -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.Flowable<ENS.ApprovalForAllEventResponse>approvalForAllEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) io.reactivex.Flowable<ENS.ApprovalForAllEventResponse>approvalForAllEventFlowable(EthFilter filter) getApprovalForAllEvents(TransactionReceipt transactionReceipt) getNewOwnerEvents(TransactionReceipt transactionReceipt) getNewResolverEvents(TransactionReceipt transactionReceipt) getNewTTLEvents(TransactionReceipt transactionReceipt) getTransferEvents(TransactionReceipt transactionReceipt) isApprovedForAll(String owner, String operator) static ENSload(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ENSload(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, ContractGasProvider contractGasProvider) static ENSload(String contractAddress, Web3j web3j, TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ENSload(String contractAddress, Web3j web3j, TransactionManager transactionManager, ContractGasProvider contractGasProvider) io.reactivex.Flowable<ENS.NewOwnerEventResponse>newOwnerEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) io.reactivex.Flowable<ENS.NewOwnerEventResponse>newOwnerEventFlowable(EthFilter filter) io.reactivex.Flowable<ENS.NewResolverEventResponse>newResolverEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) io.reactivex.Flowable<ENS.NewResolverEventResponse>newResolverEventFlowable(EthFilter filter) io.reactivex.Flowable<ENS.NewTTLEventResponse>newTTLEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) io.reactivex.Flowable<ENS.NewTTLEventResponse>newTTLEventFlowable(EthFilter filter) owner(byte[] node) recordExists(byte[] node) resolver(byte[] node) setApprovalForAll(String operator, Boolean approved) setRecord(byte[] node, String owner, String resolver, BigInteger ttl) setResolver(byte[] node, String resolver) setSubnodeOwner(byte[] node, byte[] label, String owner) setSubnodeRecord(byte[] node, byte[] label, String owner, String resolver, BigInteger ttl) setTTL(byte[] node, BigInteger ttl) io.reactivex.Flowable<ENS.TransferEventResponse>transferEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) io.reactivex.Flowable<ENS.TransferEventResponse>transferEventFlowable(EthFilter filter) ttl(byte[] node) Methods inherited from class org.web3j.tx.Contract
convertToNative, deploy, deploy, deploy, deploy, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, deployRemoteCall, executeCallMultipleValueReturn, executeCallSingleValueReturn, executeCallSingleValueReturn, executeCallWithoutDecoding, executeRemoteCallMultipleValueReturn, executeRemoteCallSingleValueReturn, executeRemoteCallSingleValueReturn, executeRemoteCallTransaction, executeRemoteCallTransaction, executeTransaction, extractEventParameters, extractEventParameters, extractEventParametersWithLog, extractEventParametersWithLog, getContractAddress, getContractBinary, getDeployedAddress, getGasPrice, getStaticDeployedAddress, getTransactionReceipt, isValid, resolveContractAddress, setContractAddress, setDefaultBlockParameter, setDeployedAddress, setGasPrice, setGasProvider, setTransactionReceipt, staticExtractEventParameters, staticExtractEventParametersWithLog, staticExtractEventParametersWithLogMethods inherited from class org.web3j.tx.ManagedTransaction
call, getSyncThreshold, requestCurrentGasPrice, send, send, sendEIP1559, sendEIP1559, setSyncThreshold
-
Field Details
-
BINARY
- See Also:
-
FUNC_ISAPPROVEDFORALL
- See Also:
-
FUNC_OWNER
- See Also:
-
FUNC_RECORDEXISTS
- See Also:
-
FUNC_RESOLVER
- See Also:
-
FUNC_SETAPPROVALFORALL
- See Also:
-
FUNC_SETOWNER
- See Also:
-
FUNC_SETRECORD
- See Also:
-
FUNC_SETRESOLVER
- See Also:
-
FUNC_SETSUBNODEOWNER
- See Also:
-
FUNC_SETSUBNODERECORD
- See Also:
-
FUNC_SETTTL
- See Also:
-
FUNC_TTL
- See Also:
-
APPROVALFORALL_EVENT
public static final org.web3j.abi.datatypes.Event APPROVALFORALL_EVENT -
NEWOWNER_EVENT
public static final org.web3j.abi.datatypes.Event NEWOWNER_EVENT -
NEWRESOLVER_EVENT
public static final org.web3j.abi.datatypes.Event NEWRESOLVER_EVENT -
NEWTTL_EVENT
public static final org.web3j.abi.datatypes.Event NEWTTL_EVENT -
TRANSFER_EVENT
public static final org.web3j.abi.datatypes.Event TRANSFER_EVENT
-
-
Constructor Details
-
ENS
@Deprecated protected ENS(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
ENS
protected ENS(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, ContractGasProvider contractGasProvider) -
ENS
@Deprecated protected ENS(String contractAddress, Web3j web3j, TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
ENS
protected ENS(String contractAddress, Web3j web3j, TransactionManager transactionManager, ContractGasProvider contractGasProvider)
-
-
Method Details
-
getApprovalForAllEvents
public List<ENS.ApprovalForAllEventResponse> getApprovalForAllEvents(TransactionReceipt transactionReceipt) -
approvalForAllEventFlowable
public io.reactivex.Flowable<ENS.ApprovalForAllEventResponse> approvalForAllEventFlowable(EthFilter filter) -
approvalForAllEventFlowable
public io.reactivex.Flowable<ENS.ApprovalForAllEventResponse> approvalForAllEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) -
getNewOwnerEvents
-
newOwnerEventFlowable
-
newOwnerEventFlowable
public io.reactivex.Flowable<ENS.NewOwnerEventResponse> newOwnerEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) -
getNewResolverEvents
public List<ENS.NewResolverEventResponse> getNewResolverEvents(TransactionReceipt transactionReceipt) -
newResolverEventFlowable
public io.reactivex.Flowable<ENS.NewResolverEventResponse> newResolverEventFlowable(EthFilter filter) -
newResolverEventFlowable
public io.reactivex.Flowable<ENS.NewResolverEventResponse> newResolverEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) -
getNewTTLEvents
-
newTTLEventFlowable
-
newTTLEventFlowable
public io.reactivex.Flowable<ENS.NewTTLEventResponse> newTTLEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) -
getTransferEvents
-
transferEventFlowable
-
transferEventFlowable
public io.reactivex.Flowable<ENS.TransferEventResponse> transferEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock) -
isApprovedForAll
-
owner
-
recordExists
-
resolver
-
setApprovalForAll
-
setOwner
-
setRecord
public RemoteFunctionCall<TransactionReceipt> setRecord(byte[] node, String owner, String resolver, BigInteger ttl) -
setResolver
-
setSubnodeOwner
public RemoteFunctionCall<TransactionReceipt> setSubnodeOwner(byte[] node, byte[] label, String owner) -
setSubnodeRecord
public RemoteFunctionCall<TransactionReceipt> setSubnodeRecord(byte[] node, byte[] label, String owner, String resolver, BigInteger ttl) -
setTTL
-
ttl
-
load
@Deprecated public static ENS load(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
@Deprecated public static ENS load(String contractAddress, Web3j web3j, TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
public static ENS load(String contractAddress, Web3j web3j, org.web3j.crypto.Credentials credentials, ContractGasProvider contractGasProvider) -
load
public static ENS load(String contractAddress, Web3j web3j, TransactionManager transactionManager, ContractGasProvider contractGasProvider)
-