Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ethereum/EIPs
/ Set
Function
Set
assets/eip-7543/uint256_wrapped.go:20–23 ·
view source on GitHub ↗
(a, out *int256, gas *uint64)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
Set(a, out *int256, gas *uint64) *int256 {
21
out.Set(a)
22
return
out
23
}
24
25
func
Sub(a, b, out *int256, gas *uint64) *int256 {
26
out.Sub(a, b)
Callers
10
createDecimal
Function · 0.85
Add
Method · 0.85
Neg
Method · 0.85
Exp
Method · 0.85
Ln
Method · 0.85
Sin
Method · 0.85
find_num_trailing_zeros_signed_DECIMAL256
Function · 0.85
normalize
Method · 0.85
round
Method · 0.85
ln
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected