November 2018
Intermediate to advanced
528 pages
13h 21m
English
If you wish to construct an instance of a smart contract wrapper with an existing smart contract, simply pass in its address to the predefined load function:
CFutures CFutureInstance = CFutures.load("contract_address", web3j, credentials, CUSTOM_GAS_PRICE, GAS_LIMIT);
Once you instantiate a new CFuture object (using deploy or load), Eclipse will help you with the autocompletion feature to choose the functions to call or to access contract proprieties:

Read now
Unlock full access