Gets the current block number.
@override Future<BigInt> getBlockNumber() async { return provider.getBlockNumber(); }