Pages:
Author

Topic: [ANN] ICOSERVICE: EMPLOJMENT PLATFORM FREE who want to work in ICO environment (Read 476 times)

newbie
Activity: 141
Merit: 0
In ICO SERVICE MARKET PLACE YOU CAN FIND AND HIRE:

- Team member
- ICO Advisors
- CEO - Chief Executuve Officer
- CTO -  Chief Tecnical Officer
- CMO - Chief Marketing Officer
- CFO - Chief Financial Officer
- CVO - Chief Visionary Officer
- SMM - Social Media Manager & Support
- BM - Bounty Manager
- Software Engineer & Web Developer
- Graphic Designer & Video Maker
- Translator Expert
- Crypto Influencer

WEBSITE: WWW.ICO-SERVICE.IT

ROADMAP PHASE: - PROFESSIONAL LISTING CAMPAIGN
newbie
Activity: 141
Merit: 0
Ico-Service; Crypto & Ico professionals at your service. Powered by FBT is one of the first service specially designed to offer a professional service to ICO world:
 a real marketplace where professional make themselves available to meet who conduct an own ICO.

Our platform will keep in contact who need and who offer.. very simple and very usefull!!!

Welcome to
-Alice Hlidkova listed as Crypto Influencer
Entrepreneur / Agency Owner / Marketer / ICO Adviser and Blockchain Consultant / Woman in Blockchain Advocate

https://www.linkedin.com/in/alice-hlidkova-b908bb47/

www.ico-service.it

Contact us if you want to be listed free on ICO-SERVICE
newbie
Activity: 141
Merit: 0
ROADMAP PHASE: - PROFESSIONAL LISTING CAMPAIGN

WE ARE SEARCING ICO PROFESSIONIST TO LIST IN OUR PLATFORM: PROFESSIONAL LISTED NOW : 9
newbie
Activity: 141
Merit: 0
our website is online: www.ico-service.it

visit it!!!
newbie
Activity: 141
Merit: 0
soon website will be onlibne, stay tuned!!!
newbie
Activity: 141
Merit: 0
http://www.mxshine.com/img/logo.png

We are very happy that the latest mining coins and POS coins can join our big exchange, a wonderful start!


Because we focus on MINING coins and POS coins, MNcoin  , all coin trading. look forward to a wonderful start!


Great project, looking forward  a pleasant cooperation, we want to list you coin on our exchange it is free. A great start, search MXshine!


www.mxshine.com  

[email protected]

https://t.me/mxshine

https://twitter.com/MXshineExchange

https://www.facebook.com/MXshineExchange

Add coin:https://docs.google.com/forms/d/e/1FAIpQLSc9x2oF2Y8BSWrkD1N9RmHDqYquiA3kWjUDxpTWp4bz2DLhrQ/viewform

how can we cooperate?!
newbie
Activity: 141
Merit: 0
NEW ICO PLATFORM NEEDS:
n°5 ICO-ANALYST
n°3 TESTIMONIALS
_____________________________________________________________________________
n°5 ICO-ANALYST
New ICO platform needs ICO-ANALYST. Task for ICO ANALYST is to search new ICO with some required feature and proposes the list on platform.
ICO-ANALYST payment to be agreed upon achievement of the objectives.
_____________________________________________________________________________
n° 3 Testimonials:
if you are a crypto and ICO enthusiast and do you want to increase your popularity in crypto world, we ask a short platform review of some lines. We will publish it in the homapage with your photo and your signature.
_____________________________________________________________________________
contact me by PM.
newbie
Activity: 141
Merit: 0
does your exchange online now?
newbie
Activity: 141
Merit: 0
does your exchange online?
newbie
Activity: 141
Merit: 0
BOUNTY CAMPAIGN:

ONGOING:

1) SOCIAL MEDIA COMMUNITY GROW: ONLY 500 USERS (FIRST BOUNTY CAMPAING:TOTAL  500.000 IST TOKEN) :

WHO WANT TO RECEIVE BOUNTY NEED TO:

1) Like on our facebook page: https://www.facebook.com/Ico-Service-Crypto-Ico-professionals-at-your-service-Powered-by-FBT-1090267537809903/?modal=admin_todo_tour

2) Share our pinned post that you find in our facebook page

3) Follow our twitter profile: https://twitter.com/ICOpresale

4) Retweet our twitter pinned post: https://twitter.com/ICOpresale/status/1064112530187001856

5) Join our telegram chat: https://t.me/ICOSERVICE_ico

6) Join our Telegram official ANN: https://t.me/FerrariBlockchainTeam_ANN

7) Visit our bitcointalk ann; https://bitcointalksearch.org/topic/m.47705106


COMPILE AND INSERT DATA IN THIS FORM:

https://docs.google.com/forms/d/1QN3amsbaVnurMeDj1yih3Nn65Z-nFTHu7Ev_LahjXQg/edit?usp=sharing

FIRST 500 USERS WILL RECEIVE AS ROADMAP: 1000 IST TOKEN EACH
newbie
Activity: 141
Merit: 0
soon news update!!!! register for free in our platform
newbie
Activity: 141
Merit: 0
Bounty for graphics logo design is on going, visit our bounty ann
newbie
Activity: 141
Merit: 0
Roadmap is burned fast, soon other news about!
IF YOU WANT TO BE ON OUR PLATFORM ( FREE FOR WHO REGISTER IN THIS STAGE), STAY TUNED FOR NEWS!!!
newbie
Activity: 141
Merit: 0
STANDARD TOKEN DEVELOPED:

Token Type: ERC20, Ethereum blockchain
Supply: 1.000.000.000 IST Token
Token Symbol: IST
Decimals: 18
Contract Address: 0x0e8f4a9fe6440aba30fa82d8d435ae3e34c344ae


Code:
contract Token {

    /// @return total amount of tokens
    function totalSupply() constant returns (uint256 supply) {}

    /// @param _owner The address from which the balance will be retrieved
    /// @return The balance
    function balanceOf(address _owner) constant returns (uint256 balance) {}

    /// @notice send `_value` token to `_to` from `msg.sender`
    /// @param _to The address of the recipient
    /// @param _value The amount of token to be transferred
    /// @return Whether the transfer was successful or not
    function transfer(address _to, uint256 _value) returns (bool success) {}

    /// @notice send `_value` token to `_to` from `_from` on the condition it is approved by `_from`
    /// @param _from The address of the sender
    /// @param _to The address of the recipient
    /// @param _value The amount of token to be transferred
    /// @return Whether the transfer was successful or not
    function transferFrom(address _from, address _to, uint256 _value) returns (bool success) {}

    /// @notice `msg.sender` approves `_addr` to spend `_value` tokens
    /// @param _spender The address of the account able to transfer the tokens
    /// @param _value The amount of wei to be approved for transfer
    /// @return Whether the approval was successful or not
    function approve(address _spender, uint256 _value) returns (bool success) {}

    /// @param _owner The address of the account owning tokens
    /// @param _spender The address of the account able to transfer the tokens
    /// @return Amount of remaining tokens allowed to spent
    function allowance(address _owner, address _spender) constant returns (uint256 remaining) {}

    event Transfer(address indexed _from, address indexed _to, uint256 _value);
    event Approval(address indexed _owner, address indexed _spender, uint256 _value);
}


/*
This implements ONLY the standard functions and NOTHING else.
For a token like you would want to deploy in something like Mist, see HumanStandardToken.sol.

If you deploy this, you won't have anything useful.

Implements ERC 20 Token standard: https://github.com/ethereum/EIPs/issues/20
.*/

contract StandardToken is Token {

    function transfer(address _to, uint256 _value) returns (bool success) {
        //Default assumes totalSupply can't be over max (2^256 - 1).
        //If your token leaves out totalSupply and can issue more tokens as time goes on, you need to check if it doesn't wrap.
        //Replace the if with this one instead.
        //if (balances[msg.sender] >= _value && balances[_to] + _value > balances[_to]) {
        if (balances[msg.sender] >= _value && _value > 0) {
            balances[msg.sender] -= _value;
            balances[_to] += _value;
            Transfer(msg.sender, _to, _value);
            return true;
        } else { return false; }
    }

    function transferFrom(address _from, address _to, uint256 _value) returns (bool success) {
        //same as above. Replace this line with the following if you want to protect against wrapping uints.
        //if (balances[_from] >= _value && allowed[_from][msg.sender] >= _value && balances[_to] + _value > balances[_to]) {
        if (balances[_from] >= _value && allowed[_from][msg.sender] >= _value && _value > 0) {
            balances[_to] += _value;
            balances[_from] -= _value;
            allowed[_from][msg.sender] -= _value;
            Transfer(_from, _to, _value);
            return true;
        } else { return false; }
    }

    function balanceOf(address _owner) constant returns (uint256 balance) {
        return balances[_owner];
    }

    function approve(address _spender, uint256 _value) returns (bool success) {
        allowed[msg.sender][_spender] = _value;
        Approval(msg.sender, _spender, _value);
        return true;
    }

    function allowance(address _owner, address _spender) constant returns (uint256 remaining) {
      return allowed[_owner][_spender];
    }

    mapping (address => uint256) balances;
    mapping (address => mapping (address => uint256)) allowed;
    uint256 public totalSupply;
}

/*
This Token Contract implements the standard token functionality (https://github.com/ethereum/EIPs/issues/20) as well as the following OPTIONAL extras intended for use by humans.

In other words. This is intended for deployment in something like a Token Factory or Mist wallet, and then used by humans.
Imagine coins, currencies, shares, voting weight, etc.
Machine-based, rapid creation of many tokens would not necessarily need these extra features or will be minted in other manners.

1) Initial Finite Supply (upon creation one specifies how much is minted).
2) In the absence of a token registry: Optional Decimal, Symbol & Name.
3) Optional approveAndCall() functionality to notify a contract if an approval() has occurred.

.*/

contract HumanStandardToken is StandardToken {

    function () {
        //if ether is sent to this address, send it back.
        throw;
    }

    /* Public variables of the token */

    /*
    NOTE:
    The following variables are OPTIONAL vanities. One does not have to include them.
    They allow one to customise the token contract & in no way influences the core functionality.
    Some wallets/interfaces might not even bother to look at this information.
    */
    string public name;                   //fancy name: eg Simon Bucks
    uint8 public decimals;                //How many decimals to show. ie. There could 1000 base units with 3 decimals. Meaning 0.980 SBX = 980 base units. It's like comparing 1 wei to 1 ether.
    string public symbol;                 //An identifier: eg SBX
    string public version = 'H0.1';       //human 0.1 standard. Just an arbitrary versioning scheme.

    function HumanStandardToken(
        uint256 _initialAmount,
        string _tokenName,
        uint8 _decimalUnits,
        string _tokenSymbol
        ) {
        balances[msg.sender] = _initialAmount;               // Give the creator all initial tokens
        totalSupply = _initialAmount;                        // Update total supply
        name = _tokenName;                                   // Set the name for display purposes
        decimals = _decimalUnits;                            // Amount of decimals for display purposes
        symbol = _tokenSymbol;                               // Set the symbol for display purposes
    }

    /* Approves and then calls the receiving contract */
    function approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success) {
        allowed[msg.sender][_spender] = _value;
        Approval(msg.sender, _spender, _value);

        //call the receiveApproval function on the contract you want to be notified. This crafts the function signature manually so one doesn't have to include a contract in here just for this.
        //receiveApproval(address _from, uint256 _value, address _tokenContract, bytes _extraData)
        //it is assumed that when does this that the call *should* succeed, otherwise one would use vanilla approve instead.
        if(!_spender.call(bytes4(bytes32(sha3("receiveApproval(address,uint256,address,bytes)"))), msg.sender, _value, this, _extraData)) { throw; }
        return true;
    }
}
newbie
Activity: 141
Merit: 0
I do not think Icoservice is having a future to develop.
You say:
Quote
From recent studies the ICO sector will be booming in the coming years...
In fact, many (including experts) claim that the ICO is about to run out of its explosive golden age, too many scams and poor quality ICOs in 2018.
What do you think?

ICO will not run out of its golden age, ICO is a powerfull crowdfounding sistem, but.. there's a but; last year there are a lot of poor quality ico, it's right, you are in true but now investor are warned about this danger, and they are much more careful.

ICOSERVICE MISSION:
First ICO service mission is to put in contact who need ico related services (as advisor, translator, graphics) and the professional who is able to do it.

For example if a CEO of an ico needs a chinese translator but know nobody that can do it, in ICO SERVICE PLATFORM will find who is able to do it! same things about graphics and so on.

This is a real, usefull and simple idea; IST token will be used to pay ICOSERVICE platform service.


_______________________________________________________________________________ ____________

ICOSERVICE IS POWERED BY F.B.T. "Ferrari Blockchain Team"
ICO Consultant/Advisor with extensive knowledge of blockchain, and subject matter knowledge of ICO.

LINKEDIN: https://www.linkedin.com/company/12595638/admin/updates/
BITCOINTALK ANN: https://bitcointalk.org/index.php?topic=5058847.msg47363685#msg47363685
_______________________________________________________________________________ ____________

 
newbie
Activity: 141
Merit: 0
Aint there any airdrop form? I participated

Hi, thank's for supporting us, Airdrop features are fixed, but airdrop form is not active yet. I suggest to follow us in our channel to be updated about.

now we are searcing a graphic for our logo! guidelines in our bounty ann, you can find link above!!


_______________________________________________________________________________ ____________

ICOSERVICE IS POWERED BY F.B.T. "Ferrari Blockchain Team"
ICO Consultant/Advisor with extensive knowledge of blockchain, and subject matter knowledge of ICO.

LINKEDIN: https://www.linkedin.com/company/12595638/admin/updates/
BITCOINTALK ANN: https://bitcointalk.org/index.php?topic=5058847.msg47363685#msg47363685
_______________________________________________________________________________ ____________
newbie
Activity: 141
Merit: 0
Very nice

Thank's!!
please follow us and don't forget to join our channel to be update about project and follow "Ferrari Blockchain Team" for news!!!


_______________________________________________________________________________ ____________

ICOSERVICE IS POWERED BY F.B.T. "Ferrari Blockchain Team"
ICO Consultant/Advisor with extensive knowledge of blockchain, and subject matter knowledge of ICO.

LINKEDIN: https://www.linkedin.com/company/12595638/admin/updates/
BITCOINTALK ANN: https://bitcointalk.org/index.php?topic=5058847.msg47363685#msg47363685
_______________________________________________________________________________ ____________
full member
Activity: 490
Merit: 103
I do not think Icoservice is having a future to develop.
You say:
Quote
From recent studies the ICO sector will be booming in the coming years...
In fact, many (including experts) claim that the ICO is about to run out of its explosive golden age, too many scams and poor quality ICOs in 2018.
What do you think?
jr. member
Activity: 344
Merit: 1
Creative Creator
Aint there any airdrop form? I participated
Pages:
Jump to: