Vaulta

antelopcache

Contract

The actions for this contract with their input parameters and potential response data.

  • Initialize Contract

    Initialize the antelopcache contract, token, inflation, and sovereign permission structure

    Request Parameters
    contractissuer name
  • Log Block Results

    Log block details in state history.

    Request Parameters
    initiator name
    block uint64
    block_time uint64
    issued_supply asset
    collected_tx_fees asset
    burned_tokens asset
    total_supply asset
    burn_supply asset
    abc_miners uint64
    bytes uint64
    txs uint64
    tx_fee asset
    active_proposals uint64
    leading_proposal uint64
    ram_price float64
    block_memo string
  • Claim Mining Shares

    {{nowrap miner}} iterates {{nowrap max_claims}} tokensubsidy rows for rewards

    Request Parameters
    miner name
    max_claims uint64
  • Close Token Balance

    Remove {{nowrap owner}}’s zero quantity {{nowrap symbol_to_symbol_code symbol}} token balance

    Request Parameters
    owner name
    symbol symbol
  • Developer Claims Collected Native Core Token Fees

    antelopcache developer withdraws {{nowrap quantity}} in mining fees.

    Request Parameters
    quantity asset
  • Enlist as a Miner

    Register {{nowrap miner}} as a antelopcache miner

    Request Parameters
    miner name
  • Mine a Block

    {{nowrap initiator}} mines current block.

    Request Parameters
    initiator name
    memo string
  • Open Token Balance

    Establish a zero quantity balance for {{nowrap owner}}

    Request Parameters
    owner name
    symbol symbol
    ram_payer name
  • Propose an abi/code change

    {{nowrap proposer}} proposes eosio.msig {{nowrap proposal_name}} on antelopcache.

    Request Parameters
    proposer name
    proposal_name name
    memorandum string
  • Proposal Review and Execution

    {{nowrap initiator}} potentially executes and/or erases proposal {{nowrap proposal}}

    Request Parameters
    initiator name
    proposal uint64
  • Convert Mining Shares to tokens

    {{nowrap miner}} converts mining shares to {{nowrap requested_cache}} in benefit to {{nowrap receiver}}

    Request Parameters
    miner name
    receiver name
    requested_cache asset
  • Reduce Mining Capacity

    {{nowrap miner}} reduces mining capacity by {{nowrap bytes}}

    Request Parameters
    miner name
    bytes uint64
  • Transfer Tokens

    Send {{nowrap quantity}} from {{nowrap from}} to {{nowrap to}}

    Request Parameters
    from name
    to name
    quantity asset
    memo string
  • Vote for Block Transaction Fee

    {{nowrap miner}} votes for a new transaction fee of {{nowrap tx_fee}}.

    Request Parameters
    miner name
    tx_fee asset
  • Vote for Proposal

    {{nowrap miner}} votes for proposal {{nowrap proposal}}.

    Request Parameters
    miner name
    prop_timestamp uint64
  • Whitelist Accounts

    Register {{nowrap accounts}} for feeless antelopcache transfers.

    Request Parameters
    accounts name[]