strings
function toHex
strings.toHex(s) pure 100bce92
Inputs
| type | name | description |
|---|---|---|
| string | s | undefined |
function addressToString
strings.addressToString(x) nonpayable 5e57966d
Inputs
| type | name | description |
|---|---|---|
| address | x | undefined |
function uintToBytes32
strings.uintToBytes32(v) view 886d3db9
Converts an unsigned integert to its string representation.
Inputs
| type | name | description |
|---|---|---|
| uint256 | v | The number to be converted. |
function uintToBytes
strings.uintToBytes(x) nonpayable 94e8767d
Inputs
| type | name | description |
|---|---|---|
| uint256 | x | undefined |
function fromHexChar
strings.fromHexChar(c) pure b7312707
Inputs
| type | name | description |
|---|---|---|
| uint256 | c | undefined |
function stringToBytes
strings.stringToBytes(source) nonpayable e106fb4b
Inputs
| type | name | description |
|---|---|---|
| string | source | undefined |
function uintToString
strings.uintToString(v) view e9395679
Inputs
| type | name | description |
|---|---|---|
| uint256 | v | undefined |
event log_bytemask
strings.log_bytemask(mask) f566b46a
Arguments
| type | name | description |
|---|---|---|
| bytes32 | mask | not indexed |