-
Notifications
You must be signed in to change notification settings - Fork 0
Immortal warriors
The ICO is open, the supply of Immortal warriors is only 100
https://bitcointalk.org/index.php?topic=2061584.0
The Persian Immortals were the special forces of the ancient world. They were trained from the age of five to do nothing but kill and destroy other soldiers.
The Immortal army was created due the creation of the Athenians army to make the battle smart contract more balanced and realistic as possible. They will support Persian Warriors on the first battle contract fighting side by side against Greek army
Each Immortal warrior has a value in BP equals to BP value of one Athenian warrior defined in the battle contract rules. Moreover the Immortal warrior could not died in the battle but will be sent back to contributor address after the end of the battle.
- Total token supply: 100 IMT
- Decimals: 0
- Smart Contract Address:
0xED19698C0abdE8635413aE7AD7224DF6ee30bF22
- Etherscan Link: https://etherscan.io/address/0xED19698C0abdE8635413aE7AD7224DF6ee30bF22
The total supply of Immortals will be foreover 100, despite the Athenians warrior token that has up to 750 unity. On the battle contract no more of 100 Athenian warrior will be accepted
This includes any wallet not using a smart-contract to store your balance. So far we've tested this with Geth, Solidity, and MyEtherWallet.
(do NOT use this method to send from a multi-sig contract, or any other contract based wallet. It will fail to work because of gas stipend limits.)
It is important to include a minimum of 80,000 Gas with the transaction
- Send Ether to the ICO contract address in the amount multiple of 0.5 ETH, based upon the number of Immortal warrior you would like to buy. The amount you send should be 0.5 ETH or multiple, any change will be sent back.
ICO Contract Address:
0xED19698C0abdE8635413aE7AD7224DF6ee30bF22
- Remember to include at least 80,000 gas with the transaction. Some wallets (such as Parity) should automatically detect the correct amount. But others may detect the default (such as 21,000) and if you send without increasing this, the tx will fail!
- You will be awarded balance based on your contribution, and can continue to send additional transactions in the future.
- The Immortal tokens you buy will be sent immediatly to your wallet, you don't have to wait the ICO completition.
Note If you are executing any function which returns a value of "Tokens" it will return the exact integer number of IMT tokens, which is indivible (no decimal).
- Access the Parity Web UI
- If you don't have a "Contracts" tab, go to the "Settings" tab, and check the box to enable it.
- Go to the Contracts Tab
- Click the +Watch Button
- Choose “Custom Contract” and click Next
- Paste the following address into the “network address” field:
0xED19698C0abdE8635413aE7AD7224DF6ee30bF22
- Type in “ImmortalTokenICO” In the “contract name” field
- Type a description such as "Immortal Token ICO Contract" in the description field
- Paste the ABI code from the section below into the ABI field. (note you can select it easily in chrome by tripleclicking in the text field with the ABI below)
- Click the "add contract" button
- Now the contract will appear in your list of saved contracts. You can click on it to view all of the functions which can be read or queried without requiring a transaction, such as the "balanceOf" function.
- If you wish to execute a function requiring a transaction such as "approve" you will need to click on the "Execute" button near the top of the page.
- Then click the address you wish to execute the function from
- And choose the function you wish to execute from the dropdown list
- Access your myEtherWallet account (note if you don't have a wallet, follow this tutorial to create a wallet: https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-create-a-new-wallet )
- Once you have accessed your wallet, you can navigate to the "Contracts" tab
- Insert
0xED19698C0abdE8635413aE7AD7224DF6ee30bF22
in "Contract Address" - Insert the Contract ABI inside "ABI / JSON Interface"
- Click the "Access" button. This will then pop up below a "Read/Write Contract" section, with a "Select a Function" dropdown.
- You can now select the function you wish to access using the dropdown, and it will either show you the value of the query (for example if you check totalSupply, it will return "100") or it will present you with a "Write" button.
- Click the "Write" button, and it will prompt you any variables to provide, and an amount of ether to send. So for example if you are calling "approve" you can set the spender addres and the amount of ether.
- If you wish to check the balance of a contributor, choose balanceOf function, and provide the address you want to check.
[{"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":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"string"}],"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":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"tokenAssigned","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"},{"name":"_extraData","type":"bytes"}],"name":"approveAndCall","outputs":[{"name":"success","type":"bool"}],"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"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"_contributor","type":"address"},{"indexed":false,"name":"_immortals","type":"uint256"}],"name":"Assigned","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"},{"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"}]