DepositBase

Constant Re-added v123 → v135, v136 → v148, v149 → current u64

Reserve deposit to prevent spam.

Current Value

0.132 TAO (132000000 raw)

Conversion: ÷ 10^9 (RAO → TAO)

From Chain Metadata

The base amount of currency needed to reserve for creating a multisig execution or to store a dispatch call for later. This is held for an additional storage item whose value size is `4 + sizeof((BlockNumber, Balance, AccountId))` bytes and whose key size is `32 + sizeof(AccountId)` bytes.

Use Cases

  • Multisig creation

Value History

VersionBlockChangeValue
v123#720,235Added28.80 TAO
v136#1,756,781Changed28.80 TAO → 0.108 TAO
v149#3,014,339Changed0.108 TAO → 0.132 TAO

Code Examples

import { ApiPromise, WsProvider } from "@polkadot/api";
import { stringCamelCase } from "@polkadot/util";

const provider = new WsProvider("wss://entrypoint-finney.opentensor.ai:443");
const api = await ApiPromise.create({ provider });

// Query DepositBase constant
const value = api.consts[stringCamelCase("Multisig")][stringCamelCase("DepositBase")];
console.log("DepositBase:", value.toHuman());

// Convert RAO to TAO if this is a balance value
const taoValue = value.toBigInt() / BigInt(1e9);
console.log("TAO:", taoValue.toString());

Type Information

Type
u64
Byte Size
8 bytes
Encoding
fixed
Raw Hex
0x0029de0700000000

Version History

v123 block 720,235 Added
v136 block 1,756,781 Re-added
v149 block 3,014,339 Re-added Current

Runtime Info

Pallet
Multisig
First Version
v123
Latest Version
v123
Current Runtime
v393