Class AbstractContract

java.lang.Object
tech.deplant.java4ever.framework.contract.AbstractContract
All Implemented Interfaces:
Contract
Direct Known Subclasses:
GiverContract, TIP3TokenRootContract, TIP3TokenWalletContract, TIP4CollectionContract, TIP4IndexBasisContract, TIP4IndexContract, TIP4NftContract, TIP4WalletContract

public class AbstractContract extends Object implements Contract
Class that represents deployed contract in one of the networks. It holds info about network (sdk), address and abi of contract. If you own this contract, initialize it with correct credentials. If it's you are not a contract owner, use shorter constructor or explicit Credentials.NONE. You can make calls to contract with prepareCall() method.