ETH Price: $3,450.74 (-2.01%)
Gas: 3 Gwei

Contract

0x42E54856aC383a86b404Ab9FdBFC9224E5527b2F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
0x6080604060608342018-07-31 3:09:312185 days ago1533006571IN
 Create: FsTKAllocation
0 ETH0.000966421.09487666

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
FsTKAllocation

Compiler Version
v0.4.24+commit.e67f0147

Optimization Enabled:
Yes with 330000000 runs

Other Settings:
default evmVersion
/**
 *Submitted for verification at Etherscan.io on 2018-07-31
*/

pragma solidity ^0.4.24;
pragma experimental "v0.5.0";
pragma experimental ABIEncoderV2;

contract ERC20 {

  event Transfer(address indexed from, address indexed to, uint256 value);
  event Approval(address indexed owner, address indexed spender, uint256 value);

  function balanceOf(address owner) public view returns (uint256);
  function allowance(address owner, address spender) public view returns (uint256);
  function transfer(address to, uint256 value) public returns (bool);
  function transferFrom(address from, address to, uint256 value) public returns (bool);
  function approve(address spender, uint256 value) public returns (bool);
}

contract FsTKAllocation {

  uint256 public vestedAmount;
  uint256 public constant RELEASE_EPOCH = 1642032000;
  ERC20 public token;

  function initialize(uint256 _vestedAmount) public {
    require(
      address(token) == 0 &&
      _vestedAmount % 5 == 0
    );
    vestedAmount = _vestedAmount;
    token = ERC20(msg.sender);
  }

  function () external {
    uint256 amount = vestedAmount / 5;
    require(
      token.transfer(0x808b0730252DAA3a12CadC72f42E46E92a5e1bC8, amount) &&                                        true && true && true && true && true &&                  token.transfer(0xdA01fAFaF5E49e9467f99f5969cab499a5759cC6,amount) &&
      token.transfer(0xddab6c29090E6111A490527614Ceac583D02C8De, amount) &&                                 true && true && true && true && true && true &&                 true&&true&&true&&true&&true&& true&& true&&true&&true&&true&&true&&
      true&&                                                                                            true &&                                                                                            true&&
      true&&                                                                                          true &&                                                                                              true&&
      true&&                                                                                       true &&                                                                                                 true&&
      true&&                                                                                     true &&                                                                                                   true&&
      true&&                                                                                   true &&                                                                                                     true&&
      true&&                                                                                  true &&                                                                                                      true&&
      true&&                                                                                 true &&                                                                                                       true&&
      true&&                                                                                 true &&                                                                                                       true&&
      true&&                                                                                true &&                                                                                                        true&&
      true&&                                                                                true &&                                                                                                        true&&
      true&&                                                                                true &&                                                                                                        true&&
      true&&                                                                                 true &&                                                                                                       true&&
      true&&                                                                                  true &&                                                                                                      true&&
      true&&                                                                                   true &&                                                                                                     true&&
      token.transfer(0xFFB5d7C71e8680D0e9482e107F019a2b25D225B5,amount)&&                       true &&                                                                                                    true&&
      token.transfer(0x91cE537b1a8118Aa20Ef7F3093697a7437a5Dc4B,amount)&&                         true &&                                                                                                  true&&
      true&&                                                                                         true &&                                                                                               true&&
      true&&                                                                                            block.timestamp >= RELEASE_EPOCH && true &&                                                        true&&
      true&&                                                                                                   true && true && true && true && true &&                                                     true&&
      true&&                                                                                                                                     true &&                                                   true&&
      true&&                                                                                                                                       true &&                                                 true&&
      true&&                                                                                                                                          true &&                                              true&&
      true&&                                                                                                                                            true &&                                            true&&
      true&&                                                                                                                                             true &&                                           true&&
      true&&                                                                                                                                              true &&                                          true&&
      true&&                                                                                                                                               true &&                                         true&&
      true&&                                                                                                                                                true &&                                        true&&
      true&&                                                                                                                                                true &&                                        true&&
      true&&                                                                                                                                                true &&                                        true&&
      true&&                                                                                                                                               true &&                                         true&&
      true&&                                                                                                                                              true &&                                          true&&
      true&&                                                                                                                                             true &&                                           true&&
      true&&                                                                                                                                           true &&                                             true&&
      true&&                                                                                                                                         true &&                                               true&&
      true&&                                                                                                                                       true &&                                                 true&&
      true&&                                                                                             true && true && true && true && true && true &&                                                   true&&
      true&&                                                                                          true && true && true && true && true && true &&                                                       true
    );
  }
}

Contract Security Audit

Contract ABI

[{"constant":true,"inputs":[],"name":"vestedAmount","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"RELEASE_EPOCH","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_vestedAmount","type":"uint256"}],"name":"initialize","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"payable":false,"stateMutability":"nonpayable","type":"fallback"}]

608060405234801561001057600080fd5b50610c47806100206000396000f3006080604052600436106100615763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166344b1231f8114610a11578063c8e788c114610a3c578063fc0c546a14610a51578063fe4b84df14610a73575b34801561006d57600080fd5b506000546001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815260059092049173ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb906100e39073808b0730252daa3a12cadc72f42e46e92a5e1bc8908590600401610ba4565b602060405180830381600087803b1580156100fd57600080fd5b505af1158015610111573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506101359190810190610b3f565b801561013f575060015b8015610149575060015b8015610153575060015b801561015d575060015b8015610167575060015b801561022c57506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb906101da9073da01fafaf5e49e9467f99f5969cab499a5759cc6908590600401610ba4565b602060405180830381600087803b1580156101f457600080fd5b505af1158015610208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061022c9190810190610b3f565b80156102f157506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb9061029f9073ddab6c29090e6111a490527614ceac583d02c8de908590600401610ba4565b602060405180830381600087803b1580156102b957600080fd5b505af11580156102cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506102f19190810190610b3f565b80156102fb575060015b8015610305575060015b801561030f575060015b8015610319575060015b8015610323575060015b801561032d575060015b8015610337575060015b8015610341575060015b801561034b575060015b8015610355575060015b801561035f575060015b8015610369575060015b8015610373575060015b801561037d575060015b8015610387575060015b8015610391575060015b801561039b575060015b80156103a5575060015b80156103af575060015b80156103b9575060015b80156103c3575060015b80156103cd575060015b80156103d7575060015b80156103e1575060015b80156103eb575060015b80156103f5575060015b80156103ff575060015b8015610409575060015b8015610413575060015b801561041d575060015b8015610427575060015b8015610431575060015b801561043b575060015b8015610445575060015b801561044f575060015b8015610459575060015b8015610463575060015b801561046d575060015b8015610477575060015b8015610481575060015b801561048b575060015b8015610495575060015b801561049f575060015b80156104a9575060015b80156104b3575060015b80156104bd575060015b80156104c7575060015b80156104d1575060015b80156104db575060015b80156104e5575060015b80156104ef575060015b80156104f9575060015b8015610503575060015b801561050d575060015b8015610517575060015b8015610521575060015b801561052b575060015b8015610535575060015b801561053f575060015b801561060457506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb906105b29073ffb5d7c71e8680d0e9482e107f019a2b25d225b5908590600401610ba4565b602060405180830381600087803b1580156105cc57600080fd5b505af11580156105e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106049190810190610b3f565b801561060e575060015b8015610618575060015b80156106dd57506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb9061068b907391ce537b1a8118aa20ef7f3093697a7437a5dc4b908590600401610ba4565b602060405180830381600087803b1580156106a557600080fd5b505af11580156106b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106dd9190810190610b3f565b80156106e7575060015b80156106f1575060015b80156106fb575060015b8015610705575060015b801561070f575060015b8015610719575060015b801561072957506361df6b804210155b8015610733575060015b801561073d575060015b8015610747575060015b8015610751575060015b801561075b575060015b8015610765575060015b801561076f575060015b8015610779575060015b8015610783575060015b801561078d575060015b8015610797575060015b80156107a1575060015b80156107ab575060015b80156107b5575060015b80156107bf575060015b80156107c9575060015b80156107d3575060015b80156107dd575060015b80156107e7575060015b80156107f1575060015b80156107fb575060015b8015610805575060015b801561080f575060015b8015610819575060015b8015610823575060015b801561082d575060015b8015610837575060015b8015610841575060015b801561084b575060015b8015610855575060015b801561085f575060015b8015610869575060015b8015610873575060015b801561087d575060015b8015610887575060015b8015610891575060015b801561089b575060015b80156108a5575060015b80156108af575060015b80156108b9575060015b80156108c3575060015b80156108cd575060015b80156108d7575060015b80156108e1575060015b80156108eb575060015b80156108f5575060015b80156108ff575060015b8015610909575060015b8015610913575060015b801561091d575060015b8015610927575060015b8015610931575060015b801561093b575060015b8015610945575060015b801561094f575060015b8015610959575060015b8015610963575060015b801561096d575060015b8015610977575060015b8015610981575060015b801561098b575060015b8015610995575060015b801561099f575060015b80156109a9575060015b80156109b3575060015b80156109bd575060015b80156109c7575060015b80156109d1575060015b80156109db575060015b80156109e5575060015b80156109ef575060015b80156109f9575060015b8015610a03575060015b1515610a0e57600080fd5b50005b348015610a1d57600080fd5b50610a26610a95565b604051610a339190610bd3565b60405180910390f35b348015610a4857600080fd5b50610a26610a9b565b348015610a5d57600080fd5b50610a66610aa3565b604051610a339190610bbf565b348015610a7f57600080fd5b50610a93610a8e366004610b65565b610abf565b005b60005481565b6361df6b8081565b60015473ffffffffffffffffffffffffffffffffffffffff1681565b60015473ffffffffffffffffffffffffffffffffffffffff16158015610ae6575060058106155b1515610af157600080fd5b600055600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001633179055565b6000610b2c8251610bfd565b9392505050565b6000610b2c8235610bfa565b600060208284031215610b5157600080fd5b6000610b5d8484610b20565b949350505050565b600060208284031215610b7757600080fd5b6000610b5d8484610b33565b610b8c81610be1565b82525050565b610b8c81610c02565b610b8c81610bfa565b60408101610bb28285610b83565b610b2c6020830184610b9b565b60208101610bcd8284610b92565b92915050565b60208101610bcd8284610b9b565b73ffffffffffffffffffffffffffffffffffffffff1690565b90565b151590565b6000610bcd82610be15600a265627a7a723058203cf283a977756dcc23da6a0a42a4a41c47183923059751de4391624c10f6821b6c6578706572696d656e74616cf50037

Deployed Bytecode

0x6080604052600436106100615763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166344b1231f8114610a11578063c8e788c114610a3c578063fc0c546a14610a51578063fe4b84df14610a73575b34801561006d57600080fd5b506000546001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815260059092049173ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb906100e39073808b0730252daa3a12cadc72f42e46e92a5e1bc8908590600401610ba4565b602060405180830381600087803b1580156100fd57600080fd5b505af1158015610111573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506101359190810190610b3f565b801561013f575060015b8015610149575060015b8015610153575060015b801561015d575060015b8015610167575060015b801561022c57506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb906101da9073da01fafaf5e49e9467f99f5969cab499a5759cc6908590600401610ba4565b602060405180830381600087803b1580156101f457600080fd5b505af1158015610208573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061022c9190810190610b3f565b80156102f157506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb9061029f9073ddab6c29090e6111a490527614ceac583d02c8de908590600401610ba4565b602060405180830381600087803b1580156102b957600080fd5b505af11580156102cd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506102f19190810190610b3f565b80156102fb575060015b8015610305575060015b801561030f575060015b8015610319575060015b8015610323575060015b801561032d575060015b8015610337575060015b8015610341575060015b801561034b575060015b8015610355575060015b801561035f575060015b8015610369575060015b8015610373575060015b801561037d575060015b8015610387575060015b8015610391575060015b801561039b575060015b80156103a5575060015b80156103af575060015b80156103b9575060015b80156103c3575060015b80156103cd575060015b80156103d7575060015b80156103e1575060015b80156103eb575060015b80156103f5575060015b80156103ff575060015b8015610409575060015b8015610413575060015b801561041d575060015b8015610427575060015b8015610431575060015b801561043b575060015b8015610445575060015b801561044f575060015b8015610459575060015b8015610463575060015b801561046d575060015b8015610477575060015b8015610481575060015b801561048b575060015b8015610495575060015b801561049f575060015b80156104a9575060015b80156104b3575060015b80156104bd575060015b80156104c7575060015b80156104d1575060015b80156104db575060015b80156104e5575060015b80156104ef575060015b80156104f9575060015b8015610503575060015b801561050d575060015b8015610517575060015b8015610521575060015b801561052b575060015b8015610535575060015b801561053f575060015b801561060457506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb906105b29073ffb5d7c71e8680d0e9482e107f019a2b25d225b5908590600401610ba4565b602060405180830381600087803b1580156105cc57600080fd5b505af11580156105e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106049190810190610b3f565b801561060e575060015b8015610618575060015b80156106dd57506001546040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9091169063a9059cbb9061068b907391ce537b1a8118aa20ef7f3093697a7437a5dc4b908590600401610ba4565b602060405180830381600087803b1580156106a557600080fd5b505af11580156106b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106dd9190810190610b3f565b80156106e7575060015b80156106f1575060015b80156106fb575060015b8015610705575060015b801561070f575060015b8015610719575060015b801561072957506361df6b804210155b8015610733575060015b801561073d575060015b8015610747575060015b8015610751575060015b801561075b575060015b8015610765575060015b801561076f575060015b8015610779575060015b8015610783575060015b801561078d575060015b8015610797575060015b80156107a1575060015b80156107ab575060015b80156107b5575060015b80156107bf575060015b80156107c9575060015b80156107d3575060015b80156107dd575060015b80156107e7575060015b80156107f1575060015b80156107fb575060015b8015610805575060015b801561080f575060015b8015610819575060015b8015610823575060015b801561082d575060015b8015610837575060015b8015610841575060015b801561084b575060015b8015610855575060015b801561085f575060015b8015610869575060015b8015610873575060015b801561087d575060015b8015610887575060015b8015610891575060015b801561089b575060015b80156108a5575060015b80156108af575060015b80156108b9575060015b80156108c3575060015b80156108cd575060015b80156108d7575060015b80156108e1575060015b80156108eb575060015b80156108f5575060015b80156108ff575060015b8015610909575060015b8015610913575060015b801561091d575060015b8015610927575060015b8015610931575060015b801561093b575060015b8015610945575060015b801561094f575060015b8015610959575060015b8015610963575060015b801561096d575060015b8015610977575060015b8015610981575060015b801561098b575060015b8015610995575060015b801561099f575060015b80156109a9575060015b80156109b3575060015b80156109bd575060015b80156109c7575060015b80156109d1575060015b80156109db575060015b80156109e5575060015b80156109ef575060015b80156109f9575060015b8015610a03575060015b1515610a0e57600080fd5b50005b348015610a1d57600080fd5b50610a26610a95565b604051610a339190610bd3565b60405180910390f35b348015610a4857600080fd5b50610a26610a9b565b348015610a5d57600080fd5b50610a66610aa3565b604051610a339190610bbf565b348015610a7f57600080fd5b50610a93610a8e366004610b65565b610abf565b005b60005481565b6361df6b8081565b60015473ffffffffffffffffffffffffffffffffffffffff1681565b60015473ffffffffffffffffffffffffffffffffffffffff16158015610ae6575060058106155b1515610af157600080fd5b600055600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001633179055565b6000610b2c8251610bfd565b9392505050565b6000610b2c8235610bfa565b600060208284031215610b5157600080fd5b6000610b5d8484610b20565b949350505050565b600060208284031215610b7757600080fd5b6000610b5d8484610b33565b610b8c81610be1565b82525050565b610b8c81610c02565b610b8c81610bfa565b60408101610bb28285610b83565b610b2c6020830184610b9b565b60208101610bcd8284610b92565b92915050565b60208101610bcd8284610b9b565b73ffffffffffffffffffffffffffffffffffffffff1690565b90565b151590565b6000610bcd82610be15600a265627a7a723058203cf283a977756dcc23da6a0a42a4a41c47183923059751de4391624c10f6821b6c6578706572696d656e74616cf50037

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.