Author

Topic: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Platform Available] - page 464. (Read 348488 times)

full member
Activity: 154
Merit: 101
PoSToken
Smart Contract Deployed

Hi community,

PoSToken is now deployed on the Ethereum Mainnet, the world's first Proof-of-Stake smart contract.

1st Round Airdrop Distribution
The distribution is ongoing,so some of you guys have not received PoSToken yet, please be patience.

PoSToken Smart Contract address:
0xee609fe292128cad03b786dbb9bc2634ccdbe7fc

To add PoSToken to your Ethereum wallet:
Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
Symbol: POS
Decimals: 18

Contract ABI
[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"mint","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"coinAge","outputs":[{"name":"myCoinAge","type":"uint256"}],"payable":false,"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,"type":"function"},{"constant":false,"inputs":[{"name":"timestamp","type":"uint256"}],"name":"ownerSetStakeStartTime","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxTotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getBlockNumber","outputs":[{"name":"blockNumber","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_recipients","type":"address[]"},{"name":"_values","type":"uint256[]"}],"name":"batchTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"ownerBurnToken","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalInitialSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"annualInterest","outputs":[{"name":"interest","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMinAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMaxAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxMintProofOfStake","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"inputs":[],"payable":false,"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"}]

PoS Mining
As mentioned in the OP,there are two methods to trigger PoS mining:

1.Sending a transaction to your own address with any amount of PoSToken.
Please note that you should send PoSToken but not Ether to your own address.
We recommend this approach which can easily be done with any Ethereum Wallet.

2.Using MyEtherWallet.com or Mist or any other software that can interact with contracts to execute mint() function.
For now you have to use MyEtherWallet.com or Mist or any other software that can interact with contracts to execute this function.

In the example below we will use myetherwallet.com to trigger PoS mining:
  • 1.Go to MyEtherWallet
  • 2.Click "Contracts"
  • 3.In the "Contract Address" field, input the contract address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
  • 4.In the"ABI / JSON Interface" field, copy & paste the above Contract ABI.
  • 5.Click "Access" Button.
  • 6.Select 'coinAge' in the dropdown box. Make sure that your coinAge is greater than 0.
  • 7.Then Select 'mint' in the dropdown box.
  • 8.Click 'Write' and 'Generate transaction'.


Trading on EtherDelta
The smart contract is compatible with EtherDelta, so you can trade POS on EtherDelta now. >> LINK

Source Code:
https://github.com/PoSToken/PoSToken/blob/master/contracts/PoSToken.sol



legendary
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
Thanks, Dev! Got my 120 PoSTokens.) Waiting for the staking instructions.
sr. member
Activity: 868
Merit: 251
Empowering crypto w/ sustainable energy
hmm i still havent received my tokens yet... do i have to create the token icon in mew or will they just show up ?
full member
Activity: 140
Merit: 100
Ethereum All The Way Baby
just an FYI you shouldn't have to add the token for MEW to show it, usually its pretty good with showing tokens, and once Dev updated the token with info it will show on all tokens.

still awaiting mine, looking forward to getting them into my wallet so they can stay staking Cheesy
hero member
Activity: 1050
Merit: 506
do we have to apply for the 2nd airdrop if we participated in the first one?
full member
Activity: 396
Merit: 110
thank you, all received, the tokens are in the wallet and I really expect to start the second round. I want to hear or read how to start mining coins should work.
hero member
Activity: 560
Merit: 500
Can somebody give me the address Token Symbol and Decimals thank you..
Address:0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC
Symbol:pos
Decimal:18
Thank you..
full member
Activity: 353
Merit: 100
Can somebody give me the address Token Symbol and Decimals thank you..
Address:0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC
Symbol:pos
Decimal:18
hero member
Activity: 560
Merit: 500
Can somebody give me the address Token Symbol and Decimals thank you..
sr. member
Activity: 308
Merit: 250
The Movement DAO
Everyone who hasn't received needs to be patient. I reckon these pending payments are from 45 POS and below. From Etherscan, The POS team are sending payments in batches (which is the first I've ever seen been done on the eth network, pretty cool) and the most recent batch has not been confirmed for hours.

So patience guys.
hero member
Activity: 1016
Merit: 502
I don't get tokens, I not one? I'll wait, nothing can be done
sr. member
Activity: 854
Merit: 253
Thank you DEV! I get my 90 PosTokens))) I will wait for instructions as mining.
full member
Activity: 560
Merit: 119
There are already 2 days since the last post of op. I hope everything is working fine and deploying the contract will be a success.

Anyways I will start an ico for 50% of the coin supply.
sr. member
Activity: 994
Merit: 263
PassiveIncomeHunter
Thanks a lot, Dev, I got my POSTokens and I'm waiting for the 2nd round of the airdrop with impatience.
We also need instructions on how to start POSmining.
sr. member
Activity: 415
Merit: 287
I also did not get a ..Retwitt of all posts, I watched the news every day, I claimed only 15 coins, but not in quantity, I did not plan to sell them, Postocen conquered me with its uniqueness and I just wanted it for me. Has long been adding it to the wallet but the balance of 0
Why? Huh Undecided
I got nothing,I think we need to wait,judging by https://ethplorer.io dev ,send more Cool
newbie
Activity: 29
Merit: 0
legendary
Activity: 2422
Merit: 1083
Leading Crypto Sports Betting & Casino Platform
When will second airdrop start?

Missed the first one

I must not miss this coming one
full member
Activity: 616
Merit: 107
I also did not get a ..Retwitt of all posts, I watched the news every day, I claimed only 15 coins, but not in quantity, I did not plan to sell them, Postocen conquered me with its uniqueness and I just wanted it for me. Has long been adding it to the wallet but the balance of 0
Why? Huh Undecided
full member
Activity: 420
Merit: 100
ELIXIR TOKEN
thank you already got my 60 POS. (member + bounty).

good luck for the future
sr. member
Activity: 465
Merit: 250
shoutofgaia
Well, I did not get anything. MEW is empty. Undecided
you should add the token
Enter to your ether wallet, click on add a custom token
 type in Address: 0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC , symbol: POS , Decimals: 18

Seems like my wallet is still empty... :/
Jump to: