The name of the contract.
Returns the ABI of the contract as a JavaScript array.
Gets the contract address of the named contract. This method supports contracts used by the Venus Protocol.
The name of the contract.
Returns the address of the contract.
Gets the name of an Ethereum network based on its chain ID.
The chain ID of the network.
Returns the name of the Ethereum network.
Gets a contract ABI as a JavaScript array. This method supports contracts used by the Venus Protocol.
console.log('vBNB ABI: ', Venus.util.getAbi(Venus.vBNB));