Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 33 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer | 7243794 | 2591 days ago | IN | 1 ETH | 0.00102319 | ||||
| Transfer | 7243746 | 2591 days ago | IN | 1 ETH | 0.000861 | ||||
| Transfer | 7240220 | 2592 days ago | IN | 5 ETH | 0.00163595 | ||||
| Transfer | 7239991 | 2592 days ago | IN | 1 ETH | 0.00592282 | ||||
| Transfer | 7220564 | 2597 days ago | IN | 1 ETH | 0.00971343 | ||||
| Transfer | 7156566 | 2610 days ago | IN | 1.5 ETH | 0.00971343 | ||||
| Transfer | 7156414 | 2610 days ago | IN | 1.53 ETH | 0.000861 | ||||
| Transfer | 7127836 | 2616 days ago | IN | 3.35 ETH | 0.00497517 | ||||
| Transfer | 7124700 | 2617 days ago | IN | 10 ETH | 0.00125843 | ||||
| Transfer | 7124601 | 2617 days ago | IN | 10 ETH | 0.00236913 | ||||
| Transfer | 7071653 | 2627 days ago | IN | 87.82073458 ETH | 0.00967124 | ||||
| Transfer | 7030724 | 2634 days ago | IN | 16.59797361 ETH | 0.00971343 | ||||
| Transfer | 7009497 | 2638 days ago | IN | 22.50028502 ETH | 0.00967124 | ||||
| Transfer | 6961520 | 2646 days ago | IN | 973.95 ETH | 0.00967124 | ||||
| Transfer | 6961485 | 2646 days ago | IN | 899.95 ETH | 0.00967124 | ||||
| Transfer | 6961436 | 2646 days ago | IN | 798.9 ETH | 0.00511737 | ||||
| Transfer | 6961407 | 2646 days ago | IN | 1 ETH | 0.00967124 | ||||
| Transfer | 6945174 | 2649 days ago | IN | 74 ETH | 0.0028306 | ||||
| Transfer | 6927295 | 2652 days ago | IN | 873.5 ETH | 0.00511737 | ||||
| Transfer | 6926690 | 2652 days ago | IN | 1 ETH | 0.00967124 | ||||
| Transfer | 6925760 | 2652 days ago | IN | 2.32056051 ETH | 0.00971343 | ||||
| Transfer | 6908757 | 2655 days ago | IN | 2.5 ETH | 0.00971343 | ||||
| Transfer | 6902450 | 2656 days ago | IN | 114.1 ETH | 0.00967124 | ||||
| Transfer | 6896385 | 2657 days ago | IN | 1 ETH | 0.00947652 | ||||
| Transfer | 6896372 | 2657 days ago | IN | 1 ETH | 0.01257558 |
Latest 24 internal transactions
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 7240220 | 2592 days ago | 5 ETH | ||||
| - | 7239991 | 2592 days ago | 1 ETH | ||||
| - | 7220564 | 2597 days ago | 1 ETH | ||||
| - | 7156566 | 2610 days ago | 1.5 ETH | ||||
| - | 7127836 | 2616 days ago | 3.35 ETH | ||||
| - | 7124700 | 2617 days ago | 10 ETH | ||||
| - | 7124601 | 2617 days ago | 10 ETH | ||||
| - | 7071653 | 2627 days ago | 87.82073458 ETH | ||||
| - | 7030724 | 2634 days ago | 16.59797361 ETH | ||||
| - | 7009497 | 2638 days ago | 22.50028502 ETH | ||||
| - | 6961520 | 2646 days ago | 973.95 ETH | ||||
| - | 6961485 | 2646 days ago | 899.95 ETH | ||||
| - | 6961436 | 2646 days ago | 798.9 ETH | ||||
| - | 6961407 | 2646 days ago | 1 ETH | ||||
| - | 6945174 | 2649 days ago | 74 ETH | ||||
| - | 6927295 | 2652 days ago | 873.5 ETH | ||||
| - | 6926690 | 2652 days ago | 1 ETH | ||||
| - | 6925760 | 2652 days ago | 2.32056051 ETH | ||||
| - | 6908757 | 2655 days ago | 2.5 ETH | ||||
| - | 6902450 | 2656 days ago | 114.1 ETH | ||||
| - | 6896385 | 2657 days ago | 1 ETH | ||||
| - | 6892131 | 2658 days ago | 1 ETH | ||||
| - | 6886834 | 2659 days ago | 1 ETH | ||||
| - | 6886019 | 2659 days ago | 1 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
FidelityHousePresale
Compiler Version
v0.4.24+commit.e67f0147
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2018-12-03
*/
pragma solidity ^0.4.24;
// File: openzeppelin-solidity/contracts/math/SafeMath.sol
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 _a, uint256 _b) internal pure returns (uint256 c) {
// Gas optimization: this is cheaper than asserting 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522
if (_a == 0) {
return 0;
}
c = _a * _b;
assert(c / _a == _b);
return c;
}
/**
* @dev Integer division of two numbers, truncating the quotient.
*/
function div(uint256 _a, uint256 _b) internal pure returns (uint256) {
// assert(_b > 0); // Solidity automatically throws when dividing by 0
// uint256 c = _a / _b;
// assert(_a == _b * c + _a % _b); // There is no case in which this doesn't hold
return _a / _b;
}
/**
* @dev Subtracts two numbers, throws on overflow (i.e. if subtrahend is greater than minuend).
*/
function sub(uint256 _a, uint256 _b) internal pure returns (uint256) {
assert(_b <= _a);
return _a - _b;
}
/**
* @dev Adds two numbers, throws on overflow.
*/
function add(uint256 _a, uint256 _b) internal pure returns (uint256 c) {
c = _a + _b;
assert(c >= _a);
return c;
}
}
// File: openzeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol
/**
* @title ERC20Basic
* @dev Simpler version of ERC20 interface
* See https://github.com/ethereum/EIPs/issues/179
*/
contract ERC20Basic {
function totalSupply() public view returns (uint256);
function balanceOf(address _who) public view returns (uint256);
function transfer(address _to, uint256 _value) public returns (bool);
event Transfer(address indexed from, address indexed to, uint256 value);
}
// File: openzeppelin-solidity/contracts/token/ERC20/ERC20.sol
/**
* @title ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/20
*/
contract ERC20 is ERC20Basic {
function allowance(address _owner, address _spender)
public view returns (uint256);
function transferFrom(address _from, address _to, uint256 _value)
public returns (bool);
function approve(address _spender, uint256 _value) public returns (bool);
event Approval(
address indexed owner,
address indexed spender,
uint256 value
);
}
// File: openzeppelin-solidity/contracts/token/ERC20/SafeERC20.sol
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure.
* To use this library you can add a `using SafeERC20 for ERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
function safeTransfer(
ERC20Basic _token,
address _to,
uint256 _value
)
internal
{
require(_token.transfer(_to, _value));
}
function safeTransferFrom(
ERC20 _token,
address _from,
address _to,
uint256 _value
)
internal
{
require(_token.transferFrom(_from, _to, _value));
}
function safeApprove(
ERC20 _token,
address _spender,
uint256 _value
)
internal
{
require(_token.approve(_spender, _value));
}
}
// File: openzeppelin-solidity/contracts/crowdsale/Crowdsale.sol
/**
* @title Crowdsale
* @dev Crowdsale is a base contract for managing a token crowdsale,
* allowing investors to purchase tokens with ether. This contract implements
* such functionality in its most fundamental form and can be extended to provide additional
* functionality and/or custom behavior.
* The external interface represents the basic interface for purchasing tokens, and conform
* the base architecture for crowdsales. They are *not* intended to be modified / overridden.
* The internal interface conforms the extensible and modifiable surface of crowdsales. Override
* the methods to add functionality. Consider using 'super' where appropriate to concatenate
* behavior.
*/
contract Crowdsale {
using SafeMath for uint256;
using SafeERC20 for ERC20;
// The token being sold
ERC20 public token;
// Address where funds are collected
address public wallet;
// How many token units a buyer gets per wei.
// The rate is the conversion between wei and the smallest and indivisible token unit.
// So, if you are using a rate of 1 with a DetailedERC20 token with 3 decimals called TOK
// 1 wei will give you 1 unit, or 0.001 TOK.
uint256 public rate;
// Amount of wei raised
uint256 public weiRaised;
/**
* Event for token purchase logging
* @param purchaser who paid for the tokens
* @param beneficiary who got the tokens
* @param value weis paid for purchase
* @param amount amount of tokens purchased
*/
event TokenPurchase(
address indexed purchaser,
address indexed beneficiary,
uint256 value,
uint256 amount
);
/**
* @param _rate Number of token units a buyer gets per wei
* @param _wallet Address where collected funds will be forwarded to
* @param _token Address of the token being sold
*/
constructor(uint256 _rate, address _wallet, ERC20 _token) public {
require(_rate > 0);
require(_wallet != address(0));
require(_token != address(0));
rate = _rate;
wallet = _wallet;
token = _token;
}
// -----------------------------------------
// Crowdsale external interface
// -----------------------------------------
/**
* @dev fallback function ***DO NOT OVERRIDE***
*/
function () external payable {
buyTokens(msg.sender);
}
/**
* @dev low level token purchase ***DO NOT OVERRIDE***
* @param _beneficiary Address performing the token purchase
*/
function buyTokens(address _beneficiary) public payable {
uint256 weiAmount = msg.value;
_preValidatePurchase(_beneficiary, weiAmount);
// calculate token amount to be created
uint256 tokens = _getTokenAmount(weiAmount);
// update state
weiRaised = weiRaised.add(weiAmount);
_processPurchase(_beneficiary, tokens);
emit TokenPurchase(
msg.sender,
_beneficiary,
weiAmount,
tokens
);
_updatePurchasingState(_beneficiary, weiAmount);
_forwardFunds();
_postValidatePurchase(_beneficiary, weiAmount);
}
// -----------------------------------------
// Internal interface (extensible)
// -----------------------------------------
/**
* @dev Validation of an incoming purchase. Use require statements to revert state when conditions are not met. Use `super` in contracts that inherit from Crowdsale to extend their validations.
* Example from CappedCrowdsale.sol's _preValidatePurchase method:
* super._preValidatePurchase(_beneficiary, _weiAmount);
* require(weiRaised.add(_weiAmount) <= cap);
* @param _beneficiary Address performing the token purchase
* @param _weiAmount Value in wei involved in the purchase
*/
function _preValidatePurchase(
address _beneficiary,
uint256 _weiAmount
)
internal
{
require(_beneficiary != address(0));
require(_weiAmount != 0);
}
/**
* @dev Validation of an executed purchase. Observe state and use revert statements to undo rollback when valid conditions are not met.
* @param _beneficiary Address performing the token purchase
* @param _weiAmount Value in wei involved in the purchase
*/
function _postValidatePurchase(
address _beneficiary,
uint256 _weiAmount
)
internal
{
// optional override
}
/**
* @dev Source of tokens. Override this method to modify the way in which the crowdsale ultimately gets and sends its tokens.
* @param _beneficiary Address performing the token purchase
* @param _tokenAmount Number of tokens to be emitted
*/
function _deliverTokens(
address _beneficiary,
uint256 _tokenAmount
)
internal
{
token.safeTransfer(_beneficiary, _tokenAmount);
}
/**
* @dev Executed when a purchase has been validated and is ready to be executed. Not necessarily emits/sends tokens.
* @param _beneficiary Address receiving the tokens
* @param _tokenAmount Number of tokens to be purchased
*/
function _processPurchase(
address _beneficiary,
uint256 _tokenAmount
)
internal
{
_deliverTokens(_beneficiary, _tokenAmount);
}
/**
* @dev Override for extensions that require an internal state to check for validity (current user contributions, etc.)
* @param _beneficiary Address receiving the tokens
* @param _weiAmount Value in wei involved in the purchase
*/
function _updatePurchasingState(
address _beneficiary,
uint256 _weiAmount
)
internal
{
// optional override
}
/**
* @dev Override to extend the way in which ether is converted to tokens.
* @param _weiAmount Value in wei to be converted into tokens
* @return Number of tokens that can be purchased with the specified _weiAmount
*/
function _getTokenAmount(uint256 _weiAmount)
internal view returns (uint256)
{
return _weiAmount.mul(rate);
}
/**
* @dev Determines how ETH is stored/forwarded on purchases.
*/
function _forwardFunds() internal {
wallet.transfer(msg.value);
}
}
// File: openzeppelin-solidity/contracts/crowdsale/validation/CappedCrowdsale.sol
/**
* @title CappedCrowdsale
* @dev Crowdsale with a limit for total contributions.
*/
contract CappedCrowdsale is Crowdsale {
using SafeMath for uint256;
uint256 public cap;
/**
* @dev Constructor, takes maximum amount of wei accepted in the crowdsale.
* @param _cap Max amount of wei to be contributed
*/
constructor(uint256 _cap) public {
require(_cap > 0);
cap = _cap;
}
/**
* @dev Checks whether the cap has been reached.
* @return Whether the cap was reached
*/
function capReached() public view returns (bool) {
return weiRaised >= cap;
}
/**
* @dev Extend parent behavior requiring purchase to respect the funding cap.
* @param _beneficiary Token purchaser
* @param _weiAmount Amount of wei contributed
*/
function _preValidatePurchase(
address _beneficiary,
uint256 _weiAmount
)
internal
{
super._preValidatePurchase(_beneficiary, _weiAmount);
require(weiRaised.add(_weiAmount) <= cap);
}
}
// File: openzeppelin-solidity/contracts/token/ERC20/DetailedERC20.sol
/**
* @title DetailedERC20 token
* @dev The decimals are only for visualization purposes.
* All the operations are done using the smallest and indivisible token unit,
* just as on Ethereum all the operations are done in wei.
*/
contract DetailedERC20 is ERC20 {
string public name;
string public symbol;
uint8 public decimals;
constructor(string _name, string _symbol, uint8 _decimals) public {
name = _name;
symbol = _symbol;
decimals = _decimals;
}
}
// File: openzeppelin-solidity/contracts/token/ERC20/BasicToken.sol
/**
* @title Basic token
* @dev Basic version of StandardToken, with no allowances.
*/
contract BasicToken is ERC20Basic {
using SafeMath for uint256;
mapping(address => uint256) internal balances;
uint256 internal totalSupply_;
/**
* @dev Total number of tokens in existence
*/
function totalSupply() public view returns (uint256) {
return totalSupply_;
}
/**
* @dev Transfer token for a specified address
* @param _to The address to transfer to.
* @param _value The amount to be transferred.
*/
function transfer(address _to, uint256 _value) public returns (bool) {
require(_value <= balances[msg.sender]);
require(_to != address(0));
balances[msg.sender] = balances[msg.sender].sub(_value);
balances[_to] = balances[_to].add(_value);
emit Transfer(msg.sender, _to, _value);
return true;
}
/**
* @dev Gets the balance of the specified address.
* @param _owner The address to query the the balance of.
* @return An uint256 representing the amount owned by the passed address.
*/
function balanceOf(address _owner) public view returns (uint256) {
return balances[_owner];
}
}
// File: openzeppelin-solidity/contracts/token/ERC20/StandardToken.sol
/**
* @title Standard ERC20 token
*
* @dev Implementation of the basic standard token.
* https://github.com/ethereum/EIPs/issues/20
* Based on code by FirstBlood: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol
*/
contract StandardToken is ERC20, BasicToken {
mapping (address => mapping (address => uint256)) internal allowed;
/**
* @dev Transfer tokens from one address to another
* @param _from address The address which you want to send tokens from
* @param _to address The address which you want to transfer to
* @param _value uint256 the amount of tokens to be transferred
*/
function transferFrom(
address _from,
address _to,
uint256 _value
)
public
returns (bool)
{
require(_value <= balances[_from]);
require(_value <= allowed[_from][msg.sender]);
require(_to != address(0));
balances[_from] = balances[_from].sub(_value);
balances[_to] = balances[_to].add(_value);
allowed[_from][msg.sender] = allowed[_from][msg.sender].sub(_value);
emit Transfer(_from, _to, _value);
return true;
}
/**
* @dev Approve the passed address to spend the specified amount of tokens on behalf of msg.sender.
* Beware that changing an allowance with this method brings the risk that someone may use both the old
* and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this
* race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
* @param _spender The address which will spend the funds.
* @param _value The amount of tokens to be spent.
*/
function approve(address _spender, uint256 _value) public returns (bool) {
allowed[msg.sender][_spender] = _value;
emit Approval(msg.sender, _spender, _value);
return true;
}
/**
* @dev Function to check the amount of tokens that an owner allowed to a spender.
* @param _owner address The address which owns the funds.
* @param _spender address The address which will spend the funds.
* @return A uint256 specifying the amount of tokens still available for the spender.
*/
function allowance(
address _owner,
address _spender
)
public
view
returns (uint256)
{
return allowed[_owner][_spender];
}
/**
* @dev Increase the amount of tokens that an owner allowed to a spender.
* approve should be called when allowed[_spender] == 0. To increment
* allowed value is better to use this function to avoid 2 calls (and wait until
* the first transaction is mined)
* From MonolithDAO Token.sol
* @param _spender The address which will spend the funds.
* @param _addedValue The amount of tokens to increase the allowance by.
*/
function increaseApproval(
address _spender,
uint256 _addedValue
)
public
returns (bool)
{
allowed[msg.sender][_spender] = (
allowed[msg.sender][_spender].add(_addedValue));
emit Approval(msg.sender, _spender, allowed[msg.sender][_spender]);
return true;
}
/**
* @dev Decrease the amount of tokens that an owner allowed to a spender.
* approve should be called when allowed[_spender] == 0. To decrement
* allowed value is better to use this function to avoid 2 calls (and wait until
* the first transaction is mined)
* From MonolithDAO Token.sol
* @param _spender The address which will spend the funds.
* @param _subtractedValue The amount of tokens to decrease the allowance by.
*/
function decreaseApproval(
address _spender,
uint256 _subtractedValue
)
public
returns (bool)
{
uint256 oldValue = allowed[msg.sender][_spender];
if (_subtractedValue >= oldValue) {
allowed[msg.sender][_spender] = 0;
} else {
allowed[msg.sender][_spender] = oldValue.sub(_subtractedValue);
}
emit Approval(msg.sender, _spender, allowed[msg.sender][_spender]);
return true;
}
}
// File: openzeppelin-solidity/contracts/ownership/Ownable.sol
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;
event OwnershipRenounced(address indexed previousOwner);
event OwnershipTransferred(
address indexed previousOwner,
address indexed newOwner
);
/**
* @dev The Ownable constructor sets the original `owner` of the contract to the sender
* account.
*/
constructor() public {
owner = msg.sender;
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
/**
* @dev Allows the current owner to relinquish control of the contract.
* @notice Renouncing to ownership will leave the contract without an owner.
* It will not be possible to call the functions with the `onlyOwner`
* modifier anymore.
*/
function renounceOwnership() public onlyOwner {
emit OwnershipRenounced(owner);
owner = address(0);
}
/**
* @dev Allows the current owner to transfer control of the contract to a newOwner.
* @param _newOwner The address to transfer ownership to.
*/
function transferOwnership(address _newOwner) public onlyOwner {
_transferOwnership(_newOwner);
}
/**
* @dev Transfers control of the contract to a newOwner.
* @param _newOwner The address to transfer ownership to.
*/
function _transferOwnership(address _newOwner) internal {
require(_newOwner != address(0));
emit OwnershipTransferred(owner, _newOwner);
owner = _newOwner;
}
}
// File: openzeppelin-solidity/contracts/token/ERC20/MintableToken.sol
/**
* @title Mintable token
* @dev Simple ERC20 Token example, with mintable token creation
* Based on code by TokenMarketNet: https://github.com/TokenMarketNet/ico/blob/master/contracts/MintableToken.sol
*/
contract MintableToken is StandardToken, Ownable {
event Mint(address indexed to, uint256 amount);
event MintFinished();
bool public mintingFinished = false;
modifier canMint() {
require(!mintingFinished);
_;
}
modifier hasMintPermission() {
require(msg.sender == owner);
_;
}
/**
* @dev Function to mint tokens
* @param _to The address that will receive the minted tokens.
* @param _amount The amount of tokens to mint.
* @return A boolean that indicates if the operation was successful.
*/
function mint(
address _to,
uint256 _amount
)
public
hasMintPermission
canMint
returns (bool)
{
totalSupply_ = totalSupply_.add(_amount);
balances[_to] = balances[_to].add(_amount);
emit Mint(_to, _amount);
emit Transfer(address(0), _to, _amount);
return true;
}
/**
* @dev Function to stop minting new tokens.
* @return True if the operation was successful.
*/
function finishMinting() public onlyOwner canMint returns (bool) {
mintingFinished = true;
emit MintFinished();
return true;
}
}
// File: openzeppelin-solidity/contracts/access/rbac/Roles.sol
/**
* @title Roles
* @author Francisco Giordano (@frangio)
* @dev Library for managing addresses assigned to a Role.
* See RBAC.sol for example usage.
*/
library Roles {
struct Role {
mapping (address => bool) bearer;
}
/**
* @dev give an address access to this role
*/
function add(Role storage _role, address _addr)
internal
{
_role.bearer[_addr] = true;
}
/**
* @dev remove an address' access to this role
*/
function remove(Role storage _role, address _addr)
internal
{
_role.bearer[_addr] = false;
}
/**
* @dev check if an address has this role
* // reverts
*/
function check(Role storage _role, address _addr)
internal
view
{
require(has(_role, _addr));
}
/**
* @dev check if an address has this role
* @return bool
*/
function has(Role storage _role, address _addr)
internal
view
returns (bool)
{
return _role.bearer[_addr];
}
}
// File: openzeppelin-solidity/contracts/access/rbac/RBAC.sol
/**
* @title RBAC (Role-Based Access Control)
* @author Matt Condon (@Shrugs)
* @dev Stores and provides setters and getters for roles and addresses.
* Supports unlimited numbers of roles and addresses.
* See //contracts/mocks/RBACMock.sol for an example of usage.
* This RBAC method uses strings to key roles. It may be beneficial
* for you to write your own implementation of this interface using Enums or similar.
*/
contract RBAC {
using Roles for Roles.Role;
mapping (string => Roles.Role) private roles;
event RoleAdded(address indexed operator, string role);
event RoleRemoved(address indexed operator, string role);
/**
* @dev reverts if addr does not have role
* @param _operator address
* @param _role the name of the role
* // reverts
*/
function checkRole(address _operator, string _role)
public
view
{
roles[_role].check(_operator);
}
/**
* @dev determine if addr has role
* @param _operator address
* @param _role the name of the role
* @return bool
*/
function hasRole(address _operator, string _role)
public
view
returns (bool)
{
return roles[_role].has(_operator);
}
/**
* @dev add a role to an address
* @param _operator address
* @param _role the name of the role
*/
function addRole(address _operator, string _role)
internal
{
roles[_role].add(_operator);
emit RoleAdded(_operator, _role);
}
/**
* @dev remove a role from an address
* @param _operator address
* @param _role the name of the role
*/
function removeRole(address _operator, string _role)
internal
{
roles[_role].remove(_operator);
emit RoleRemoved(_operator, _role);
}
/**
* @dev modifier to scope access to a single role (uses msg.sender as addr)
* @param _role the name of the role
* // reverts
*/
modifier onlyRole(string _role)
{
checkRole(msg.sender, _role);
_;
}
/**
* @dev modifier to scope access to a set of roles (uses msg.sender as addr)
* @param _roles the names of the roles to scope access to
* // reverts
*
* @TODO - when solidity supports dynamic arrays as arguments to modifiers, provide this
* see: https://github.com/ethereum/solidity/issues/2467
*/
// modifier onlyRoles(string[] _roles) {
// bool hasAnyRole = false;
// for (uint8 i = 0; i < _roles.length; i++) {
// if (hasRole(msg.sender, _roles[i])) {
// hasAnyRole = true;
// break;
// }
// }
// require(hasAnyRole);
// _;
// }
}
// File: openzeppelin-solidity/contracts/token/ERC20/RBACMintableToken.sol
/**
* @title RBACMintableToken
* @author Vittorio Minacori (@vittominacori)
* @dev Mintable Token, with RBAC minter permissions
*/
contract RBACMintableToken is MintableToken, RBAC {
/**
* A constant role name for indicating minters.
*/
string public constant ROLE_MINTER = "minter";
/**
* @dev override the Mintable token modifier to add role based logic
*/
modifier hasMintPermission() {
checkRole(msg.sender, ROLE_MINTER);
_;
}
/**
* @dev add a minter role to an address
* @param _minter address
*/
function addMinter(address _minter) public onlyOwner {
addRole(_minter, ROLE_MINTER);
}
/**
* @dev remove a minter role from an address
* @param _minter address
*/
function removeMinter(address _minter) public onlyOwner {
removeRole(_minter, ROLE_MINTER);
}
}
// File: openzeppelin-solidity/contracts/token/ERC20/BurnableToken.sol
/**
* @title Burnable Token
* @dev Token that can be irreversibly burned (destroyed).
*/
contract BurnableToken is BasicToken {
event Burn(address indexed burner, uint256 value);
/**
* @dev Burns a specific amount of tokens.
* @param _value The amount of token to be burned.
*/
function burn(uint256 _value) public {
_burn(msg.sender, _value);
}
function _burn(address _who, uint256 _value) internal {
require(_value <= balances[_who]);
// no need to require value <= totalSupply, since that would imply the
// sender's balance is greater than the totalSupply, which *should* be an assertion failure
balances[_who] = balances[_who].sub(_value);
totalSupply_ = totalSupply_.sub(_value);
emit Burn(_who, _value);
emit Transfer(_who, address(0), _value);
}
}
// File: openzeppelin-solidity/contracts/AddressUtils.sol
/**
* Utility library of inline functions on addresses
*/
library AddressUtils {
/**
* Returns whether the target address is a contract
* @dev This function will return false if invoked during the constructor of a contract,
* as the code is not actually created until after the constructor finishes.
* @param _addr address to check
* @return whether the target address is a contract
*/
function isContract(address _addr) internal view returns (bool) {
uint256 size;
// XXX Currently there is no better way to check if there is a contract in an address
// than to check the size of the code at that address.
// See https://ethereum.stackexchange.com/a/14016/36603
// for more details about how this works.
// TODO Check this again before the Serenity release, because all addresses will be
// contracts then.
// solium-disable-next-line security/no-inline-assembly
assembly { size := extcodesize(_addr) }
return size > 0;
}
}
// File: openzeppelin-solidity/contracts/introspection/ERC165.sol
/**
* @title ERC165
* @dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md
*/
interface ERC165 {
/**
* @notice Query if a contract implements an interface
* @param _interfaceId The interface identifier, as specified in ERC-165
* @dev Interface identification is specified in ERC-165. This function
* uses less than 30,000 gas.
*/
function supportsInterface(bytes4 _interfaceId)
external
view
returns (bool);
}
// File: openzeppelin-solidity/contracts/introspection/SupportsInterfaceWithLookup.sol
/**
* @title SupportsInterfaceWithLookup
* @author Matt Condon (@shrugs)
* @dev Implements ERC165 using a lookup table.
*/
contract SupportsInterfaceWithLookup is ERC165 {
bytes4 public constant InterfaceId_ERC165 = 0x01ffc9a7;
/**
* 0x01ffc9a7 ===
* bytes4(keccak256('supportsInterface(bytes4)'))
*/
/**
* @dev a mapping of interface id to whether or not it's supported
*/
mapping(bytes4 => bool) internal supportedInterfaces;
/**
* @dev A contract implementing SupportsInterfaceWithLookup
* implement ERC165 itself
*/
constructor()
public
{
_registerInterface(InterfaceId_ERC165);
}
/**
* @dev implement supportsInterface(bytes4) using a lookup table
*/
function supportsInterface(bytes4 _interfaceId)
external
view
returns (bool)
{
return supportedInterfaces[_interfaceId];
}
/**
* @dev private method for registering an interface
*/
function _registerInterface(bytes4 _interfaceId)
internal
{
require(_interfaceId != 0xffffffff);
supportedInterfaces[_interfaceId] = true;
}
}
// File: erc-payable-token/contracts/token/ERC1363/ERC1363.sol
/**
* @title ERC1363 interface
* @author Vittorio Minacori (https://github.com/vittominacori)
* @dev Interface for a Payable Token contract as defined in
* https://github.com/ethereum/EIPs/issues/1363
*/
contract ERC1363 is ERC20, ERC165 {
/*
* Note: the ERC-165 identifier for this interface is 0x4bbee2df.
* 0x4bbee2df ===
* bytes4(keccak256('transferAndCall(address,uint256)')) ^
* bytes4(keccak256('transferAndCall(address,uint256,bytes)')) ^
* bytes4(keccak256('transferFromAndCall(address,address,uint256)')) ^
* bytes4(keccak256('transferFromAndCall(address,address,uint256,bytes)'))
*/
/*
* Note: the ERC-165 identifier for this interface is 0xfb9ec8ce.
* 0xfb9ec8ce ===
* bytes4(keccak256('approveAndCall(address,uint256)')) ^
* bytes4(keccak256('approveAndCall(address,uint256,bytes)'))
*/
/**
* @notice Transfer tokens from `msg.sender` to another address
* and then call `onTransferReceived` on receiver
* @param _to address The address which you want to transfer to
* @param _value uint256 The amount of tokens to be transferred
* @return true unless throwing
*/
function transferAndCall(address _to, uint256 _value) public returns (bool);
/**
* @notice Transfer tokens from `msg.sender` to another address
* and then call `onTransferReceived` on receiver
* @param _to address The address which you want to transfer to
* @param _value uint256 The amount of tokens to be transferred
* @param _data bytes Additional data with no specified format, sent in call to `_to`
* @return true unless throwing
*/
function transferAndCall(address _to, uint256 _value, bytes _data) public returns (bool); // solium-disable-line max-len
/**
* @notice Transfer tokens from one address to another
* and then call `onTransferReceived` on receiver
* @param _from address The address which you want to send tokens from
* @param _to address The address which you want to transfer to
* @param _value uint256 The amount of tokens to be transferred
* @return true unless throwing
*/
function transferFromAndCall(address _from, address _to, uint256 _value) public returns (bool); // solium-disable-line max-len
/**
* @notice Transfer tokens from one address to another
* and then call `onTransferReceived` on receiver
* @param _from address The address which you want to send tokens from
* @param _to address The address which you want to transfer to
* @param _value uint256 The amount of tokens to be transferred
* @param _data bytes Additional data with no specified format, sent in call to `_to`
* @return true unless throwing
*/
function transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) public returns (bool); // solium-disable-line max-len, arg-overflow
/**
* @notice Approve the passed address to spend the specified amount of tokens on behalf of msg.sender
* and then call `onApprovalReceived` on spender
* Beware that changing an allowance with this method brings the risk that someone may use both the old
* and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this
* race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
* @param _spender address The address which will spend the funds
* @param _value uint256 The amount of tokens to be spent
*/
function approveAndCall(address _spender, uint256 _value) public returns (bool); // solium-disable-line max-len
/**
* @notice Approve the passed address to spend the specified amount of tokens on behalf of msg.sender
* and then call `onApprovalReceived` on spender
* Beware that changing an allowance with this method brings the risk that someone may use both the old
* and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this
* race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
* @param _spender address The address which will spend the funds
* @param _value uint256 The amount of tokens to be spent
* @param _data bytes Additional data with no specified format, sent in call to `_spender`
*/
function approveAndCall(address _spender, uint256 _value, bytes _data) public returns (bool); // solium-disable-line max-len
}
// File: erc-payable-token/contracts/token/ERC1363/ERC1363Receiver.sol
/**
* @title ERC1363Receiver interface
* @author Vittorio Minacori (https://github.com/vittominacori)
* @dev Interface for any contract that wants to support transferAndCall or transferFromAndCall
* from ERC1363 token contracts as defined in
* https://github.com/ethereum/EIPs/issues/1363
*/
contract ERC1363Receiver {
/*
* Note: the ERC-165 identifier for this interface is 0x88a7ca5c.
* 0x88a7ca5c === bytes4(keccak256("onTransferReceived(address,address,uint256,bytes)"))
*/
/**
* @notice Handle the receipt of ERC1363 tokens
* @dev Any ERC1363 smart contract calls this function on the recipient
* after a `transfer` or a `transferFrom`. This function MAY throw to revert and reject the
* transfer. Return of other than the magic value MUST result in the
* transaction being reverted.
* Note: the token contract address is always the message sender.
* @param _operator address The address which called `transferAndCall` or `transferFromAndCall` function
* @param _from address The address which are token transferred from
* @param _value uint256 The amount of tokens transferred
* @param _data bytes Additional data with no specified format
* @return `bytes4(keccak256("onTransferReceived(address,address,uint256,bytes)"))`
* unless throwing
*/
function onTransferReceived(address _operator, address _from, uint256 _value, bytes _data) external returns (bytes4); // solium-disable-line max-len, arg-overflow
}
// File: erc-payable-token/contracts/token/ERC1363/ERC1363Spender.sol
/**
* @title ERC1363Spender interface
* @author Vittorio Minacori (https://github.com/vittominacori)
* @dev Interface for any contract that wants to support approveAndCall
* from ERC1363 token contracts as defined in
* https://github.com/ethereum/EIPs/issues/1363
*/
contract ERC1363Spender {
/*
* Note: the ERC-165 identifier for this interface is 0x7b04a2d0.
* 0x7b04a2d0 === bytes4(keccak256("onApprovalReceived(address,uint256,bytes)"))
*/
/**
* @notice Handle the approval of ERC1363 tokens
* @dev Any ERC1363 smart contract calls this function on the recipient
* after an `approve`. This function MAY throw to revert and reject the
* approval. Return of other than the magic value MUST result in the
* transaction being reverted.
* Note: the token contract address is always the message sender.
* @param _owner address The address which called `approveAndCall` function
* @param _value uint256 The amount of tokens to be spent
* @param _data bytes Additional data with no specified format
* @return `bytes4(keccak256("onApprovalReceived(address,uint256,bytes)"))`
* unless throwing
*/
function onApprovalReceived(address _owner, uint256 _value, bytes _data) external returns (bytes4); // solium-disable-line max-len
}
// File: erc-payable-token/contracts/token/ERC1363/ERC1363BasicToken.sol
// solium-disable-next-line max-len
/**
* @title ERC1363BasicToken
* @author Vittorio Minacori (https://github.com/vittominacori)
* @dev Implementation of an ERC1363 interface
*/
contract ERC1363BasicToken is SupportsInterfaceWithLookup, StandardToken, ERC1363 { // solium-disable-line max-len
using AddressUtils for address;
/*
* Note: the ERC-165 identifier for this interface is 0x4bbee2df.
* 0x4bbee2df ===
* bytes4(keccak256('transferAndCall(address,uint256)')) ^
* bytes4(keccak256('transferAndCall(address,uint256,bytes)')) ^
* bytes4(keccak256('transferFromAndCall(address,address,uint256)')) ^
* bytes4(keccak256('transferFromAndCall(address,address,uint256,bytes)'))
*/
bytes4 internal constant InterfaceId_ERC1363Transfer = 0x4bbee2df;
/*
* Note: the ERC-165 identifier for this interface is 0xfb9ec8ce.
* 0xfb9ec8ce ===
* bytes4(keccak256('approveAndCall(address,uint256)')) ^
* bytes4(keccak256('approveAndCall(address,uint256,bytes)'))
*/
bytes4 internal constant InterfaceId_ERC1363Approve = 0xfb9ec8ce;
// Equals to `bytes4(keccak256("onTransferReceived(address,address,uint256,bytes)"))`
// which can be also obtained as `ERC1363Receiver(0).onTransferReceived.selector`
bytes4 private constant ERC1363_RECEIVED = 0x88a7ca5c;
// Equals to `bytes4(keccak256("onApprovalReceived(address,uint256,bytes)"))`
// which can be also obtained as `ERC1363Spender(0).onApprovalReceived.selector`
bytes4 private constant ERC1363_APPROVED = 0x7b04a2d0;
constructor() public {
// register the supported interfaces to conform to ERC1363 via ERC165
_registerInterface(InterfaceId_ERC1363Transfer);
_registerInterface(InterfaceId_ERC1363Approve);
}
function transferAndCall(
address _to,
uint256 _value
)
public
returns (bool)
{
return transferAndCall(_to, _value, "");
}
function transferAndCall(
address _to,
uint256 _value,
bytes _data
)
public
returns (bool)
{
require(transfer(_to, _value));
require(
checkAndCallTransfer(
msg.sender,
_to,
_value,
_data
)
);
return true;
}
function transferFromAndCall(
address _from,
address _to,
uint256 _value
)
public
returns (bool)
{
// solium-disable-next-line arg-overflow
return transferFromAndCall(_from, _to, _value, "");
}
function transferFromAndCall(
address _from,
address _to,
uint256 _value,
bytes _data
)
public
returns (bool)
{
require(transferFrom(_from, _to, _value));
require(
checkAndCallTransfer(
_from,
_to,
_value,
_data
)
);
return true;
}
function approveAndCall(
address _spender,
uint256 _value
)
public
returns (bool)
{
return approveAndCall(_spender, _value, "");
}
function approveAndCall(
address _spender,
uint256 _value,
bytes _data
)
public
returns (bool)
{
approve(_spender, _value);
require(
checkAndCallApprove(
_spender,
_value,
_data
)
);
return true;
}
/**
* @dev Internal function to invoke `onTransferReceived` on a target address
* The call is not executed if the target address is not a contract
* @param _from address Representing the previous owner of the given token value
* @param _to address Target address that will receive the tokens
* @param _value uint256 The amount mount of tokens to be transferred
* @param _data bytes Optional data to send along with the call
* @return whether the call correctly returned the expected magic value
*/
function checkAndCallTransfer(
address _from,
address _to,
uint256 _value,
bytes _data
)
internal
returns (bool)
{
if (!_to.isContract()) {
return false;
}
bytes4 retval = ERC1363Receiver(_to).onTransferReceived(
msg.sender, _from, _value, _data
);
return (retval == ERC1363_RECEIVED);
}
/**
* @dev Internal function to invoke `onApprovalReceived` on a target address
* The call is not executed if the target address is not a contract
* @param _spender address The address which will spend the funds
* @param _value uint256 The amount of tokens to be spent
* @param _data bytes Optional data to send along with the call
* @return whether the call correctly returned the expected magic value
*/
function checkAndCallApprove(
address _spender,
uint256 _value,
bytes _data
)
internal
returns (bool)
{
if (!_spender.isContract()) {
return false;
}
bytes4 retval = ERC1363Spender(_spender).onApprovalReceived(
msg.sender, _value, _data
);
return (retval == ERC1363_APPROVED);
}
}
// File: eth-token-recover/contracts/TokenRecover.sol
/**
* @title TokenRecover
* @author Vittorio Minacori (https://github.com/vittominacori)
* @dev Allow to recover any ERC20 sent into the contract for error
*/
contract TokenRecover is Ownable {
/**
* @dev Remember that only owner can call so be careful when use on contracts generated from other contracts.
* @param _tokenAddress address The token contract address
* @param _tokens Number of tokens to be sent
* @return bool
*/
function recoverERC20(
address _tokenAddress,
uint256 _tokens
)
public
onlyOwner
returns (bool success)
{
return ERC20Basic(_tokenAddress).transfer(owner, _tokens);
}
}
// File: contracts/token/FidelityHouseToken.sol
// solium-disable-next-line max-len
contract FidelityHouseToken is DetailedERC20, RBACMintableToken, BurnableToken, ERC1363BasicToken, TokenRecover {
uint256 public lockedUntil;
mapping(address => uint256) internal lockedBalances;
modifier canTransfer(address _from, uint256 _value) {
require(
mintingFinished,
"Minting should be finished before transfer."
);
require(
_value <= balances[_from].sub(lockedBalanceOf(_from)),
"Can't transfer more than unlocked tokens"
);
_;
}
constructor(uint256 _lockedUntil)
DetailedERC20("FidelityHouse Token", "FIH", 18)
public
{
lockedUntil = _lockedUntil;
}
/**
* @dev Gets the locked balance of the specified address.
* @param _owner The address to query the balance of.
* @return An uint256 representing the locked amount owned by the passed address.
*/
function lockedBalanceOf(address _owner) public view returns (uint256) {
// solium-disable-next-line security/no-block-members
return block.timestamp <= lockedUntil ? lockedBalances[_owner] : 0;
}
/**
* @dev Function to mint and lock tokens
* @param _to The address that will receive the minted tokens.
* @param _amount The amount of tokens to mint.
* @return A boolean that indicates if the operation was successful.
*/
function mintAndLock(
address _to,
uint256 _amount
)
public
hasMintPermission
canMint
returns (bool)
{
lockedBalances[_to] = lockedBalances[_to].add(_amount);
return super.mint(_to, _amount);
}
function transfer(
address _to,
uint256 _value
)
public
canTransfer(msg.sender, _value)
returns (bool)
{
return super.transfer(_to, _value);
}
function transferFrom(
address _from,
address _to,
uint256 _value
)
public
canTransfer(_from, _value)
returns (bool)
{
return super.transferFrom(_from, _to, _value);
}
}
// File: contracts/crowdsale/base/MintAndLockCrowdsale.sol
/**
* @title MintAndLockCrowdsale
* @dev Extension of Crowdsale contract whose tokens are minted and locked in each purchase.
*/
contract MintAndLockCrowdsale is Crowdsale {
uint256 public totalRate;
uint256 public bonusRate;
constructor(uint256 _bonusRate) public {
bonusRate = _bonusRate;
totalRate = rate.add(_getBonusAmount(rate));
}
/**
* @dev low level token purchase ***DO NOT OVERRIDE***
* @param _beneficiary Address performing the token purchase
*/
function buyTokens(address _beneficiary) public payable {
uint256 weiAmount = msg.value;
_preValidatePurchase(_beneficiary, weiAmount);
// calculate token amount to be created
uint256 tokens = _getTokenAmount(weiAmount);
uint256 bonus = _getBonusAmount(tokens);
// update state
weiRaised = weiRaised.add(weiAmount);
_processPurchase(_beneficiary, tokens);
emit TokenPurchase(
msg.sender,
_beneficiary,
weiAmount,
tokens.add(bonus)
);
_updatePurchasingState(_beneficiary, weiAmount);
_forwardFunds();
_postValidatePurchase(_beneficiary, weiAmount);
}
/**
* @dev Override to extend the way in which bonus is calculated.
* @param _tokenAmount Tokens being purchased
* @return Number of tokens that should be earned as bonus
*/
function _getBonusAmount(
uint256 _tokenAmount
)
internal
view
returns (uint256)
{
return _tokenAmount.mul(bonusRate).div(100);
}
/**
* @dev Overrides delivery by minting and locking tokens upon purchase.
* @param _beneficiary Token purchaser
* @param _tokenAmount Number of tokens to be minted
*/
function _deliverTokens(
address _beneficiary,
uint256 _tokenAmount
)
internal
{
FidelityHouseToken(address(token)).mintAndLock(_beneficiary, _tokenAmount);
if (bonusRate > 0) {
FidelityHouseToken(address(token)).mint(_beneficiary, _getBonusAmount(_tokenAmount));
}
}
}
// File: openzeppelin-solidity/contracts/crowdsale/validation/TimedCrowdsale.sol
/**
* @title TimedCrowdsale
* @dev Crowdsale accepting contributions only within a time frame.
*/
contract TimedCrowdsale is Crowdsale {
using SafeMath for uint256;
uint256 public openingTime;
uint256 public closingTime;
/**
* @dev Reverts if not in crowdsale time range.
*/
modifier onlyWhileOpen {
// solium-disable-next-line security/no-block-members
require(block.timestamp >= openingTime && block.timestamp <= closingTime);
_;
}
/**
* @dev Constructor, takes crowdsale opening and closing times.
* @param _openingTime Crowdsale opening time
* @param _closingTime Crowdsale closing time
*/
constructor(uint256 _openingTime, uint256 _closingTime) public {
// solium-disable-next-line security/no-block-members
require(_openingTime >= block.timestamp);
require(_closingTime >= _openingTime);
openingTime = _openingTime;
closingTime = _closingTime;
}
/**
* @dev Checks whether the period in which the crowdsale is open has already elapsed.
* @return Whether crowdsale period has elapsed
*/
function hasClosed() public view returns (bool) {
// solium-disable-next-line security/no-block-members
return block.timestamp > closingTime;
}
/**
* @dev Extend parent behavior requiring to be within contributing period
* @param _beneficiary Token purchaser
* @param _weiAmount Amount of wei contributed
*/
function _preValidatePurchase(
address _beneficiary,
uint256 _weiAmount
)
internal
onlyWhileOpen
{
super._preValidatePurchase(_beneficiary, _weiAmount);
}
}
// File: contracts/crowdsale/utils/Contributions.sol
contract Contributions is RBAC, Ownable {
using SafeMath for uint256;
uint256 private constant TIER_DELETED = 999;
string public constant ROLE_MINTER = "minter";
string public constant ROLE_OPERATOR = "operator";
uint256 public tierLimit;
modifier onlyMinter () {
checkRole(msg.sender, ROLE_MINTER);
_;
}
modifier onlyOperator () {
checkRole(msg.sender, ROLE_OPERATOR);
_;
}
uint256 public totalSoldTokens;
mapping(address => uint256) public tokenBalances;
mapping(address => uint256) public ethContributions;
mapping(address => uint256) private _whitelistTier;
address[] public tokenAddresses;
address[] public ethAddresses;
address[] private whitelistAddresses;
constructor(uint256 _tierLimit) public {
addRole(owner, ROLE_OPERATOR);
tierLimit = _tierLimit;
}
function addMinter(address minter) external onlyOwner {
addRole(minter, ROLE_MINTER);
}
function removeMinter(address minter) external onlyOwner {
removeRole(minter, ROLE_MINTER);
}
function addOperator(address _operator) external onlyOwner {
addRole(_operator, ROLE_OPERATOR);
}
function removeOperator(address _operator) external onlyOwner {
removeRole(_operator, ROLE_OPERATOR);
}
function addTokenBalance(
address _address,
uint256 _tokenAmount
)
external
onlyMinter
{
if (tokenBalances[_address] == 0) {
tokenAddresses.push(_address);
}
tokenBalances[_address] = tokenBalances[_address].add(_tokenAmount);
totalSoldTokens = totalSoldTokens.add(_tokenAmount);
}
function addEthContribution(
address _address,
uint256 _weiAmount
)
external
onlyMinter
{
if (ethContributions[_address] == 0) {
ethAddresses.push(_address);
}
ethContributions[_address] = ethContributions[_address].add(_weiAmount);
}
function setTierLimit(uint256 _newTierLimit) external onlyOperator {
require(_newTierLimit > 0, "Tier must be greater than zero");
tierLimit = _newTierLimit;
}
function addToWhitelist(
address _investor,
uint256 _tier
)
external
onlyOperator
{
require(_tier == 1 || _tier == 2, "Only two tier level available");
if (_whitelistTier[_investor] == 0) {
whitelistAddresses.push(_investor);
}
_whitelistTier[_investor] = _tier;
}
function removeFromWhitelist(address _investor) external onlyOperator {
_whitelistTier[_investor] = TIER_DELETED;
}
function whitelistTier(address _investor) external view returns (uint256) {
return _whitelistTier[_investor] <= 2 ? _whitelistTier[_investor] : 0;
}
function getWhitelistedAddresses(
uint256 _tier
)
external
view
returns (address[])
{
address[] memory tmp = new address[](whitelistAddresses.length);
uint y = 0;
if (_tier == 1 || _tier == 2) {
uint len = whitelistAddresses.length;
for (uint i = 0; i < len; i++) {
if (_whitelistTier[whitelistAddresses[i]] == _tier) {
tmp[y] = whitelistAddresses[i];
y++;
}
}
}
address[] memory toReturn = new address[](y);
for (uint k = 0; k < y; k++) {
toReturn[k] = tmp[k];
}
return toReturn;
}
function isAllowedPurchase(
address _beneficiary,
uint256 _weiAmount
)
external
view
returns (bool)
{
if (_whitelistTier[_beneficiary] == 2) {
return true;
} else if (_whitelistTier[_beneficiary] == 1 && ethContributions[_beneficiary].add(_weiAmount) <= tierLimit) {
return true;
}
return false;
}
function getTokenAddressesLength() external view returns (uint) {
return tokenAddresses.length;
}
function getEthAddressesLength() external view returns (uint) {
return ethAddresses.length;
}
}
// File: contracts/crowdsale/base/DefaultCrowdsale.sol
// solium-disable-next-line max-len
contract DefaultCrowdsale is TimedCrowdsale, TokenRecover {
Contributions public contributions;
uint256 public minimumContribution;
constructor(
uint256 _openingTime,
uint256 _closingTime,
uint256 _rate,
address _wallet,
uint256 _minimumContribution,
address _token,
address _contributions
)
Crowdsale(_rate, _wallet, ERC20(_token))
TimedCrowdsale(_openingTime, _closingTime)
public
{
require(
_contributions != address(0),
"Contributions address can't be the zero address."
);
contributions = Contributions(_contributions);
minimumContribution = _minimumContribution;
}
// Utility methods
// false if the ico is not started, true if the ico is started and running, true if the ico is completed
function started() public view returns(bool) {
// solium-disable-next-line security/no-block-members
return block.timestamp >= openingTime;
}
/**
* @dev Extend parent behavior requiring purchase to respect the minimumContribution.
* @param _beneficiary Token purchaser
* @param _weiAmount Amount of wei contributed
*/
function _preValidatePurchase(
address _beneficiary,
uint256 _weiAmount
)
internal
{
require(
_weiAmount >= minimumContribution,
"Can't send less than the minimum contribution"
);
require(
contributions.isAllowedPurchase(_beneficiary, _weiAmount),
"Beneficiary is not allowed to purchase this amount"
);
super._preValidatePurchase(_beneficiary, _weiAmount);
}
/**
* @dev Extend parent behavior to update user contributions
* @param _beneficiary Token purchaser
* @param _weiAmount Amount of wei contributed
*/
function _updatePurchasingState(
address _beneficiary,
uint256 _weiAmount
)
internal
{
super._updatePurchasingState(_beneficiary, _weiAmount);
contributions.addEthContribution(_beneficiary, _weiAmount);
}
/**
* @dev Extend parent behavior to add contributions log
* @dev Executed when a purchase has been validated and is ready to be executed. Not necessarily emits/sends tokens.
* @param _beneficiary Address receiving the tokens
* @param _tokenAmount Number of tokens to be purchased
*/
function _processPurchase(
address _beneficiary,
uint256 _tokenAmount
)
internal
{
super._processPurchase(_beneficiary, _tokenAmount);
contributions.addTokenBalance(_beneficiary, _tokenAmount);
}
}
// File: contracts/crowdsale/FidelityHousePresale.sol
// solium-disable-next-line max-len
// solium-disable-next-line max-len
contract FidelityHousePresale is DefaultCrowdsale, CappedCrowdsale, MintAndLockCrowdsale {
constructor(
uint256 _openingTime,
uint256 _closingTime,
uint256 _rate,
uint256 _bonusRate,
address _wallet,
uint256 _cap,
uint256 _minimumContribution,
address _token,
address _contributions
)
DefaultCrowdsale(
_openingTime,
_closingTime,
_rate,
_wallet,
_minimumContribution,
_token,
_contributions
)
CappedCrowdsale(_cap)
MintAndLockCrowdsale(_bonusRate)
public
{}
// false if the ico is not started, false if the ico is started and running, true if the ico is completed
function ended() public view returns(bool) {
return hasClosed() || capReached();
}
/**
* @dev Extend parent behavior to add contributions log
* @dev Executed when a purchase has been validated and is ready to be executed. Not necessarily emits/sends tokens.
* @param _beneficiary Address receiving the tokens
* @param _tokenAmount Number of tokens to be purchased
*/
function _processPurchase(
address _beneficiary,
uint256 _tokenAmount
)
internal
{
super._processPurchase(_beneficiary, _tokenAmount);
if (bonusRate > 0) {
contributions.addTokenBalance(_beneficiary, _getBonusAmount(_tokenAmount));
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[],"name":"contributions","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"ended","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"hasClosed","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"started","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"rate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"cap","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"weiRaised","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"closingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"capReached","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"bonusRate","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"renounceOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_tokenAddress","type":"address"},{"name":"_tokens","type":"uint256"}],"name":"recoverERC20","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"minimumContribution","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"openingTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[{"name":"_newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_openingTime","type":"uint256"},{"name":"_closingTime","type":"uint256"},{"name":"_rate","type":"uint256"},{"name":"_bonusRate","type":"uint256"},{"name":"_wallet","type":"address"},{"name":"_cap","type":"uint256"},{"name":"_minimumContribution","type":"uint256"},{"name":"_token","type":"address"},{"name":"_contributions","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"}],"name":"OwnershipRenounced","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"previousOwner","type":"address"},{"indexed":true,"name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"purchaser","type":"address"},{"indexed":true,"name":"beneficiary","type":"address"},{"indexed":false,"name":"value","type":"uint256"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"TokenPurchase","type":"event"}]Contract Creation Code
60806040523480156200001157600080fd5b506040516101208062000f1d83398101604090815281516020830151918301516060840151608085015160a086015160c087015160e08801516101009098015195979495939492939192909185848a8a8a898888888686868685600083116200007957600080fd5b600160a060020a03821615156200008f57600080fd5b600160a060020a0381161515620000a557600080fd5b60029290925560018054600160a060020a03928316600160a060020a0319918216179091556000805492909316911617905542821015620000e557600080fd5b81811015620000f357600080fd5b60049190915560055560068054600160a060020a03191633179055600160a060020a0381161515620001ac57604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603060248201527f436f6e747269627574696f6e7320616464726573732063616e2774206265207460448201527f6865207a65726f20616464726573732e00000000000000000000000000000000606482015290519081900360840190fd5b60078054600160a060020a031916600160a060020a0392909216919091179055506008555050600083119150620001e4905057600080fd5b600955600b8190556002546200022090620002089064010000000062000234810204565b60025490640100000000620006216200027c82021704565b600a5550620002cd98505050505050505050565b600062000276606462000261600b54856200028a64010000000002620009ca179091906401000000009004565b90640100000000620009f3620002b782021704565b92915050565b818101828110156200027657fe5b60008215156200029d5750600062000276565b50818102818382811515620002ae57fe5b04146200027657fe5b60008183811515620002c557fe5b049392505050565b610c4080620002dd6000396000f3006080604052600436106100f85763ffffffff60e060020a600035041663029eabcb811461010357806312fa6feb146101345780631515bc2b1461015d5780631f2698ab146101725780632c4e722e14610187578063355274ea146101ae5780634042b66f146101c357806342a66f68146101d85780634b6753bc146101ed5780634f93594514610202578063521eb273146102175780635af123f41461022c578063715018a6146102415780638980f11f146102565780638da5cb5b1461027a578063937e09b11461028f578063b7a8807c146102a4578063ec8ac4d8146102b9578063f2fde38b146102cd578063fc0c546a146102ee575b61010133610303565b005b34801561010f57600080fd5b506101186103bf565b60408051600160a060020a039092168252519081900360200190f35b34801561014057600080fd5b506101496103ce565b604080519115158252519081900360200190f35b34801561016957600080fd5b506101496103eb565b34801561017e57600080fd5b506101496103f3565b34801561019357600080fd5b5061019c6103fc565b60408051918252519081900360200190f35b3480156101ba57600080fd5b5061019c610402565b3480156101cf57600080fd5b5061019c610408565b3480156101e457600080fd5b5061019c61040e565b3480156101f957600080fd5b5061019c610414565b34801561020e57600080fd5b5061014961041a565b34801561022357600080fd5b50610118610425565b34801561023857600080fd5b5061019c610434565b34801561024d57600080fd5b5061010161043a565b34801561026257600080fd5b50610149600160a060020a03600435166024356104a8565b34801561028657600080fd5b50610118610566565b34801561029b57600080fd5b5061019c610575565b3480156102b057600080fd5b5061019c61057b565b610101600160a060020a0360043516610303565b3480156102d957600080fd5b50610101600160a060020a0360043516610581565b3480156102fa57600080fd5b506101186105a4565b3460008061031184846105b3565b61031a836105e2565b9150610325826105f9565b60035490915061033b908463ffffffff61062116565b600355610348848361062e565b600160a060020a038416337f623b3804fa71d67900d064613da8f94b9617215ee90799290593e1745087ad1885610385868663ffffffff61062116565b6040805192835260208301919091528051918290030190a36103a784846106cc565b6103af610744565b6103b984846105de565b50505050565b600754600160a060020a031681565b60006103d86103eb565b806103e657506103e661041a565b905090565b600554421190565b60045442101590565b60025481565b60095481565b60035481565b600a5481565b60055481565b600954600354101590565b600154600160a060020a031681565b600b5481565b600654600160a060020a0316331461045157600080fd5b600654604051600160a060020a03909116907ff8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c6482090600090a26006805473ffffffffffffffffffffffffffffffffffffffff19169055565b600654600090600160a060020a031633146104c257600080fd5b600654604080517fa9059cbb000000000000000000000000000000000000000000000000000000008152600160a060020a0392831660048201526024810185905290519185169163a9059cbb916044808201926020929091908290030181600087803b15801561053157600080fd5b505af1158015610545573d6000803e3d6000fd5b505050506040513d602081101561055b57600080fd5b505190505b92915050565b600654600160a060020a031681565b60085481565b60045481565b600654600160a060020a0316331461059857600080fd5b6105a18161077d565b50565b600054600160a060020a031681565b6105bd82826107fb565b6009546003546105d3908363ffffffff61062116565b11156105de57600080fd5b5050565b6000610560600254836109ca90919063ffffffff16565b60006105606064610615600b54856109ca90919063ffffffff16565b9063ffffffff6109f316565b8181018281101561056057fe5b6106388282610a08565b6000600b5411156105de57600754600160a060020a031663d50b30658361065e846105f9565b6040518363ffffffff1660e060020a0281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050600060405180830381600087803b1580156106b057600080fd5b505af11580156106c4573d6000803e3d6000fd5b505050505050565b6106d682826105de565b600754604080517f097a3daf000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152602482018590529151919092169163097a3daf91604480830192600092919082900301818387803b1580156106b057600080fd5b600154604051600160a060020a03909116903480156108fc02916000818181858888f193505050501580156105a1573d6000803e3d6000fd5b600160a060020a038116151561079257600080fd5b600654604051600160a060020a038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a36006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60085481101561089257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f43616e27742073656e64206c657373207468616e20746865206d696e696d756d60448201527f20636f6e747269627574696f6e00000000000000000000000000000000000000606482015290519081900360840190fd5b600754604080517fee3c3bad000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152602482018590529151919092169163ee3c3bad9160448083019260209291908290030181600087803b15801561090157600080fd5b505af1158015610915573d6000803e3d6000fd5b505050506040513d602081101561092b57600080fd5b505115156109c057604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f42656e6566696369617279206973206e6f7420616c6c6f77656420746f20707560448201527f726368617365207468697320616d6f756e740000000000000000000000000000606482015290519081900360840190fd5b6105de8282610a80565b60008215156109db57506000610560565b508181028183828115156109eb57fe5b041461056057fe5b60008183811515610a0057fe5b049392505050565b610a128282610aa9565b600754604080517fd50b3065000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152602482018590529151919092169163d50b306591604480830192600092919082900301818387803b1580156106b057600080fd5b6004544210158015610a9457506005544211155b1515610a9f57600080fd5b6105de8282610ab3565b6105de8282610ad4565b600160a060020a0382161515610ac857600080fd5b8015156105de57600080fd5b60008054604080517f9f2c9503000000000000000000000000000000000000000000000000000000008152600160a060020a0386811660048301526024820186905291519190921692639f2c950392604480820193602093909283900390910190829087803b158015610b4657600080fd5b505af1158015610b5a573d6000803e3d6000fd5b505050506040513d6020811015610b7057600080fd5b5050600b54600010156105de57600054600160a060020a03166340c10f1983610b98846105f9565b6040518363ffffffff1660e060020a0281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050602060405180830381600087803b158015610bea57600080fd5b505af1158015610bfe573d6000803e3d6000fd5b505050506040513d60208110156103b957600080fd00a165627a7a72305820da0f848d839c1d50ebc6e4f3f2f6a23857daac4ea5f2b023a6a1f17c677a76210029000000000000000000000000000000000000000000000000000000005c13b760000000000000000000000000000000000000000000000000000000005c6d5d6000000000000000000000000000000000000000000000000000000000000009c4000000000000000000000000000000000000000000000000000000000000001b000000000000000000000000b319d7cf8eed2dbbaa64682dfc7d4bb304dc711300000000000000000000000000000000000000000000152d02c7e14af68000000000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000dfc3e857c8ccea7657e0ed98ab92e048e38dee0f000000000000000000000000e554ee8f6fc36f6fddd40028d061bb8779437620
Deployed Bytecode
0x6080604052600436106100f85763ffffffff60e060020a600035041663029eabcb811461010357806312fa6feb146101345780631515bc2b1461015d5780631f2698ab146101725780632c4e722e14610187578063355274ea146101ae5780634042b66f146101c357806342a66f68146101d85780634b6753bc146101ed5780634f93594514610202578063521eb273146102175780635af123f41461022c578063715018a6146102415780638980f11f146102565780638da5cb5b1461027a578063937e09b11461028f578063b7a8807c146102a4578063ec8ac4d8146102b9578063f2fde38b146102cd578063fc0c546a146102ee575b61010133610303565b005b34801561010f57600080fd5b506101186103bf565b60408051600160a060020a039092168252519081900360200190f35b34801561014057600080fd5b506101496103ce565b604080519115158252519081900360200190f35b34801561016957600080fd5b506101496103eb565b34801561017e57600080fd5b506101496103f3565b34801561019357600080fd5b5061019c6103fc565b60408051918252519081900360200190f35b3480156101ba57600080fd5b5061019c610402565b3480156101cf57600080fd5b5061019c610408565b3480156101e457600080fd5b5061019c61040e565b3480156101f957600080fd5b5061019c610414565b34801561020e57600080fd5b5061014961041a565b34801561022357600080fd5b50610118610425565b34801561023857600080fd5b5061019c610434565b34801561024d57600080fd5b5061010161043a565b34801561026257600080fd5b50610149600160a060020a03600435166024356104a8565b34801561028657600080fd5b50610118610566565b34801561029b57600080fd5b5061019c610575565b3480156102b057600080fd5b5061019c61057b565b610101600160a060020a0360043516610303565b3480156102d957600080fd5b50610101600160a060020a0360043516610581565b3480156102fa57600080fd5b506101186105a4565b3460008061031184846105b3565b61031a836105e2565b9150610325826105f9565b60035490915061033b908463ffffffff61062116565b600355610348848361062e565b600160a060020a038416337f623b3804fa71d67900d064613da8f94b9617215ee90799290593e1745087ad1885610385868663ffffffff61062116565b6040805192835260208301919091528051918290030190a36103a784846106cc565b6103af610744565b6103b984846105de565b50505050565b600754600160a060020a031681565b60006103d86103eb565b806103e657506103e661041a565b905090565b600554421190565b60045442101590565b60025481565b60095481565b60035481565b600a5481565b60055481565b600954600354101590565b600154600160a060020a031681565b600b5481565b600654600160a060020a0316331461045157600080fd5b600654604051600160a060020a03909116907ff8df31144d9c2f0f6b59d69b8b98abd5459d07f2742c4df920b25aae33c6482090600090a26006805473ffffffffffffffffffffffffffffffffffffffff19169055565b600654600090600160a060020a031633146104c257600080fd5b600654604080517fa9059cbb000000000000000000000000000000000000000000000000000000008152600160a060020a0392831660048201526024810185905290519185169163a9059cbb916044808201926020929091908290030181600087803b15801561053157600080fd5b505af1158015610545573d6000803e3d6000fd5b505050506040513d602081101561055b57600080fd5b505190505b92915050565b600654600160a060020a031681565b60085481565b60045481565b600654600160a060020a0316331461059857600080fd5b6105a18161077d565b50565b600054600160a060020a031681565b6105bd82826107fb565b6009546003546105d3908363ffffffff61062116565b11156105de57600080fd5b5050565b6000610560600254836109ca90919063ffffffff16565b60006105606064610615600b54856109ca90919063ffffffff16565b9063ffffffff6109f316565b8181018281101561056057fe5b6106388282610a08565b6000600b5411156105de57600754600160a060020a031663d50b30658361065e846105f9565b6040518363ffffffff1660e060020a0281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050600060405180830381600087803b1580156106b057600080fd5b505af11580156106c4573d6000803e3d6000fd5b505050505050565b6106d682826105de565b600754604080517f097a3daf000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152602482018590529151919092169163097a3daf91604480830192600092919082900301818387803b1580156106b057600080fd5b600154604051600160a060020a03909116903480156108fc02916000818181858888f193505050501580156105a1573d6000803e3d6000fd5b600160a060020a038116151561079257600080fd5b600654604051600160a060020a038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a36006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60085481101561089257604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602d60248201527f43616e27742073656e64206c657373207468616e20746865206d696e696d756d60448201527f20636f6e747269627574696f6e00000000000000000000000000000000000000606482015290519081900360840190fd5b600754604080517fee3c3bad000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152602482018590529151919092169163ee3c3bad9160448083019260209291908290030181600087803b15801561090157600080fd5b505af1158015610915573d6000803e3d6000fd5b505050506040513d602081101561092b57600080fd5b505115156109c057604080517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f42656e6566696369617279206973206e6f7420616c6c6f77656420746f20707560448201527f726368617365207468697320616d6f756e740000000000000000000000000000606482015290519081900360840190fd5b6105de8282610a80565b60008215156109db57506000610560565b508181028183828115156109eb57fe5b041461056057fe5b60008183811515610a0057fe5b049392505050565b610a128282610aa9565b600754604080517fd50b3065000000000000000000000000000000000000000000000000000000008152600160a060020a038581166004830152602482018590529151919092169163d50b306591604480830192600092919082900301818387803b1580156106b057600080fd5b6004544210158015610a9457506005544211155b1515610a9f57600080fd5b6105de8282610ab3565b6105de8282610ad4565b600160a060020a0382161515610ac857600080fd5b8015156105de57600080fd5b60008054604080517f9f2c9503000000000000000000000000000000000000000000000000000000008152600160a060020a0386811660048301526024820186905291519190921692639f2c950392604480820193602093909283900390910190829087803b158015610b4657600080fd5b505af1158015610b5a573d6000803e3d6000fd5b505050506040513d6020811015610b7057600080fd5b5050600b54600010156105de57600054600160a060020a03166340c10f1983610b98846105f9565b6040518363ffffffff1660e060020a0281526004018083600160a060020a0316600160a060020a0316815260200182815260200192505050602060405180830381600087803b158015610bea57600080fd5b505af1158015610bfe573d6000803e3d6000fd5b505050506040513d60208110156103b957600080fd00a165627a7a72305820da0f848d839c1d50ebc6e4f3f2f6a23857daac4ea5f2b023a6a1f17c677a76210029
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000000000000000005c13b760000000000000000000000000000000000000000000000000000000005c6d5d6000000000000000000000000000000000000000000000000000000000000009c4000000000000000000000000000000000000000000000000000000000000001b000000000000000000000000b319d7cf8eed2dbbaa64682dfc7d4bb304dc711300000000000000000000000000000000000000000000152d02c7e14af68000000000000000000000000000000000000000000000000000000de0b6b3a7640000000000000000000000000000dfc3e857c8ccea7657e0ed98ab92e048e38dee0f000000000000000000000000e554ee8f6fc36f6fddd40028d061bb8779437620
-----Decoded View---------------
Arg [0] : _openingTime (uint256): 1544796000
Arg [1] : _closingTime (uint256): 1550671200
Arg [2] : _rate (uint256): 2500
Arg [3] : _bonusRate (uint256): 27
Arg [4] : _wallet (address): 0xB319D7CF8eeD2DBbaa64682dFC7D4bb304Dc7113
Arg [5] : _cap (uint256): 100000000000000000000000
Arg [6] : _minimumContribution (uint256): 1000000000000000000
Arg [7] : _token (address): 0xdfC3e857c8cCEA7657E0ed98AB92e048e38deE0f
Arg [8] : _contributions (address): 0xe554EE8f6Fc36F6fDdD40028D061BB8779437620
-----Encoded View---------------
9 Constructor Arguments found :
Arg [0] : 000000000000000000000000000000000000000000000000000000005c13b760
Arg [1] : 000000000000000000000000000000000000000000000000000000005c6d5d60
Arg [2] : 00000000000000000000000000000000000000000000000000000000000009c4
Arg [3] : 000000000000000000000000000000000000000000000000000000000000001b
Arg [4] : 000000000000000000000000b319d7cf8eed2dbbaa64682dfc7d4bb304dc7113
Arg [5] : 00000000000000000000000000000000000000000000152d02c7e14af6800000
Arg [6] : 0000000000000000000000000000000000000000000000000de0b6b3a7640000
Arg [7] : 000000000000000000000000dfc3e857c8ccea7657e0ed98ab92e048e38dee0f
Arg [8] : 000000000000000000000000e554ee8f6fc36f6fddd40028d061bb8779437620
Swarm Source
bzzr://da0f848d839c1d50ebc6e4f3f2f6a23857daac4ea5f2b023a6a1f17c677a7621
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ 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.