A contract calling function of another contract
web3-ethweb3.eth.getBalance : balance of an address at a given blockweb3.eth.signTransaction : sign a transactionweb3.eth.sendSignedTransaction : send a signed transaction to the Ethereum blockchain.web3-shhweb3.shh.post : posts a whisper message to the networkweb3.shh.subscribe : creates a subscription to incoming whisper messagesweb3-bzzweb3.bzz.upload : upload files and folders to Swarmweb3.bzz.download : download files and folders from Swarmweb3-netweb3.*.net.getID : returns the network IDweb3.*.net.getPeerCount : returns the number of peers that the node is connected toweb3-utilsweb3.utils.toWei : converts Ether to Weiweb3.utils.hexToNumberString : converts a hexadecimal value to a stringweb3.utils.isAddress checks if a given string is a valid Ethereum address.