Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 25 from a total of 347 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Transfer | 11467542 | 1915 days ago | IN | 1.8 ETH | 0.02194512 | ||||
| Transfer | 11467537 | 1915 days ago | IN | 0.2 ETH | 0.02185884 | ||||
| Buy Tokens | 11467463 | 1915 days ago | IN | 20 ETH | 0.01845716 | ||||
| Buy Tokens | 11466949 | 1916 days ago | IN | 0.2 ETH | 0.0109644 | ||||
| Buy Tokens | 11466794 | 1916 days ago | IN | 5 ETH | 0.01025171 | ||||
| Buy Tokens | 11466430 | 1916 days ago | IN | 0.045 ETH | 0.00712639 | ||||
| Buy Tokens | 11466429 | 1916 days ago | IN | 0.6 ETH | 0.0082233 | ||||
| Buy Tokens | 11466361 | 1916 days ago | IN | 0.25 ETH | 0.00707569 | ||||
| Buy Tokens | 11466351 | 1916 days ago | IN | 1.6 ETH | 0.00785782 | ||||
| Buy Tokens | 11466146 | 1916 days ago | IN | 0.6 ETH | 0.00785118 | ||||
| Buy Tokens | 11466086 | 1916 days ago | IN | 0.2 ETH | 0.00875324 | ||||
| Buy Tokens | 11465981 | 1916 days ago | IN | 1.2 ETH | 0.01198338 | ||||
| Buy Tokens | 11465889 | 1916 days ago | IN | 0.03 ETH | 0.00991728 | ||||
| Buy Tokens | 11465778 | 1916 days ago | IN | 0.25 ETH | 0.00107403 | ||||
| Buy Tokens | 11465767 | 1916 days ago | IN | 2 ETH | 0.00746761 | ||||
| Buy Tokens | 11465655 | 1916 days ago | IN | 0.3 ETH | 0.0099073 | ||||
| Buy Tokens | 11465635 | 1916 days ago | IN | 2 ETH | 0.00804056 | ||||
| Buy Tokens | 11465603 | 1916 days ago | IN | 0.75 ETH | 0.01206084 | ||||
| Buy Tokens | 11465512 | 1916 days ago | IN | 5 ETH | 0.0165288 | ||||
| Buy Tokens | 11465416 | 1916 days ago | IN | 0.5 ETH | 0.01242632 | ||||
| Buy Tokens | 11465371 | 1916 days ago | IN | 0.06 ETH | 0.01624558 | ||||
| Buy Tokens | 11465292 | 1916 days ago | IN | 1 ETH | 0.011498 | ||||
| Buy Tokens | 11465260 | 1916 days ago | IN | 0.597 ETH | 0.01608112 | ||||
| Buy Tokens | 11465250 | 1916 days ago | IN | 5 ETH | 0.01668416 | ||||
| Buy Tokens | 11465137 | 1916 days ago | IN | 0.32 ETH | 0.01809126 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 11467542 | 1915 days ago | 1.8 ETH | ||||
| - | 11467537 | 1915 days ago | 0.2 ETH | ||||
| - | 11467463 | 1915 days ago | 20 ETH | ||||
| - | 11466949 | 1916 days ago | 0.2 ETH | ||||
| - | 11466794 | 1916 days ago | 5 ETH | ||||
| - | 11466430 | 1916 days ago | 0.045 ETH | ||||
| - | 11466429 | 1916 days ago | 0.6 ETH | ||||
| - | 11466361 | 1916 days ago | 0.25 ETH | ||||
| - | 11466351 | 1916 days ago | 1.6 ETH | ||||
| - | 11466146 | 1916 days ago | 0.6 ETH | ||||
| - | 11466086 | 1916 days ago | 0.2 ETH | ||||
| - | 11465981 | 1916 days ago | 1.2 ETH | ||||
| - | 11465889 | 1916 days ago | 0.03 ETH | ||||
| - | 11465767 | 1916 days ago | 2 ETH | ||||
| - | 11465655 | 1916 days ago | 0.3 ETH | ||||
| - | 11465635 | 1916 days ago | 2 ETH | ||||
| - | 11465603 | 1916 days ago | 0.75 ETH | ||||
| - | 11465512 | 1916 days ago | 5 ETH | ||||
| - | 11465416 | 1916 days ago | 0.5 ETH | ||||
| - | 11465371 | 1916 days ago | 0.06 ETH | ||||
| - | 11465292 | 1916 days ago | 1 ETH | ||||
| - | 11465260 | 1916 days ago | 0.597 ETH | ||||
| - | 11465250 | 1916 days ago | 5 ETH | ||||
| - | 11465137 | 1916 days ago | 0.32 ETH | ||||
| - | 11465063 | 1916 days ago | 2 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
EINCrowdsale
Compiler Version
v0.5.17+commit.d19bba13
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2020-12-15
*/
pragma solidity ^0.5.0;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with GSN meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
contract Context {
// Empty internal constructor, to prevent people from mistakenly deploying
// an instance of this contract, which should be used via inheritance.
constructor () internal { }
// solhint-disable-previous-line no-empty-blocks
function _msgSender() internal view returns (address payable) {
return msg.sender;
}
function _msgData() internal view returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior in high level programming languages.
* `SafeMath` restores this intuition by reverting the transaction when an
* operation overflows.
*
* Using this library instead of the unchecked operations eliminates an entire
* class of bugs, so it's recommended to use it always.
*/
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, b, "SafeMath: subtraction overflow");
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting with custom message on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
* - Subtraction cannot overflow.
*
* _Available since v2.4.0._
*/
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b <= a, errorMessage);
uint256 c = a - b;
return c;
}
/**
* @dev Returns the multiplication of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `*` operator.
*
* Requirements:
* - Multiplication cannot overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b, "SafeMath: multiplication overflow");
return c;
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return div(a, b, "SafeMath: division by zero");
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts with custom message on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
* - The divisor cannot be zero.
*
* _Available since v2.4.0._
*/
function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
// Solidity only automatically asserts when dividing by 0
require(b > 0, errorMessage);
uint256 c = a / b;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b) internal pure returns (uint256) {
return mod(a, b, "SafeMath: modulo by zero");
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts with custom message when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
* - The divisor cannot be zero.
*
* _Available since v2.4.0._
*/
function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b != 0, errorMessage);
return a % b;
}
}
/**
* @dev Interface of the ERC20 standard as defined in the EIP. Does not include
* the optional functions; to access them see {ERC20Detailed}.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: 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
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
}
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*/
function isContract(address account) internal view returns (bool) {
// According to EIP-1052, 0x0 is the value returned for not-yet created accounts
// and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned
// for accounts without code, i.e. `keccak256('')`
bytes32 codehash;
bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;
// solhint-disable-next-line no-inline-assembly
assembly { codehash := extcodehash(account) }
return (codehash != accountHash && codehash != 0x0);
}
/**
* @dev Converts an `address` into `address payable`. Note that this is
* simply a type cast: the actual underlying value is not changed.
*
* _Available since v2.4.0._
*/
function toPayable(address account) internal pure returns (address payable) {
return address(uint160(account));
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*
* _Available since v2.4.0._
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
// solhint-disable-next-line avoid-call-value
(bool success, ) = recipient.call.value(amount)("");
require(success, "Address: unable to send value, recipient may have reverted");
}
}
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* 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 {
using SafeMath for uint256;
using Address for address;
function safeTransfer(IERC20 token, address to, uint256 value) internal {
callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
}
function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
}
function safeApprove(IERC20 token, address spender, uint256 value) internal {
// safeApprove should only be called when setting an initial allowance,
// or when resetting it to zero. To increase and decrease it, use
// 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
// solhint-disable-next-line max-line-length
require((value == 0) || (token.allowance(address(this), spender) == 0),
"SafeERC20: approve from non-zero to non-zero allowance"
);
callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
}
function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 newAllowance = token.allowance(address(this), spender).add(value);
callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 newAllowance = token.allowance(address(this), spender).sub(value, "SafeERC20: decreased allowance below zero");
callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves.
// A Solidity high level call has three parts:
// 1. The target address is checked to verify it contains contract code
// 2. The call itself is made, and success asserted
// 3. The return value is decoded, which in turn checks the size of the returned data.
// solhint-disable-next-line max-line-length
require(address(token).isContract(), "SafeERC20: call to non-contract");
// solhint-disable-next-line avoid-low-level-calls
(bool success, bytes memory returndata) = address(token).call(data);
require(success, "SafeERC20: low-level call failed");
if (returndata.length > 0) { // Return data is optional
// solhint-disable-next-line max-line-length
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}
interface AggregatorV3Interface {
function decimals() external view returns (uint8);
function description() external view returns (string memory);
function version() external view returns (uint256);
// getRoundData and latestRoundData should both raise "No data present"
// if they do not have data to report, instead of returning unset values
// which could be misinterpreted as actual reported values.
function getRoundData(uint80 _roundId)
external
view
returns (
uint80 roundId,
int256 answer,
uint256 startedAt,
uint256 updatedAt,
uint80 answeredInRound
);
function latestRoundData()
external
view
returns (
uint80 roundId,
int256 answer,
uint256 startedAt,
uint256 updatedAt,
uint80 answeredInRound
);
}
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no nested
* (reentrant) calls to them.
*
* Note that because there is a single `nonReentrant` guard, functions marked as
* `nonReentrant` may not call one another. This can be worked around by making
* those functions `private`, and then adding `external` `nonReentrant` entry
* points to them.
*
* TIP: If you would like to learn more about reentrancy and alternative ways
* to protect against it, check out our blog post
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
*
* _Since v2.5.0:_ this module is now much more gas efficient, given net gas
* metering changes introduced in the Istanbul hardfork.
*/
contract ReentrancyGuard {
bool private _notEntered;
constructor () internal {
// Storing an initial non-zero value makes deployment a bit more
// expensive, but in exchange the refund on every call to nonReentrant
// will be lower in amount. Since refunds are capped to a percetange of
// the total transaction's gas, it is best to keep them low in cases
// like this one, to increase the likelihood of the full refund coming
// into effect.
_notEntered = true;
}
/**
* @dev Prevents a contract from calling itself, directly or indirectly.
* Calling a `nonReentrant` function from another `nonReentrant`
* function is not supported. It is possible to prevent this from happening
* by making the `nonReentrant` function external, and make it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
// On the first call to nonReentrant, _notEntered will be true
require(_notEntered, "ReentrancyGuard: reentrant call");
// Any calls to nonReentrant after this point will fail
_notEntered = false;
_;
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_notEntered = true;
}
}
/**
* @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 conforms
* the base architecture for crowdsales. It is *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 is Context, ReentrancyGuard {
using SafeMath for uint256;
using SafeERC20 for IERC20;
address owner;
// The token being sold
IERC20 private _token;
// chain link priceFeed
AggregatorV3Interface internal priceFeed;
// Address where funds are collected
address payable private _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 ERC20Detailed token with 3 decimals called TOK
// 1 wei will give you 1 unit, or 0.001 TOK.
uint256 private _rate;
// Amount of wei raised
uint256 private _weiRaised;
// Amount of token sold
uint256 private _tokenSold;
/**
* 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 TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount);
/**
* @param rate Number of token units a buyer gets per wei
* @dev 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 ERC20Detailed token
* with 3 decimals called TOK, 1 wei will give you 1 unit, or 0.001 TOK.
* @param wallet Address where collected funds will be forwarded to
* @param token Address of the token being sold
*/
constructor (uint256 rate, address payable wallet, IERC20 token) public {
require(rate > 0, "Crowdsale: rate is 0");
require(wallet != address(0), "Crowdsale: wallet is the zero address");
require(address(token) != address(0), "Crowdsale: token is the zero address");
_rate = rate;
_wallet = wallet;
_token = token;
owner = msg.sender;
priceFeed = AggregatorV3Interface(0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419);
}
/**
* @dev fallback function ***DO NOT OVERRIDE***
* Note that other contracts will transfer funds with a base gas stipend
* of 2300, which is not enough to call buyTokens. Consider calling
* buyTokens directly when purchasing tokens from a contract.
*/
function () external payable {
buyTokens(_msgSender());
}
modifier onlyOwner() {
require(msg.sender == owner);
_;
}
/**
* @return the token being sold.
*/
function token() public view returns (IERC20) {
return _token;
}
/**
* @return the address where funds are collected.
*/
function wallet() public view returns (address payable) {
return _wallet;
}
/**
* @return price eth usd from chain feeds
*/
function getLatestPrice() public view returns (int) {
(
uint80 roundID,
int price,
uint startedAt,
uint timeStamp,
uint80 answeredInRound
) = priceFeed.latestRoundData();
return price; // 8 decimals in wei.
}
function getDecimals() public view returns (int) {
return priceFeed.decimals();
}
/**
* @return the number of token units a buyer gets per wei.
*/
function rate() public view returns (uint256) {
return _rate.div(1000);
}
/**
* @return the amount of wei raised.
*/
function weiRaised() public view returns (uint256) {
return _weiRaised;
}
/**
* @return the amount of token sold.
*/
function tokenSold() public view returns (uint256) {
return _tokenSold;
}
/**
* @dev low level token purchase ***DO NOT OVERRIDE***
* This function has a non-reentrancy guard, so it shouldn't be called by
* another `nonReentrant` function.
* @param beneficiary Recipient of the token purchase
*/
function buyTokens(address beneficiary) public nonReentrant payable {
uint256 weiAmount = msg.value;
// calculate token amount to be created
uint256 tokens = _getTokenAmount(weiAmount);
_preValidatePurchase(beneficiary, weiAmount);
// update state
_weiRaised = _weiRaised.add(weiAmount);
_processPurchase(beneficiary, tokens);
emit TokensPurchased(_msgSender(), beneficiary, weiAmount, tokens);
_updatePurchasingState(beneficiary, weiAmount);
_forwardFunds();
_postValidatePurchase(beneficiary, weiAmount);
}
/**
* @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 view {
require(beneficiary != address(0), "Crowdsale: beneficiary is the zero address");
require(weiAmount != 0, "Crowdsale: weiAmount is 0");
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
}
/**
* @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 view {
// solhint-disable-previous-line no-empty-blocks
}
/**
* @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. Doesn't necessarily emit/send
* 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 {
// solhint-disable-previous-line no-empty-blocks
}
/**
* @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) public view returns (uint256) {
return weiAmount.mul(uint256(getLatestPrice()).mul(10**10)).div(_rate.mul(10**15));
}
/**
* @dev Determines how ETH is stored/forwarded on purchases.
*/
function _forwardFunds() internal {
_wallet.transfer(msg.value);
}
}
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a >= b ? a : b;
}
/**
* @dev Returns the smallest of two numbers.
*/
function min(uint256 a, uint256 b) internal pure returns (uint256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two numbers. The result is rounded towards
* zero.
*/
function average(uint256 a, uint256 b) internal pure returns (uint256) {
// (a + b) / 2 can overflow, so we distribute
return (a / 2) + (b / 2) + ((a % 2 + b % 2) / 2);
}
}
/**
* @title AllowanceCrowdsale
* @dev Extension of Crowdsale where tokens are held by a wallet, which approves an allowance to the crowdsale.
*/
contract AllowanceCrowdsale is Crowdsale {
using SafeMath for uint256;
using SafeERC20 for IERC20;
address private _tokenWallet;
/**
* @dev Constructor, takes token wallet address.
* @param tokenWallet Address holding the tokens, which has approved allowance to the crowdsale.
*/
constructor (address tokenWallet) public {
require(tokenWallet != address(0), "AllowanceCrowdsale: token wallet is the zero address");
_tokenWallet = tokenWallet;
}
/**
* @return the address of the wallet that will hold the tokens.
*/
function tokenWallet() public view returns (address) {
return _tokenWallet;
}
/**
* @dev Checks the amount of tokens left in the allowance.
* @return Amount of tokens left in the allowance
*/
function remainingTokens() public view returns (uint256) {
return Math.min(token().balanceOf(_tokenWallet), token().allowance(_tokenWallet, address(this)));
}
/**
* @dev Overrides parent behavior by transferring tokens from wallet.
* @param beneficiary Token purchaser
* @param tokenAmount Amount of tokens purchased
*/
function _deliverTokens(address beneficiary, uint256 tokenAmount) internal {
token().safeTransferFrom(_tokenWallet, beneficiary, tokenAmount);
}
}
/**
* @title Roles
* @dev Library for managing addresses assigned to a Role.
*/
library Roles {
struct Role {
mapping (address => bool) bearer;
}
/**
* @dev Give an account access to this role.
*/
function add(Role storage role, address account) internal {
require(!has(role, account), "Roles: account already has role");
role.bearer[account] = true;
}
/**
* @dev Remove an account's access to this role.
*/
function remove(Role storage role, address account) internal {
require(has(role, account), "Roles: account does not have role");
role.bearer[account] = false;
}
/**
* @dev Check if an account has this role.
* @return bool
*/
function has(Role storage role, address account) internal view returns (bool) {
require(account != address(0), "Roles: account is the zero address");
return role.bearer[account];
}
}
contract CapperRole is Context {
using Roles for Roles.Role;
event CapperAdded(address indexed account);
event CapperRemoved(address indexed account);
Roles.Role private _cappers;
constructor () internal {
_addCapper(_msgSender());
}
modifier onlyCapper() {
require(isCapper(_msgSender()), "CapperRole: caller does not have the Capper role");
_;
}
function isCapper(address account) public view returns (bool) {
return _cappers.has(account);
}
function addCapper(address account) public onlyCapper {
_addCapper(account);
}
function renounceCapper() public {
_removeCapper(_msgSender());
}
function _addCapper(address account) internal {
_cappers.add(account);
emit CapperAdded(account);
}
function _removeCapper(address account) internal {
_cappers.remove(account);
emit CapperRemoved(account);
}
}
/**
* @title TimedCrowdsale
* @dev Crowdsale accepting contributions only within a time frame.
*/
contract TimedCrowdsale is Crowdsale {
using SafeMath for uint256;
uint256 private _openingTime;
uint256 private _closingTime;
/**
* Event for crowdsale extending
* @param newClosingTime new closing time
* @param prevClosingTime old closing time
*/
event TimedCrowdsaleExtended(uint256 prevClosingTime, uint256 newClosingTime);
/**
* @dev Reverts if not in crowdsale time range.
*/
modifier onlyWhileOpen {
require(isOpen(), "TimedCrowdsale: not open");
_;
}
/**
* @dev Constructor, takes crowdsale opening and closing times.
* @param openingTime Crowdsale opening time
* @param closingTime Crowdsale closing time
*/
constructor (uint256 openingTime, uint256 closingTime) public {
// solhint-disable-next-line not-rely-on-time
require(openingTime >= block.timestamp, "TimedCrowdsale: opening time is before current time");
// solhint-disable-next-line max-line-length
require(closingTime > openingTime, "TimedCrowdsale: opening time is not before closing time");
_openingTime = openingTime;
_closingTime = closingTime;
}
/**
* @return the crowdsale opening time.
*/
function openingTime() public view returns (uint256) {
return _openingTime;
}
/**
* @return the crowdsale closing time.
*/
function closingTime() public view returns (uint256) {
return _closingTime;
}
/**
* @return true if the crowdsale is open, false otherwise.
*/
function isOpen() public view returns (bool) {
// solhint-disable-next-line not-rely-on-time
return block.timestamp >= _openingTime && block.timestamp <= _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) {
// solhint-disable-next-line not-rely-on-time
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 view {
super._preValidatePurchase(beneficiary, weiAmount);
}
/**
* @dev Extend crowdsale.
* @param newClosingTime Crowdsale closing time
*/
function _extendTime(uint256 newClosingTime) internal {
require(!hasClosed(), "TimedCrowdsale: already closed");
// solhint-disable-next-line max-line-length
require(newClosingTime > _closingTime, "TimedCrowdsale: new closing time is before current closing time");
emit TimedCrowdsaleExtended(_closingTime, newClosingTime);
_closingTime = newClosingTime;
}
}
/**
* @dev A Secondary contract can only be used by its primary account (the one that created it).
*/
contract Secondary is Context {
address private _primary;
/**
* @dev Emitted when the primary contract changes.
*/
event PrimaryTransferred(
address recipient
);
/**
* @dev Sets the primary account to the one that is creating the Secondary contract.
*/
constructor () internal {
address msgSender = _msgSender();
_primary = msgSender;
emit PrimaryTransferred(msgSender);
}
/**
* @dev Reverts if called from any account other than the primary.
*/
modifier onlyPrimary() {
require(_msgSender() == _primary, "Secondary: caller is not the primary account");
_;
}
/**
* @return the address of the primary.
*/
function primary() public view returns (address) {
return _primary;
}
/**
* @dev Transfers contract to a new primary.
* @param recipient The address of new primary.
*/
function transferPrimary(address recipient) public onlyPrimary {
require(recipient != address(0), "Secondary: new primary is the zero address");
_primary = recipient;
emit PrimaryTransferred(recipient);
}
}
/**
* @title PostDeliveryCrowdsale
* @dev Crowdsale that locks tokens from withdrawal until it ends.
*/
contract PostDeliveryCrowdsale is TimedCrowdsale {
using SafeMath for uint256;
mapping(address => uint256) private _balances;
__unstable__TokenVault private _vault;
constructor() public {
_vault = new __unstable__TokenVault();
}
/**
* @dev Withdraw tokens only after crowdsale ends.
* @param beneficiary Whose tokens will be withdrawn.
*/
function withdrawTokens(address beneficiary) public {
require(hasClosed(), "PostDeliveryCrowdsale: not closed");
uint256 amount = _balances[beneficiary];
require(amount > 0, "PostDeliveryCrowdsale: beneficiary is not due any tokens");
_balances[beneficiary] = 0;
_vault.transfer(token(), beneficiary, amount);
}
/**
* @return the balance of an account.
*/
function balanceOf(address account) public view returns (uint256) {
return _balances[account];
}
/**
* @dev Overrides parent by storing due balances, and delivering tokens to the vault instead of the end user. This
* ensures that the tokens will be available by the time they are withdrawn (which may not be the case if
* `_deliverTokens` was called later).
* @param beneficiary Token purchaser
* @param tokenAmount Amount of tokens purchased
*/
function _processPurchase(address beneficiary, uint256 tokenAmount) internal {
_balances[beneficiary] = _balances[beneficiary].add(tokenAmount);
_deliverTokens(address(_vault), tokenAmount);
}
}
/**
* @title __unstable__TokenVault
* @dev Similar to an Escrow for tokens, this contract allows its primary account to spend its tokens as it sees fit.
* This contract is an internal helper for PostDeliveryCrowdsale, and should not be used outside of this context.
*/
// solhint-disable-next-line contract-name-camelcase
contract __unstable__TokenVault is Secondary {
function transfer(IERC20 token, address to, uint256 amount) public onlyPrimary {
token.transfer(to, amount);
}
}
contract EINCrowdsale is Crowdsale, PostDeliveryCrowdsale, AllowanceCrowdsale {
using SafeERC20 for IERC20;
address owner;
uint256 public _hardCapToken = 20000000 ether;
uint256 public _openingTime = now + 5 minutes;
uint256 public _closingTime = now + 36 hours;
uint256 public _rate = 37; // RATE USD CENT * 1000
IERC20 _token = IERC20(0x2E43EBAFE93B726E5B87916D00Ea3827da897257);
address payable public crowdsaleWallet = 0x51286825C4c588c05b7C1D6B513828cDF2117C63;
address payable public walletAddress = 0x51286825C4c588c05b7C1D6B513828cDF2117C63;
uint256 private _tokenRaised;
mapping(address => uint256) private _contributions;
mapping(address => uint256) private _contributionsEIN;
constructor()
public
PostDeliveryCrowdsale()
Crowdsale(_rate, walletAddress, _token)
AllowanceCrowdsale(crowdsaleWallet)
TimedCrowdsale(_openingTime, _closingTime)
{}
function tokenRaised() public view returns (uint256) {
return _tokenRaised;
}
function totalPurchasedByAddressETH(address _beneficiary) public view returns (uint256) {
return _contributions[_beneficiary];
}
function totalPurchasedByAddressEIN(address _beneficiary) public view returns (uint256) {
return _contributionsEIN[_beneficiary];
}
function _preValidatePurchase(address _beneficiary, uint256 _weiAmount) internal view {
super._preValidatePurchase(_beneficiary, _weiAmount);
uint256 tokens = _getTokenAmount(_weiAmount);
require(tokenRaised().add(tokens) <= _hardCapToken);
}
function _updatePurchasingState(address _beneficiary, uint256 weiAmount)
internal
{
super._updatePurchasingState(_beneficiary, weiAmount);
_contributions[_beneficiary] = _contributions[_beneficiary].add(weiAmount);
_contributionsEIN[_beneficiary] = _contributionsEIN[_beneficiary].add(_getTokenAmount(weiAmount));
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"prevClosingTime","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newClosingTime","type":"uint256"}],"name":"TimedCrowdsaleExtended","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"purchaser","type":"address"},{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"TokensPurchased","type":"event"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"constant":true,"inputs":[],"name":"_closingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"weiAmount","type":"uint256"}],"name":"_getTokenAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_hardCapToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_openingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_rate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":true,"inputs":[],"name":"closingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"crowdsaleWallet","outputs":[{"internalType":"address payable","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getDecimals","outputs":[{"internalType":"int256","name":"","type":"int256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"getLatestPrice","outputs":[{"internalType":"int256","name":"","type":"int256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"hasClosed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isOpen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"openingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"rate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"remainingTokens","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"tokenRaised","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"tokenSold","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"tokenWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"_beneficiary","type":"address"}],"name":"totalPurchasedByAddressEIN","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"_beneficiary","type":"address"}],"name":"totalPurchasedByAddressETH","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"internalType":"address payable","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"walletAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"weiRaised","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"beneficiary","type":"address"}],"name":"withdrawTokens","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
60806040526a108b2a2c28029094000000600d5561012c4201600e556201fa404201600f556025601055732e43ebafe93b726e5b87916d00ea3827da897257601160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507351286825c4c588c05b7c1d6b513828cdf2117c63601260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507351286825c4c588c05b7c1d6b513828cdf2117c63601360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156200013557600080fd5b50601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600e54600f54601054601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16601160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660016000806101000a81548160ff0219169083151502179055506000831162000239576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f43726f776473616c653a2072617465206973203000000000000000000000000081525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415620002c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602581526020018062002acf6025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141562000349576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602481526020018062002aab6024913960400191505060405180910390fd5b8260048190555081600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555033600060016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550735f4ec3df9cbd43714fe2740f5e3616155c5b8419600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050505042821015620004c6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252603381526020018062002a0d6033913960400191505060405180910390fd5b81811162000520576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252603781526020018062002a746037913960400191505060405180910390fd5b816007819055508060088190555050506040516200053e906200066c565b604051809103906000f0801580156200055b573d6000803e3d6000fd5b50600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141562000624576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252603481526020018062002a406034913960400191505060405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550506200067a565b61062080620023ed83390190565b611d63806200068a6000396000f3fe6080604052600436106101815760003560e01c80637a99bb0a116100d1578063bf5839031161008a578063ec8ac4d811610064578063ec8ac4d8146106f5578063f0141d8414610739578063f853edb414610764578063fc0c546a1461078f57610181565b8063bf58390314610648578063bff99c6c14610673578063c1f4c7d8146106ca57610181565b80637a99bb0a146104ae57806383bebced146104fd5780638e15f47314610528578063ac14a1fa14610553578063b37c6a64146105b8578063b7a8807c1461061d57610181565b80634b6753bc1161013e578063521eb27311610118578063521eb2731461034457806356ff83c81461039b5780636ad5b3ea146103f257806370a082311461044957610181565b80634b6753bc146102c35780634ff9448e146102ee578063519ee19e1461031957610181565b80631515bc2b1461019357806326a21575146101c25780632c4e722e146101ed5780634042b66f1461021857806347535d7b1461024357806349df728c14610272575b61019161018c6107e6565b6107ee565b005b34801561019f57600080fd5b506101a8610979565b604051808215151515815260200191505060405180910390f35b3480156101ce57600080fd5b506101d7610985565b6040518082815260200191505060405180910390f35b3480156101f957600080fd5b5061020261098f565b6040518082815260200191505060405180910390f35b34801561022457600080fd5b5061022d6109ad565b6040518082815260200191505060405180910390f35b34801561024f57600080fd5b506102586109b7565b604051808215151515815260200191505060405180910390f35b34801561027e57600080fd5b506102c16004803603602081101561029557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506109d2565b005b3480156102cf57600080fd5b506102d8610c11565b6040518082815260200191505060405180910390f35b3480156102fa57600080fd5b50610303610c1b565b6040518082815260200191505060405180910390f35b34801561032557600080fd5b5061032e610c21565b6040518082815260200191505060405180910390f35b34801561035057600080fd5b50610359610c2b565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156103a757600080fd5b506103b0610c55565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156103fe57600080fd5b50610407610c7b565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561045557600080fd5b506104986004803603602081101561046c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ca1565b6040518082815260200191505060405180910390f35b3480156104ba57600080fd5b506104e7600480360360208110156104d157600080fd5b8101908080359060200190929190505050610cea565b6040518082815260200191505060405180910390f35b34801561050957600080fd5b50610512610d51565b6040518082815260200191505060405180910390f35b34801561053457600080fd5b5061053d610d57565b6040518082815260200191505060405180910390f35b34801561055f57600080fd5b506105a26004803603602081101561057657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e40565b6040518082815260200191505060405180910390f35b3480156105c457600080fd5b50610607600480360360208110156105db57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e89565b6040518082815260200191505060405180910390f35b34801561062957600080fd5b50610632610ed2565b6040518082815260200191505060405180910390f35b34801561065457600080fd5b5061065d610edc565b6040518082815260200191505060405180910390f35b34801561067f57600080fd5b506106886110e1565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156106d657600080fd5b506106df61110b565b6040518082815260200191505060405180910390f35b6107376004803603602081101561070b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506107ee565b005b34801561074557600080fd5b5061074e611111565b6040518082815260200191505060405180910390f35b34801561077057600080fd5b506107796111be565b6040518082815260200191505060405180910390f35b34801561079b57600080fd5b506107a46111c4565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b600033905090565b6000809054906101000a900460ff1661086f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b60008060006101000a81548160ff0219169083151502179055506000349050600061089982610cea565b90506108a583836111ee565b6108ba8260055461123290919063ffffffff16565b6005819055506108ca83826112ba565b8273ffffffffffffffffffffffffffffffffffffffff166108e96107e6565b73ffffffffffffffffffffffffffffffffffffffff167f6faf93231a456e552dbc9961f58d9713ee4f2e69d15f1975b050ef0911053a7b8484604051808381526020018281526020019250505060405180910390a3610948838361137f565b6109506114bf565b61095a838361152a565b505060016000806101000a81548160ff02191690831515021790555050565b60006008544211905090565b6000601454905090565b60006109a86103e860045461152e90919063ffffffff16565b905090565b6000600554905090565b600060075442101580156109cd57506008544211155b905090565b6109da610979565b610a2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611ce46021913960400191505060405180910390fd5b6000600960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060008111610acc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526038815260200180611c616038913960400191505060405180910390fd5b6000600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663beabacc8610b576111c4565b84846040518463ffffffff1660e01b8152600401808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019350505050600060405180830381600087803b158015610bf557600080fd5b505af1158015610c09573d6000803e3d6000fd5b505050505050565b6000600854905090565b600f5481565b6000600654905090565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000610d4a610d0b66038d7ea4c6800060045461157890919063ffffffff16565b610d3c610d2d6402540be400610d1f610d57565b61157890919063ffffffff16565b8561157890919063ffffffff16565b61152e90919063ffffffff16565b9050919050565b60105481565b600080600080600080600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663feaf968c6040518163ffffffff1660e01b815260040160a06040518083038186803b158015610dc857600080fd5b505afa158015610ddc573d6000803e3d6000fd5b505050506040513d60a0811015610df257600080fd5b81019080805190602001909291908051906020019092919080519060200190929190805190602001909291908051906020019092919050505094509450945094509450839550505050505090565b6000601660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000601560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000600754905090565b60006110dc610ee96111c4565b73ffffffffffffffffffffffffffffffffffffffff166370a08231600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610f8757600080fd5b505afa158015610f9b573d6000803e3d6000fd5b505050506040513d6020811015610fb157600080fd5b8101908080519060200190929190505050610fca6111c4565b73ffffffffffffffffffffffffffffffffffffffff1663dd62ed3e600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16306040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019250505060206040518083038186803b15801561109c57600080fd5b505afa1580156110b0573d6000803e3d6000fd5b505050506040513d60208110156110c657600080fd5b81019080805190602001909291905050506115fe565b905090565b6000600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600d5481565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b815260040160206040518083038186803b15801561117b57600080fd5b505afa15801561118f573d6000803e3d6000fd5b505050506040513d60208110156111a557600080fd5b810190808051906020019092919050505060ff16905090565b600e5481565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6111f88282611617565b600061120382610cea565b9050600d5461122282611214610985565b61123290919063ffffffff16565b111561122d57600080fd5b505050565b6000808284019050838110156112b0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b61130c81600960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461123290919063ffffffff16565b600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061137b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168261169f565b5050565b61138982826116f9565b6113db81601560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461123290919063ffffffff16565b601560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061147861142a82610cea565b601660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461123290919063ffffffff16565b601660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f19350505050158015611527573d6000803e3d6000fd5b50565b5050565b600061157083836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506116fd565b905092915050565b60008083141561158b57600090506115f8565b600082840290508284828161159c57fe5b04146115f3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c996021913960400191505060405180910390fd5b809150505b92915050565b600081831061160d578161160f565b825b905092915050565b61161f6109b7565b611691576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260188152602001807f54696d656443726f776473616c653a206e6f74206f70656e000000000000000081525060200191505060405180910390fd5b61169b82826117c3565b5050565b6116f5600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1683836116cf6111c4565b73ffffffffffffffffffffffffffffffffffffffff166118c4909392919063ffffffff16565b5050565b5050565b600080831182906117a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561176e578082015181840152602081019050611753565b50505050905090810190601f16801561179b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385816117b557fe5b049050809150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611849576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611cba602a913960400191505060405180910390fd5b60008114156118c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260198152602001807f43726f776473616c653a20776569416d6f756e7420697320300000000000000081525060200191505060405180910390fd5b5050565b6119c4848573ffffffffffffffffffffffffffffffffffffffff166323b872dd905060e01b858585604051602401808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019350505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506119ca565b50505050565b6119e98273ffffffffffffffffffffffffffffffffffffffff16611c15565b611a5b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5361666545524332303a2063616c6c20746f206e6f6e2d636f6e74726163740081525060200191505060405180910390fd5b600060608373ffffffffffffffffffffffffffffffffffffffff16836040518082805190602001908083835b60208310611aaa5780518252602082019150602081019050602083039250611a87565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114611b0c576040519150601f19603f3d011682016040523d82523d6000602084013e611b11565b606091505b509150915081611b89576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656481525060200191505060405180910390fd5b600081511115611c0f57808060200190516020811015611ba857600080fd5b8101908080519060200190929190505050611c0e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611d05602a913960400191505060405180910390fd5b5b50505050565b60008060007fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47060001b9050833f9150808214158015611c5757506000801b8214155b9250505091905056fe506f737444656c697665727943726f776473616c653a2062656e6566696369617279206973206e6f742064756520616e7920746f6b656e73536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7743726f776473616c653a2062656e656669636961727920697320746865207a65726f2061646472657373506f737444656c697665727943726f776473616c653a206e6f7420636c6f7365645361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a265627a7a7231582035024384fe8d38812d9f59776c0daca7c105b2b6ccdf5858c11b1710246f62c864736f6c63430005110032608060405260006100146100bf60201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f4101e71e974f68df5e9730cc223280b41654676bbb052cdcc735c3337e64d2d981604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a1506100c7565b600033905090565b61054a806100d66000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c80632348238c14610046578063beabacc81461008a578063c6dbdf61146100f8575b600080fd5b6100886004803603602081101561005c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610142565b005b6100f6600480360360608110156100a057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061031a565b005b61010061048e565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166101826104b7565b73ffffffffffffffffffffffffffffffffffffffff16146101ee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c8152602001806104ea602c913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610274576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a8152602001806104c0602a913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f4101e71e974f68df5e9730cc223280b41654676bbb052cdcc735c3337e64d2d981604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390a150565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1661035a6104b7565b73ffffffffffffffffffffffffffffffffffffffff16146103c6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602c8152602001806104ea602c913960400191505060405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b15801561044d57600080fd5b505af1158015610461573d6000803e3d6000fd5b505050506040513d602081101561047757600080fd5b810190808051906020019092919050505050505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60003390509056fe5365636f6e646172793a206e6577207072696d61727920697320746865207a65726f20616464726573735365636f6e646172793a2063616c6c6572206973206e6f7420746865207072696d617279206163636f756e74a265627a7a7231582042097ab697ca6fc024b8843a2b23bda1c7e1e2f39d3c4efa6d13e8eb475b527464736f6c6343000511003254696d656443726f776473616c653a206f70656e696e672074696d65206973206265666f72652063757272656e742074696d65416c6c6f77616e636543726f776473616c653a20746f6b656e2077616c6c657420697320746865207a65726f206164647265737354696d656443726f776473616c653a206f70656e696e672074696d65206973206e6f74206265666f726520636c6f73696e672074696d6543726f776473616c653a20746f6b656e20697320746865207a65726f206164647265737343726f776473616c653a2077616c6c657420697320746865207a65726f2061646472657373
Deployed Bytecode
0x6080604052600436106101815760003560e01c80637a99bb0a116100d1578063bf5839031161008a578063ec8ac4d811610064578063ec8ac4d8146106f5578063f0141d8414610739578063f853edb414610764578063fc0c546a1461078f57610181565b8063bf58390314610648578063bff99c6c14610673578063c1f4c7d8146106ca57610181565b80637a99bb0a146104ae57806383bebced146104fd5780638e15f47314610528578063ac14a1fa14610553578063b37c6a64146105b8578063b7a8807c1461061d57610181565b80634b6753bc1161013e578063521eb27311610118578063521eb2731461034457806356ff83c81461039b5780636ad5b3ea146103f257806370a082311461044957610181565b80634b6753bc146102c35780634ff9448e146102ee578063519ee19e1461031957610181565b80631515bc2b1461019357806326a21575146101c25780632c4e722e146101ed5780634042b66f1461021857806347535d7b1461024357806349df728c14610272575b61019161018c6107e6565b6107ee565b005b34801561019f57600080fd5b506101a8610979565b604051808215151515815260200191505060405180910390f35b3480156101ce57600080fd5b506101d7610985565b6040518082815260200191505060405180910390f35b3480156101f957600080fd5b5061020261098f565b6040518082815260200191505060405180910390f35b34801561022457600080fd5b5061022d6109ad565b6040518082815260200191505060405180910390f35b34801561024f57600080fd5b506102586109b7565b604051808215151515815260200191505060405180910390f35b34801561027e57600080fd5b506102c16004803603602081101561029557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506109d2565b005b3480156102cf57600080fd5b506102d8610c11565b6040518082815260200191505060405180910390f35b3480156102fa57600080fd5b50610303610c1b565b6040518082815260200191505060405180910390f35b34801561032557600080fd5b5061032e610c21565b6040518082815260200191505060405180910390f35b34801561035057600080fd5b50610359610c2b565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156103a757600080fd5b506103b0610c55565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156103fe57600080fd5b50610407610c7b565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561045557600080fd5b506104986004803603602081101561046c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ca1565b6040518082815260200191505060405180910390f35b3480156104ba57600080fd5b506104e7600480360360208110156104d157600080fd5b8101908080359060200190929190505050610cea565b6040518082815260200191505060405180910390f35b34801561050957600080fd5b50610512610d51565b6040518082815260200191505060405180910390f35b34801561053457600080fd5b5061053d610d57565b6040518082815260200191505060405180910390f35b34801561055f57600080fd5b506105a26004803603602081101561057657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e40565b6040518082815260200191505060405180910390f35b3480156105c457600080fd5b50610607600480360360208110156105db57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e89565b6040518082815260200191505060405180910390f35b34801561062957600080fd5b50610632610ed2565b6040518082815260200191505060405180910390f35b34801561065457600080fd5b5061065d610edc565b6040518082815260200191505060405180910390f35b34801561067f57600080fd5b506106886110e1565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156106d657600080fd5b506106df61110b565b6040518082815260200191505060405180910390f35b6107376004803603602081101561070b57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291905050506107ee565b005b34801561074557600080fd5b5061074e611111565b6040518082815260200191505060405180910390f35b34801561077057600080fd5b506107796111be565b6040518082815260200191505060405180910390f35b34801561079b57600080fd5b506107a46111c4565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b600033905090565b6000809054906101000a900460ff1661086f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5265656e7472616e637947756172643a207265656e7472616e742063616c6c0081525060200191505060405180910390fd5b60008060006101000a81548160ff0219169083151502179055506000349050600061089982610cea565b90506108a583836111ee565b6108ba8260055461123290919063ffffffff16565b6005819055506108ca83826112ba565b8273ffffffffffffffffffffffffffffffffffffffff166108e96107e6565b73ffffffffffffffffffffffffffffffffffffffff167f6faf93231a456e552dbc9961f58d9713ee4f2e69d15f1975b050ef0911053a7b8484604051808381526020018281526020019250505060405180910390a3610948838361137f565b6109506114bf565b61095a838361152a565b505060016000806101000a81548160ff02191690831515021790555050565b60006008544211905090565b6000601454905090565b60006109a86103e860045461152e90919063ffffffff16565b905090565b6000600554905090565b600060075442101580156109cd57506008544211155b905090565b6109da610979565b610a2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611ce46021913960400191505060405180910390fd5b6000600960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905060008111610acc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526038815260200180611c616038913960400191505060405180910390fd5b6000600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663beabacc8610b576111c4565b84846040518463ffffffff1660e01b8152600401808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019350505050600060405180830381600087803b158015610bf557600080fd5b505af1158015610c09573d6000803e3d6000fd5b505050505050565b6000600854905090565b600f5481565b6000600654905090565b6000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b601260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b601360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000610d4a610d0b66038d7ea4c6800060045461157890919063ffffffff16565b610d3c610d2d6402540be400610d1f610d57565b61157890919063ffffffff16565b8561157890919063ffffffff16565b61152e90919063ffffffff16565b9050919050565b60105481565b600080600080600080600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663feaf968c6040518163ffffffff1660e01b815260040160a06040518083038186803b158015610dc857600080fd5b505afa158015610ddc573d6000803e3d6000fd5b505050506040513d60a0811015610df257600080fd5b81019080805190602001909291908051906020019092919080519060200190929190805190602001909291908051906020019092919050505094509450945094509450839550505050505090565b6000601660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000601560008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000600754905090565b60006110dc610ee96111c4565b73ffffffffffffffffffffffffffffffffffffffff166370a08231600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015610f8757600080fd5b505afa158015610f9b573d6000803e3d6000fd5b505050506040513d6020811015610fb157600080fd5b8101908080519060200190929190505050610fca6111c4565b73ffffffffffffffffffffffffffffffffffffffff1663dd62ed3e600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16306040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019250505060206040518083038186803b15801561109c57600080fd5b505afa1580156110b0573d6000803e3d6000fd5b505050506040513d60208110156110c657600080fd5b81019080805190602001909291905050506115fe565b905090565b6000600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600d5481565b6000600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663313ce5676040518163ffffffff1660e01b815260040160206040518083038186803b15801561117b57600080fd5b505afa15801561118f573d6000803e3d6000fd5b505050506040513d60208110156111a557600080fd5b810190808051906020019092919050505060ff16905090565b600e5481565b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6111f88282611617565b600061120382610cea565b9050600d5461122282611214610985565b61123290919063ffffffff16565b111561122d57600080fd5b505050565b6000808284019050838110156112b0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b61130c81600960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461123290919063ffffffff16565b600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061137b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff168261169f565b5050565b61138982826116f9565b6113db81601560008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461123290919063ffffffff16565b601560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061147861142a82610cea565b601660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461123290919063ffffffff16565b601660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f19350505050158015611527573d6000803e3d6000fd5b50565b5050565b600061157083836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506116fd565b905092915050565b60008083141561158b57600090506115f8565b600082840290508284828161159c57fe5b04146115f3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c996021913960400191505060405180910390fd5b809150505b92915050565b600081831061160d578161160f565b825b905092915050565b61161f6109b7565b611691576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260188152602001807f54696d656443726f776473616c653a206e6f74206f70656e000000000000000081525060200191505060405180910390fd5b61169b82826117c3565b5050565b6116f5600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1683836116cf6111c4565b73ffffffffffffffffffffffffffffffffffffffff166118c4909392919063ffffffff16565b5050565b5050565b600080831182906117a9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561176e578082015181840152602081019050611753565b50505050905090810190601f16801561179b5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385816117b557fe5b049050809150509392505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611849576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611cba602a913960400191505060405180910390fd5b60008114156118c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260198152602001807f43726f776473616c653a20776569416d6f756e7420697320300000000000000081525060200191505060405180910390fd5b5050565b6119c4848573ffffffffffffffffffffffffffffffffffffffff166323b872dd905060e01b858585604051602401808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020018281526020019350505050604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506119ca565b50505050565b6119e98273ffffffffffffffffffffffffffffffffffffffff16611c15565b611a5b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f5361666545524332303a2063616c6c20746f206e6f6e2d636f6e74726163740081525060200191505060405180910390fd5b600060608373ffffffffffffffffffffffffffffffffffffffff16836040518082805190602001908083835b60208310611aaa5780518252602082019150602081019050602083039250611a87565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114611b0c576040519150601f19603f3d011682016040523d82523d6000602084013e611b11565b606091505b509150915081611b89576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c656481525060200191505060405180910390fd5b600081511115611c0f57808060200190516020811015611ba857600080fd5b8101908080519060200190929190505050611c0e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602a815260200180611d05602a913960400191505060405180910390fd5b5b50505050565b60008060007fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47060001b9050833f9150808214158015611c5757506000801b8214155b9250505091905056fe506f737444656c697665727943726f776473616c653a2062656e6566696369617279206973206e6f742064756520616e7920746f6b656e73536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7743726f776473616c653a2062656e656669636961727920697320746865207a65726f2061646472657373506f737444656c697665727943726f776473616c653a206e6f7420636c6f7365645361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a265627a7a7231582035024384fe8d38812d9f59776c0daca7c105b2b6ccdf5858c11b1710246f62c864736f6c63430005110032
Deployed Bytecode Sourcemap
38965:2065:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22404:23;22414:12;:10;:12::i;:::-;22404:9;:23::i;:::-;38965:2065;34377:159;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34377:159:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;39970:91;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39970:91:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;23413:87;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23413:87:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;23568;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23568:87:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;34015:192;;8:9:-1;5:2;;;30:1;27;20:12;5:2;34015:192:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;37286:363;;8:9:-1;5:2;;;30:1;27;20:12;5:2;37286:363:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;37286:363:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;33834:91;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33834:91:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;39216:44;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39216:44:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;23727:87;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23727:87:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;22750:89;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22750:89:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;39402:83;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39402:83:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;39492:81;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39492:81:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;37718:110;;8:9:-1;5:2;;;30:1;27;20:12;5:2;37718:110:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;37718:110:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;27614:175;;8:9:-1;5:2;;;30:1;27;20:12;5:2;27614:175:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;27614:175:0;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;39267:25;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39267:25:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;22910:306;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22910:306:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;40227:145;;8:9:-1;5:2;;;30:1;27;20:12;5:2;40227:145:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;40227:145:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;40073:142;;8:9:-1;5:2;;;30:1;27;20:12;5:2;40073:142:0;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;40073:142:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;33673:91;;8:9:-1;5:2;;;30:1;27;20:12;5:2;33673:91:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;29748:172;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29748:172:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;29512:91;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29512:91:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;39106:45;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39106:45:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;24079:630;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;24079:630:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;23228:95;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23228:95:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;39164:45;;8:9:-1;5:2;;;30:1;27;20:12;5:2;39164:45:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;22591:78;;8:9:-1;5:2;;;30:1;27;20:12;5:2;22591:78:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;806:98;851:15;886:10;879:17;;806:98;:::o;24079:630::-;18899:11;;;;;;;;;;;18891:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19038:5;19024:11;;:19;;;;;;;;;;;;;;;;;;24158:17;24178:9;24158:29;;24247:14;24264:26;24280:9;24264:15;:26::i;:::-;24247:43;;24311:44;24332:11;24345:9;24311:20;:44::i;:::-;24406:25;24421:9;24406:10;;:14;;:25;;;;:::i;:::-;24393:10;:38;;;;24444:37;24461:11;24474:6;24444:16;:37::i;:::-;24527:11;24497:61;;24513:12;:10;:12::i;:::-;24497:61;;;24540:9;24551:6;24497:61;;;;;;;;;;;;;;;;;;;;;;;;24571:46;24594:11;24607:9;24571:22;:46::i;:::-;24630:15;:13;:15::i;:::-;24656:45;24678:11;24691:9;24656:21;:45::i;:::-;19056:1;;19218:4;19204:11;;:18;;;;;;;;;;;;;;;;;;24079:630;:::o;34377:159::-;34419:4;34516:12;;34498:15;:30;34491:37;;34377:159;:::o;39970:91::-;40014:7;40041:12;;40034:19;;39970:91;:::o;23413:87::-;23450:7;23477:15;23487:4;23477:5;;:9;;:15;;;;:::i;:::-;23470:22;;23413:87;:::o;23568:::-;23610:7;23637:10;;23630:17;;23568:87;:::o;34015:192::-;34054:4;34152:12;;34133:15;:31;;:66;;;;;34187:12;;34168:15;:31;;34133:66;34126:73;;34015:192;:::o;37286:363::-;37357:11;:9;:11::i;:::-;37349:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37417:14;37434:9;:22;37444:11;37434:22;;;;;;;;;;;;;;;;37417:39;;37484:1;37475:6;:10;37467:79;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37584:1;37559:9;:22;37569:11;37559:22;;;;;;;;;;;;;;;:26;;;;37596:6;;;;;;;;;;;:15;;;37612:7;:5;:7::i;:::-;37621:11;37634:6;37596:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;37596:45:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;37596:45:0;;;;37286:363;;:::o;33834:91::-;33878:7;33905:12;;33898:19;;33834:91;:::o;39216:44::-;;;;:::o;23727:87::-;23769:7;23796:10;;23789:17;;23727:87;:::o;22750:89::-;22789:15;22824:7;;;;;;;;;;;22817:14;;22750:89;:::o;39402:83::-;;;;;;;;;;;;;:::o;39492:81::-;;;;;;;;;;;;;:::o;37718:110::-;37775:7;37802:9;:18;37812:7;37802:18;;;;;;;;;;;;;;;;37795:25;;37718:110;;;:::o;27614:175::-;27679:7;27706:75;27763:17;27773:6;27763:5;;:9;;:17;;;;:::i;:::-;27706:52;27720:37;27750:6;27728:16;:14;:16::i;:::-;27720:29;;:37;;;;:::i;:::-;27706:9;:13;;:52;;;;:::i;:::-;:56;;:75;;;;:::i;:::-;27699:82;;27614:175;;;:::o;39267:25::-;;;;:::o;22910:306::-;22957:3;22988:14;23018:9;23042:14;23071;23100:22;23136:9;;;;;;;;;;;:25;;;:27;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23136:27:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;23136:27:0;;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;23136:27:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22973:190;;;;;;;;;;23181:5;23174:12;;;;;;;22910:306;:::o;40227:145::-;40306:7;40333:17;:31;40351:12;40333:31;;;;;;;;;;;;;;;;40326:38;;40227:145;;;:::o;40073:142::-;40152:7;40179:14;:28;40194:12;40179:28;;;;;;;;;;;;;;;;40172:35;;40073:142;;;:::o;33673:91::-;33717:7;33744:12;;33737:19;;33673:91;:::o;29748:172::-;29796:7;29823:89;29832:7;:5;:7::i;:::-;:17;;;29850:12;;;;;;;;;;;29832:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29832:31:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;29832:31:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;29832:31:0;;;;;;;;;;;;;;;;29865:7;:5;:7::i;:::-;:17;;;29883:12;;;;;;;;;;;29905:4;29865:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;29865:46:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;29865:46:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;29865:46:0;;;;;;;;;;;;;;;;29823:8;:89::i;:::-;29816:96;;29748:172;:::o;29512:91::-;29556:7;29583:12;;;;;;;;;;;29576:19;;29512:91;:::o;39106:45::-;;;;:::o;23228:95::-;23272:3;23295:9;;;;;;;;;;;:18;;;:20;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;23295:20:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;23295:20:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;23295:20:0;;;;;;;;;;;;;;;;23288:27;;;;23228:95;:::o;39164:45::-;;;;:::o;22591:78::-;22629:6;22655;;;;;;;;;;;22648:13;;22591:78;:::o;40384:274::-;40481:52;40508:12;40522:10;40481:26;:52::i;:::-;40544:14;40561:27;40577:10;40561:15;:27::i;:::-;40544:44;;40636:13;;40607:25;40625:6;40607:13;:11;:13::i;:::-;:17;;:25;;;;:::i;:::-;:42;;40599:51;;;;;;40384:274;;;:::o;1978:181::-;2036:7;2056:9;2072:1;2068;:5;2056:17;;2097:1;2092;:6;;2084:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2150:1;2143:8;;;1978:181;;;;:::o;38226:215::-;38339:39;38366:11;38339:9;:22;38349:11;38339:22;;;;;;;;;;;;;;;;:26;;:39;;;;:::i;:::-;38314:9;:22;38324:11;38314:22;;;;;;;;;;;;;;;:64;;;;38389:44;38412:6;;;;;;;;;;;38421:11;38389:14;:44::i;:::-;38226:215;;:::o;40666:361::-;40773:53;40802:12;40816:9;40773:28;:53::i;:::-;40868:43;40901:9;40868:14;:28;40883:12;40868:28;;;;;;;;;;;;;;;;:32;;:43;;;;:::i;:::-;40837:14;:28;40852:12;40837:28;;;;;;;;;;;;;;;:74;;;;40956:63;40992:26;41008:9;40992:15;:26::i;:::-;40956:17;:31;40974:12;40956:31;;;;;;;;;;;;;;;;:35;;:63;;;;:::i;:::-;40922:17;:31;40940:12;40922:31;;;;;;;;;;;;;;;:97;;;;40666:361;;:::o;27881:80::-;27926:7;;;;;;;;;;;:16;;:27;27943:9;27926:27;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;27926:27:0;27881:80::o;25945:151::-;;;:::o;4289:132::-;4347:7;4374:39;4378:1;4381;4374:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;4367:46;;4289:132;;;;:::o;3350:471::-;3408:7;3658:1;3653;:6;3649:47;;;3683:1;3676:8;;;;3649:47;3708:9;3724:1;3720;:5;3708:17;;3753:1;3748;3744;:5;;;;;;:10;3736:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3812:1;3805:8;;;3350:471;;;;;:::o;28323:106::-;28381:7;28412:1;28408;:5;:13;;28420:1;28408:13;;;28416:1;28408:13;28401:20;;28323:106;;;;:::o;34736:167::-;32887:8;:6;:8::i;:::-;32879:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34845:50;34872:11;34885:9;34845:26;:50::i;:::-;34736:167;;:::o;30118:158::-;30204:64;30229:12;;;;;;;;;;;30243:11;30256;30204:7;:5;:7::i;:::-;:24;;;;:64;;;;;;:::i;:::-;30118:158;;:::o;27211:147::-;;;:::o;4951:345::-;5037:7;5136:1;5132;:5;5139:12;5124:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;5124:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5163:9;5179:1;5175;:5;;;;;;5163:17;;5287:1;5280:8;;;4951:345;;;;;:::o;25262:380::-;25388:1;25365:25;;:11;:25;;;;25357:80;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25469:1;25456:9;:14;;25448:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25262:380;;:::o;13117:204::-;13218:95;13237:5;13267;:18;;;:27;;;;13296:4;13302:2;13306:5;13244:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;13244:68:0;;;;;;;38:4:-1;29:7;25:18;67:10;61:17;96:58;199:8;192:4;186;182:15;179:29;167:10;160:49;0:215;;;13244:68:0;13218:18;:95::i;:::-;13117:204;;;;:::o;14972:1114::-;15576:27;15584:5;15576:25;;;:27::i;:::-;15568:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15713:12;15727:23;15762:5;15754:19;;15774:4;15754:25;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;182:3;176:10;171:3;164:23;98:2;93:3;89:12;82:19;;123:2;118:3;114:12;107:19;;148:2;143:3;139:12;132:19;;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;15754:25:0;;;;;;;;;;;;;;;;;;;;;;;;14:1:-1;21;16:31;;;;75:4;69:11;64:16;;144:4;140:9;133:4;115:16;111:27;107:43;104:1;100:51;94:4;87:65;169:16;166:1;159:27;225:16;222:1;215:4;212:1;208:12;193:49;7:242;;16:31;36:4;31:9;;7:242;;15712:67:0;;;;15798:7;15790:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15879:1;15859:10;:17;:21;15855:224;;;16001:10;15990:30;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;15990:30:0;;;;;;;;;;;;;;;;15982:85;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15855:224;14972:1114;;;;:::o;10055:619::-;10115:4;10377:16;10404:19;10426:66;10404:88;;;;10595:7;10583:20;10571:32;;10635:11;10623:8;:23;;:42;;;;;10662:3;10650:15;;:8;:15;;10623:42;10615:51;;;;10055:619;;;:::o
Swarm Source
bzzr://42097ab697ca6fc024b8843a2b23bda1c7e1e2f39d3c4efa6d13e8eb475b5274
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.