Uses of Class
io.meeds.deeds.contract.ERC1967Proxy
-
Uses of ERC1967Proxy in io.meeds.deeds.contract
Methods in io.meeds.deeds.contract that return ERC1967ProxyModifier and TypeMethodDescriptionstatic ERC1967ProxyERC1967Proxy.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ERC1967ProxyERC1967Proxy.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider) static ERC1967ProxyERC1967Proxy.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit) Deprecated.static ERC1967ProxyERC1967Proxy.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider) Methods in io.meeds.deeds.contract that return types with arguments of type ERC1967ProxyModifier and TypeMethodDescriptionstatic org.web3j.protocol.core.RemoteCall<ERC1967Proxy> ERC1967Proxy.deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit, BigInteger initialWeiValue, String _logic, byte[] _data) Deprecated.static org.web3j.protocol.core.RemoteCall<ERC1967Proxy> ERC1967Proxy.deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider, BigInteger initialWeiValue, String _logic, byte[] _data) static org.web3j.protocol.core.RemoteCall<ERC1967Proxy> ERC1967Proxy.deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit, BigInteger initialWeiValue, String _logic, byte[] _data) Deprecated.static org.web3j.protocol.core.RemoteCall<ERC1967Proxy> ERC1967Proxy.deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider, BigInteger initialWeiValue, String _logic, byte[] _data)