Jungle 4 (Testnet)

seed.gm

合约

此合约定义的数据表。

  • 行数据 account_row

    字段 类型
    account name
    drops uint32
  • 行数据 drop_row

    字段 类型
    seed uint64
    epoch uint64
    owner name
    created time_point
    bound bool
  • 行数据 epoch_row

    字段 类型
    epoch uint64
    start time_point
    end time_point
  • 行数据 stat_row

    字段 类型
    id uint64
    account name
    epoch uint64
    drops uint32
  • 行数据 state_row

    字段 类型
    id uint16
    epoch uint64
    enabled bool
  • 行数据 unbind_row

    字段 类型
    owner name
    drops_ids uint64[]