Class MinterRole


  • public class MinterRole
    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.8.9.

    • Constructor Detail

      • MinterRole

        @Deprecated
        protected MinterRole​(String contractAddress,
                             org.web3j.protocol.Web3j web3j,
                             org.web3j.crypto.Credentials credentials,
                             BigInteger gasPrice,
                             BigInteger gasLimit)
        Deprecated.
      • MinterRole

        protected MinterRole​(String contractAddress,
                             org.web3j.protocol.Web3j web3j,
                             org.web3j.crypto.Credentials credentials,
                             org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • MinterRole

        @Deprecated
        protected MinterRole​(String contractAddress,
                             org.web3j.protocol.Web3j web3j,
                             org.web3j.tx.TransactionManager transactionManager,
                             BigInteger gasPrice,
                             BigInteger gasLimit)
        Deprecated.
      • MinterRole

        protected MinterRole​(String contractAddress,
                             org.web3j.protocol.Web3j web3j,
                             org.web3j.tx.TransactionManager transactionManager,
                             org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • Method Detail

      • minterAddedEventFlowable

        public io.reactivex.Flowable<MinterRole.MinterAddedEventResponse> minterAddedEventFlowable​(org.web3j.protocol.core.methods.request.EthFilter filter)
      • minterAddedEventFlowable

        public io.reactivex.Flowable<MinterRole.MinterAddedEventResponse> minterAddedEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                                   org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • minterRemovedEventFlowable

        public io.reactivex.Flowable<MinterRole.MinterRemovedEventResponse> minterRemovedEventFlowable​(org.web3j.protocol.core.methods.request.EthFilter filter)
      • minterRemovedEventFlowable

        public io.reactivex.Flowable<MinterRole.MinterRemovedEventResponse> minterRemovedEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                                       org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • ownershipTransferredEventFlowable

        public io.reactivex.Flowable<MinterRole.OwnershipTransferredEventResponse> ownershipTransferredEventFlowable​(org.web3j.protocol.core.DefaultBlockParameter startBlock,
                                                                                                                     org.web3j.protocol.core.DefaultBlockParameter endBlock)
      • addMinter

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> addMinter​(String account)
      • isMinter

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isMinter​(String account)
      • isOwner

        public org.web3j.protocol.core.RemoteFunctionCall<Boolean> isOwner()
      • owner

        public org.web3j.protocol.core.RemoteFunctionCall<String> owner()
      • renounceMinter

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceMinter()
      • renounceOwnership

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceOwnership()
      • transferOwnership

        public org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership​(String newOwner)
      • load

        public static MinterRole load​(String contractAddress,
                                      org.web3j.protocol.Web3j web3j,
                                      org.web3j.crypto.Credentials credentials,
                                      org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • load

        public static MinterRole 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<MinterRole> 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<MinterRole> deploy​(org.web3j.protocol.Web3j web3j,
                                                                            org.web3j.crypto.Credentials credentials,
                                                                            BigInteger gasPrice,
                                                                            BigInteger gasLimit)
        Deprecated.
      • deploy

        public static org.web3j.protocol.core.RemoteCall<MinterRole> 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<MinterRole> deploy​(org.web3j.protocol.Web3j web3j,
                                                                            org.web3j.tx.TransactionManager transactionManager,
                                                                            BigInteger gasPrice,
                                                                            BigInteger gasLimit)
        Deprecated.