Ethereum

class Ethereum

Functions

Link copied to clipboard
open fun addressChecksummed(address: String): String
Returns the checksummed address.
Link copied to clipboard
open fun eip1014Create2Address(from: String, salt: Array<Byte>, initCodeHash: Array<Byte>): String
Returns EIP-1014 Create2 address
Link copied to clipboard
open fun eip1967ProxyInitCode(logicAddress: String, data: Array<Byte>): Array<Byte>
Returns EIP-1967 proxy init code
Link copied to clipboard
open fun eip2645GetPath(ethAddress: String, layer: String, application: String, index: String): String
Returns the account path from address.