Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolymathNetwork/polymath-core
/ encodeUint
Function
encodeUint
test/o_security_token.js:1751–1753 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
1749
let
newKey =
new
Array();
1750
1751
function
encodeUint(data) {
1752
return
web3.eth.abi.encodeParameter(
'uint256'
, data);
1753
}
1754
1755
for
(
let
i = 0; i < investors.length; i++) {
1756
index = encodeUint(0);
Callers
1
o_security_token.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected