How to convert bytes or string (eg: 0xf2bd5de8b57ebfc45dcee97524a7a08fccc80aef
) to address in solidity?
[Ethereum] How to convert an bytes to address in Solidity
solidity
solidity
How to convert bytes or string (eg: 0xf2bd5de8b57ebfc45dcee97524a7a08fccc80aef
) to address in solidity?
Best Answer
I feel like there might be a more efficient way to do this but here's my naive solution: