Bitcoin Forum
April 24, 2024, 09:15:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: SharkToken Proof-of-Stake Smart Contract Token - The Innovation of Investment  (Read 248 times)
SharkToken (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile WWW
December 15, 2017, 11:31:08 AM
 #1


Proof-of-Stake Smart Contract Token - The Innovation of Investment





SharkToken is not only an Ethereum token, but also a brand new Token Standard for Proof-of-Stake tokens.

It's based on the ERC20 Token Standard and implements all standard methods. As an Ethereum token, SharkToken first implements the Proof-of-Stake mechanism, meaning that holders of SharkToken can earn some extra tokens just by holding SRT for a period of time, greater than or equal to The Minimum Coin Age.

SharkToken was designed to allow investors around the world to make stable profits, not only that we aim to give our investors the right to control their investment threw our Lending Platform.



  • Name: SharkToken
  • Symbol: SRT
  • Decimals: 18
  • Standard: ERC20 & PoSTokenStandard
  • Platform: Ethereum
  • Maximum Total Supply: 16,000,000 SRT
  • Initial Supply: 1,600,000 SRT
  • Minimum Coin Age: 3 Days
  • Maximum Coin Age: 90 Days
  • Contract Address: 0x5caae332dd0a17827052de681f6f2155e00394f0



  • Year 1 : 100%
  • Year 2 : 50%
  • Year 3 - 15 : 10%

How to Claim your PoS Reward:
(you need to have RTS tokens for at least 3 days)

1. Go to MyEtherWallet & Click "Contracts"
2. Input Contract Address
Code:
0x5caae332dd0a17827052de681f6f2155e00394f0

& Contract ABI
Code:
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"mint","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"coinAge","outputs":[{"name":"myCoinAge","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"timestamp","type":"uint256"}],"name":"ownerSetStakeStartTime","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"maxTotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"getBlockNumber","outputs":[{"name":"blockNumber","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"chainStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stakeStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_recipients","type":"address[]"},{"name":"_values","type":"uint256[]"}],"name":"batchTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"ownerBurnToken","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalInitialSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"annualInterest","outputs":[{"name":"interest","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stakeMinAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"chainStartBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stakeMaxAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"maxMintProofOfStake","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]

then Click "Access" Button.

3.Select 'mint' in the dropdown box.

5.Click "Generate transaction" Button to Start PoS Mining (set the GAS limit to 200,000)

 Upcoming Shark Wallet - Will give you daily rewards with no MEW needed !



After the contract deployed, only 1,6 Million SRT, 10% of the Max Total Supply, will be created as the Initial Supply
  • Development&Marketing: 160K
  • TokenSale: 800k
  • Bounties: 320K
  • AirDrop: 320K








Upcoming:Mercatox, Yobit, HITbtc, CoinExchange.



1st Round of Free Airdrop 15-20th Dec
Apply for Airdrop Here

2nd Round of Free Airdrop 20-25th Dec




More campaigns coming soon.



  • SharkToken Distribution   Q4/2017
  • Multiple trading platform listing   Q1/2018
  • Shark App Launch (Shark Exchange, Lending, Explorer, Wallet with PoS enabled)   Q1/2018
  • PoS Mining Pool   Q2/2018
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713993311
Hero Member
*
Offline Offline

Posts: 1713993311

View Profile Personal Message (Offline)

Ignore
1713993311
Reply with quote  #2

1713993311
Report to moderator
Filmmmakerr
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250

Hello. Bye.


View Profile
December 15, 2017, 11:38:37 AM
 #2

Signed up for the drop, but how much are you selling coins for?

Campaign Manager (2018)
VisualPleasure
Member
**
Offline Offline

Activity: 189
Merit: 10


View Profile WWW
December 15, 2017, 06:14:36 PM
 #3

hello.. if you need Indonesian translation, just let me know Smiley
i will glad to do that. Smiley

beginneraf
Full Member
***
Offline Offline

Activity: 490
Merit: 104


View Profile
December 16, 2017, 03:18:02 AM
 #4

I didn't know you could actually stake-coins in the ethereum blockchain.  Huh This is pretty interesting. Also a lending platform? What else can you look for? So I signed up for the airdrop!  Grin Looking forward for the bounty campaign Cheesy

<a href="https://simplefx.com/n/10257.l16_20901" target="_blank" rel="sponsored">
        <img src="https://simplefx.com/a/10257_20901"/>
      </a>
tycredy2
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
December 16, 2017, 04:14:05 PM
 #5

What many people are going to qualify for the airdrop
TucksGee
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
December 16, 2017, 04:42:17 PM
 #6

The form ought to close by now....I checked the spreadsheet and I could see more than 4k application
kenart.dd514
Full Member
***
Offline Offline

Activity: 224
Merit: 105



View Profile
December 17, 2017, 10:01:32 AM
 #7

I like the name of the currency!
AmoreJaz
Legendary
*
Offline Offline

Activity: 3080
Merit: 1102


Leading Crypto Sports Betting & Casino Platform


View Profile
December 17, 2017, 10:07:54 AM
 #8

i may well be the only person in the world that does not have a twitter account , so i guess i am out and not eligible for the airdrop?
but i do offer best wises to the dev team and good luck!

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
psychocryptologist
Member
**
Offline Offline

Activity: 314
Merit: 10

Crypto Currencies is all about emotions and trust


View Profile WWW
December 18, 2017, 05:27:43 AM
 #9

POS + DECENTRALIZATION + SECURED + LENDING  Wink ans simply website easy to read though

          EINC   ■■■■■   ETHERINC - an ETHEREUM FORK   ■■■■■   EINC         
DAO 2.0 is LIVE - Register your DAO Now ▐||   ETHEREUM HOLDERS ((   CLAIM ETI    ))
Whitepaper   ▲   Telegram   ▲   Twitter   ▲   Medium   ▲   Reddit   ▲   ANN Thread
psychocryptologist
Member
**
Offline Offline

Activity: 314
Merit: 10

Crypto Currencies is all about emotions and trust


View Profile WWW
December 26, 2017, 12:23:55 PM
 #10

26th Dec 2017 - 5th Jan 2018 PRE-SALE
Presale for all investors ! (10-20% Bonus at curent price)
Min buy 0.1 ET

          EINC   ■■■■■   ETHERINC - an ETHEREUM FORK   ■■■■■   EINC         
DAO 2.0 is LIVE - Register your DAO Now ▐||   ETHEREUM HOLDERS ((   CLAIM ETI    ))
Whitepaper   ▲   Telegram   ▲   Twitter   ▲   Medium   ▲   Reddit   ▲   ANN Thread
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!