Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
function
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
fetchTokenSymbol
Function · 0.85
fetchTokenName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected