A contract calling function of another contract
web3-eth
web3.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-shh
web3.shh.post
: posts a whisper message to the networkweb3.shh.subscribe
: creates a subscription to incoming whisper messagesweb3-bzz
web3.bzz.upload
: upload files and folders to Swarmweb3.bzz.download
: download files and folders from Swarmweb3-net
web3.*.net.getID
: returns the network IDweb3.*.net.getPeerCount
: returns the number of peers that the node is connected toweb3-utils
web3.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.