Vaulta

pixelmaster2

Contract

The data tables defined by this contract.

  • rows of market

    Field Type
    id uint64
    supply asset
    balance asset
    progress uint64
  • rows of account

    Field Type
    owner name
    balanceScaled uint128
    pixelsDrawn uint64
    maskScaled uint128
  • rows of guard

    Field Type
    id uint64
    quota uint64
  • rows of canvas

    Field Type
    id uint64
    lastPaintedAt eostime
    duration eostime
    lastPainter name
    pixelsDrawn uint64
    maskScaled uint128
    potScaled uint128
    teamScaled uint128
  • rows of pixel_row

    Field Type
    row uint64
    pixels pixel[]