expand.network
  • Overview
  • Getting Started
  • 🔑How do I get my API Key?
  • 📑List of All Endpoints
  • ⚙️SDK
    • Overview
    • Getting Started
  • ⛓️INTEGRATIONS
    • ⚡Blockchains
      • EVM based blockchains
        • Ethereum
        • Binance Smart Chain
        • Avalanche - C
        • Avalanche - P
        • Avalanche - X
        • Polygon
        • Cronos
        • Arbitrum
        • Fantom
        • Optimism
        • Base
        • zkSync Era
        • Mantle
      • Non-EVM based chains
        • Tron
        • Solana
        • Near
        • Algorand
        • Aptos
        • Sui
        • Starknet
        • TON
        • Cosmos Hub
        • Osmosis
        • Stacks
        • Bitcoin
        • Stellar
          • Stellar RWA
        • XRP Ledger
          • XRP Ledger RWA
    • ⚡Bridges
      • Stargate
      • Stargate V2
      • Squid Router
      • Squid Router V2
      • Allbridge Classic
      • Allbridge Core
    • ⚡DEX & DEX Aggregators
      • Uniswap V2
      • Uniswap V3
      • Uniswap X
      • Sushiswap V2
      • PancakeSwap V2
      • PancakeSwap V3
      • Aerodrome
      • Camelot V3
      • Curve V2
      • Balancer V2
      • STON.fi
      • Trader Joe
      • Orca
      • Raydium
      • SDEX
      • Cetus
      • REF Finance
      • Liquidswap
      • Sologenic
      • Alex
      • 0x (Aggregator)
      • 1inch (Aggregator)
      • Kyberswap (Aggregator)
        • Kyberswap ( Limit Order Endpoints )
      • Jupiter (Aggregator)
    • ⚡Derivatives
      • dYdX V4
    • ⚡Fungible Tokens
      • ERC20
      • WETH
    • ⚡Lending Protocols
      • Aave V2
      • Aave V3
      • Compound V2
      • Compound V3
      • Morpho
    • ⚡Yield Aggregators
      • Yearn Finance V2
      • Harvest Finance
      • Pendle
    • ⚡Liquid Staking
      • Chorus One
      • Lido V2
      • Stader
      • Benqi
      • Jito
      • EigenLayer
    • ⚡Non Fungible Tokens
      • ERC721
      • ERC1155
      • Metaplex
    • ⚡Oracles
      • ChainLink
      • WinkLink
      • Pyth Network
      • RedStone
    • ⚡Stablecoins
      • EVM
    • ⚡Synthetics
      • Synthetix
    • ⚡Supported Wallets
      • MPC Wallets
        • DFNS
        • FORDEFI
        • FIREBLOCKS
        • CIRCLE
      • HD Wallets
        • PHANTOM
        • COINBASE
        • TON Wallet
      • Wallet Connect v2
  • How To
    • Execute a Local Swap
    • Execute a Cross Chain Swap
    • Use Limit Orders
    • Lend and Borrow
    • Provision Liquidity
      • Adding Liquidity
      • Removing liquidity
    • Yield Farm
    • Use Our Transaction Decoder
    • Submit an RFQ
    • Subscribe to Events
    • Stream Data (WebSocket)
      • Stream Transaction
      • Stream Trade
      • Stream Gas
      • Stream Ticker Price
    • Source Pricing
    • Track Memecoins
    • Manage Token Approvals
  • Use Cases
    • Trade Reconciliation
    • Portfolio Management
    • Trading Features
    • On-Chain Data: DEX Liquidity Pool Forensics
    • Transaction and Pool Analysis
  • Account Abstraction
    • Overview
      • User Endpoints
      • Paymaster Endpoint
      • Bundler Endpoint
    • ⚙️SDK - Overview
  • Additional Info
    • Error Messages
    • Client-Side Security Essentials
    • Compute Unit Costs
    • API Metadata
    • Audit Certificate
    • Brand Assets
    • FAQs
    • Quicknode Marketplace
      • DEX
      • Lending Protocols
  • ID's
    • Chain IDs
    • Bridge IDs
      • Internal Chain IDs for Bridges
    • DEX IDs
    • Lending Protocol IDs
    • Yield Aggregator ID
    • Liquid Staking IDs
    • Oracle IDs
    • Stablecoin IDs
    • Derivatives IDs
    • Synthetics IDs
  • Mapping
    • Blockchains
    • DEXs
      • Uniswap V2
      • Uniswap V3
      • Sushiswap
      • PancakeSwap
      • Curve
      • Balancer
    • Lending Protocols
      • Aave
      • Compound
  • Protocol Spender
    • Spender list
Powered by GitBook
On this page
  • /getbalance
  • /getblock
  • /getgasprice
  • /gettransaction
  • /getusertransactions
  • /portfolio
  • /getevents
  • /sendtransaction
  • /decodetransaction
  1. INTEGRATIONS
  2. Blockchains
  3. Non-EVM based chains

Stacks

/getbalance

Get the balance or number of the given token in the requested public address.

GET https://api.expand.network/chain/getbalance

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL

chainId*

String

chainSymbol

String

address*

String

The public address to get the balance of.

tokenAddress

String

The address of token to get the balance of.

https://api.expand.network/chain/getbalance?chainId=1700&address=SM3WXM7T41Q3WD7A1JW9RW31VHG2PA9PJTQCMPBX7&tokenAddress=SM26NBC8SFHNW4P1Y4DFH27974P56WN86C92HPEHH.token-lqstx
{
    "status": 200,
    "msg": "success",
    "data": {
        "balance": "497865331348"
    }
}

/getblock

Get details of a block.

GET https://historicallp.api.expand.network/chain/getblock

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

chainId*

String

chainSymbol

String

blockNumber*

String

The block(sequence) number.

https://historicallp.api.expand.network/chain/getblock?chainId=1700&blockNumber=100
{
    "status": 200,
    "msg": "success",
    "data": {
        "difficulty": null,
        "gasLimit": null,
        "gasUsed": null,
        "hash": "0x9ea404d144a3d8c47b16429a6828f7a7b1063533216dc0661ef77f1982363f6b",
        "minerTxHash": "0x61154515a29546cb867dfa2d905e29f81b1590be5e5abc5d2d96970204269ff9",
        "nonce": null,
        "number": "100",
        "parentHash": "0xcb7494fe1de2f3337ebc10af81a4cf9d249e6fc74a6221fe0c6f42c937a4a424",
        "size": null,
        "timestamp": "1610725524",
        "totalDifficulty": null,
        "transactionsRoot": null,
        "uncles": null,
        "transactions": [
            {
                "hash": "0x0429af694679c329ba6a7ec0e0c540148b99e720db286589df2b07844c459e62",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP1K6JR0GSPSV0JJJS8RRCE3NJN8AZNG09M5SDXWK",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x350a207e00756a50527216c19682540d46318785efedcec07804ebbd1b28c8ba",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP9C7V5JW26R7J8978A4HCSG88EAZAMJPY8N5ZMF",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x10426e8c03a47cf9fc43186d62816c9742e3d1bd03292128104efa550ef793cd",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SPG66ARWXBGT0YMDF4ZB5H8BDD4TXT25JT4C5SMT",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x2632ee0489174c5e2900b33f0c40dda2c1abcf6f41bb0aa91441e678c4478ea3",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP317FECCMCENV0DFS201863VX9Z63C4AY1B98QDV",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x40cc710da89eb8a45a25a1711dcaecb30a204d34384b766a124131b88584ad44",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP30KBFSX10DTBQA21M95HYGP52GNR63PB15YSR05",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x03265908fab756c416da83b577c34f31aa4d6585835a6a29aa8c1b4bd76da264",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP2K4AZ2VQ0MVFE5BADR6S39R35HR8WQHT8YN00VB",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "1",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x8ea66d8f99d5e944e11d26f0c175aac2e5b285eb887d8402a386357a5f7bdc60",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP288T0CW3ASHGKBAVNS40H5EQZEGKKBXXEEGJT9D",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x9eb3830c8a285360902b715223017ba2cf9a0d0dd12f023a50b09cd98b38efee",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP2YM984GR1ARRE54R2XM8FVMM7N3SJ4CB39GCHVK",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x76901f23e486881a855d44c58ea2e9632066d93742e0b63de0b7b6aebfb78c58",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP2M36ZHHA851F0M476121TR25KCF80AJY28ZCWMF",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xbec21826bb3d913807c3a959862971f71d9e2216d2c9ef27e9020cb13b4b4081",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP210ZT05ZDJZPE74CGMC69PDXHMZYNH49PYYB3M8",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x8b04a35bbe65f466f8007f31060988e069fefe33824b306ae11acc9fd0c8eb64",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SPCF6AKJ60E9CFNCJA3QA6VKQKTBJTJ3J928CVP1",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x9e4b46ac1345cb52ecbcbf7db05f670366332ba48ba7362dd1340e67a82b964a",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SPW76E0RFSWNDCAGMJE40CYJTN8KHEEC3G3B5TT9",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x06a145e6fb0a67863b5f650850ede330ef198b1da08e14e7ef46c475afdbcbd9",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP2Z427R89YK48ADM3ECZ3FK70JR74MBHCBD75TQ8",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xca22fe6c83baad5a8600cd0229bca8cae5a4b7b1676999b4af02e50108abe842",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP3ZYH7NGGZFM85M30F2B5NAXJWKBWG4VT7TYX2R4",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xbac8d2318f37e6e8a4ab4178004ab7e7349d0ca1672499f081505d0b48a577ea",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SPT9EB61301T35AT40TFTCHG79201FK60Q83QKHQ",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xfea7db4902c34c192e2125fc9d3f1a4823397955d349037fd21dd39dac11cd55",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP137NZXD0BM4DM875ZH2HGDNPEBP6KW18RFXQ9W3",
                "to": null,
                "value": null,
                "transactionType": "coinbase",
                "gas": null,
                "gasPrice": "0",
                "input": null,
                "nonce": "16",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xc259761a2c7435388a283d15d989f4ec5e8dac7994d0599862009ae95d988fc4",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP2PKB8RZT1T9S3FG68XNYVGZ61NCGRTKS0F439W5",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x042f4f54ae21f5b7ba26cd791f552100ecb85cf77b5cc73f477194e512873110",
                "transactionStatus": true,
                "blockNumber": "100",
                "timestamp": "1610725524",
                "from": "SP2TDVRM0BMD7ZQMCSTYRFPR91TG3VXT5GAV1VCPV",
                "to": null,
                "value": null,
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "180",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": [],
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            }
        ],
        "executionCostReadCount": "0",
        "executionCostReadLength": "0",
        "executionCostRuntime": "0",
        "executionCostWriteCount": "0",
        "executionCostWriteLength": "0"
    }
}

/getgasprice

Get the current gas price from the network.

GET https://api.expand.network/chain/getgasprice

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

chainId*

String

chainSymbol

String

https://api.expand.network/chain/getgasprice?chainId=1700
{
    "status": 200,
    "msg": "success",
    "data": {
        "gasPrice": "172800"
    }
}

/gettransaction

Get details of a transaction.

GET https://api.expand.network/chain/gettransaction

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

chainId*

String

chainSymbol

String

transactionHash*

String

The transaction hash.

https://api.expand.network/chain/gettransaction?chainId=1700&transactionHash=0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0
{
    "status": 200,
    "msg": "success",
    "data": {
        "hash": "0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0",
        "transactionStatus": true,
        "blockNumber": "69057",
        "timestamp": "1658776389",
        "from": "SP2E787TXF0F50QF2GNSR11176Q19GE9AW3AA2NV3",
        "to": "SP000000000000000000002Q6VF78.bns",
        "value": null,
        "transactionType": "contract_call",
        "gas": null,
        "gasPrice": "10000",
        "input": null,
        "nonce": "0",
        "network": null,
        "contractCall": {
            "contract_id": "SP000000000000000000002Q6VF78.bns",
            "function_name": "name-preorder",
            "function_signature": "(define-public (name-preorder (hashed-salted-fqn (buff 20)) (stx-to-burn uint)))",
            "function_args": [
                {
                    "hex": "0x0200000014c707a319fa0b3b082553b8b662ef30cc9d2126fa",
                    "repr": "0xc707a319fa0b3b082553b8b662ef30cc9d2126fa",
                    "name": "hashed-salted-fqn",
                    "type": "(buff 20)"
                },
                {
                    "hex": "0x01000000000000000000000000001e8480",
                    "repr": "u2000000",
                    "name": "stx-to-burn",
                    "type": "uint"
                }
            ]
        },
        "events": [
            {
                "event_index": 0,
                "event_type": "stx_asset",
                "tx_id": "0x0a411719e3bfde95f9e227a2d7f8fac3d6c646b1e6cc186db0e2838a2c6cd9c0",
                "asset": {
                    "asset_event_type": "burn",
                    "sender": "SP2E787TXF0F50QF2GNSR11176Q19GE9AW3AA2NV3",
                    "recipient": "",
                    "amount": "2000000"
                }
            }
        ],
        "postConditions": [
            {
                "principal": {
                    "type_id": "principal_standard",
                    "address": "SP2E787TXF0F50QF2GNSR11176Q19GE9AW3AA2NV3"
                },
                "condition_code": "sent_equal_to",
                "amount": "2000000",
                "type": "stx"
            }
        ],
        "txResult": {
            "hex": "0x070100000000000000000000000000010e51",
            "repr": "(ok u69201)"
        },
        "executionCostReadCount": "8",
        "executionCostReadLength": "41871",
        "executionCostRuntime": "41871",
        "executionCostWriteCount": "41871",
        "executionCostWriteLength": "149"
    }
}

/getusertransactions

Get the historical transaction details for a specific user address.

GET https://historicallp.api.expand.network/chain/getusertransactions

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

chainId

String

chainSymbol

String

address*

String

The public address of the user.

sortOrder

String

The transaction sorting order. asc or desc. By default, desc.

pageToken

String

Page number

https://historicallp.api.expand.network/chain/getusertransactions?chainId=1700&address=SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM&sortOrder=desc&pageToken=162
{
    "status": 200,
    "msg": "success",
    "data": {
        "totalPages": "162",
        "currentPage": "162",
        "transactions": [
            {
                "hash": "0xbc690088335aa5feb223b189bf09c731da41f81281b789090bb531fe265ca5e1",
                "transactionStatus": true,
                "blockNumber": "153118",
                "timestamp": "1717799334",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "43",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c99005026f78010000000000000000000000002069f2d70170010000000000000000000000000000000002727308010000000000000000000000000041326d",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u97095685) (ox u543814359) (p u0))) (rs (err u4272749))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x78cd1ad4357b26e0c7c3944df788994961dc202a43f98e249fd42105b3a4c596",
                "transactionStatus": true,
                "blockNumber": "153116",
                "timestamp": "1717798909",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "42",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000006fc23ac00016904016f0100000000000000000000000005cf46f4026f780100000000000000000000000015a28bec017001000000000000000000000000000000000272730801000000000000000000000000004e6b84",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u30000000000) (i false) (o u97470196) (ox u362974188) (p u0))) (rs (err u5139332))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xa98f2b2097ce4fd0cf53fd5895d21ae6052c92e26e1d65d4bea20858458c5c89",
                "transactionStatus": true,
                "blockNumber": "153114",
                "timestamp": "1717796656",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "41",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000004a817c800016904016f0100000000000000000000000005da76e9026f78010000000000000000000000000879121501700100000000000000000000000000000000027273080100000000000000000000000000664729",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u20000000000) (i false) (o u98203369) (ox u142152213) (p u0))) (rs (err u6702889))))"
                },
                "executionCostReadCount": "1335",
                "executionCostReadLength": "527000",
                "executionCostRuntime": "527000",
                "executionCostWriteCount": "527000",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x8d2d6672c7954d399aed1ba29f7be90dbc931d20d33b29ce057f68ecbea534e7",
                "transactionStatus": true,
                "blockNumber": "153112",
                "timestamp": "1717794693",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "40",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000006fc23ac00016904016f0100000000000000000000000005ce9583026f78010000000000000000000000001672ee86017001000000000000000000000000000000000272730801000000000000000000000000004eeca7",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u30000000000) (i false) (o u97424771) (ox u376630918) (p u0))) (rs (err u5172391))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x9a429402c97dd7bf8e5c7c1c811bab1636205861a0b58e88399e15d181f31d82",
                "transactionStatus": true,
                "blockNumber": "153109",
                "timestamp": "1717793450",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "39",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005bf970a026f780100000000000000000000000034a5fec70170010000000000000000000000000000000002727308010000000000000000000000000030d4a0",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96442122) (ox u883293895) (p u0))) (rs (err u3200160))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x714c6d4859091a1da3e99c2191116a001d7eb7bff60fe7becaa820db0456e4ef",
                "transactionStatus": true,
                "blockNumber": "153102",
                "timestamp": "1717788501",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "38",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005cb268b026f78010000000000000000000000001d223a9a017001000000000000000000000000000000000272730801000000000000000000000000003f0eac",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u97199755) (ox u488782490) (p u0))) (rs (err u4132524))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xafaa9799da230351e22c797af29c8dc74bbaa760aa8322d861d7e8fbe48a675a",
                "transactionStatus": true,
                "blockNumber": "153101",
                "timestamp": "1717787534",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "37",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x1b473fd451625015c7b76aa51114155772d4ec26bacce8929ecda3c3fbc3692c",
                "transactionStatus": true,
                "blockNumber": "153101",
                "timestamp": "1717787534",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "36",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x40ed59233441036f3fabb8b65d3d8ea82f5b97b925845b88ed8337104ac39ee2",
                "transactionStatus": true,
                "blockNumber": "153101",
                "timestamp": "1717787534",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "35",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x7617d9fb73a9aa4a004ba2f7a7750280942a2395ffa33793d5135ffeee61fcaf",
                "transactionStatus": true,
                "blockNumber": "153101",
                "timestamp": "1717787534",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "100461206",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "34",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 2,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 4,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000c016401000000000000000000000002540be400016904016f0100000000000000000000000005db36c2026f780100000000000000000000000002bfbec801700100000000000000000000000000000000027273070100000000000000000000000000070996",
                    "repr": "(ok (tuple (rc (tuple (c u12) (d u10000000000) (i false) (o u98252482) (ox u46120648) (p u0))) (rs (ok u461206))))"
                },
                "executionCostReadCount": "209",
                "executionCostReadLength": "533564",
                "executionCostRuntime": "533564",
                "executionCostWriteCount": "533564",
                "executionCostWriteLength": "1597"
            },
            {
                "hash": "0x73780bd0f83fbc311e1ffc04c749bde2d810dead18a66a5f3895a810dba67a16",
                "transactionStatus": true,
                "blockNumber": "153101",
                "timestamp": "1717787534",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "33",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c45ba1026f78010000000000000000000000002ae6c70201700100000000000000000000000000000000027273080100000000000000000000000000314887",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96754593) (ox u719767298) (p u0))) (rs (err u3229831))))"
                },
                "executionCostReadCount": "1335",
                "executionCostReadLength": "527000",
                "executionCostRuntime": "527000",
                "executionCostWriteCount": "527000",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xc74e31d5e4230d7970a5a771344c77480f8bcb3a2de4eaf29d8d4553754c9631",
                "transactionStatus": true,
                "blockNumber": "153098",
                "timestamp": "1717785124",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "32",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xf0228c9757756daea4e7368dde80d8173a263d5a34896c5ff637e396a7976333",
                "transactionStatus": true,
                "blockNumber": "153098",
                "timestamp": "1717785124",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "31",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d0164010000000000000000000000104c533c00016904016f0100000000000000000000000005ba3f9e026f78010000000000000000000000004264d3e301700100000000000000000000000000000000027273080100000000000000000000000000164aa1",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u70000000000) (i false) (o u96092062) (ox u1113904099) (p u0))) (rs (err u1460897))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xb583e1102472f383284f82b89713a56cb92c78195c6a8f5cce100811dc7a2ade",
                "transactionStatus": true,
                "blockNumber": "153097",
                "timestamp": "1717784731",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "30",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d0164010000000000000000000000104c533c00016904016f0100000000000000000000000005b3a9d7026f78010000000000000000000000005505327c017001000000000000000000000000000000000272730801000000000000000000000000000216ab",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u70000000000) (i false) (o u95660503) (ox u1426403964) (p u0))) (rs (err u136875))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x4328500bb407e807627e47c43daf7f11ed2e6d2bdb7053953cac62bf8d19f812",
                "transactionStatus": true,
                "blockNumber": "153096",
                "timestamp": "1717783629",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "29",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x22e9a177de50cd1ae9c94a6d08001c2127eb30dae77e698f1ef498383e73a474",
                "transactionStatus": true,
                "blockNumber": "153096",
                "timestamp": "1717783629",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "28",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000006fc23ac00016904016f0100000000000000000000000005d0efc8026f78010000000000000000000000001327b2e2017001000000000000000000000000000000000272730801000000000000000000000000003cd024",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u30000000000) (i false) (o u97578952) (ox u321368802) (p u0))) (rs (err u3985444))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x0563b64754534139af286d8f708f39ef9dbfd5982c1219be5ccda7615a3fdfd5",
                "transactionStatus": true,
                "blockNumber": "153095",
                "timestamp": "1717782670",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.borrow-helper-v1-3",
                "value": "100000",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "70000",
                "input": null,
                "nonce": "27",
                "network": null,
                "contractCall": {
                    "contract_id": "SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.borrow-helper-v1-3",
                    "function_name": "borrow",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0e706f6f6c2d302d72657365727665",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.pool-0-reserve",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0f7374782d6f7261636c652d76312d33",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.stx-oracle-v1-3",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0477737478",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.wstx",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0c7a777374782d76312d322d31",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zwstx-v1-2-1",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x0b000000040c000000030561737365740616099fb88926d82f30b2f40eaf3ee423cb725bdb3b0b73747374782d746f6b656e086c702d746f6b656e061605b65e5089ed1b09b299fe0d910a82e37570781f0b7a73747374782d76312d32066f7261636c65061605b65e5089ed1b09b299fe0d910a82e37570781f1173747374782d6f7261636c652d76312d340c000000030561737365740616fc2fe628b1da502c1b5eb3d08727ee6022503b5a0c746f6b656e2d616575736463086c702d746f6b656e061605b65e5089ed1b09b299fe0d910a82e37570781f0c7a6165757364632d76312d32066f7261636c65061605b65e5089ed1b09b299fe0d910a82e37570781f126165757364632d6f7261636c652d76312d300c00000003056173736574061605b65e5089ed1b09b299fe0d910a82e37570781f0477737478086c702d746f6b656e061605b65e5089ed1b09b299fe0d910a82e37570781f0c7a777374782d76312d322d31066f7261636c65061605b65e5089ed1b09b299fe0d910a82e37570781f0f7374782d6f7261636c652d76312d330c000000030561737365740616982f3ec112a5f5928a5c96a914bd733793b896a50e61726b6164696b6f2d746f6b656e086c702d746f6b656e061605b65e5089ed1b09b299fe0d910a82e37570781f0a7a64696b6f2d76312d32066f7261636c65061605b65e5089ed1b09b299fe0d910a82e37570781f1064696b6f2d6f7261636c652d76312d31",
                            "repr": "(list (tuple (asset 'SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBG.ststx-token) (lp-token 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zststx-v1-2) (oracle 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.ststx-oracle-v1-4)) (tuple (asset 'SP3Y2ZSH8P7D50B0VBTSX11S7XSG24M1VB9YFQA4K.token-aeusdc) (lp-token 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zaeusdc-v1-2) (oracle 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.aeusdc-oracle-v1-0)) (tuple (asset 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.wstx) (lp-token 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zwstx-v1-2-1) (oracle 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.stx-oracle-v1-3)) (tuple (asset 'SP2C2YFP12AJZB4MABJBAJ55XECVS7E4PMMZ89YZR.arkadiko-token) (lp-token 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zdiko-v1-2) (oracle 'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.diko-oracle-v1-1)))",
                            "name": "",
                            "type": "(list 4 (tuple (asset principal) (lp-token principal) (oracle principal)))"
                        },
                        {
                            "hex": "0x01000000000000000000000000000186a0",
                            "repr": "u100000",
                            "name": "",
                            "type": "uint"
                        },
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0f666565732d63616c63756c61746f72",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.fees-calculator",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x0100000000000000000000000000000000",
                            "repr": "u0",
                            "name": "",
                            "type": "uint"
                        },
                        {
                            "hex": "0x0516112457edaa117b64365a905c10e4bfb2548236c5",
                            "repr": "'SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                            "name": "",
                            "type": "principal"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 1,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [
                    {
                        "principal": {
                            "type_id": "principal_contract",
                            "address": "SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N",
                            "contract_name": "pool-vault"
                        },
                        "condition_code": "sent_equal_to",
                        "amount": "100000",
                        "type": "stx"
                    }
                ],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "494",
                "executionCostReadLength": "2535711",
                "executionCostRuntime": "2535711",
                "executionCostWriteCount": "2535711",
                "executionCostWriteLength": "3334"
            },
            {
                "hash": "0x61f7dee4ae2ed862937a76fc9854d4b1d16b9e3b244de2ea62036d80977e7a00",
                "transactionStatus": true,
                "blockNumber": "153092",
                "timestamp": "1717780883",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.borrow-helper-v1-3",
                "value": "570000",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "70000",
                "input": null,
                "nonce": "26",
                "network": null,
                "contractCall": {
                    "contract_id": "SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.borrow-helper-v1-3",
                    "function_name": "supply",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0c7a777374782d76312d322d31",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zwstx-v1-2-1",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0e706f6f6c2d302d72657365727665",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.pool-0-reserve",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x061605b65e5089ed1b09b299fe0d910a82e37570781f0477737478",
                            "repr": "'SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.wstx",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x010000000000000000000000000007a120",
                            "repr": "u500000",
                            "name": "",
                            "type": "uint"
                        },
                        {
                            "hex": "0x0516112457edaa117b64365a905c10e4bfb2548236c5",
                            "repr": "'SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                            "name": "",
                            "type": "principal"
                        },
                        {
                            "hex": "0x09",
                            "repr": "none",
                            "name": "",
                            "type": "(optional UnknownType)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 1,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 1,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [
                    {
                        "principal": {
                            "type_id": "principal_standard",
                            "address": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM"
                        },
                        "condition_code": "sent_equal_to",
                        "amount": "500000",
                        "type": "stx"
                    }
                ],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "353",
                "executionCostReadLength": "1918994",
                "executionCostRuntime": "1918994",
                "executionCostWriteCount": "1918994",
                "executionCostWriteLength": "3451"
            },
            {
                "hash": "0x8e25e1c9634649253afbf4a25b7e7b199ed2ff7a884958318e3340719a6bf66f",
                "transactionStatus": true,
                "blockNumber": "153089",
                "timestamp": "1717779724",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "25",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005cc143c026f780100000000000000000000000019d3d40c01700100000000000000000000000000000000027273080100000000000000000000000000336096",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u97260604) (ox u433312780) (p u0))) (rs (err u3367062))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x651fa82c5339793af2f809f39fca070a0b91fd1d7e61b0139a8ef6de6c96fff6",
                "transactionStatus": true,
                "blockNumber": "153085",
                "timestamp": "1717775269",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "24",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000004a817c800016904016f0100000000000000000000000005d96042026f78010000000000000000000000000916bfab017001000000000000000000000000000000000272730801000000000000000000000000004f555d",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u20000000000) (i false) (o u98132034) (ox u152485803) (p u0))) (rs (err u5199197))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x189a65bcad8fa4db8a38291d3ce95c3fa8f5c257b6d9bfa79e41b00f7e311a6a",
                "transactionStatus": true,
                "blockNumber": "153080",
                "timestamp": "1717771785",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "23",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c5aaa6026f78010000000000000000000000002694d2950170010000000000000000000000000000000002727308010000000000000000000000000027eb5b",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96840358) (ox u647287445) (p u0))) (rs (err u2616155))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x27f0e38904019d08d8eb2a0456c9113ec771ebcf726b38af413540d07f1096c9",
                "transactionStatus": true,
                "blockNumber": "153077",
                "timestamp": "1717769660",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "199859754",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "22",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 2,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 6,
                        "mint": 1,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d0164010000000000000000000000104c533c00016904016f0100000000000000000000000005aee6d5026f780100000000000000000000000060b058540170010000000000000000000000000000000002727307010000000000000000000000000007ab1a",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u70000000000) (i false) (o u95348437) (ox u1622169684) (p u0))) (rs (ok u502554))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526998",
                "executionCostRuntime": "526998",
                "executionCostWriteCount": "526998",
                "executionCostWriteLength": "1536"
            },
            {
                "hash": "0x239053bcff8f6dbafbcc156caf5ba4a6ca1202c52b6d3c7f13d6dd4d44ef3ead",
                "transactionStatus": true,
                "blockNumber": "153076",
                "timestamp": "1717769510",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "21",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c55007026f7801000000000000000000000000270796c301700100000000000000000000000000000000027273080100000000000000000000000000256f20",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96817159) (ox u654808771) (p u0))) (rs (err u2453280))))"
                },
                "executionCostReadCount": "1335",
                "executionCostReadLength": "527000",
                "executionCostRuntime": "527000",
                "executionCostWriteCount": "527000",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xfa53225a5afd114193e0f5278eee230d3df577ad3a0beb72b4796312b6446216",
                "transactionStatus": true,
                "blockNumber": "153072",
                "timestamp": "1717767361",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "20",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d0164010000000000000000000000104c533c00016904016f0100000000000000000000000005bab110026f78010000000000000000000000003e7112cf017001000000000000000000000000000000000272730801000000000000000000000000000fc1e0",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u70000000000) (i false) (o u96121104) (ox u1047597775) (p u0))) (rs (err u1032672))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x0b62507a25b129bc4879304c20bd11966bb326f22dd8d90073498b3863e332ab",
                "transactionStatus": true,
                "blockNumber": "153071",
                "timestamp": "1717766804",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "19",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xff9b3b23ff52f2e83007f35bbb797e761f468cc1e28a3ff51bb5a5e9250514df",
                "transactionStatus": true,
                "blockNumber": "153071",
                "timestamp": "1717766804",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "100573530",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "18",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 2,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 4,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000c016401000000000000000000000002540be400016903016f0100000000000000000000000006131bed026f7801000000000000000000000000036b23570170010000000000000000000000000000000002727307010000000000000000000000000008c05a",
                    "repr": "(ok (tuple (rc (tuple (c u12) (d u10000000000) (i true) (o u101915629) (ox u57353047) (p u0))) (rs (ok u573530))))"
                },
                "executionCostReadCount": "209",
                "executionCostReadLength": "533564",
                "executionCostRuntime": "533564",
                "executionCostWriteCount": "533564",
                "executionCostWriteLength": "1597"
            },
            {
                "hash": "0xb53f910a83fa9fcbbd3d2b8fdfc1e0d8f216d6e2dbf44aa22fc7069618a94f74",
                "transactionStatus": true,
                "blockNumber": "153071",
                "timestamp": "1717766804",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "17",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c9b427026f78010000000000000000000000001e2d4ed3017001000000000000000000000000000000000272730801000000000000000000000000002e2944",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u97104935) (ox u506285779) (p u0))) (rs (err u3025220))))"
                },
                "executionCostReadCount": "1335",
                "executionCostReadLength": "527000",
                "executionCostRuntime": "527000",
                "executionCostWriteCount": "527000",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x84f59a47d3614118d8a6c6a255c3b300685109e0a1b0082fd05b2ecbdfcabb31",
                "transactionStatus": true,
                "blockNumber": "153066",
                "timestamp": "1717761888",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "16",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005bf9a4c026f780100000000000000000000000032a5c8d90170010000000000000000000000000000000002727308010000000000000000000000000018a663",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96442956) (ox u849725657) (p u0))) (rs (err u1615459))))"
                },
                "executionCostReadCount": "1335",
                "executionCostReadLength": "527000",
                "executionCostRuntime": "527000",
                "executionCostWriteCount": "527000",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x7577089e9ce3321185b92d64fc6047fb6c2cf63f0f6a19abe43c66c56e255038",
                "transactionStatus": true,
                "blockNumber": "153063",
                "timestamp": "1717761049",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "15",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0x5b48c54fb95370bd504258bb2eca693b0fb7d74c541fa5470477d837099a0f8e",
                "transactionStatus": true,
                "blockNumber": "153063",
                "timestamp": "1717761049",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "14",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c18894026f78010000000000000000000000002eb9d1a4017001000000000000000000000000000000000272730801000000000000000000000000001c9702",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96569492) (ox u783929764) (p u0))) (rs (err u1873666))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x4fb14e7b590ee85602d33346e952a6739de3b2142c9fb189670b25aa1247dd7d",
                "transactionStatus": true,
                "blockNumber": "153061",
                "timestamp": "1717760439",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "13",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xcf5e69967246e5fb60364a35f54aa15b3014570a11e90f9cea2033802691d18c",
                "transactionStatus": true,
                "blockNumber": "153061",
                "timestamp": "1717760439",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "12",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000004a817c800016904016f0100000000000000000000000005de2503026f780100000000000000000000000005438a490170010000000000000000000000000000000002727308010000000000000000000000000055a359",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u20000000000) (i false) (o u98444547) (ox u88312393) (p u0))) (rs (err u5612377))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xf9de858f3133183f992b8c7635fd71817e2470e26e41b05f8c1d10d097711d5c",
                "transactionStatus": true,
                "blockNumber": "153057",
                "timestamp": "1717758784",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "11",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c8407b026f7801000000000000000000000000216699fb017001000000000000000000000000000000000272730801000000000000000000000000002bc6bd",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u97009787) (ox u560372219) (p u0))) (rs (err u2868925))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x56dca14a756ae02a4603c9573220068dd5461d14a16424c30cd69d783daeb7d6",
                "transactionStatus": true,
                "blockNumber": "153055",
                "timestamp": "1717756738",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "17625",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "17625",
                "input": null,
                "nonce": "10",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005be7c2f026f7801000000000000000000000000352ae7d00170010000000000000000000000000000000002727308010000000000000000000000000017fe1b",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96369711) (ox u892004304) (p u0))) (rs (err u1572379))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xe8b1ec4d357f160b895111aa2c0d77a054a573f8dcc1fa44992abcf26d4fb990",
                "transactionStatus": true,
                "blockNumber": "153053",
                "timestamp": "1717754654",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "9",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d016401000000000000000000000006fc23ac00016904016f0100000000000000000000000005d3ad88026f78010000000000000000000000000fc1f93901700100000000000000000000000000000000027273080100000000000000000000000000429f01",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u30000000000) (i false) (o u97758600) (ox u264370489) (p u0))) (rs (err u4366081))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x4b024f6bbff04f99ce4dd8f483d033c870250f0dcbc18cb44a5e6611d6a441d5",
                "transactionStatus": true,
                "blockNumber": "153041",
                "timestamp": "1717747586",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "8",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005bebdca026f780100000000000000000000000034a6e584017001000000000000000000000000000000000272730801000000000000000000000000001885c8",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96386506) (ox u883352964) (p u0))) (rs (err u1607112))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x7af0b4c67d142c758bec566f76021e8c6e5010fa961f0cd860b7cba31977e730",
                "transactionStatus": true,
                "blockNumber": "153041",
                "timestamp": "1717747586",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "199236765",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "7",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 2,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 6,
                        "mint": 1,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d0164010000000000000000000000104c533c00016904016f0100000000000000000000000005af9633026f78010000000000000000000000005efcab2101700100000000000000000000000000000000027273070100000000000000000000000000077ad8",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u70000000000) (i false) (o u95393331) (ox u1593617185) (p u0))) (rs (ok u490200))))"
                },
                "executionCostReadCount": "1331",
                "executionCostReadLength": "526978",
                "executionCostRuntime": "526978",
                "executionCostWriteCount": "526978",
                "executionCostWriteLength": "1536"
            },
            {
                "hash": "0x57930fbbdbd5b5a0f4a717358f62ff50b693c8a8b143459141a37ba86c639630",
                "transactionStatus": true,
                "blockNumber": "153036",
                "timestamp": "1717747540",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "6",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "repr": "0x112457edaa117b64365a905c10e4bfb2548236c565010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005cad94b026f78010000000000000000000000001c5fc75e0170010000000000000000000000000000000002727308010000000000000000000000000030253e",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u97179979) (ox u476039006) (p u0))) (rs (err u3155262))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xba3eebee38e26de7e7fba127fafc4ca3b2e5e15ba7e75d3ff9d8da22efa98677",
                "transactionStatus": true,
                "blockNumber": "153030",
                "timestamp": "1717747462",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "31105",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "31105",
                "input": null,
                "nonce": "5",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018c5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "repr": "0xc5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c5488d026f7801000000000000000000000000275504ee01700100000000000000000000000000000000027273080100000000000000000000000000250fef",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96815245) (ox u659883246) (p u0))) (rs (err u2428911))))"
                },
                "executionCostReadCount": "1335",
                "executionCostReadLength": "527000",
                "executionCostRuntime": "527000",
                "executionCostWriteCount": "527000",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xa4ccec5dbef61ac87b0c8f7e71bd333c87b1044d7649805029b31f126249a764",
                "transactionStatus": true,
                "blockNumber": "153029",
                "timestamp": "1717747446",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "17115",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "17115",
                "input": null,
                "nonce": "4",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018c5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "repr": "0xc5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c71572026f780100000000000000000000000023fe278c01700100000000000000000000000000000000027273080100000000000000000000000000278633",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96933234) (ox u603858828) (p u0))) (rs (err u2590259))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xda7b63d30c71034bdd796c887e2f5d7011f84a7c1e5f7d357fe502e3573fa8bf",
                "transactionStatus": true,
                "blockNumber": "153028",
                "timestamp": "1717747431",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "12966",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "12966",
                "input": null,
                "nonce": "3",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018c5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "repr": "0xc5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d01640100000000000000000000000ba43b7400016904016f0100000000000000000000000005c71572026f780100000000000000000000000023fe278c0170010000000000000000000000000000000002727308010000000000000000000000000027876a",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u50000000000) (i false) (o u96933234) (ox u603858828) (p u0))) (rs (err u2590570))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0x852fd5344774a43bda1d1e4310096de3981dadc522a54384e1db7257f95fdacb",
                "transactionStatus": true,
                "blockNumber": "153022",
                "timestamp": "1717736077",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "12414",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "12414",
                "input": null,
                "nonce": "2",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018c5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "repr": "0xc5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000001640100000000000000000000000000000000016903016f0100000000000000000000000000000000026f78010000000000000000000000000000000001700100000000000000000000000000000000027273070100000000000000000000000000000000",
                    "repr": "(ok (tuple (rc (tuple (c u0) (d u0) (i true) (o u0) (ox u0) (p u0))) (rs (ok u0))))"
                },
                "executionCostReadCount": "65",
                "executionCostReadLength": "293922",
                "executionCostRuntime": "293922",
                "executionCostWriteCount": "293922",
                "executionCostWriteLength": "0"
            },
            {
                "hash": "0xd4905959ea56fe5605acaf87c8265407a0e907e89534c3808ea5a2f8e6ddaaf0",
                "transactionStatus": true,
                "blockNumber": "153022",
                "timestamp": "1717736077",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                "value": "17625",
                "transactionType": "contract_call",
                "gas": null,
                "gasPrice": "17625",
                "input": null,
                "nonce": "1",
                "network": null,
                "contractCall": {
                    "contract_id": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM.hic-1",
                    "function_name": "hic",
                    "function_signature": "",
                    "function_args": [
                        {
                            "hex": "0x0200000018c5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "repr": "0xc5c530bf2ea4b29e1b7f3dc683043527b5cf03c465010101",
                            "name": "",
                            "type": "(buff 24)"
                        }
                    ]
                },
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x070c000000020272630c000000060163010000000000000000000000000000000d0164010000000000000000000000104c533c00016904016f0100000000000000000000000005bc158d026f78010000000000000000000000003b670de0017001000000000000000000000000000000000272730801000000000000000000000000001134a3",
                    "repr": "(ok (tuple (rc (tuple (c u13) (d u70000000000) (i false) (o u96212365) (ox u996609504) (p u0))) (rs (err u1127587))))"
                },
                "executionCostReadCount": "1333",
                "executionCostReadLength": "526980",
                "executionCostRuntime": "526980",
                "executionCostWriteCount": "526980",
                "executionCostWriteLength": "1556"
            },
            {
                "hash": "0xf631ad8448878bd01998eebe8465f5dc6665beadb403f4d56c9a486ec7dbd33c",
                "transactionStatus": true,
                "blockNumber": "153017",
                "timestamp": "1717731332",
                "from": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "to": null,
                "value": "1100000",
                "transactionType": "smart_contract",
                "gas": null,
                "gasPrice": "1100000",
                "input": null,
                "nonce": "0",
                "network": null,
                "events": {
                    "stx": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "258",
                "executionCostReadLength": "11152",
                "executionCostRuntime": "11152",
                "executionCostWriteCount": "11152",
                "executionCostWriteLength": "31066"
            },
            {
                "hash": "0x2d3f305c8d5d40ddccc85a0bbca0e8f5ba82046d215a017fe609604f2bf3bcff",
                "transactionStatus": true,
                "blockNumber": "153015",
                "timestamp": "1717730365",
                "from": "SP2MQ1M6REE7JFQJRFH908H3D8BH7HS1J0WX1D1D7",
                "to": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                "value": "200000000",
                "transactionType": "token_transfer",
                "gas": null,
                "gasPrice": "14914",
                "input": null,
                "nonce": "3072",
                "network": null,
                "tokenTransfer": {
                    "recipient_address": "SP8J8NZDN88QPS1PBA85R474QYS590HPRP34TEWM",
                    "amount": "200000000",
                    "memo": "0x00000000000000000000000000000000000000000000000000000000000000000000"
                },
                "events": {
                    "stx": {
                        "transfer": 1,
                        "mint": 0,
                        "burn": 0
                    },
                    "ft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    },
                    "nft": {
                        "transfer": 0,
                        "mint": 0,
                        "burn": 0
                    }
                },
                "postConditions": [],
                "txResult": {
                    "hex": "0x0703",
                    "repr": "(ok true)"
                },
                "executionCostReadCount": "0",
                "executionCostReadLength": "0",
                "executionCostRuntime": "0",
                "executionCostWriteCount": "0",
                "executionCostWriteLength": "0"
            }
        ]
    }
}

/portfolio

Get the comprehensive information about the assets/ tokens owned by a user.

GET https://api.expand.network/chain/portfolio

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

chainId

String

chainSymbol

String

address*

String

Public addess of the user.

assetType

String

fungible/nonFungible standard choice. By default, all.

availableOnly

Boolean

By default, false. If true, tokens with balance > 0 will be listed.

https://api.expand.network/chain/portfolio?chainId=1700&address=SM3WXM7T41Q3WD7A1JW9RW31VHG2PA9PJTQCMPBX7&assetType=all&availableOnly=false
{
    "status": 200,
    "msg": "success",
    "data": {
        "native": "14291999518739",
        "stxTokens": [
            {
                "address": "SM26NBC8SFHNW4P1Y4DFH27974P56WN86C92HPEHH.token-lqstx",
                "symbol": "lqstx",
                "balance": "497865331348",
                "assetType": "fungible"
            },
            {
                "address": "SP1EJYSM3PDXCFKPY09CM2M13FPS26YVTCAH0R95E.TardlexLabsTokenContract",
                "symbol": "TardlexLabs",
                "balance": "5000000000",
                "assetType": "fungible"
            },
            {
                "address": "SP1H82REZA4A4X007YTSF47PD8DPYCEHR6F8NCBTN.vladmir-puton",
                "symbol": "PUTON",
                "balance": "1000000000000",
                "assetType": "fungible"
            },
            {
                "address": "SP1TWRN18FMT7PFJ1511BTRAFQ8E3A1EQ7BNXZKY.yachtclub",
                "symbol": "Yacht",
                "balance": "10000000",
                "assetType": "fungible"
            },
            {
                "address": "SP26S1RM13VP3FAFK0BEM4MXJ611JT1AQZZ89A1CK.baby-welsh",
                "symbol": "bbw",
                "balance": "20000000000",
                "assetType": "fungible"
            },
            {
                "address": "SP2S3EAXSRJBVQ1GQSKTM1D14C1ED8KG9H43KF0FC.Fight",
                "symbol": "Fight",
                "balance": "1350000000",
                "assetType": "fungible"
            },
            {
                "address": "SP32AEEF6WW5Y0NMJ1S8SBSZDAY8R5J32NBZFPKKZ.nope",
                "symbol": "NOT",
                "balance": "10000",
                "assetType": "fungible"
            },
            {
                "address": "SP32RXJSH9DX4JGMBSZG0RQS09RG2MHBCGK4H8A7D.clokten",
                "symbol": "CLOK10",
                "balance": "10000000",
                "assetType": "fungible"
            },
            {
                "address": "SP32Z0ZT2KS49B3ERXNG002NWTDC9BA2SYT1EPSS0.zststx",
                "symbol": "zststx",
                "balance": "12400000000",
                "assetType": "fungible"
            },
            {
                "address": "SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBG.ststx-token",
                "symbol": "ststx",
                "balance": "194370267",
                "assetType": "fungible"
            },
            {
                "address": "SPAE1DZE3HPH909EARZ0FYY8KBR9JN7J3PE2G8QG.mojo",
                "symbol": "MOJO",
                "balance": "50000000000",
                "assetType": "fungible"
            },
            {
                "address": "SPK5HH9QVYDNXNDCFH6W5AMRSR5K83ZMT4GPPK7M.scooby-doo",
                "symbol": "SCOOBY",
                "balance": "155000000",
                "assetType": "fungible"
            }
        ]
    }
}

/getevents

This endpoint retrieves a list of events that a given contractAddress has emitted.

GET https://api.expand.network/chain/getevents

Query Parameters

Name
Type
Description

rpc

String

Remote procedural call URL.

chainId

String

chainSymbol

String

contractAddress*

String

Public addess of the user.

sortOrder

String

Comma-separated value of tokens to get value of. Maximum 10 at a time.

pageToken

Boolean

By default, false. If true, tokens with balance > 0 will be listed.

https://api.expand.network/chain/getevents?chainId=1700&contractAddress=SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles&sortOrder=desc&pageToken=1
{
    "status": 200,
    "msg": "success",
    "data": {
        "currentPage": "1",
        "events": [
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x43732865f6cfe42c2e07fa34392e6c3c347a82b732b0f4c5f3d96135978ef331",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e026964010000000000000000000000000000088c057072696365010000000000000000000000002cfc1136",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2188) (price u754716982))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xc54bed50f68f3e500954cf274e7afde5581e42fc1b88661e12c31ac2dbe592ee",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000000af05707269636501000000000000000000000000041ad755",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u175) (price u68867925))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x5857ec592b38ec48b114923f62b6d821867224cb76c546ff889d384040f3233c",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000f270570726963650100000000000000000000000003efa7e8",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3879) (price u66037736))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x02be54f6cb5ef722ed46395d65efc71eeb6d0cea94dff162ab69a05236a19c35",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d7573747802696401000000000000000000000000000004a6",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u1190))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x60d6f0e1c0ee494b0c98010abf0029005f186cffe8e1162f9dfb99b9baf1a7b5",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000000af05707269636501000000000000000000000000049c659b",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u175) (price u77358491))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xae1a500074354e0c95698e00a5c45412799e3af117f21a24f67b9c626f314036",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d7573747802696401000000000000000000000000000011bb",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u4539))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xfc714ca882b8643c7b60794b9c4c7ed535d1cbbcbe37f551938d8e86c3efbfd8",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000f2705707269636501000000000000000000000000047f9b53",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3879) (price u75471699))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xe018bb27881e5bf7909fe8e06a6b0627a6592e9f6549189cd5b7eef04e07df8c",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000010000570726963650100000000000000000000000005012999",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4096) (price u83962265))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x9f5472e4f682e2f2bde73d3d662dcdf3ea49c00835f42b3f470e076ed65c6470",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000001910570726963650100000000000000000000000005012999",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u401) (price u83962265))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xc042e2654375369eb11b8864d440c9f5af342e2f2efed3c858c90e0ccd9d4ec5",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000005d00570726963650100000000000000000000000005012999",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u1488) (price u83962265))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x37094c863a5b852e64a0cbf6a348c2d40741444c9478cee6ab5cd8da60f232c2",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e026964010000000000000000000000000000128a0570726963650100000000000000000000000005012999",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4746) (price u83962265))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x478b04b2f265e8b1be155b0fc55590dc3e82dfe9149dd76e05b57337b112aeb4",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e026964010000000000000000000000000000128a0570726963650100000000000000000000000008ff36a5",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4746) (price u150943397))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x5c2f99f13f682855e08862843d69fd2b0f72bc4d23ed994e243bd86af169a478",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000e300570726963650100000000000000000000000008ff36a5",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3632) (price u150943397))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x12af8b21e04520a7f7a00e8054be2ce969aee71fbb83289eb58febd924043218",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000007d6057072696365010000000000000000000000000e0ec561",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2006) (price u235849057))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xa757ff5a96d999e2f3701ab0b5a3d810b57aaaa06ec92f876cca698f2ed323a6",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d757374780269640100000000000000000000000000000aa2",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u2722))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xe0629a954680e7324e7b086f27f9dcb236276a7477d05141766a3837e1195b4c",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d757374780269640100000000000000000000000000000aa2",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u2722))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xe8bc128ff474a4be0509d8a713669e8c4beba4ec635634be142ad9dc9718b09e",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000011bb0570726963650100000000000000000000000004f2c474",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4539) (price u83018868))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x3d68fb53599a29ab1e2920c56ad8259413f139a08b5d822d4ea4f0af3e44b38a",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000000af0570726963650100000000000000000000000005012999",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u175) (price u83962265))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xc92a4634bc741171b7e79a64b725eb9be5cbde1b82b693d79b0a577021940e13",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000f2705707269636501000000000000000000000000050f8ebd",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3879) (price u84905661))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x2e7be49b5f73367585828b8c351ae302776b5768552a20351089cba60f9fc8b9",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000004f6057072696365010000000000000000000000002a2c5022",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u1270) (price u707547170))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xd26006e3851a45504b3c0b994428a05f6e4d43480a1de1dd1571fcbed6e560d3",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d757374780269640100000000000000000000000000000ae4",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u2788))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xdfbcb30830decfbd6860eba6318bf97c8d6d07fe4cd8db06d31c8bc8c9591852",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d757374780269640100000000000000000000000000000d39",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u3385))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x2f3b947228797c53a173571591d0834d46afa68d6597124a21545ed00c6cfc29",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d75737478026964010000000000000000000000000000027e",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u638))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x5e338bbbf78297a572756965f370f3358abdf1fcadb6be116669d5e5a8c5a74c",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e026964010000000000000000000000000000027e05707269636501000000000000000000000000050f8ebd",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u638) (price u84905661))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xcd5dcc9726712a9fdbec731629dfc1a8b5a7c0dc26b7b5f9b33106ec2e45d5dc",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000d3905707269636501000000000000000000000000047f9b53",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3385) (price u75471699))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xae41616b9b14ba7eb20cd02802006232a0da1d45e051a53b51bf9d3961bdbdb3",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000ae40570726963650100000000000000000000000003efa7e8",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2788) (price u66037736))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xfd3d4d33d9edd92e14b12e3d54aa81813547d6e30f1118ad20125a1392908ea9",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000002e10570726963650100000000000000000000000014ce2e5c",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u737) (price u349056604))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xab3151c8248ec21f09af609ee464e848da2632b89be9a4b035c069dca0cfe708",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000acf0570726963650100000000000000000000000005578872",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2767) (price u89622642))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x456be1fda44880cce16ea13f60580a275390367f4c29c20b64a5706302ec86d3",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000001c2057072696365010000000000000000000000006da669f2",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u450) (price u1839622642))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x541c98f1656ea3e0ffa6e04391896872017f4fe85785a2d7ff86943da39e224b",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000001000057072696365010000000000000000000000000c5eeb22",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4096) (price u207547170))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xa77c0a43ca8ec32e8900bc54c799784e41932ca84ffffe497fb3f615b4ef1b4c",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000005d0057072696365010000000000000000000000000bcef7b8",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u1488) (price u198113208))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x4cfbd932b880cd9e455ae965b783c8a8c7acb2833f7d3592d7d568b58c0086a1",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000191057072696365010000000000000000000000000c5eeb22",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u401) (price u207547170))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x695a25fb3fd59836a4cb773b2c61e0cf4bad7885ab7b7943541c11e748362b36",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d7573747802696401000000000000000000000000000004b8",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u1208))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xe8a07e13924c29633b0a8dd9bc4a8167d6c618e55e407096b28630edac160195",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000ae405707269636501000000000000000000000000050f8ebd",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2788) (price u84905661))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x8a2e1c022f571aad19b47b6eb4b2dd47a58f5336e8fff8e8ff01308aedc58097",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e026964010000000000000000000000000000027e05707269636501000000000000000000000000062f7591",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u638) (price u103773585))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x770781dc34aee2c2cbb305f02df54d726065e67d03bb9524679f95f8716e899a",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000ae405707269636501000000000000000000000000059f8227",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2788) (price u94339623))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x433f832864bdaabb67ddc618485b2f77bdf6cf055e3890f1c6436b760d68c298",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000d3905707269636501000000000000000000000000059f8227",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3385) (price u94339623))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xc3e594035c9148619aa9c9b9031a0f6f18ef3e595319b92acf37f9d29679f837",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000ae405707269636501000000000000000000000000062f7591",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2788) (price u103773585))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x59f3978d8f5e3ab5a078890dd9c4f22990418b8b934a50cc844ab660dd73186b",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000d3905707269636501000000000000000000000000062f7591",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3385) (price u103773585))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x837ae6c774b943bc648806fa6752d44cb9853fc46659caf27b26e800c94c7f40",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000012eb0570726963650100000000000000000000000006776f47",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4843) (price u108490567))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x32c0aef8ed730a0d9f84743f68c3f0fa74b17c8be76aa4a091c1d321c4dbc8f9",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000aa905707269636501000000000000000000000001c1ca46f0",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2729) (price u7546226416))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xa6e4edfcd3f7274d39ed5f7d6235c2bc398f719cb6b36fc06dbee79142b18ae2",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000e83057072696365010000000000000000000000005458a044",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u3715) (price u1415094340))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xf8f84a04ccd82e9539233c11014d564654f53a6277f398f8f5cfa038d62163b1",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000fcb057072696365010000000000000000000000034b67dd81",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4043) (price u14150000001))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x3f8bc17c1eb4dc86af77dee3b748b60dd93e95d966deb1f203be3fb88b298c39",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000004a6057072696365010000000000000000000000000b309f2a",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u1190) (price u187735850))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x63e7aeaeb03da6f18bfa01e917ff8e02c30c7da2dbf1e435f117123efc478d5d",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e0269640100000000000000000000000000000b9505707269636501000000000000000000000000086f433a",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u2965) (price u141509434))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0x351d69b6e7bef32a86cfc9248be4efbcbeeeb32b5b319f3f7f482fee84e47860",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000401610d0000000c6c6973742d696e2d757374780a636f6d6d697373696f6e06162bcf9762d5b90bc36dc1b4759b1727690f92ddd31d7374786e66742d7361746f736869626c65732d636f6d6d697373696f6e02696401000000000000000000000000000011610570726963650100000000000000000000000006bf68fc",
                        "repr": "(tuple (a \"list-in-ustx\") (commission 'SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.stxnft-satoshibles-commission) (id u4449) (price u113207548))"
                    }
                }
            },
            {
                "event_index": "4",
                "event_type": "smart_contract_log",
                "tx_id": "0x93c04ae612004fbf3792411304fa4204f4eded97f1e1f5db686041d03f64df45",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000b6275792d696e2d757374780269640100000000000000000000000000000b95",
                        "repr": "(tuple (action \"buy-in-ustx\") (id u2965))"
                    }
                }
            },
            {
                "event_index": "4",
                "event_type": "smart_contract_log",
                "tx_id": "0x30a546304d090e510bc1d1f749cbf0e8bf074d05007f1f2d06a83ee4de2ebe83",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000b6275792d696e2d757374780269640100000000000000000000000000001161",
                        "repr": "(tuple (action \"buy-in-ustx\") (id u4449))"
                    }
                }
            },
            {
                "event_index": "4",
                "event_type": "smart_contract_log",
                "tx_id": "0xe6c562faf053a7a4f2abb480d80689ba546423ba93c935f0c90cc0279498e810",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000b6275792d696e2d757374780269640100000000000000000000000000000889",
                        "repr": "(tuple (action \"buy-in-ustx\") (id u2185))"
                    }
                }
            },
            {
                "event_index": "0",
                "event_type": "smart_contract_log",
                "tx_id": "0xc519af3ef98f9cbdcaadbb7b62604fa92096193e5e8aee3496e285d4f3ff69f7",
                "contract_log": {
                    "contract_id": "SP6P4EJF0VG8V0RB3TQQKJBHDQKEF6NVRD1KZE3C.satoshibles",
                    "topic": "print",
                    "value": {
                        "hex": "0x0c0000000206616374696f6e0d0000000e756e6c6973742d696e2d757374780269640100000000000000000000000000001193",
                        "repr": "(tuple (action \"unlist-in-ustx\") (id u4499))"
                    }
                }
            }
        ]
    }
}

/sendtransaction

Send transaction on the chain.

POST https://api.expand.network/chain/sendtransaction

Request Body

Name
Type
Description

chainId*

Integer

chainSymbol

String

rawTransaction*

String

The encoded transaction, obtained from signed transaction.

rpc

String

Remote procedural call URL.

{
    "rawTransaction": "8080000000040063eaab97cc22687eb4428276cd477433972d468d0000000000000000000000000000012c0001cdea8a1884927b3b7d7b9b50f78559ad4b1bc3041134106cc8d8c106c46115580e3315aacba212ab03e047702aec07123f342cac0732690aac2772f0290534403020000000000051663eaab97cc22687eb4428276cd477433972d468d0000000000000bb8457870616e6420535441434b53205465737400000000000000000000000000000000",
    "chainId": "1701"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "chainId": "1701",
        "transactionHash": "c2ad399454f2e7c2bc90207a211d806dd7f264af11095aba469cf726c8904f5a"
    }
}

/decodetransaction

Get the decoded transaction for the provided raw transaction.

POST https://api.expand.network/chain/decodetransaction

Request Body

Name
Type
Description

chainId*

Integer

chainSymbol

String

rawTransaction*

String

The encoded transaction, obtained from signed transaction.

rpc

String

Remote procedural call URL.

{
    "rawTransaction": "8080000000040063eaab97cc22687eb4428276cd477433972d468d0000000000000000000000000000012c0001cdea8a1884927b3b7d7b9b50f78559ad4b1bc3041134106cc8d8c106c46115580e3315aacba212ab03e047702aec07123f342cac0732690aac2772f0290534403020000000000051663eaab97cc22687eb4428276cd477433972d468d0000000000000bb8457870616e6420535441434b53205465737400000000000000000000000000000000",
    "chainId": "1701"
}
{
    "status": 200,
    "msg": "success",
    "data": {
        "version": 128,
        "auth": {
            "authType": 4,
            "spendingCondition": {
                "hashMode": 0,
                "signer": "63eaab97cc22687eb4428276cd477433972d468d",
                "nonce": "0",
                "fee": "300",
                "keyEncoding": 0,
                "signature": {
                    "type": 9,
                    "data": "01cdea8a1884927b3b7d7b9b50f78559ad4b1bc3041134106cc8d8c106c46115580e3315aacba212ab03e047702aec07123f342cac0732690aac2772f029705344"
                }
            }
        },
        "payload": {
            "type": 8,
            "payloadType": 0,
            "recipient": {
                "type": 5,
                "address": {
                    "type": 0,
                    "version": 22,
                    "hash160": "63eaab97cc22687eb4428276cd477433972d468d"
                }
            },
            "amount": "3000",
            "memo": {
                "type": 3,
                "content": "Expand STACKS Test"
            }
        },
        "chainId": 2147483648,
        "postConditionMode": 2,
        "postConditions": {
            "type": 7,
            "lengthPrefixBytes": 4,
            "values": []
        },
        "anchorMode": 3
    }
}
PreviousOsmosisNextBitcoin

Last updated 7 months ago

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

Refer to the page for details.

⛓️
⚡
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID
Chain ID