Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
readByteOrZero :: Int -> ByteString -> Word8 Source #
byteStringSliceWithDefaultZeroes :: Int -> Int -> ByteString -> ByteString Source #
sliceMemory :: (Integral a, Integral b) => a -> b -> ByteString -> ByteString Source #
writeMemory :: ByteString -> Word -> Word -> Word -> ByteString -> ByteString Source #
readMemoryWord :: Word -> ByteString -> Word Source #
readMemoryWord32 :: Word -> ByteString -> Word Source #
setMemoryWord :: Word -> Word -> ByteString -> ByteString Source #
setMemoryByte :: Word -> Word8 -> ByteString -> ByteString Source #
keccakBlob :: ByteString -> Word Source #
create2Address :: Addr -> W256 -> ByteString -> Addr Source #