Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 124 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Withdraw | 9471800 | 2203 days ago | IN | 0 ETH | 0.00022331 | ||||
| Sell | 9471795 | 2203 days ago | IN | 0 ETH | 0.00019264 | ||||
| Withdraw | 8773016 | 2320 days ago | IN | 0 ETH | 0.00004367 | ||||
| Sell | 8773007 | 2320 days ago | IN | 0 ETH | 0.00004807 | ||||
| Sell | 8773001 | 2320 days ago | IN | 0 ETH | 0.00002331 | ||||
| Withdraw | 8770798 | 2320 days ago | IN | 0 ETH | 0.00004367 | ||||
| Sell | 8770785 | 2320 days ago | IN | 0 ETH | 0.00004814 | ||||
| Withdraw | 8695862 | 2332 days ago | IN | 0 ETH | 0.00004367 | ||||
| Withdraw | 8695845 | 2332 days ago | IN | 0 ETH | 0.00004367 | ||||
| Withdraw | 8690254 | 2333 days ago | IN | 0 ETH | 0.00030569 | ||||
| Sell | 8690247 | 2333 days ago | IN | 0 ETH | 0.00033608 | ||||
| Withdraw | 8690241 | 2333 days ago | IN | 0 ETH | 0.00030569 | ||||
| Withdraw | 8689496 | 2333 days ago | IN | 0 ETH | 0.00004367 | ||||
| Reinvest | 8689467 | 2333 days ago | IN | 0 ETH | 0.00041155 | ||||
| Withdraw | 8689307 | 2333 days ago | IN | 0 ETH | 0.00034936 | ||||
| Sell | 8689303 | 2333 days ago | IN | 0 ETH | 0.00038512 | ||||
| Reinvest | 8689089 | 2333 days ago | IN | 0 ETH | 0.00008243 | ||||
| Reinvest | 8689079 | 2333 days ago | IN | 0 ETH | 0.00006743 | ||||
| Withdraw | 8688153 | 2333 days ago | IN | 0 ETH | 0.00025803 | ||||
| Buy | 8688117 | 2333 days ago | IN | 0.1 ETH | 0.00108137 | ||||
| Withdraw | 8687275 | 2333 days ago | IN | 0 ETH | 0.00034936 | ||||
| Buy | 8687077 | 2333 days ago | IN | 0.007 ETH | 0.00009015 | ||||
| Withdraw | 8687058 | 2333 days ago | IN | 0 ETH | 0.00004367 | ||||
| Sell | 8686968 | 2333 days ago | IN | 0 ETH | 0.00029326 | ||||
| Withdraw | 8686965 | 2333 days ago | IN | 0 ETH | 0.00026638 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 9471800 | 2203 days ago | 0.0196125 ETH | ||||
| - | 8773016 | 2320 days ago | 0.00394757 ETH | ||||
| - | 8770798 | 2320 days ago | 0.01565485 ETH | ||||
| - | 8695862 | 2332 days ago | 0.03219241 ETH | ||||
| - | 8695845 | 2332 days ago | 0.00888441 ETH | ||||
| - | 8690254 | 2333 days ago | 0.04941871 ETH | ||||
| - | 8690241 | 2333 days ago | 0.47474184 ETH | ||||
| - | 8689496 | 2333 days ago | 0.00007331 ETH | ||||
| - | 8689307 | 2333 days ago | 0.33036746 ETH | ||||
| - | 8688153 | 2333 days ago | 0.01874157 ETH | ||||
| - | 8687275 | 2333 days ago | 0.03715106 ETH | ||||
| - | 8687058 | 2333 days ago | 0.00662753 ETH | ||||
| - | 8686965 | 2333 days ago | 0.39564059 ETH | ||||
| - | 8686603 | 2333 days ago | 0.10383375 ETH | ||||
| - | 8685880 | 2333 days ago | 0.06972868 ETH | ||||
| - | 8685662 | 2333 days ago | 0.07000757 ETH | ||||
| - | 8685161 | 2333 days ago | 1.06936189 ETH | ||||
| - | 8684987 | 2333 days ago | 0.15457139 ETH | ||||
| - | 8684922 | 2333 days ago | 0.35350602 ETH | ||||
| - | 8684863 | 2333 days ago | 5.39283434 ETH | ||||
| - | 8684860 | 2333 days ago | 3.1153235 ETH | ||||
| - | 8684841 | 2333 days ago | 0.04721931 ETH | ||||
| - | 8684829 | 2333 days ago | 0.96546591 ETH | ||||
| - | 8684821 | 2333 days ago | 0.46839362 ETH | ||||
| - | 8684812 | 2333 days ago | 0.90261838 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
BrownChipMain
Compiler Version
v0.4.20+commit.3155dd80
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2019-10-05
*/
/* Because this is the shit that keeps on giving.
*
* BrOwNChiP
*
*https://discord.gg/JCnEsAf
*
*====================================*
*
* 25% Dividends:
* - Distributed to Brown tokenholders proportional to all the shit that exists.
*
* Only a fool would take anything posted here as guaranteed.
*
* Press F to pay respects to Oracle. (slams table)
*/
pragma solidity ^0.4.20;
/*
* Main Net Version
*/
contract BrownChipMain {
/*=================================
= MODIFIERS =
=================================*/
// only people with tokens
modifier onlyBagholders() {
require(myTokens() > 0);
_;
}
// only people with profits
modifier onlyStronghands() {
require(myDividends(true) > 0);
_;
}
// administrators can:
// -> change the name of the contract
// -> change the name of the token
// -> change the PoS difficulty (How many tokens it costs to hold a masternode, in case it gets crazy high later)
// they CANNOT:
// -> take funds
// -> disable withdrawals
// -> kill the contract
// -> change the price of tokens
modifier onlyAdministrator(){
address _customerAddress = msg.sender;
require(administrators[(_customerAddress)]);
_;
}
// ensures that the first tokens in the contract will be equally distributed
// meaning, no divine dump will be ever possible
// result: healthy longevity.
modifier antiEarlyWhale(uint256 _amountOfEthereum){
address _customerAddress = msg.sender;
// are we still in the vulnerable phase?
// if so, enact anti early whale protocol
if( onlyAmbassadors && ((totalEthereumBalance() - _amountOfEthereum) <= ambassadorQuota_ )){
require(
// is the customer in the ambassador list?
ambassadors_[_customerAddress] == true &&
// does the customer purchase exceed the max ambassador quota?
(ambassadorAccumulatedQuota_[_customerAddress] + _amountOfEthereum) <= ambassadorMaxPurchase_
);
// updated the accumulated quota
ambassadorAccumulatedQuota_[_customerAddress] = SafeMath.add(ambassadorAccumulatedQuota_[_customerAddress], _amountOfEthereum);
// execute
_;
} else {
// in case the ether count drops low, the ambassador phase won't reinitiate
onlyAmbassadors = false;
_;
}
}
/*==============================
= EVENTS =
==============================*/
event onTokenPurchase(
address indexed customerAddress,
uint256 incomingEthereum,
uint256 tokensMinted,
address indexed referredBy
);
event onTokenSell(
address indexed customerAddress,
uint256 tokensBurned,
uint256 ethereumEarned
);
event onReinvestment(
address indexed customerAddress,
uint256 ethereumReinvested,
uint256 tokensMinted
);
event onWithdraw(
address indexed customerAddress,
uint256 ethereumWithdrawn
);
// ERC20
event Transfer(
address indexed from,
address indexed to,
uint256 tokens
);
/*=====================================
= CONFIGURABLES =
=====================================*/
string public name = "Brown Chip";
string public symbol = "POOPSHARDS";
uint8 constant public decimals = 18;
uint8 constant internal dividendFee_ = 4;
uint256 constant internal tokenPriceInitial_ = 0.0000001 ether;
uint256 constant internal tokenPriceIncremental_ = 0.00000001 ether;
uint256 constant internal magnitude = 2**64;
// proof of stake (defaults at 100 tokens)
uint256 public stakingRequirement = 1e18;
// ambassador program
mapping(address => bool) internal ambassadors_;
uint256 constant internal ambassadorMaxPurchase_ = 1.0 ether;
uint256 constant internal ambassadorQuota_ = 2.0 ether;
/*================================
= DATASETS =
================================*/
// amount of shares for each address (scaled number)
mapping(address => uint256) internal tokenBalanceLedger_;
mapping(address => uint256) internal referralBalance_;
mapping(address => int256) internal payoutsTo_;
mapping(address => uint256) internal ambassadorAccumulatedQuota_;
uint256 internal tokenSupply_ = 0;
uint256 internal profitPerShare_;
// administrator list (see above on what they can do)
mapping(address => bool) public administrators;
// when this is set to true, only ambassadors can purchase tokens (this prevents a whale premine, it ensures a fairly distributed upper pyramid)
bool public onlyAmbassadors = true;
/*=======================================
= PUBLIC FUNCTIONS =
=======================================*/
/*
* -- APPLICATION ENTRY POINTS --
*/
function BrownChipMain()
public
{
// add administrators here
administrators[msg.sender] = true;
// add the ambassadors here.
ambassadors_[msg.sender] = true;
}
/**
* Converts all incoming ethereum to tokens for the caller, and passes down the referral addy (if any)
*/
function buy(address _referredBy)
public
payable
returns(uint256)
{
purchaseTokens(msg.value, _referredBy);
}
/**
* Fallback function to handle ethereum that was send straight to the contract
* Unfortunately we cannot use a referral address this way.
*/
function()
payable
public
{
purchaseTokens(msg.value, 0x0);
}
/**
* Converts all of caller's dividends to tokens.
*/
function reinvest()
onlyStronghands()
public
{
// fetch dividends
uint256 _dividends = myDividends(false); // retrieve ref. bonus later in the code
// pay out the dividends virtually
address _customerAddress = msg.sender;
payoutsTo_[_customerAddress] += (int256) (_dividends * magnitude);
// retrieve ref. bonus
_dividends += referralBalance_[_customerAddress];
referralBalance_[_customerAddress] = 0;
// dispatch a buy order with the virtualized "withdrawn dividends"
uint256 _tokens = purchaseTokens(_dividends, 0x0);
// fire event
onReinvestment(_customerAddress, _dividends, _tokens);
}
/**
* Alias of sell() and withdraw().
*/
function exit()
public
{
// get token count for caller & sell them all
address _customerAddress = msg.sender;
uint256 _tokens = tokenBalanceLedger_[_customerAddress];
if(_tokens > 0) sell(_tokens);
// lambo delivery service
withdraw();
}
/**
* Withdraws all of the callers earnings.
*/
function withdraw()
onlyStronghands()
public
{
// setup data
address _customerAddress = msg.sender;
uint256 _dividends = myDividends(false); // get ref. bonus later in the code
// update dividend tracker
payoutsTo_[_customerAddress] += (int256) (_dividends * magnitude);
// add ref. bonus
_dividends += referralBalance_[_customerAddress];
referralBalance_[_customerAddress] = 0;
// lambo delivery service
_customerAddress.transfer(_dividends);
// fire event
onWithdraw(_customerAddress, _dividends);
}
/**
* Liquifies tokens to ethereum.
*/
function sell(uint256 _amountOfTokens)
onlyBagholders()
public
{
// setup data
address _customerAddress = msg.sender;
// russian hackers BTFO
require(_amountOfTokens <= tokenBalanceLedger_[_customerAddress]);
uint256 _tokens = _amountOfTokens;
uint256 _ethereum = tokensToEthereum_(_tokens);
uint256 _dividends = SafeMath.div(_ethereum, dividendFee_);
uint256 _taxedEthereum = SafeMath.sub(_ethereum, _dividends);
// burn the sold tokens
tokenSupply_ = SafeMath.sub(tokenSupply_, _tokens);
tokenBalanceLedger_[_customerAddress] = SafeMath.sub(tokenBalanceLedger_[_customerAddress], _tokens);
// update dividends tracker
int256 _updatedPayouts = (int256) (profitPerShare_ * _tokens + (_taxedEthereum * magnitude));
payoutsTo_[_customerAddress] -= _updatedPayouts;
// dividing by zero is a bad idea
if (tokenSupply_ > 0) {
// update the amount of dividends per token
profitPerShare_ = SafeMath.add(profitPerShare_, (_dividends * magnitude) / tokenSupply_);
}
// fire event
onTokenSell(_customerAddress, _tokens, _taxedEthereum);
}
/**
* Transfer tokens from the caller to a new holder.
* Remember, there's a 10% fee here as well.
*/
function transfer(address _toAddress, uint256 _amountOfTokens)
onlyBagholders()
public
returns(bool)
{
// setup
address _customerAddress = msg.sender;
// make sure we have the requested tokens
// also disables transfers until ambassador phase is over
// ( we dont want whale premines )
require(!onlyAmbassadors && _amountOfTokens <= tokenBalanceLedger_[_customerAddress]);
// withdraw all outstanding dividends first
if(myDividends(true) > 0) withdraw();
// liquify 10% of the tokens that are transfered
// these are dispersed to shareholders
uint256 _tokenFee = SafeMath.div(_amountOfTokens, dividendFee_);
uint256 _taxedTokens = SafeMath.sub(_amountOfTokens, _tokenFee);
uint256 _dividends = tokensToEthereum_(_tokenFee);
// burn the fee tokens
tokenSupply_ = SafeMath.sub(tokenSupply_, _tokenFee);
// exchange tokens
tokenBalanceLedger_[_customerAddress] = SafeMath.sub(tokenBalanceLedger_[_customerAddress], _amountOfTokens);
tokenBalanceLedger_[_toAddress] = SafeMath.add(tokenBalanceLedger_[_toAddress], _taxedTokens);
// update dividend trackers
payoutsTo_[_customerAddress] -= (int256) (profitPerShare_ * _amountOfTokens);
payoutsTo_[_toAddress] += (int256) (profitPerShare_ * _taxedTokens);
// disperse dividends among holders
profitPerShare_ = SafeMath.add(profitPerShare_, (_dividends * magnitude) / tokenSupply_);
// fire event
Transfer(_customerAddress, _toAddress, _taxedTokens);
// ERC20
return true;
}
/*---------- ADMINISTRATOR ONLY FUNCTIONS ----------*/
/**
* In case the amassador quota is not met, the administrator can manually disable the ambassador phase.
*/
function disableInitialStage()
onlyAdministrator()
public
{
onlyAmbassadors = false;
}
/**
* In case one of us dies, we need to replace ourselves.
*/
function setAdministrator(address _identifier, bool _status)
onlyAdministrator()
public
{
administrators[_identifier] = _status;
}
/**
* Precautionary measures in case we need to adjust the masternode rate.
*/
function setStakingRequirement(uint256 _amountOfTokens)
onlyAdministrator()
public
{
stakingRequirement = _amountOfTokens;
}
/**
* If we want to rebrand, we can.
*/
function setName(string _name)
onlyAdministrator()
public
{
name = _name;
}
/**
* If we want to rebrand, we can.
*/
function setSymbol(string _symbol)
onlyAdministrator()
public
{
symbol = _symbol;
}
/*---------- HELPERS AND CALCULATORS ----------*/
/**
* Method to view the current Ethereum stored in the contract
* Example: totalEthereumBalance()
*/
function totalEthereumBalance()
public
view
returns(uint)
{
return this.balance;
}
/**
* Retrieve the total token supply.
*/
function totalSupply()
public
view
returns(uint256)
{
return tokenSupply_;
}
/**
* Retrieve the tokens owned by the caller.
*/
function myTokens()
public
view
returns(uint256)
{
address _customerAddress = msg.sender;
return balanceOf(_customerAddress);
}
/**
* Retrieve the dividends owned by the caller.
* If `_includeReferralBonus` is to to 1/true, the referral bonus will be included in the calculations.
* The reason for this, is that in the frontend, we will want to get the total divs (global + ref)
* But in the internal calculations, we want them separate.
*/
function myDividends(bool _includeReferralBonus)
public
view
returns(uint256)
{
address _customerAddress = msg.sender;
return _includeReferralBonus ? dividendsOf(_customerAddress) + referralBalance_[_customerAddress] : dividendsOf(_customerAddress) ;
}
/**
* Retrieve the token balance of any single address.
*/
function balanceOf(address _customerAddress)
view
public
returns(uint256)
{
return tokenBalanceLedger_[_customerAddress];
}
/**
* Retrieve the dividend balance of any single address.
*/
function dividendsOf(address _customerAddress)
view
public
returns(uint256)
{
return (uint256) ((int256)(profitPerShare_ * tokenBalanceLedger_[_customerAddress]) - payoutsTo_[_customerAddress]) / magnitude;
}
/**
* Return the buy price of 1 individual token.
*/
function sellPrice()
public
view
returns(uint256)
{
// our calculation relies on the token supply, so we need supply. Doh.
if(tokenSupply_ == 0){
return tokenPriceInitial_ - tokenPriceIncremental_;
} else {
uint256 _ethereum = tokensToEthereum_(1e18);
uint256 _dividends = SafeMath.div(_ethereum, dividendFee_ );
uint256 _taxedEthereum = SafeMath.sub(_ethereum, _dividends);
return _taxedEthereum;
}
}
/**
* Return the sell price of 1 individual token.
*/
function buyPrice()
public
view
returns(uint256)
{
// our calculation relies on the token supply, so we need supply. Doh.
if(tokenSupply_ == 0){
return tokenPriceInitial_ + tokenPriceIncremental_;
} else {
uint256 _ethereum = tokensToEthereum_(1e18);
uint256 _dividends = SafeMath.div(_ethereum, dividendFee_ );
uint256 _taxedEthereum = SafeMath.add(_ethereum, _dividends);
return _taxedEthereum;
}
}
/**
* Function for the frontend to dynamically retrieve the price scaling of buy orders.
*/
function calculateTokensReceived(uint256 _ethereumToSpend)
public
view
returns(uint256)
{
uint256 _dividends = SafeMath.div(_ethereumToSpend, dividendFee_);
uint256 _taxedEthereum = SafeMath.sub(_ethereumToSpend, _dividends);
uint256 _amountOfTokens = ethereumToTokens_(_taxedEthereum);
return _amountOfTokens;
}
/**
* Function for the frontend to dynamically retrieve the price scaling of sell orders.
*/
function calculateEthereumReceived(uint256 _tokensToSell)
public
view
returns(uint256)
{
require(_tokensToSell <= tokenSupply_);
uint256 _ethereum = tokensToEthereum_(_tokensToSell);
uint256 _dividends = SafeMath.div(_ethereum, dividendFee_);
uint256 _taxedEthereum = SafeMath.sub(_ethereum, _dividends);
return _taxedEthereum;
}
/*==========================================
= INTERNAL FUNCTIONS =
==========================================*/
function purchaseTokens(uint256 _incomingEthereum, address _referredBy)
antiEarlyWhale(_incomingEthereum)
internal
returns(uint256)
{
// data setup
address _customerAddress = msg.sender;
uint256 _undividedDividends = SafeMath.div(_incomingEthereum, dividendFee_);
uint256 _referralBonus = SafeMath.div(_undividedDividends, 3);
uint256 _dividends = SafeMath.sub(_undividedDividends, _referralBonus);
uint256 _taxedEthereum = SafeMath.sub(_incomingEthereum, _undividedDividends);
uint256 _amountOfTokens = ethereumToTokens_(_taxedEthereum);
uint256 _fee = _dividends * magnitude;
// no point in continuing execution if OP is a poorfag russian hacker
// prevents overflow in the case that the pyramid somehow magically starts being used by everyone in the world
// (or hackers)
// and yes we know that the safemath function automatically rules out the "greater then" equasion.
require(_amountOfTokens > 0 && (SafeMath.add(_amountOfTokens,tokenSupply_) > tokenSupply_));
// is the user referred by a masternode?
if(
// is this a referred purchase?
_referredBy != 0x0000000000000000000000000000000000000000 &&
// no cheating!
_referredBy != _customerAddress &&
// does the referrer have at least X whole tokens?
// i.e is the referrer a godly chad masternode
tokenBalanceLedger_[_referredBy] >= stakingRequirement
){
// wealth redistribution
referralBalance_[_referredBy] = SafeMath.add(referralBalance_[_referredBy], _referralBonus);
} else {
// no ref purchase
// add the referral bonus back to the global dividends cake
_dividends = SafeMath.add(_dividends, _referralBonus);
_fee = _dividends * magnitude;
}
// we can't give people infinite ethereum
if(tokenSupply_ > 0){
// add tokens to the pool
tokenSupply_ = SafeMath.add(tokenSupply_, _amountOfTokens);
// take the amount of dividends gained through this transaction, and allocates them evenly to each shareholder
profitPerShare_ += (_dividends * magnitude / (tokenSupply_));
// calculate the amount of tokens the customer receives over his purchase
_fee = _fee - (_fee-(_amountOfTokens * (_dividends * magnitude / (tokenSupply_))));
} else {
// add tokens to the pool
tokenSupply_ = _amountOfTokens;
}
// update circulating supply & the ledger address for the customer
tokenBalanceLedger_[_customerAddress] = SafeMath.add(tokenBalanceLedger_[_customerAddress], _amountOfTokens);
// Tells the contract that the buyer doesn't deserve dividends for the tokens before they owned them;
//really i know you think you do but you don't
int256 _updatedPayouts = (int256) ((profitPerShare_ * _amountOfTokens) - _fee);
payoutsTo_[_customerAddress] += _updatedPayouts;
// fire event
onTokenPurchase(_customerAddress, _incomingEthereum, _amountOfTokens, _referredBy);
return _amountOfTokens;
}
/**
* Calculate Token price based on an amount of incoming ethereum
* It's an algorithm, hopefully we gave you the whitepaper with it in scientific notation;
* Some conversions occurred to prevent decimal errors or underflows / overflows in solidity code.
*/
function ethereumToTokens_(uint256 _ethereum)
internal
view
returns(uint256)
{
uint256 _tokenPriceInitial = tokenPriceInitial_ * 1e18;
uint256 _tokensReceived =
(
(
// underflow attempts BTFO
SafeMath.sub(
(sqrt
(
(_tokenPriceInitial**2)
+
(2*(tokenPriceIncremental_ * 1e18)*(_ethereum * 1e18))
+
(((tokenPriceIncremental_)**2)*(tokenSupply_**2))
+
(2*(tokenPriceIncremental_)*_tokenPriceInitial*tokenSupply_)
)
), _tokenPriceInitial
)
)/(tokenPriceIncremental_)
)-(tokenSupply_)
;
return _tokensReceived;
}
/**
* Calculate token sell value.
* It's an algorithm, hopefully we gave you the whitepaper with it in scientific notation;
* Some conversions occurred to prevent decimal errors or underflows / overflows in solidity code.
*/
function tokensToEthereum_(uint256 _tokens)
internal
view
returns(uint256)
{
uint256 tokens_ = (_tokens + 1e18);
uint256 _tokenSupply = (tokenSupply_ + 1e18);
uint256 _etherReceived =
(
// underflow attempts BTFO
SafeMath.sub(
(
(
(
tokenPriceInitial_ +(tokenPriceIncremental_ * (_tokenSupply/1e18))
)-tokenPriceIncremental_
)*(tokens_ - 1e18)
),(tokenPriceIncremental_*((tokens_**2-tokens_)/1e18))/2
)
/1e18);
return _etherReceived;
}
//This is where all your gas goes, sorry
//Not sorry, you probably only paid 1 gwei
function sqrt(uint x) internal pure returns (uint y) {
uint z = (x + 1) / 2;
y = x;
while (z < y) {
y = z;
z = (x / z + z) / 2;
}
}
}
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 c = a * b;
assert(c / a == b);
return c;
}
/**
* @dev Integer division of two numbers, truncating the quotient.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
// assert(b > 0); // Solidity automatically throws when dividing by 0
uint256 c = a / b;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
/**
* @dev Substracts two numbers, throws on overflow (i.e. if subtrahend is greater than minuend).
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
assert(b <= a);
return a - b;
}
/**
* @dev Adds two numbers, throws on overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
assert(c >= a);
return c;
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[{"name":"_customerAddress","type":"address"}],"name":"dividendsOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_ethereumToSpend","type":"uint256"}],"name":"calculateTokensReceived","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_tokensToSell","type":"uint256"}],"name":"calculateEthereumReceived","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"onlyAmbassadors","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"sellPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"stakingRequirement","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_includeReferralBonus","type":"bool"}],"name":"myDividends","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalEthereumBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_customerAddress","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"administrators","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_amountOfTokens","type":"uint256"}],"name":"setStakingRequirement","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"buyPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_identifier","type":"address"},{"name":"_status","type":"bool"}],"name":"setAdministrator","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"myTokens","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"disableInitialStage","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_toAddress","type":"address"},{"name":"_amountOfTokens","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_symbol","type":"string"}],"name":"setSymbol","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_name","type":"string"}],"name":"setName","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_amountOfTokens","type":"uint256"}],"name":"sell","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"exit","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_referredBy","type":"address"}],"name":"buy","outputs":[{"name":"","type":"uint256"}],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[],"name":"reinvest","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"incomingEthereum","type":"uint256"},{"indexed":false,"name":"tokensMinted","type":"uint256"},{"indexed":true,"name":"referredBy","type":"address"}],"name":"onTokenPurchase","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"tokensBurned","type":"uint256"},{"indexed":false,"name":"ethereumEarned","type":"uint256"}],"name":"onTokenSell","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"ethereumReinvested","type":"uint256"},{"indexed":false,"name":"tokensMinted","type":"uint256"}],"name":"onReinvestment","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"customerAddress","type":"address"},{"indexed":false,"name":"ethereumWithdrawn","type":"uint256"}],"name":"onWithdraw","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"tokens","type":"uint256"}],"name":"Transfer","type":"event"}]Contract Creation Code
606060405260408051908101604052600a81527f42726f776e204368697000000000000000000000000000000000000000000000602082015260009080516200004d92916020019062000103565b5060408051908101604052600a81527f504f4f5053484152445300000000000000000000000000000000000000000000602082015260019080516200009792916020019062000103565b50670de0b6b3a76400006002556000600855600b805460ff191660011790553415620000c257600080fd5b33600160a060020a03166000908152600a602090815260408083208054600160ff1991821681179092556003909352922080549091169091179055620001a8565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200014657805160ff191683800117855562000176565b8280016001018555821562000176579182015b828111156200017657825182559160200191906001019062000159565b506200018492915062000188565b5090565b620001a591905b808211156200018457600081556001016200018f565b90565b6115b380620001b86000396000f30060606040526004361061015d5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166265318b811461016b57806306fdde031461019c57806310d0ffdd1461022657806318160ddd1461023c578063226093731461024f57806327defa1f14610265578063313ce5671461028c5780633ccfd60b146102b55780634b750334146102ca57806356d399e8146102dd578063688abbf7146102f05780636b2f46321461030857806370a082311461031b57806376be15851461033a5780638328b610146103595780638620410b1461036f57806387c9505814610382578063949e8acd146103a657806395d89b41146103b9578063a8e04f34146103cc578063a9059cbb146103df578063b84c824614610401578063c47f002714610452578063e4849b32146104a3578063e9fad8ee146104b9578063f088d547146104cc578063fdb5a03e146104e0575b6101683460006104f3565b50005b341561017657600080fd5b61018a600160a060020a0360043516610a96565b60405190815260200160405180910390f35b34156101a757600080fd5b6101af610acc565b60405160208082528190810183818151815260200191508051906020019080838360005b838110156101eb5780820151838201526020016101d3565b50505050905090810190601f1680156102185780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561023157600080fd5b61018a600435610b6a565b341561024757600080fd5b61018a610b9a565b341561025a57600080fd5b61018a600435610ba1565b341561027057600080fd5b610278610bda565b604051901515815260200160405180910390f35b341561029757600080fd5b61029f610be3565b60405160ff909116815260200160405180910390f35b34156102c057600080fd5b6102c8610be8565b005b34156102d557600080fd5b61018a610caf565b34156102e857600080fd5b61018a610d03565b34156102fb57600080fd5b61018a6004351515610d09565b341561031357600080fd5b61018a610d4c565b341561032657600080fd5b61018a600160a060020a0360043516610d5a565b341561034557600080fd5b610278600160a060020a0360043516610d75565b341561036457600080fd5b6102c8600435610d8a565b341561037a57600080fd5b61018a610db8565b341561038d57600080fd5b6102c8600160a060020a03600435166024351515610e00565b34156103b157600080fd5b61018a610e54565b34156103c457600080fd5b6101af610e67565b34156103d757600080fd5b6102c8610ed2565b34156103ea57600080fd5b610278600160a060020a0360043516602435610f07565b341561040c57600080fd5b6102c860046024813581810190830135806020601f820181900481020160405190810160405281815292919060208401838380828437509496506110ba95505050505050565b341561045d57600080fd5b6102c860046024813581810190830135806020601f820181900481020160405190810160405281815292919060208401838380828437509496506110fa95505050505050565b34156104ae57600080fd5b6102c8600435611135565b34156104c457600080fd5b6102c8611288565b61018a600160a060020a03600435166112bf565b34156104eb57600080fd5b6102c86112cb565b60008060008060008060008060008a6000339050600b60009054906101000a900460ff1680156105345750671bc16d674ec8000082610530610d4c565b0311155b1561082857600160a060020a03811660009081526003602052604090205460ff16151560011480156105895750600160a060020a038116600090815260076020526040902054670de0b6b3a764000090830111155b151561059457600080fd5b600160a060020a0381166000908152600760205260409020546105b79083611381565b600160a060020a0382166000908152600760205260409020553399506105de8d6004611397565b98506105eb896003611397565b97506105f789896113ae565b96506106038d8a6113ae565b955061060e866113c0565b9450604060020a8702935060008511801561063357506008546106318682611381565b115b151561063e57600080fd5b600160a060020a038c1615801590610668575089600160a060020a03168c600160a060020a031614155b801561068e5750600254600160a060020a038d1660009081526004602052604090205410155b156106d457600160a060020a038c166000908152600560205260409020546106b69089611381565b600160a060020a038d166000908152600560205260409020556106ea565b6106de8789611381565b9650604060020a870293505b600060085411156107445761070160085486611381565b6008819055604060020a880281151561071657fe5b60098054929091049091019055600854604060020a880281151561073657fe5b04850284038403935061074a565b60088590555b600160a060020a038a1660009081526004602052604090205461076d9086611381565b600460008c600160a060020a0316600160a060020a031681526020019081526020016000208190555083856009540203925082600660008c600160a060020a0316600160a060020a03168152602001908152602001600020600082825401925050819055508b600160a060020a03168a600160a060020a03167f022c0d992e4d873a3748436d960d5140c1f9721cf73f7ca5ec679d3d9f4fe2d58f8860405191825260208201526040908101905180910390a3849a50610a86565b600b805460ff191690553399506108408d6004611397565b985061084d896003611397565b975061085989896113ae565b96506108658d8a6113ae565b9550610870866113c0565b9450604060020a8702935060008511801561089557506008546108938682611381565b115b15156108a057600080fd5b600160a060020a038c16158015906108ca575089600160a060020a03168c600160a060020a031614155b80156108f05750600254600160a060020a038d1660009081526004602052604090205410155b1561093657600160a060020a038c166000908152600560205260409020546109189089611381565b600160a060020a038d1660009081526005602052604090205561094c565b6109408789611381565b9650604060020a870293505b600060085411156109a65761096360085486611381565b6008819055604060020a880281151561097857fe5b60098054929091049091019055600854604060020a880281151561099857fe5b0485028403840393506109ac565b60088590555b600160a060020a038a166000908152600460205260409020546109cf9086611381565b600460008c600160a060020a0316600160a060020a031681526020019081526020016000208190555083856009540203925082600660008c600160a060020a0316600160a060020a03168152602001908152602001600020600082825401925050819055508b600160a060020a03168a600160a060020a03167f022c0d992e4d873a3748436d960d5140c1f9721cf73f7ca5ec679d3d9f4fe2d58f8860405191825260208201526040908101905180910390a3849a505b5050505050505050505092915050565b600160a060020a0316600090815260066020908152604080832054600490925290912054600954604060020a9102919091030490565b60008054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b625780601f10610b3757610100808354040283529160200191610b62565b820191906000526020600020905b815481529060010190602001808311610b4557829003601f168201915b505050505081565b6000808080610b7a856004611397565b9250610b8685846113ae565b9150610b91826113c0565b95945050505050565b6008545b90565b6000806000806008548511151515610bb857600080fd5b610bc185611458565b9250610bce836004611397565b9150610b9183836113ae565b600b5460ff1681565b601281565b6000806000610bf76001610d09565b11610c0157600080fd5b339150610c0e6000610d09565b600160a060020a03831660008181526006602090815260408083208054604060020a870201905560059091528082208054929055920192509082156108fc0290839051600060405180830381858888f193505050501515610c6e57600080fd5b81600160a060020a03167fccad973dcd043c7d680389db4378bd6b9775db7124092e9e0422c9e46d7985dc8260405190815260200160405180910390a25050565b60008060008060085460001415610ccd576414f46b04009350610cfd565b610cde670de0b6b3a7640000611458565b9250610ceb836004611397565b9150610cf783836113ae565b90508093505b50505090565b60025481565b60003382610d1f57610d1a81610a96565b610d43565b600160a060020a038116600090815260056020526040902054610d4182610a96565b015b91505b50919050565b600160a060020a0330163190565b600160a060020a031660009081526004602052604090205490565b600a6020526000908152604090205460ff1681565b33600160a060020a0381166000908152600a602052604090205460ff161515610db257600080fd5b50600255565b60008060008060085460001415610dd65764199c82cc009350610cfd565b610de7670de0b6b3a7640000611458565b9250610df4836004611397565b9150610cf78383611381565b33600160a060020a0381166000908152600a602052604090205460ff161515610e2857600080fd5b50600160a060020a03919091166000908152600a60205260409020805460ff1916911515919091179055565b600033610e6081610d5a565b91505b5090565b60018054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b625780601f10610b3757610100808354040283529160200191610b62565b33600160a060020a0381166000908152600a602052604090205460ff161515610efa57600080fd5b50600b805460ff19169055565b600080600080600080610f18610e54565b11610f2257600080fd5b600b5433945060ff16158015610f505750600160a060020a0384166000908152600460205260409020548611155b1515610f5b57600080fd5b6000610f676001610d09565b1115610f7557610f75610be8565b610f80866004611397565b9250610f8c86846113ae565b9150610f9783611458565b9050610fa5600854846113ae565b600855600160a060020a038416600090815260046020526040902054610fcb90876113ae565b600160a060020a038086166000908152600460205260408082209390935590891681522054610ffa9083611381565b600160a060020a0388811660008181526004602090815260408083209590955560098054948a16835260069091528482208054948c029094039093558254918152929092208054928502909201909155546008546110699190604060020a840281151561106357fe5b04611381565b600955600160a060020a038088169085167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405190815260200160405180910390a35060019695505050505050565b33600160a060020a0381166000908152600a602052604090205460ff1615156110e257600080fd5b60018280516110f59291602001906114f9565b505050565b33600160a060020a0381166000908152600a602052604090205460ff16151561112257600080fd5b60008280516110f59291602001906114f9565b6000806000806000806000611148610e54565b1161115257600080fd5b33600160a060020a03811660009081526004602052604090205490965087111561117b57600080fd5b86945061118785611458565b9350611194846004611397565b92506111a084846113ae565b91506111ae600854866113ae565b600855600160a060020a0386166000908152600460205260409020546111d490866113ae565b600160a060020a03871660009081526004602090815260408083209390935560095460069091529181208054928802604060020a86020192839003905560085491925090111561123b57611237600954600854604060020a860281151561106357fe5b6009555b85600160a060020a03167fc4823739c5787d2ca17e404aa47d5569ae71dfb49cbf21b3f6152ed238a31139868460405191825260208201526040908101905180910390a250505050505050565b33600160a060020a038116600090815260046020526040812054908111156112b3576112b381611135565b6112bb610be8565b5050565b6000610d4634836104f3565b6000806000806112db6001610d09565b116112e557600080fd5b6112ef6000610d09565b33600160a060020a03811660009081526006602090815260408083208054604060020a870201905560059091528120805490829055909201945092506113369084906104f3565b905081600160a060020a03167fbe339fc14b041c2b0e0f3dd2cd325d0c3668b78378001e53160eab3615326458848360405191825260208201526040908101905180910390a2505050565b60008282018381101561139057fe5b9392505050565b60008082848115156113a557fe5b04949350505050565b6000828211156113ba57fe5b50900390565b6008546000906c01431e0fae6d7217caa00000009082906402540be40061144561143f730380d4bd8a8678c1bb542c80deb4800000000000880268056bc75e2d631000006002860a02017005e0a1fd2712875988becaad0000000000850201780197d4df19d605767337e9f14d3eec8920e400000000000000016114c4565b856113ae565b81151561144e57fe5b0403949350505050565b600854600090670de0b6b3a76400008381019181019083906114b16414f46b04008285046402540be40002018702600283670de0b6b3a763ffff1982890a8b900301046402540be400028115156114ab57fe5b046113ae565b8115156114ba57fe5b0495945050505050565b80600260018201045b81811015610d465780915060028182858115156114e657fe5b04018115156114f157fe5b0490506114cd565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061153a57805160ff1916838001178555611567565b82800160010185558215611567579182015b8281111561156757825182559160200191906001019061154c565b50610e6392610b9e9250905b80821115610e6357600081556001016115735600a165627a7a723058204676a8f06db35695fbed451c80d424cc289d3fb0a143a29e18772d570c745dbe0029
Deployed Bytecode
0x60606040526004361061015d5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166265318b811461016b57806306fdde031461019c57806310d0ffdd1461022657806318160ddd1461023c578063226093731461024f57806327defa1f14610265578063313ce5671461028c5780633ccfd60b146102b55780634b750334146102ca57806356d399e8146102dd578063688abbf7146102f05780636b2f46321461030857806370a082311461031b57806376be15851461033a5780638328b610146103595780638620410b1461036f57806387c9505814610382578063949e8acd146103a657806395d89b41146103b9578063a8e04f34146103cc578063a9059cbb146103df578063b84c824614610401578063c47f002714610452578063e4849b32146104a3578063e9fad8ee146104b9578063f088d547146104cc578063fdb5a03e146104e0575b6101683460006104f3565b50005b341561017657600080fd5b61018a600160a060020a0360043516610a96565b60405190815260200160405180910390f35b34156101a757600080fd5b6101af610acc565b60405160208082528190810183818151815260200191508051906020019080838360005b838110156101eb5780820151838201526020016101d3565b50505050905090810190601f1680156102185780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b341561023157600080fd5b61018a600435610b6a565b341561024757600080fd5b61018a610b9a565b341561025a57600080fd5b61018a600435610ba1565b341561027057600080fd5b610278610bda565b604051901515815260200160405180910390f35b341561029757600080fd5b61029f610be3565b60405160ff909116815260200160405180910390f35b34156102c057600080fd5b6102c8610be8565b005b34156102d557600080fd5b61018a610caf565b34156102e857600080fd5b61018a610d03565b34156102fb57600080fd5b61018a6004351515610d09565b341561031357600080fd5b61018a610d4c565b341561032657600080fd5b61018a600160a060020a0360043516610d5a565b341561034557600080fd5b610278600160a060020a0360043516610d75565b341561036457600080fd5b6102c8600435610d8a565b341561037a57600080fd5b61018a610db8565b341561038d57600080fd5b6102c8600160a060020a03600435166024351515610e00565b34156103b157600080fd5b61018a610e54565b34156103c457600080fd5b6101af610e67565b34156103d757600080fd5b6102c8610ed2565b34156103ea57600080fd5b610278600160a060020a0360043516602435610f07565b341561040c57600080fd5b6102c860046024813581810190830135806020601f820181900481020160405190810160405281815292919060208401838380828437509496506110ba95505050505050565b341561045d57600080fd5b6102c860046024813581810190830135806020601f820181900481020160405190810160405281815292919060208401838380828437509496506110fa95505050505050565b34156104ae57600080fd5b6102c8600435611135565b34156104c457600080fd5b6102c8611288565b61018a600160a060020a03600435166112bf565b34156104eb57600080fd5b6102c86112cb565b60008060008060008060008060008a6000339050600b60009054906101000a900460ff1680156105345750671bc16d674ec8000082610530610d4c565b0311155b1561082857600160a060020a03811660009081526003602052604090205460ff16151560011480156105895750600160a060020a038116600090815260076020526040902054670de0b6b3a764000090830111155b151561059457600080fd5b600160a060020a0381166000908152600760205260409020546105b79083611381565b600160a060020a0382166000908152600760205260409020553399506105de8d6004611397565b98506105eb896003611397565b97506105f789896113ae565b96506106038d8a6113ae565b955061060e866113c0565b9450604060020a8702935060008511801561063357506008546106318682611381565b115b151561063e57600080fd5b600160a060020a038c1615801590610668575089600160a060020a03168c600160a060020a031614155b801561068e5750600254600160a060020a038d1660009081526004602052604090205410155b156106d457600160a060020a038c166000908152600560205260409020546106b69089611381565b600160a060020a038d166000908152600560205260409020556106ea565b6106de8789611381565b9650604060020a870293505b600060085411156107445761070160085486611381565b6008819055604060020a880281151561071657fe5b60098054929091049091019055600854604060020a880281151561073657fe5b04850284038403935061074a565b60088590555b600160a060020a038a1660009081526004602052604090205461076d9086611381565b600460008c600160a060020a0316600160a060020a031681526020019081526020016000208190555083856009540203925082600660008c600160a060020a0316600160a060020a03168152602001908152602001600020600082825401925050819055508b600160a060020a03168a600160a060020a03167f022c0d992e4d873a3748436d960d5140c1f9721cf73f7ca5ec679d3d9f4fe2d58f8860405191825260208201526040908101905180910390a3849a50610a86565b600b805460ff191690553399506108408d6004611397565b985061084d896003611397565b975061085989896113ae565b96506108658d8a6113ae565b9550610870866113c0565b9450604060020a8702935060008511801561089557506008546108938682611381565b115b15156108a057600080fd5b600160a060020a038c16158015906108ca575089600160a060020a03168c600160a060020a031614155b80156108f05750600254600160a060020a038d1660009081526004602052604090205410155b1561093657600160a060020a038c166000908152600560205260409020546109189089611381565b600160a060020a038d1660009081526005602052604090205561094c565b6109408789611381565b9650604060020a870293505b600060085411156109a65761096360085486611381565b6008819055604060020a880281151561097857fe5b60098054929091049091019055600854604060020a880281151561099857fe5b0485028403840393506109ac565b60088590555b600160a060020a038a166000908152600460205260409020546109cf9086611381565b600460008c600160a060020a0316600160a060020a031681526020019081526020016000208190555083856009540203925082600660008c600160a060020a0316600160a060020a03168152602001908152602001600020600082825401925050819055508b600160a060020a03168a600160a060020a03167f022c0d992e4d873a3748436d960d5140c1f9721cf73f7ca5ec679d3d9f4fe2d58f8860405191825260208201526040908101905180910390a3849a505b5050505050505050505092915050565b600160a060020a0316600090815260066020908152604080832054600490925290912054600954604060020a9102919091030490565b60008054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b625780601f10610b3757610100808354040283529160200191610b62565b820191906000526020600020905b815481529060010190602001808311610b4557829003601f168201915b505050505081565b6000808080610b7a856004611397565b9250610b8685846113ae565b9150610b91826113c0565b95945050505050565b6008545b90565b6000806000806008548511151515610bb857600080fd5b610bc185611458565b9250610bce836004611397565b9150610b9183836113ae565b600b5460ff1681565b601281565b6000806000610bf76001610d09565b11610c0157600080fd5b339150610c0e6000610d09565b600160a060020a03831660008181526006602090815260408083208054604060020a870201905560059091528082208054929055920192509082156108fc0290839051600060405180830381858888f193505050501515610c6e57600080fd5b81600160a060020a03167fccad973dcd043c7d680389db4378bd6b9775db7124092e9e0422c9e46d7985dc8260405190815260200160405180910390a25050565b60008060008060085460001415610ccd576414f46b04009350610cfd565b610cde670de0b6b3a7640000611458565b9250610ceb836004611397565b9150610cf783836113ae565b90508093505b50505090565b60025481565b60003382610d1f57610d1a81610a96565b610d43565b600160a060020a038116600090815260056020526040902054610d4182610a96565b015b91505b50919050565b600160a060020a0330163190565b600160a060020a031660009081526004602052604090205490565b600a6020526000908152604090205460ff1681565b33600160a060020a0381166000908152600a602052604090205460ff161515610db257600080fd5b50600255565b60008060008060085460001415610dd65764199c82cc009350610cfd565b610de7670de0b6b3a7640000611458565b9250610df4836004611397565b9150610cf78383611381565b33600160a060020a0381166000908152600a602052604090205460ff161515610e2857600080fd5b50600160a060020a03919091166000908152600a60205260409020805460ff1916911515919091179055565b600033610e6081610d5a565b91505b5090565b60018054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610b625780601f10610b3757610100808354040283529160200191610b62565b33600160a060020a0381166000908152600a602052604090205460ff161515610efa57600080fd5b50600b805460ff19169055565b600080600080600080610f18610e54565b11610f2257600080fd5b600b5433945060ff16158015610f505750600160a060020a0384166000908152600460205260409020548611155b1515610f5b57600080fd5b6000610f676001610d09565b1115610f7557610f75610be8565b610f80866004611397565b9250610f8c86846113ae565b9150610f9783611458565b9050610fa5600854846113ae565b600855600160a060020a038416600090815260046020526040902054610fcb90876113ae565b600160a060020a038086166000908152600460205260408082209390935590891681522054610ffa9083611381565b600160a060020a0388811660008181526004602090815260408083209590955560098054948a16835260069091528482208054948c029094039093558254918152929092208054928502909201909155546008546110699190604060020a840281151561106357fe5b04611381565b600955600160a060020a038088169085167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405190815260200160405180910390a35060019695505050505050565b33600160a060020a0381166000908152600a602052604090205460ff1615156110e257600080fd5b60018280516110f59291602001906114f9565b505050565b33600160a060020a0381166000908152600a602052604090205460ff16151561112257600080fd5b60008280516110f59291602001906114f9565b6000806000806000806000611148610e54565b1161115257600080fd5b33600160a060020a03811660009081526004602052604090205490965087111561117b57600080fd5b86945061118785611458565b9350611194846004611397565b92506111a084846113ae565b91506111ae600854866113ae565b600855600160a060020a0386166000908152600460205260409020546111d490866113ae565b600160a060020a03871660009081526004602090815260408083209390935560095460069091529181208054928802604060020a86020192839003905560085491925090111561123b57611237600954600854604060020a860281151561106357fe5b6009555b85600160a060020a03167fc4823739c5787d2ca17e404aa47d5569ae71dfb49cbf21b3f6152ed238a31139868460405191825260208201526040908101905180910390a250505050505050565b33600160a060020a038116600090815260046020526040812054908111156112b3576112b381611135565b6112bb610be8565b5050565b6000610d4634836104f3565b6000806000806112db6001610d09565b116112e557600080fd5b6112ef6000610d09565b33600160a060020a03811660009081526006602090815260408083208054604060020a870201905560059091528120805490829055909201945092506113369084906104f3565b905081600160a060020a03167fbe339fc14b041c2b0e0f3dd2cd325d0c3668b78378001e53160eab3615326458848360405191825260208201526040908101905180910390a2505050565b60008282018381101561139057fe5b9392505050565b60008082848115156113a557fe5b04949350505050565b6000828211156113ba57fe5b50900390565b6008546000906c01431e0fae6d7217caa00000009082906402540be40061144561143f730380d4bd8a8678c1bb542c80deb4800000000000880268056bc75e2d631000006002860a02017005e0a1fd2712875988becaad0000000000850201780197d4df19d605767337e9f14d3eec8920e400000000000000016114c4565b856113ae565b81151561144e57fe5b0403949350505050565b600854600090670de0b6b3a76400008381019181019083906114b16414f46b04008285046402540be40002018702600283670de0b6b3a763ffff1982890a8b900301046402540be400028115156114ab57fe5b046113ae565b8115156114ba57fe5b0495945050505050565b80600260018201045b81811015610d465780915060028182858115156114e657fe5b04018115156114f157fe5b0490506114cd565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f1061153a57805160ff1916838001178555611567565b82800160010185558215611567579182015b8281111561156757825182559160200191906001019061154c565b50610e6392610b9e9250905b80821115610e6357600081556001016115735600a165627a7a723058204676a8f06db35695fbed451c80d424cc289d3fb0a143a29e18772d570c745dbe0029
Deployed Bytecode Sourcemap
514:22836:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6262:30;6277:9;6288:3;6262:14;:30::i;:::-;;514:22836;14605:254;;;;;;;;;;-1:-1:-1;;;;;14605:254:0;;;;;;;;;;;;;;;;;;;;3778:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;3778:33:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16230:398;;;;;;;;;;;;;;13202:122;;;;;;;;;;;;16750:414;;;;;;;;;;;;;;5250:34;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3860:35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7614:678;;;;;;;;;;;;;;14941:543;;;;;;;;;;;;4194:40;;;;;;;;;;;;13947:310;;;;;;;;;;;;;;;;13003:128;;;;;;;;;;;;14345:169;;;;;;;;;;-1:-1:-1;;;;;14345:169:0;;;;;5041:46;;;;;;;;;;-1:-1:-1;;;;;5041:46:0;;;;;12276:161;;;;;;;;;;;;;;15567:542;;;;;;;;;;;;12001:167;;;;;;;;;;-1:-1:-1;;;;;12001:167:0;;;;;;;;;13403:182;;;;;;;;;;;;3818:35;;;;;;;;;;;;11786:123;;;;;;;;;;;;9803:1782;;;;;;;;;;-1:-1:-1;;;;;9803:1782:0;;;;;;;12687:120;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;12687:120:0;;-1:-1:-1;12687:120:0;;-1:-1:-1;;;;;;12687:120:0;12506:112;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;12506:112:0;;-1:-1:-1;12506:112:0;;-1:-1:-1;;;;;;12506:112:0;8360:1300;;;;;;;;;;;;;;7221:320;;;;;;;;;;;;5868:155;;-1:-1:-1;;;;;5868:155:0;;;;;6384:767;;;;;;;;;;;;17332:3444;17482:7;17530:24;17578:27;17664:22;17736:18;17817:22;17905:23;17975:12;20463:22;17428:17;1695:24;1722:10;1695:37;;1859:15;;;;;;;;;;;:86;;;;;4439:9;1905:17;1880:22;:20;:22::i;:::-;:42;1879:64;;1859:86;1855:907;;;-1:-1:-1;;;;;2047:30:0;;;;;;:12;:30;;;;;;;;:38;;:30;:38;:250;;;;-1:-1:-1;;;;;;2205:45:0;;;;;;:27;:45;;;;;;4378:9;2205:65;;;2204:93;;2047:250;1961:369;;;;;;;;-1:-1:-1;;;;;2470:45:0;;;;;;:27;:45;;;;;;2457:78;;2517:17;2457:12;:78::i;:::-;-1:-1:-1;;;;;2409:45:0;;;;;;:27;:45;;;;;:126;17557:10;;-1:-1:-1;17608:45:0;17621:17;3941:1;17608:12;:45::i;:::-;17578:75;;17689:36;17702:19;17723:1;17689:12;:36::i;:::-;17664:61;;17757:49;17770:19;17791:14;17757:12;:49::i;:::-;17736:70;;17842:52;17855:17;17874:19;17842:12;:52::i;:::-;17817:77;;17931:33;17949:14;17931:17;:33::i;:::-;17905:59;;-1:-1:-1;;;17990:10:0;:22;17975:37;;18384:1;18366:15;:19;:82;;;;-1:-1:-1;18435:12:0;;18390:42;18403:15;18435:12;18390;:42::i;:::-;:57;18366:82;18358:91;;;;;;;;-1:-1:-1;;;;;18582:57:0;;;;;;:136;;;18702:16;-1:-1:-1;;;;;18687:31:0;:11;-1:-1:-1;;;;;18687:31:0;;;18582:136;:345;;;;-1:-1:-1;18909:18:0;;-1:-1:-1;;;;;18873:32:0;;;;;;:19;:32;;;;;;:54;;18582:345;18520:809;;;-1:-1:-1;;;;;19036:29:0;;;;;;:16;:29;;;;;;19023:59;;19067:14;19023:12;:59::i;:::-;-1:-1:-1;;;;;18991:29:0;;;;;;:16;:29;;;;;:91;18520:809;;;19233:40;19246:10;19258:14;19233:12;:40::i;:::-;19220:53;;-1:-1:-1;;;19295:10:0;:22;19288:29;;18520:809;19418:1;19403:12;;:16;19400:671;;;19503:43;19516:12;;19530:15;19503:12;:43::i;:::-;19488:12;:58;;;-1:-1:-1;;;19708:22:0;;:39;;;;;;;19688:15;:60;;19708:39;;;;19688:60;;;;;19931:12;;-1:-1:-1;;;19905:22:0;;:39;;;;;;;;19886:15;:59;19880:4;:66;19872:4;:75;19865:82;;19400:671;;;20029:12;:30;;;19400:671;-1:-1:-1;;;;;20220:37:0;;;;;;:19;:37;;;;;;20207:68;;20259:15;20207:12;:68::i;:::-;20167:19;:37;20187:16;-1:-1:-1;;;;;20167:37:0;-1:-1:-1;;;;;20167:37:0;;;;;;;;;;;;:108;;;;20536:4;20517:15;20499;;:33;20498:42;20463:78;;20584:15;20552:10;:28;20563:16;-1:-1:-1;;;;;20552:28:0;-1:-1:-1;;;;;20552:28:0;;;;;;;;;;;;;:47;;;;;;;;;;;20713:11;-1:-1:-1;;;;;20643:82:0;20659:16;-1:-1:-1;;;;;20643:82:0;;20677:17;20696:15;20643:82;;;;;;;;;;;;;;;;;;;;20753:15;20746:22;;1855:907;;;2707:15;:23;;-1:-1:-1;;2707:23:0;;;17557:10;;-1:-1:-1;17608:45:0;17621:17;3941:1;17608:12;:45::i;:::-;17578:75;;17689:36;17702:19;17723:1;17689:12;:36::i;:::-;17664:61;;17757:49;17770:19;17791:14;17757:12;:49::i;:::-;17736:70;;17842:52;17855:17;17874:19;17842:12;:52::i;:::-;17817:77;;17931:33;17949:14;17931:17;:33::i;:::-;17905:59;;-1:-1:-1;;;17990:10:0;:22;17975:37;;18384:1;18366:15;:19;:82;;;;-1:-1:-1;18435:12:0;;18390:42;18403:15;18435:12;18390;:42::i;:::-;:57;18366:82;18358:91;;;;;;;;-1:-1:-1;;;;;18582:57:0;;;;;;:136;;;18702:16;-1:-1:-1;;;;;18687:31:0;:11;-1:-1:-1;;;;;18687:31:0;;;18582:136;:345;;;;-1:-1:-1;18909:18:0;;-1:-1:-1;;;;;18873:32:0;;;;;;:19;:32;;;;;;:54;;18582:345;18520:809;;;-1:-1:-1;;;;;19036:29:0;;;;;;:16;:29;;;;;;19023:59;;19067:14;19023:12;:59::i;:::-;-1:-1:-1;;;;;18991:29:0;;;;;;:16;:29;;;;;:91;18520:809;;;19233:40;19246:10;19258:14;19233:12;:40::i;:::-;19220:53;;-1:-1:-1;;;19295:10:0;:22;19288:29;;18520:809;19418:1;19403:12;;:16;19400:671;;;19503:43;19516:12;;19530:15;19503:12;:43::i;:::-;19488:12;:58;;;-1:-1:-1;;;19708:22:0;;:39;;;;;;;19688:15;:60;;19708:39;;;;19688:60;;;;;19931:12;;-1:-1:-1;;;19905:22:0;;:39;;;;;;;;19886:15;:59;19880:4;:66;19872:4;:75;19865:82;;19400:671;;;20029:12;:30;;;19400:671;-1:-1:-1;;;;;20220:37:0;;;;;;:19;:37;;;;;;20207:68;;20259:15;20207:12;:68::i;:::-;20167:19;:37;20187:16;-1:-1:-1;;;;;20167:37:0;-1:-1:-1;;;;;20167:37:0;;;;;;;;;;;;:108;;;;20536:4;20517:15;20499;;:33;20498:42;20463:78;;20584:15;20552:10;:28;20563:16;-1:-1:-1;;;;;20552:28:0;-1:-1:-1;;;;;20552:28:0;;;;;;;;;;;;;:47;;;;;;;;;;;20713:11;-1:-1:-1;;;;;20643:82:0;20659:16;-1:-1:-1;;;;;20643:82:0;;20677:17;20696:15;20643:82;;;;;;;;;;;;;;;;;;;;20753:15;20746:22;;2745:1;17332:3444;;;;;;;;;;;;;;:::o;14605:254::-;-1:-1:-1;;;;;14810:28:0;14699:7;14810:28;;;:10;:28;;;;;;;;;14769:19;:37;;;;;;;14751:15;;-1:-1:-1;;;14751:55:0;;14742:96;;;;14731:120;;14605:254::o;3778:33::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;16230:398::-;16339:7;;;;16385:44;16398:16;3941:1;16385:12;:44::i;:::-;16364:65;;16465:42;16478:16;16496:10;16465:12;:42::i;:::-;16440:67;;16544:33;16562:14;16544:17;:33::i;:::-;16518:59;16230:398;-1:-1:-1;;;;;16230:398:0:o;13202:122::-;13304:12;;13202:122;;:::o;16750:414::-;16858:7;16932:17;16995:18;17064:22;16908:12;;16891:13;:29;;16883:38;;;;;;;;16952:32;16970:13;16952:17;:32::i;:::-;16932:52;-1:-1:-1;17016:37:0;16932:52;3941:1;17016:12;:37::i;:::-;16995:58;;17089:35;17102:9;17113:10;17089:12;:35::i;5250:34::-;;;;;;:::o;3860:35::-;3893:2;3860:35;:::o;7614:678::-;7716:24;7764:18;890:1;870:17;882:4;870:11;:17::i;:::-;:21;862:30;;;;;;7743:10;7716:37;;7785:18;7797:5;7785:11;:18::i;:::-;-1:-1:-1;;;;;7896:28:0;;;;;;:10;:28;;;;;;;;:66;;-1:-1:-1;;;7939:22:0;;7896:66;;;8024:16;:34;;;;;;;;8069:38;;;8010:48;;;-1:-1:-1;7896:28:0;8163:37;;;;;8010:48;;8163:37;;;;;;;;;;;;;;;;;;;;;;;;;8255:16;-1:-1:-1;;;;;8244:40:0;;8273:10;8244:40;;;;;;;;;;;;;;7614:678;;:::o;14941:543::-;15012:7;15236:17;15294:18;15369:22;15120:12;;15136:1;15120:17;15117:360;;;15160:43;;-1:-1:-1;15153:50:0;;15117:360;15256:23;15274:4;15256:17;:23::i;:::-;15236:43;-1:-1:-1;15315:39:0;15236:43;3941:1;15315:12;:39::i;:::-;15294:60;;15394:35;15407:9;15418:10;15394:12;:35::i;:::-;15369:60;;15451:14;15444:21;;15117:360;14941:543;;;;:::o;4194:40::-;;;;:::o;13947:310::-;14046:7;14098:10;14126:21;:122;;14219:29;14231:16;14219:11;:29::i;:::-;14126:122;;;-1:-1:-1;;;;;14182:34:0;;;;;;:16;:34;;;;;;14150:29;14199:16;14150:11;:29::i;:::-;:66;14126:122;14119:129;;13947:310;;;;;:::o;13003:128::-;-1:-1:-1;;;;;13111:4:0;:12;;13003:128;:::o;14345:169::-;-1:-1:-1;;;;;14469:37:0;14437:7;14469:37;;;:19;:37;;;;;;;14345:169::o;5041:46::-;;;;;;;;;;;;;;;:::o;12276:161::-;1361:10;-1:-1:-1;;;;;1390:34:0;;1334:24;1390:34;;;:14;:34;;;;;;;;1382:43;;;;;;;;-1:-1:-1;12393:18:0;:36;12276:161::o;15567:542::-;15637:7;15861:17;15919:18;15994:22;15745:12;;15761:1;15745:17;15742:360;;;15785:43;;-1:-1:-1;15778:50:0;;15742:360;15881:23;15899:4;15881:17;:23::i;:::-;15861:43;-1:-1:-1;15940:39:0;15861:43;3941:1;15940:12;:39::i;:::-;15919:60;;16019:35;16032:9;16043:10;16019:12;:35::i;12001:167::-;1361:10;-1:-1:-1;;;;;1390:34:0;;1334:24;1390:34;;;:14;:34;;;;;;;;1382:43;;;;;;;;-1:-1:-1;;;;;;12123:27:0;;;;;;;;:14;:27;;;;;:37;;-1:-1:-1;;12123:37:0;;;;;;;;;;12001:167::o;13403:182::-;13470:7;13522:10;13550:27;13522:10;13550:9;:27::i;:::-;13543:34;;13403:182;;;:::o;3818:35::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11786:123;1361:10;-1:-1:-1;;;;;1390:34:0;;1334:24;1390:34;;;:14;:34;;;;;;;;1382:43;;;;;;;;-1:-1:-1;11878:15:0;:23;;-1:-1:-1;;11878:23:0;;;11786:123::o;9803:1782::-;9925:4;9965:24;10507:17;10581:20;10655:18;757:1;744:10;:8;:10::i;:::-;:14;736:23;;;;;;10194:15;;9992:10;;-1:-1:-1;10194:15:0;;10193:16;:76;;;;-1:-1:-1;;;;;;10232:37:0;;;;;;:19;:37;;;;;;10213:56;;;10193:76;10185:85;;;;;;;;10367:1;10347:17;10359:4;10347:11;:17::i;:::-;:21;10344:36;;;10370:10;:8;:10::i;:::-;10527:43;10540:15;3941:1;10527:12;:43::i;:::-;10507:63;;10604:40;10617:15;10634:9;10604:12;:40::i;:::-;10581:63;;10676:28;10694:9;10676:17;:28::i;:::-;10655:49;;10766:37;10779:12;;10793:9;10766:12;:37::i;:::-;10751:12;:52;-1:-1:-1;;;;;10897:37:0;;;;;;:19;:37;;;;;;10884:68;;10936:15;10884:12;:68::i;:::-;-1:-1:-1;;;;;10844:37:0;;;;;;;:19;:37;;;;;;:108;;;;11010:31;;;;;;;10997:59;;11043:12;10997;:59::i;:::-;-1:-1:-1;;;;;10963:31:0;;;;;;;:19;:31;;;;;;;;:93;;;;11156:15;;;11114:28;;;;;:10;:28;;;;;;:76;;11156:33;;;11114:76;;;;;;11237:15;;11201:22;;;;;;;:67;;11237:30;;;11201:67;;;;;;11365:15;11409:12;;11352:70;;11365:15;-1:-1:-1;;;11383:22:0;;11382:39;;;;;;;;11352:12;:70::i;:::-;11334:15;:88;-1:-1:-1;;;;;11466:52:0;;;;;;;11505:12;11466:52;;;;;;;;;;;;;;-1:-1:-1;11564:4:0;;9803:1782;-1:-1:-1;;;;;;9803:1782:0:o;12687:120::-;1361:10;-1:-1:-1;;;;;1390:34:0;;1334:24;1390:34;;;:14;:34;;;;;;;;1382:43;;;;;;;;12783:6;12792:7;;12783:16;;;;;;;;:::i;:::-;;12687:120;;:::o;12506:112::-;1361:10;-1:-1:-1;;;;;1390:34:0;;1334:24;1390:34;;;:14;:34;;;;;;;;1382:43;;;;;;;;12598:4;12605:5;;12598:12;;;;;;;;:::i;8360:1300::-;8480:24;8637:15;8681:17;8738:18;8807:22;9140;757:1;744:10;:8;:10::i;:::-;:14;736:23;;;;;;8507:10;-1:-1:-1;;;;;8588:37:0;;;;;;:19;:37;;;;;;8507:10;;-1:-1:-1;8569:56:0;;;8561:65;;;;;;8655:15;8637:33;;8701:26;8719:7;8701:17;:26::i;:::-;8681:46;-1:-1:-1;8759:37:0;8681:46;3941:1;8759:12;:37::i;:::-;8738:58;;8832:35;8845:9;8856:10;8832:12;:35::i;:::-;8807:60;;8936:35;8949:12;;8963:7;8936:12;:35::i;:::-;8921:12;:50;-1:-1:-1;;;;;9035:37:0;;;;;;:19;:37;;;;;;9022:60;;9074:7;9022:12;:60::i;:::-;-1:-1:-1;;;;;8982:37:0;;;;;;:19;:37;;;;;;;;:100;;;;9175:15;;9243:10;:28;;;;;;:47;;9175:25;;;-1:-1:-1;;;9204:26:0;;9175:56;9243:47;;;;;;9365:12;;9175:56;;-1:-1:-1;9365:16:0;;9361:194;;;9473:70;9486:15;;9530:12;;-1:-1:-1;;;9504:10:0;:22;9503:39;;;;;;9473:70;9455:15;:88;9361:194;9610:16;-1:-1:-1;;;;;9598:54:0;;9628:7;9637:14;9598:54;;;;;;;;;;;;;;;;;;;;8360:1300;;;;;;;:::o;7221:320::-;7351:10;-1:-1:-1;;;;;7390:37:0;;7324:24;7390:37;;;:19;:37;;;;;;;7441:11;;7438:29;;;7454:13;7459:7;7454:4;:13::i;:::-;7523:10;:8;:10::i;:::-;7221:320;;:::o;5868:155::-;5952:7;5977:38;5992:9;6003:11;5977:14;:38::i;6384:767::-;6491:18;6636:24;6997:15;890:1;870:17;882:4;870:11;:17::i;:::-;:21;862:30;;;;;;6512:18;6524:5;6512:11;:18::i;:::-;6663:10;-1:-1:-1;;;;;6684:28:0;;;;;;:10;:28;;;;;;;;:66;;-1:-1:-1;;;6727:22:0;;6684:66;;;6817:16;:34;;;;;;;6862:38;;;;6803:48;;;;-1:-1:-1;6663:10:0;-1:-1:-1;7015:31:0;;6803:48;;7015:14;:31::i;:::-;6997:49;;7105:16;-1:-1:-1;;;;;7090:53:0;;7123:10;7135:7;7090:53;;;;;;;;;;;;;;;;;;;;6384:767;;;:::o;24462:147::-;24520:7;24552:5;;;24575:6;;;;24568:14;;;;24600:1;24462:147;-1:-1:-1;;;24462:147:0:o;23850:288::-;23908:7;24007:9;24023:1;24019;:5;;;;;;;;;23850:288;-1:-1:-1;;;;23850:288:0:o;24264:123::-;24322:7;24349:6;;;;24342:14;;;;-1:-1:-1;24374:5:0;;;24264:123::o;21072:976::-;21980:12;;21167:7;;21221:25;;21167:7;;4069:16;21372:555;21408:457;21554:52;;;21670:27;21779:1;21700:15;;21669:47;21469:248;21779:45;:58;;21469:369;21470:21;21469:369;21408:4;:457::i;:::-;21890:18;21372:12;:555::i;:::-;21309:658;;;;;;;;21294:699;;21072:976;-1:-1:-1;;;;21072:976:0:o;22315:722::-;22504:12;;22408:7;;22464:4;22454:14;;;;22504:19;;;22408:7;;22624:357;22705:147;22783:17;;;4069:16;22757:44;22705:147;22678:214;;22965:1;22464:4;-1:-1:-1;;22938:10:0;;;:18;;;;22937:25;4069:16;22913:50;22912:54;;;;;;;;22624:12;:357::i;:::-;:372;;;;;;;;;22315:722;-1:-1:-1;;;;;22315:722:0:o;23149:198::-;23223:5;23232:1;23227;23223:5;;23222:11;23260:80;23271:1;23267;:5;23260:80;;;23293:1;23289:5;;23327:1;23322;23318;23314;:5;;;;;;;;:9;23313:15;;;;;;;;23309:19;;23260:80;;514:22836;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;514:22836:0;;;;-1:-1:-1;514:22836:0;;;;;;;;;;;;;;
Swarm Source
bzzr://4676a8f06db35695fbed451c80d424cc289d3fb0a143a29e18772d570c745dbe
Loading...
Loading
Loading...
Loading
Net Worth in USD
$306.29
Net Worth in ETH
0.165198
Token Allocations
ETH
100.00%
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $1,854 | 0.1652 | $306.29 |
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.