(address, blockTag = "latest")
| 39 | } |
| 40 | |
| 41 | async getChainBalance(address, blockTag = "latest") { |
| 42 | return await this.provider.getBalance(address, blockTag); |
| 43 | } |
| 44 | |
| 45 | async getTokenBalance(address, contract, blockTag = "latest") { |
| 46 | const balanceOfAbi = [{ |
nothing calls this directly
no outgoing calls
no test coverage detected