Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ethereum/EIPs
/ Add
Function
Add
assets/eip-7543/uint256_wrapped.go:14–18 ·
view source on GitHub ↗
(a, b, out *int256, gas *uint64)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
Add(a, b, out *int256, gas *uint64) *int256 {
15
out.Add(a, b)
16
*gas += GasFastestStep
17
return
out
18
}
19
20
func
Set(a, out *int256, gas *uint64) *int256 {
21
out.Set(a)
Callers
9
Add
Method · 0.85
Mul
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_recur
Function · 0.85
Calls
1
Add
Method · 0.80
Tested by
no test coverage detected