Package io.meeds.deeds.contract
Class DeedRenting
java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
io.meeds.deeds.contract.DeedRenting
public class DeedRenting
extends org.web3j.tx.Contract
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 4.9.4.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.web3j.tx.Contract
org.web3j.tx.Contract.EventValuesWithLog -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.web3j.abi.datatypes.Eventstatic 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 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.Eventstatic final org.web3j.abi.datatypes.Eventstatic 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
ConstructorsModifierConstructorDescriptionprotectedDeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedDeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) protectedDeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.protectedDeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
Method Summary
Modifier and TypeMethodDescriptionorg.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>acquireRent(BigInteger _id, BigInteger _monthsToPay) io.reactivex.Flowable<DeedRenting.AdminChangedEventResponse>adminChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.AdminChangedEventResponse>adminChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<DeedRenting.BeaconUpgradedEventResponse>beaconUpgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.BeaconUpgradedEventResponse>beaconUpgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>createOffer(DeedRenting.DeedOffer _offer) org.web3j.protocol.core.RemoteFunctionCall<BigInteger>org.web3j.protocol.core.RemoteFunctionCall<String>deed()org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple8<BigInteger,BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, String>> deedLeases(BigInteger param0) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple12<BigInteger,BigInteger, String, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, String, BigInteger>> deedOffers(BigInteger param0) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>deleteOffer(BigInteger _id) static org.web3j.protocol.core.RemoteCall<DeedRenting>deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static org.web3j.protocol.core.RemoteCall<DeedRenting>deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static org.web3j.protocol.core.RemoteCall<DeedRenting>deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static org.web3j.protocol.core.RemoteCall<DeedRenting>deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>endLease(BigInteger _id) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>evictTenant(BigInteger _id) getAdminChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getBeaconUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getInitializedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getLeaseEndedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getOfferCreatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getOfferDeletedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getOfferUpdatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getRentPaidEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getTenantEvictedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) getUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>initialize(String _meed, String _deed, String _tenantProvisioning) io.reactivex.Flowable<DeedRenting.InitializedEventResponse>initializedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.InitializedEventResponse>initializedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<Boolean>isOwner()org.web3j.protocol.core.RemoteFunctionCall<Boolean>isProvisioningManager(String _address, BigInteger _deedId) io.reactivex.Flowable<DeedRenting.LeaseEndedEventResponse>leaseEndedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.LeaseEndedEventResponse>leaseEndedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<BigInteger>leases(BigInteger param0, BigInteger param1) static DeedRentingload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static DeedRentingload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static DeedRentingload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static DeedRentingload(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) org.web3j.protocol.core.RemoteFunctionCall<String>meed()org.web3j.protocol.core.RemoteFunctionCall<BigInteger>io.reactivex.Flowable<DeedRenting.OfferCreatedEventResponse>offerCreatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.OfferCreatedEventResponse>offerCreatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<DeedRenting.OfferDeletedEventResponse>offerDeletedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.OfferDeletedEventResponse>offerDeletedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<BigInteger>io.reactivex.Flowable<DeedRenting.OfferUpdatedEventResponse>offerUpdatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.OfferUpdatedEventResponse>offerUpdatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<String>owner()io.reactivex.Flowable<DeedRenting.OwnershipTransferredEventResponse>ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.OwnershipTransferredEventResponse>ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>payRent(BigInteger _id, String _deedOwner, BigInteger _monthsToPay) org.web3j.protocol.core.RemoteFunctionCall<byte[]>org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>io.reactivex.Flowable<DeedRenting.RentPaidEventResponse>rentPaidEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.RentPaidEventResponse>rentPaidEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) io.reactivex.Flowable<DeedRenting.TenantEvictedEventResponse>tenantEvictedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.TenantEvictedEventResponse>tenantEvictedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<String>org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>transferOwnership(String newOwner) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>updateOffer(DeedRenting.DeedOffer _offer) io.reactivex.Flowable<DeedRenting.UpgradedEventResponse>upgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) io.reactivex.Flowable<DeedRenting.UpgradedEventResponse>upgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt>upgradeToAndCall(String newImplementation, byte[] data, BigInteger weiValue) 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_DAY_IN_SECONDS
- See Also:
-
FUNC_MONTH_IN_SECONDS
- See Also:
-
FUNC_ACQUIRERENT
- See Also:
-
FUNC_CREATEOFFER
- See Also:
-
FUNC_DEED
- See Also:
-
FUNC_DEEDLEASES
- See Also:
-
FUNC_DEEDOFFERS
- See Also:
-
FUNC_DELETEOFFER
- See Also:
-
FUNC_ENDLEASE
- See Also:
-
FUNC_EVICTTENANT
- See Also:
-
FUNC_INITIALIZE
- See Also:
-
FUNC_ISOWNER
- See Also:
-
FUNC_ISPROVISIONINGMANAGER
- See Also:
-
FUNC_LEASES
- See Also:
-
FUNC_MEED
- See Also:
-
FUNC_OFFERSCOUNT
- See Also:
-
FUNC_OWNER
- See Also:
-
FUNC_PAYRENT
- See Also:
-
FUNC_PROXIABLEUUID
- See Also:
-
FUNC_RENOUNCEOWNERSHIP
- See Also:
-
FUNC_TENANTPROVISIONING
- See Also:
-
FUNC_TRANSFEROWNERSHIP
- See Also:
-
FUNC_UPDATEOFFER
- See Also:
-
FUNC_UPGRADETO
- See Also:
-
FUNC_UPGRADETOANDCALL
- See Also:
-
ADMINCHANGED_EVENT
public static final org.web3j.abi.datatypes.Event ADMINCHANGED_EVENT -
BEACONUPGRADED_EVENT
public static final org.web3j.abi.datatypes.Event BEACONUPGRADED_EVENT -
INITIALIZED_EVENT
public static final org.web3j.abi.datatypes.Event INITIALIZED_EVENT -
LEASEENDED_EVENT
public static final org.web3j.abi.datatypes.Event LEASEENDED_EVENT -
OFFERCREATED_EVENT
public static final org.web3j.abi.datatypes.Event OFFERCREATED_EVENT -
OFFERDELETED_EVENT
public static final org.web3j.abi.datatypes.Event OFFERDELETED_EVENT -
OFFERUPDATED_EVENT
public static final org.web3j.abi.datatypes.Event OFFERUPDATED_EVENT -
OWNERSHIPTRANSFERRED_EVENT
public static final org.web3j.abi.datatypes.Event OWNERSHIPTRANSFERRED_EVENT -
RENTPAID_EVENT
public static final org.web3j.abi.datatypes.Event RENTPAID_EVENT -
TENANTEVICTED_EVENT
public static final org.web3j.abi.datatypes.Event TENANTEVICTED_EVENT -
UPGRADED_EVENT
public static final org.web3j.abi.datatypes.Event UPGRADED_EVENT
-
-
Constructor Details
-
DeedRenting
@Deprecated protected DeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
DeedRenting
protected DeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
DeedRenting
@Deprecated protected DeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
DeedRenting
protected DeedRenting(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
-
-
Method Details
-
getAdminChangedEvents
public static List<DeedRenting.AdminChangedEventResponse> getAdminChangedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
adminChangedEventFlowable
public io.reactivex.Flowable<DeedRenting.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
adminChangedEventFlowable
public io.reactivex.Flowable<DeedRenting.AdminChangedEventResponse> adminChangedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getBeaconUpgradedEvents
public static List<DeedRenting.BeaconUpgradedEventResponse> getBeaconUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
beaconUpgradedEventFlowable
public io.reactivex.Flowable<DeedRenting.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
beaconUpgradedEventFlowable
public io.reactivex.Flowable<DeedRenting.BeaconUpgradedEventResponse> beaconUpgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getInitializedEvents
public static List<DeedRenting.InitializedEventResponse> getInitializedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
initializedEventFlowable
public io.reactivex.Flowable<DeedRenting.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
initializedEventFlowable
public io.reactivex.Flowable<DeedRenting.InitializedEventResponse> initializedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getLeaseEndedEvents
public static List<DeedRenting.LeaseEndedEventResponse> getLeaseEndedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
leaseEndedEventFlowable
public io.reactivex.Flowable<DeedRenting.LeaseEndedEventResponse> leaseEndedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
leaseEndedEventFlowable
public io.reactivex.Flowable<DeedRenting.LeaseEndedEventResponse> leaseEndedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getOfferCreatedEvents
public static List<DeedRenting.OfferCreatedEventResponse> getOfferCreatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
offerCreatedEventFlowable
public io.reactivex.Flowable<DeedRenting.OfferCreatedEventResponse> offerCreatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
offerCreatedEventFlowable
public io.reactivex.Flowable<DeedRenting.OfferCreatedEventResponse> offerCreatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getOfferDeletedEvents
public static List<DeedRenting.OfferDeletedEventResponse> getOfferDeletedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
offerDeletedEventFlowable
public io.reactivex.Flowable<DeedRenting.OfferDeletedEventResponse> offerDeletedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
offerDeletedEventFlowable
public io.reactivex.Flowable<DeedRenting.OfferDeletedEventResponse> offerDeletedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getOfferUpdatedEvents
public static List<DeedRenting.OfferUpdatedEventResponse> getOfferUpdatedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
offerUpdatedEventFlowable
public io.reactivex.Flowable<DeedRenting.OfferUpdatedEventResponse> offerUpdatedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
offerUpdatedEventFlowable
public io.reactivex.Flowable<DeedRenting.OfferUpdatedEventResponse> offerUpdatedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getOwnershipTransferredEvents
public static List<DeedRenting.OwnershipTransferredEventResponse> getOwnershipTransferredEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
ownershipTransferredEventFlowable
public io.reactivex.Flowable<DeedRenting.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
ownershipTransferredEventFlowable
public io.reactivex.Flowable<DeedRenting.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getRentPaidEvents
public static List<DeedRenting.RentPaidEventResponse> getRentPaidEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
rentPaidEventFlowable
public io.reactivex.Flowable<DeedRenting.RentPaidEventResponse> rentPaidEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
rentPaidEventFlowable
public io.reactivex.Flowable<DeedRenting.RentPaidEventResponse> rentPaidEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getTenantEvictedEvents
public static List<DeedRenting.TenantEvictedEventResponse> getTenantEvictedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
tenantEvictedEventFlowable
public io.reactivex.Flowable<DeedRenting.TenantEvictedEventResponse> tenantEvictedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
tenantEvictedEventFlowable
public io.reactivex.Flowable<DeedRenting.TenantEvictedEventResponse> tenantEvictedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
getUpgradedEvents
public static List<DeedRenting.UpgradedEventResponse> getUpgradedEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt) -
upgradedEventFlowable
public io.reactivex.Flowable<DeedRenting.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.methods.request.EthFilter filter) -
upgradedEventFlowable
public io.reactivex.Flowable<DeedRenting.UpgradedEventResponse> upgradedEventFlowable(org.web3j.protocol.core.DefaultBlockParameter startBlock, org.web3j.protocol.core.DefaultBlockParameter endBlock) -
DAY_IN_SECONDS
-
MONTH_IN_SECONDS
-
acquireRent
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> acquireRent(BigInteger _id, BigInteger _monthsToPay) -
createOffer
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> createOffer(DeedRenting.DeedOffer _offer) -
deed
-
deedLeases
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple8<BigInteger,BigInteger, deedLeasesBigInteger, BigInteger, BigInteger, BigInteger, BigInteger, String>> (BigInteger param0) -
deedOffers
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.tuples.generated.Tuple12<BigInteger,BigInteger, deedOffersString, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, String, BigInteger>> (BigInteger param0) -
deleteOffer
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> deleteOffer(BigInteger _id) -
endLease
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> endLease(BigInteger _id) -
evictTenant
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> evictTenant(BigInteger _id) -
initialize
-
isOwner
-
isProvisioningManager
public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isProvisioningManager(String _address, BigInteger _deedId) -
leases
public org.web3j.protocol.core.RemoteFunctionCall<BigInteger> leases(BigInteger param0, BigInteger param1) -
meed
-
offersCount
-
owner
-
payRent
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> payRent(BigInteger _id, String _deedOwner, BigInteger _monthsToPay) -
proxiableUUID
public org.web3j.protocol.core.RemoteFunctionCall<byte[]> proxiableUUID() -
renounceOwnership
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceOwnership() -
tenantProvisioning
-
transferOwnership
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership(String newOwner) -
updateOffer
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> updateOffer(DeedRenting.DeedOffer _offer) -
upgradeTo
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> upgradeTo(String newImplementation) -
upgradeToAndCall
public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> upgradeToAndCall(String newImplementation, byte[] data, BigInteger weiValue) -
load
@Deprecated public static DeedRenting load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
@Deprecated public static DeedRenting load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
load
public static DeedRenting load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
load
public static DeedRenting load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
deploy
public static org.web3j.protocol.core.RemoteCall<DeedRenting> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
deploy
@Deprecated public static org.web3j.protocol.core.RemoteCall<DeedRenting> deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated. -
deploy
public static org.web3j.protocol.core.RemoteCall<DeedRenting> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) -
deploy
@Deprecated public static org.web3j.protocol.core.RemoteCall<DeedRenting> deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.
-