-
IERC165.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
IERC165.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider)
IERC165.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
IERC165.load(String contractAddress,
org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider)
static org.web3j.protocol.core.RemoteCall<IERC165>
IERC165.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
BigInteger gasPrice,
BigInteger gasLimit)
static org.web3j.protocol.core.RemoteCall<IERC165>
IERC165.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.crypto.Credentials credentials,
org.web3j.tx.gas.ContractGasProvider contractGasProvider)
static org.web3j.protocol.core.RemoteCall<IERC165>
IERC165.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
BigInteger gasPrice,
BigInteger gasLimit)
static org.web3j.protocol.core.RemoteCall<IERC165>
IERC165.deploy(org.web3j.protocol.Web3j web3j,
org.web3j.tx.TransactionManager transactionManager,
org.web3j.tx.gas.ContractGasProvider contractGasProvider)