Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erc20 to eos #9

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Conversation

emperorhan
Copy link

        ACTION issue( name to, asset quantity, string memo );

        ACTION burn( name account, asset quantity, string memo );

        ACTION burnfrom( name burner, name owner, asset quantity, string memo );

        ACTION transfer( name from, name to, asset quantity, string memo );
    
        ACTION approve( name owner, name spender, asset quantity );

        ACTION transferfrom( name spender, name from, name to, asset quantity, string  memo );

        ACTION incallowance( name owner, name spender, asset quantity );

        ACTION decallowance( name owner, name spender, asset quantity );

        ACTION open( name owner, const symbol& symbol, name ram_payer );

        ACTION close( name owner, const symbol& symbol );

@junbeomlee
Copy link
Member

plz sign clahub!

@hihiboss
Copy link
Member

hihiboss commented May 5, 2019

Please add this copyright to the start of each file!

/*
 * Copyright 2019 DE-labtory
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants