Returns contract bigmap with the specified name or storage path.
Contract address
Bigmap name is the last piece of the bigmap storage path.
For example, if the storage path is ledger
or assets.ledger
, then the name is ledger
.
If there are multiple bigmaps with the same name, for example assets.ledger
and tokens.ledger
, you can specify the full path.
Bigmap pointer
Smart contract in which's storage the bigmap is allocated
Path to the bigmap in the contract storage
List of tags ( metadata
, token_metadata
,ledger
, or null
if there are no tags)
Bigmap status (true
- active, false
- removed)
Level of the block where the bigmap was seen first time
Level of the block where the bigmap was seen last time
Total number of keys ever added to the bigmap
Total number of currently active keys
Total number of actions with the bigmap
Bigmap key type as JSON schema or Micheline, depending on the micheline
query parameter.
Bigmap value type as JSON schema or Micheline, depending on the micheline
query parameter.
Returns all active bigmaps allocated in the contract storage.
Contract address
Bigmap pointer
Smart contract in which's storage the bigmap is allocated
Path to the bigmap in the contract storage
List of tags ( metadata
, token_metadata
,ledger
, or null
if there are no tags)
Bigmap status (true
- active, false
- removed)
Level of the block where the bigmap was seen first time
Level of the block where the bigmap was seen last time
Total number of keys ever added to the bigmap
Total number of currently active keys
Total number of actions with the bigmap
Bigmap key type as JSON schema or Micheline, depending on the micheline
query parameter.
Bigmap value type as JSON schema or Micheline, depending on the micheline
query parameter.