Skip to content

MinterInfo

Defined in: packages/cketh/src/candid/minter.d.ts:394

cketh_ledger_id: [] | [Principal]

Defined in: packages/cketh/src/candid/minter.d.ts:436

Canister ID of the ckETH ledger.


deposit_with_subaccount_helper_contract_address

Section titled “deposit_with_subaccount_helper_contract_address”

deposit_with_subaccount_helper_contract_address: [] | [string]

Defined in: packages/cketh/src/candid/minter.d.ts:398

Address of the ETH or ERC20 deposit with subaccount helper smart contract.


erc20_balances: [] | [object[]]

Defined in: packages/cketh/src/candid/minter.d.ts:454

Amount of ETH in Wei controlled by the minter. This might be less that the actual amount available on the minter_address().


erc20_helper_contract_address: [] | [string]

Defined in: packages/cketh/src/candid/minter.d.ts:420

Address of the ERC20 helper smart contract


eth_balance: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:403

Amount of ETH in Wei controlled by the minter. This might be less that the actual amount available on the minter_address().


eth_helper_contract_address: [] | [string]

Defined in: packages/cketh/src/candid/minter.d.ts:407

Address of the ETH helper smart contract.


ethereum_block_height: [] | [BlockTag]

Defined in: packages/cketh/src/candid/minter.d.ts:468

Determine ethereum block height observed by minter.


evm_rpc_id: [] | [Principal]

Defined in: packages/cketh/src/candid/minter.d.ts:416

Canister ID of the EVM RPC canister that handles the communication with the Ethereum blockchain.


last_deposit_with_subaccount_scraped_block_number

Section titled “last_deposit_with_subaccount_scraped_block_number”

last_deposit_with_subaccount_scraped_block_number: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:464

Last scraped block number for logs of the deposit with subaccount helper contract.


last_erc20_scraped_block_number: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:424

Last scraped block number for logs of the ERC20 helper contract.


last_eth_scraped_block_number: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:445

Last scraped block number for logs of the ETH helper contract.


last_gas_fee_estimate: [] | [GasFeeEstimate]

Defined in: packages/cketh/src/candid/minter.d.ts:432

Last gas fee estimate.


last_observed_block_number: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:411

Last Ethereum block number observed by the minter.


minimum_withdrawal_amount: [] | [bigint]

Defined in: packages/cketh/src/candid/minter.d.ts:449

Minimum amount in Wei that can be withdrawn when converting ckETH -> ETH.


minter_address: [] | [string]

Defined in: packages/cketh/src/candid/minter.d.ts:460

Ethereum address controlled by the minter via threshold ECDSA.


smart_contract_address: [] | [string]

Defined in: packages/cketh/src/candid/minter.d.ts:441

(Deprecated) Address of the ETH helper smart contract. Use eth_helper_contract_address.


supported_ckerc20_tokens: [] | [CkErc20Token[]]

Defined in: packages/cketh/src/candid/minter.d.ts:428

Information of supported ERC20 tokens.