The length of a contracts variable (considering Hex notation)
The number of code pages
Get the contract
Get multiple data blocks as string
The index of variable (starting at 0)
Number of blocks
The data as string (Utf-8)
Get a hexadecimal data block of arbitrary length at given position/index
The index of variable (starting at 0)
The length of the data block (must be a multiple of 2)
The data as hexadecimal string (in little endianness)
Get a variable at given position/index
The index of variable (starting at 0)
The data as hexadecimal string (in little endianness)
Get a variable as decimal (string)
The index of variable (starting at 0)
The data as a decimal string sequence
Get a variable as string
The index of variable (starting at 0)
The data as string (Utf-8)
Helper class for contracts
A contract owns additional data, which is split in 8 byte blocks. The content is encoded in hexadecimal representation and big endianness. This class facilitates access to these data