Convert between address formats and bytes32 representation
Encode (Address → Bytes32): Converts any blockchain address to its bytes32 representation. The protocol type is automatically detected when possible.
Decode (Bytes32 → Address): Converts a bytes32 value to an address in the specified protocol format.
Encode: Address to Bytes32
Ethereum:
0x1234567890123456789012345678901234567890Solana:
So11111111111111111111111111111111111111112Decode: Bytes32 to Address
Bytes32:
0x0000000000000000000000001234567890123456789012345678901234567890💡 Tip: Select your target protocol and specify a prefix for Cosmos chains.