MCPcopy Create free account
hub / github.com/cardstack/cardstack / isNullEthValue

Function isNullEthValue

packages/cardpay-subgraph/src/utils.ts:270–272  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

268}
269
270function isNullEthValue(value: string): boolean {
271 return value == ZERO_ADDRESS;
272}
273
274// Return 1 if a > b
275// Return -1 if a < b

Callers 2

fetchTokenSymbolFunction · 0.85
fetchTokenNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected