Giter Site home page Giter Site logo

racersgameos's Introduction

0xGames EOS Contract

RACERSGAMEOS dev version 2.0

API

Admins actions

/// @abi action init
ACTION init(    uint8_t ft, 
                asset lbpcom, 
                asset lbpplus, 
                asset lbpro, 
                asset lbpvip, 
                asset licp, 
                asset pilp )

/// @abi action clear tables
ACTION clrall()

Auction actions

/// @abi action sellnft
ACTION sellnft(	capi_name from,
                uint64_t nft_id,
                uint64_t startprice,
                uint64_t stopprice,
                uint8_t days,
                string memo )

/// @abi action removenft
ACTION removenft(   capi_name from, 
                    uint64_t nft_id, 
                    string memo)

/// @abi action giftnft
ACTION giftnft(     capi_name from, 
                    capi_name to_account,
                    uint64_t nft_id, 
                    string memo) 

/// @abi action transfer
ACTION transfer(    capi_name from, 
                    capi_name to, 
                    asset price, 
                    string memo)

EOSIO NFT actions

/// @abi action issue
ACTION issue(   capi_name to, 
                asset quantity, 
                std::vector<string> uris, 
                string name, 
                string memo)

/// @abi action nfttransfer
ACTION nfttransfer(   capi_name from, 
                      capi_name to_account, 
                      uint64_t nft_id, 
                      string memo)

/// @abi action create
ACTION create( capi_name issuer, string sym )

/// @abi action burn
ACTION burn( capi_name from, uint64_t nft_id )

/// @abi action cleartokens
ACTION cleartokens() 

/// @abi action clearsymbol
ACTION clearsymbol(asset value)

For my tests

/// @abi action test
ACTION test()

by @s5aava with love

racersgameos's People

Contributors

creoplayer avatar

Watchers

5aava avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.