Overview
ETH Balance
2.839459429852134409 ETH
Eth Value
$10,178.03 (@ $3,584.50/ETH)Token Holdings
More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 258 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Claim Tokens | 12165049 | 1371 days ago | IN | 0 ETH | 0.01037194 | ||||
Claim Tokens | 12155177 | 1373 days ago | IN | 0 ETH | 0.00549373 | ||||
Claim Tokens | 12155177 | 1373 days ago | IN | 0 ETH | 0.0166497 | ||||
Claim Tokens | 12151300 | 1373 days ago | IN | 0 ETH | 0.01473908 | ||||
Claim Tokens | 12150535 | 1374 days ago | IN | 0 ETH | 0.0141113 | ||||
Claim Tokens | 12148537 | 1374 days ago | IN | 0 ETH | 0.02174469 | ||||
Claim Tokens | 12148498 | 1374 days ago | IN | 0 ETH | 0.01837836 | ||||
Claim Tokens | 12147876 | 1374 days ago | IN | 0 ETH | 0.02556594 | ||||
Claim Tokens | 12146784 | 1374 days ago | IN | 0 ETH | 0.00367502 | ||||
Claim Tokens | 12146784 | 1374 days ago | IN | 0 ETH | 0.01610381 | ||||
Claim Tokens | 12146380 | 1374 days ago | IN | 0 ETH | 0.01455712 | ||||
Claim Tokens | 12146359 | 1374 days ago | IN | 0 ETH | 0.01628577 | ||||
Claim Tokens | 12146349 | 1374 days ago | IN | 0 ETH | 0.01573988 | ||||
Claim Tokens | 12146345 | 1374 days ago | IN | 0 ETH | 0.01755952 | ||||
Claim Tokens | 12146113 | 1374 days ago | IN | 0 ETH | 0.01892425 | ||||
Claim Tokens | 12145968 | 1374 days ago | IN | 0 ETH | 0.01928818 | ||||
Claim Tokens | 12145816 | 1374 days ago | IN | 0 ETH | 0.01401122 | ||||
Claim Tokens | 12145732 | 1374 days ago | IN | 0 ETH | 0.01483006 | ||||
Claim Tokens | 12145724 | 1374 days ago | IN | 0 ETH | 0.01319239 | ||||
Claim Tokens | 12145193 | 1374 days ago | IN | 0 ETH | 0.01128176 | ||||
Claim Tokens | 12144937 | 1374 days ago | IN | 0 ETH | 0.00964409 | ||||
Claim Tokens | 12144866 | 1374 days ago | IN | 0 ETH | 0.01519399 | ||||
Claim Tokens | 12144865 | 1374 days ago | IN | 0 ETH | 0.01519399 | ||||
Claim Tokens | 12144687 | 1374 days ago | IN | 0 ETH | 0.0146481 | ||||
Claim Tokens | 12144648 | 1374 days ago | IN | 0 ETH | 0.01273748 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
|||
---|---|---|---|---|---|---|
12165049 | 1371 days ago | 0.70986485 ETH | ||||
12155177 | 1373 days ago | 0.70986485 ETH | ||||
12151300 | 1373 days ago | 0.70986485 ETH | ||||
12150535 | 1374 days ago | 0.70986485 ETH | ||||
12148537 | 1374 days ago | 0.70986485 ETH | ||||
12148498 | 1374 days ago | 0.70986485 ETH | ||||
12147876 | 1374 days ago | 0.70986485 ETH | ||||
12146784 | 1374 days ago | 0.70986485 ETH | ||||
12146380 | 1374 days ago | 0.70986485 ETH | ||||
12146359 | 1374 days ago | 0.70986485 ETH | ||||
12146349 | 1374 days ago | 0.70986485 ETH | ||||
12146345 | 1374 days ago | 0.70986485 ETH | ||||
12146113 | 1374 days ago | 0.70986485 ETH | ||||
12145968 | 1374 days ago | 0.70986485 ETH | ||||
12145816 | 1374 days ago | 0.70986485 ETH | ||||
12145732 | 1374 days ago | 0.70986485 ETH | ||||
12145724 | 1374 days ago | 0.70986485 ETH | ||||
12145193 | 1374 days ago | 0.70986485 ETH | ||||
12144937 | 1374 days ago | 0.70986485 ETH | ||||
12144866 | 1374 days ago | 0.70986485 ETH | ||||
12144865 | 1374 days ago | 0.70986485 ETH | ||||
12144687 | 1374 days ago | 0.70986485 ETH | ||||
12144648 | 1374 days ago | 0.70986485 ETH | ||||
12144647 | 1374 days ago | 0.70986485 ETH | ||||
12144595 | 1374 days ago | 0.70986485 ETH |
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x5cA7142E...cc9dd9f08 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
SafuInvestmentsPresale
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity Multiple files format)
// SPDX-License-Identifier: MIT pragma solidity 0.6.12; import "./SafeMath.sol"; import "./IERC20.sol"; interface IUniswapV2Router02 { function addLiquidityETH( address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline ) external payable returns ( uint256 amountToken, uint256 amountETH, uint256 liquidity ); } contract SafuInvestmentsPresale { using SafeMath for uint256; IUniswapV2Router02 private constant uniswapRouter = IUniswapV2Router02(address(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D)); address payable internal safuFactoryAddress; // address that creates the presale contracts address payable public safuDevAddress; // address where dev fees will be transferred to address public safuLiqLockAddress; // address where LP tokens will be locked IERC20 public token; // token that will be sold address payable public presaleCreatorAddress; // address where percentage of invested wei will be transferred to address public unsoldTokensDumpAddress; // address where unsold tokens will be transferred to mapping(address => uint256) public investments; // total wei invested per address mapping(address => bool) public whitelistedAddresses; // addresses eligible in presale mapping(address => bool) public claimed; // if true, it means investor already claimed the tokens or got a refund uint256 private safuDevFeePercentage; // dev fee to support the development of Safu Investments uint256 private safuMinDevFeeInWei; // minimum fixed dev fee to support the development of Safu Investments uint256 public safuId; // used for fetching presale without referencing its address uint256 public totalInvestorsCount; // total investors count uint256 public presaleCreatorClaimWei; // wei to transfer to presale creator per investor claim uint256 public presaleCreatorClaimTime; // time when presale creator can collect funds raise uint256 public totalCollectedWei; // total wei collected uint256 public totalTokens; // total tokens to be sold uint256 public tokensLeft; // available tokens to be sold uint256 public tokenPriceInWei; // token presale wei price per 1 token uint256 public hardCapInWei; // maximum wei amount that can be invested in presale uint256 public softCapInWei; // minimum wei amount to invest in presale, if not met, invested wei will be returned uint256 public maxInvestInWei; // maximum wei amount that can be invested per wallet address uint256 public minInvestInWei; // minimum wei amount that can be invested per wallet address uint256 public openTime; // time when presale starts, investing is allowed uint256 public closeTime; // time when presale closes, investing is not allowed uint256 public uniListingPriceInWei; // token price when listed in Uniswap uint256 public uniLiquidityAddingTime; // time when adding of liquidity in uniswap starts, investors can claim their tokens afterwards uint256 public uniLPTokensLockDurationInDays; // how many days after the liquity is added the presale creator can unlock the LP tokens uint256 public uniLiquidityPercentageAllocation; // how many percentage of the total invested wei that will be added as liquidity bool public uniLiquidityAdded = false; // if true, liquidity is added in Uniswap and lp tokens are locked bool public onlyWhitelistedAddressesAllowed = true; // if true, only whitelisted addresses can invest bool public safuDevFeesExempted = false; // if true, presale will be exempted from dev fees bool public presaleCancelled = false; // if true, investing will not be allowed, investors can withdraw, presale creator can withdraw their tokens bytes32 public saleTitle; bytes32 public linkTelegram; bytes32 public linkTwitter; bytes32 public linkDiscord; bytes32 public linkWebsite; constructor(address _safuFactoryAddress, address _safuDevAddress) public { require(_safuFactoryAddress != address(0)); require(_safuDevAddress != address(0)); safuFactoryAddress = payable(_safuFactoryAddress); safuDevAddress = payable(_safuDevAddress); } modifier onlySafuDev() { require(safuFactoryAddress == msg.sender || safuDevAddress == msg.sender); _; } modifier onlySafuFactory() { require(safuFactoryAddress == msg.sender); _; } modifier onlyPresaleCreatorOrSafuFactory() { require( presaleCreatorAddress == msg.sender || safuFactoryAddress == msg.sender, "Not presale creator or factory" ); _; } modifier onlyPresaleCreator() { require(presaleCreatorAddress == msg.sender, "Not presale creator"); _; } modifier whitelistedAddressOnly() { require( !onlyWhitelistedAddressesAllowed || whitelistedAddresses[msg.sender], "Address not whitelisted" ); _; } modifier presaleIsNotCancelled() { require(!presaleCancelled, "Cancelled"); _; } modifier investorOnly() { require(investments[msg.sender] > 0, "Not an investor"); _; } modifier notYetClaimedOrRefunded() { require(!claimed[msg.sender], "Already claimed or refunded"); _; } function setAddressInfo( address _presaleCreator, address _tokenAddress, address _unsoldTokensDumpAddress ) external onlySafuFactory { require(_presaleCreator != address(0)); require(_tokenAddress != address(0)); require(_unsoldTokensDumpAddress != address(0)); presaleCreatorAddress = payable(_presaleCreator); token = IERC20(_tokenAddress); unsoldTokensDumpAddress = _unsoldTokensDumpAddress; } function setGeneralInfo( uint256 _totalTokens, uint256 _tokenPriceInWei, uint256 _hardCapInWei, uint256 _softCapInWei, uint256 _maxInvestInWei, uint256 _minInvestInWei, uint256 _openTime, uint256 _closeTime ) external onlySafuFactory { require(_totalTokens > 0); require(_tokenPriceInWei > 0); require(_openTime > 0); require(_closeTime > 0); require(_hardCapInWei > 0); // Hard cap > (token amount * token price) require(_hardCapInWei <= _totalTokens.mul(_tokenPriceInWei)); // Soft cap > to hard cap require(_softCapInWei <= _hardCapInWei); // Min. wei investment > max. wei investment require(_minInvestInWei <= _maxInvestInWei); // Open time >= close time require(_openTime < _closeTime); totalTokens = _totalTokens; tokensLeft = _totalTokens; tokenPriceInWei = _tokenPriceInWei; hardCapInWei = _hardCapInWei; softCapInWei = _softCapInWei; maxInvestInWei = _maxInvestInWei; minInvestInWei = _minInvestInWei; openTime = _openTime; closeTime = _closeTime; } function setUniswapInfo( uint256 _uniListingPriceInWei, uint256 _uniLiquidityAddingTime, uint256 _uniLPTokensLockDurationInDays, uint256 _uniLiquidityPercentageAllocation ) external onlySafuFactory { require(_uniListingPriceInWei > 0); require(_uniLiquidityAddingTime > 0); require(_uniLPTokensLockDurationInDays > 0); require(_uniLiquidityPercentageAllocation > 0); require(closeTime > 0); // Listing time < close time require(_uniLiquidityAddingTime >= closeTime); uniListingPriceInWei = _uniListingPriceInWei; uniLiquidityAddingTime = _uniLiquidityAddingTime; uniLPTokensLockDurationInDays = _uniLPTokensLockDurationInDays; uniLiquidityPercentageAllocation = _uniLiquidityPercentageAllocation; } function setStringInfo( bytes32 _saleTitle, bytes32 _linkTelegram, bytes32 _linkDiscord, bytes32 _linkTwitter, bytes32 _linkWebsite ) external onlyPresaleCreatorOrSafuFactory { saleTitle = _saleTitle; linkTelegram = _linkTelegram; linkDiscord = _linkDiscord; linkTwitter = _linkTwitter; linkWebsite = _linkWebsite; } function setSafuInfo( address _safuLiqLockAddress, uint256 _safuDevFeePercentage, uint256 _safuMinDevFeeInWei, uint256 _safuId ) external onlySafuDev { safuLiqLockAddress = _safuLiqLockAddress; safuDevFeePercentage = _safuDevFeePercentage; safuMinDevFeeInWei = _safuMinDevFeeInWei; safuId = _safuId; } function setSafuDevFeesExempted(bool _safuDevFeesExempted) external onlySafuDev { safuDevFeesExempted = _safuDevFeesExempted; } function setOnlyWhitelistedAddressesAllowed(bool _onlyWhitelistedAddressesAllowed) external onlyPresaleCreatorOrSafuFactory { onlyWhitelistedAddressesAllowed = _onlyWhitelistedAddressesAllowed; } function addwhitelistedAddresses(address[] calldata _whitelistedAddresses) external onlyPresaleCreatorOrSafuFactory { onlyWhitelistedAddressesAllowed = _whitelistedAddresses.length > 0; for (uint256 i = 0; i < _whitelistedAddresses.length; i++) { whitelistedAddresses[_whitelistedAddresses[i]] = true; } } function getTokenAmount(uint256 _weiAmount) internal view returns (uint256) { return _weiAmount.mul(1e18).div(tokenPriceInWei); } function invest() public payable whitelistedAddressOnly presaleIsNotCancelled { require(block.timestamp >= openTime, "Not yet opened"); require(block.timestamp < closeTime, "Closed"); require(totalCollectedWei < hardCapInWei, "Hard cap reached"); require(tokensLeft > 0); require(msg.value <= tokensLeft.mul(tokenPriceInWei)); uint256 totalInvestmentInWei = investments[msg.sender].add(msg.value); require(totalInvestmentInWei >= minInvestInWei || totalCollectedWei >= hardCapInWei.sub(1 ether), "Min investment not reached"); require(maxInvestInWei == 0 || totalInvestmentInWei <= maxInvestInWei, "Max investment reached"); if (investments[msg.sender] == 0) { totalInvestorsCount = totalInvestorsCount.add(1); } totalCollectedWei = totalCollectedWei.add(msg.value); investments[msg.sender] = totalInvestmentInWei; tokensLeft = tokensLeft.sub(getTokenAmount(msg.value)); } receive() external payable { invest(); } function addLiquidityAndLockLPTokens() external presaleIsNotCancelled { require(totalCollectedWei > 0); require(!uniLiquidityAdded, "Liquidity already added"); require( !onlyWhitelistedAddressesAllowed || whitelistedAddresses[msg.sender] || msg.sender == presaleCreatorAddress, "Not whitelisted or not presale creator" ); if (totalCollectedWei >= hardCapInWei.sub(1 ether) && block.timestamp < uniLiquidityAddingTime) { require(msg.sender == presaleCreatorAddress, "Not presale creator"); } else if (block.timestamp >= uniLiquidityAddingTime) { require( msg.sender == presaleCreatorAddress || investments[msg.sender] > 0, "Not presale creator or investor" ); require(totalCollectedWei >= softCapInWei, "Soft cap not reached"); } else { revert("Liquidity cannot be added yet"); } uniLiquidityAdded = true; uint256 finalTotalCollectedWei = totalCollectedWei; uint256 safuDevFeeInWei; if (!safuDevFeesExempted) { uint256 pctDevFee = finalTotalCollectedWei.mul(safuDevFeePercentage).div(100); safuDevFeeInWei = pctDevFee > safuMinDevFeeInWei || safuMinDevFeeInWei >= finalTotalCollectedWei ? pctDevFee : safuMinDevFeeInWei; } if (safuDevFeeInWei > 0) { finalTotalCollectedWei = finalTotalCollectedWei.sub(safuDevFeeInWei); safuDevAddress.transfer(safuDevFeeInWei); } uint256 liqPoolEthAmount = finalTotalCollectedWei.mul(uniLiquidityPercentageAllocation).div(100); uint256 liqPoolTokenAmount = liqPoolEthAmount.mul(1e18).div(uniListingPriceInWei); token.approve(address(uniswapRouter), liqPoolTokenAmount); uniswapRouter.addLiquidityETH{value : liqPoolEthAmount}( address(token), liqPoolTokenAmount, 0, 0, safuLiqLockAddress, block.timestamp.add(15 minutes) ); uint256 unsoldTokensAmount = token.balanceOf(address(this)).sub(getTokenAmount(totalCollectedWei)); if (unsoldTokensAmount > 0) { token.transfer(unsoldTokensDumpAddress, unsoldTokensAmount); } presaleCreatorClaimWei = address(this).balance.mul(1e18).div(totalInvestorsCount.mul(1e18)); presaleCreatorClaimTime = block.timestamp + 1 days; } function claimTokens() external whitelistedAddressOnly presaleIsNotCancelled investorOnly notYetClaimedOrRefunded { require(uniLiquidityAdded, "Liquidity not yet added"); claimed[msg.sender] = true; // make sure this goes first before transfer to prevent reentrancy token.transfer(msg.sender, getTokenAmount(investments[msg.sender])); uint256 balance = address(this).balance; if (balance > 0) { uint256 funds = presaleCreatorClaimWei > balance ? balance : presaleCreatorClaimWei; presaleCreatorAddress.transfer(funds); } } function getRefund() external whitelistedAddressOnly investorOnly notYetClaimedOrRefunded { if (!presaleCancelled) { require(block.timestamp >= openTime, "Not yet opened"); require(block.timestamp >= closeTime, "Not yet closed"); require(softCapInWei > 0, "No soft cap"); require(totalCollectedWei < softCapInWei, "Soft cap reached"); } claimed[msg.sender] = true; // make sure this goes first before transfer to prevent reentrancy uint256 investment = investments[msg.sender]; uint256 presaleBalance = address(this).balance; require(presaleBalance > 0); if (investment > presaleBalance) { investment = presaleBalance; } if (investment > 0) { msg.sender.transfer(investment); } } function cancelAndTransferTokensToPresaleCreator() external { if (!uniLiquidityAdded && presaleCreatorAddress != msg.sender && safuDevAddress != msg.sender) { revert(); } if (uniLiquidityAdded && safuDevAddress != msg.sender) { revert(); } require(!presaleCancelled); presaleCancelled = true; uint256 balance = token.balanceOf(address(this)); if (balance > 0) { token.transfer(presaleCreatorAddress, balance); } } function collectFundsRaised() onlyPresaleCreator external { require(uniLiquidityAdded); require(!presaleCancelled); require(block.timestamp >= presaleCreatorClaimTime); if (address(this).balance > 0) { presaleCreatorAddress.transfer(address(this).balance); } } }
// SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ 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); }
// SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @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. */ 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. */ function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { 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. */ function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { require(b != 0, errorMessage); return a % b; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"_safuFactoryAddress","type":"address"},{"internalType":"address","name":"_safuDevAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"addLiquidityAndLockLPTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_whitelistedAddresses","type":"address[]"}],"name":"addwhitelistedAddresses","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"cancelAndTransferTokensToPresaleCreator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"claimTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"claimed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"closeTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"collectFundsRaised","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getRefund","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"hardCapInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"invest","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"investments","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"linkDiscord","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"linkTelegram","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"linkTwitter","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"linkWebsite","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxInvestInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"minInvestInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"onlyWhitelistedAddressesAllowed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"openTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"presaleCancelled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"presaleCreatorAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"presaleCreatorClaimTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"presaleCreatorClaimWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"safuDevAddress","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"safuDevFeesExempted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"safuId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"safuLiqLockAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"saleTitle","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_presaleCreator","type":"address"},{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"address","name":"_unsoldTokensDumpAddress","type":"address"}],"name":"setAddressInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_totalTokens","type":"uint256"},{"internalType":"uint256","name":"_tokenPriceInWei","type":"uint256"},{"internalType":"uint256","name":"_hardCapInWei","type":"uint256"},{"internalType":"uint256","name":"_softCapInWei","type":"uint256"},{"internalType":"uint256","name":"_maxInvestInWei","type":"uint256"},{"internalType":"uint256","name":"_minInvestInWei","type":"uint256"},{"internalType":"uint256","name":"_openTime","type":"uint256"},{"internalType":"uint256","name":"_closeTime","type":"uint256"}],"name":"setGeneralInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_onlyWhitelistedAddressesAllowed","type":"bool"}],"name":"setOnlyWhitelistedAddressesAllowed","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_safuDevFeesExempted","type":"bool"}],"name":"setSafuDevFeesExempted","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_safuLiqLockAddress","type":"address"},{"internalType":"uint256","name":"_safuDevFeePercentage","type":"uint256"},{"internalType":"uint256","name":"_safuMinDevFeeInWei","type":"uint256"},{"internalType":"uint256","name":"_safuId","type":"uint256"}],"name":"setSafuInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_saleTitle","type":"bytes32"},{"internalType":"bytes32","name":"_linkTelegram","type":"bytes32"},{"internalType":"bytes32","name":"_linkDiscord","type":"bytes32"},{"internalType":"bytes32","name":"_linkTwitter","type":"bytes32"},{"internalType":"bytes32","name":"_linkWebsite","type":"bytes32"}],"name":"setStringInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_uniListingPriceInWei","type":"uint256"},{"internalType":"uint256","name":"_uniLiquidityAddingTime","type":"uint256"},{"internalType":"uint256","name":"_uniLPTokensLockDurationInDays","type":"uint256"},{"internalType":"uint256","name":"_uniLiquidityPercentageAllocation","type":"uint256"}],"name":"setUniswapInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"softCapInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenPriceInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensLeft","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalCollectedWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalInvestorsCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalTokens","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniLPTokensLockDurationInDays","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniLiquidityAdded","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniLiquidityAddingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniLiquidityPercentageAllocation","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniListingPriceInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unsoldTokensDumpAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whitelistedAddresses","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]
Deployed Bytecode
0x6080604052600436106102b25760003560e01c806389771dd811610175578063c36002c9116100dc578063d6c86b1b11610095578063e8b5e51f1161006f578063e8b5e51f14610c6d578063eaa2288b14610c77578063f24ec90814610cda578063fc0c546a14610d49576102c1565b8063d6c86b1b14610bec578063e47935e614610c17578063e861e34d14610c42576102c1565b8063c36002c914610ad4578063c502b13b14610aeb578063c51d16b614610b16578063c884ef8314610b41578063ce8f582e14610ba8578063d5933c2c14610bbf576102c1565b8063a999ac321161012e578063a999ac32146109be578063a9cbc798146109ff578063b1406b7914610a2a578063b2d5ae4414610a67578063b31f8f9314610a7e578063b425688814610aa9576102c1565b806389771dd8146107e357806389bc9cb51461080e5780638a6688f11461089457806396b98862146108ed5780639fa1eccc14610952578063a2460d2e1461097d576102c1565b806335d079de1161021957806355973a90116101d257806355973a90146106f3578063627749e6146107205780636cb962871461074b5780637275ae1414610762578063744583061461078d5780637e1c0c09146107b8576102c1565b806335d079de146105895780634760eb25146105ca57806348c54b9d146105f55780634b8eb8551461060c5780634b9c4cb31461063757806350c73391146106c8576102c1565b806318cc60e41161026b57806318cc60e4146104085780631c194ba914610445578063261ad0c5146104c75780632a00551e146104f25780632f8de8101461051d57806335c5b37114610548576102c1565b806303205053146102c6578063032e1cee146102f3578063057bdd441461031e57806306c933d81461034b5780630ca99ca8146103b25780630cdc1fc5146103dd576102c1565b366102c1576102bf610d8a565b005b600080fd5b3480156102d257600080fd5b506102db6112e4565b60405180821515815260200191505060405180910390f35b3480156102ff57600080fd5b506103086112f7565b6040518082815260200191505060405180910390f35b34801561032a57600080fd5b506103336112fd565b60405180821515815260200191505060405180910390f35b34801561035757600080fd5b5061039a6004803603602081101561036e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611310565b60405180821515815260200191505060405180910390f35b3480156103be57600080fd5b506103c7611330565b6040518082815260200191505060405180910390f35b3480156103e957600080fd5b506103f2611336565b6040518082815260200191505060405180910390f35b34801561041457600080fd5b506104436004803603602081101561042b57600080fd5b8101908080351515906020019092919050505061133c565b005b34801561045157600080fd5b506104c5600480360361010081101561046957600080fd5b810190808035906020019092919080359060200190929190803590602001909291908035906020019092919080359060200190929190803590602001909291908035906020019092919080359060200190929190505050611409565b005b3480156104d357600080fd5b506104dc611530565b6040518082815260200191505060405180910390f35b3480156104fe57600080fd5b50610507611536565b6040518082815260200191505060405180910390f35b34801561052957600080fd5b5061053261153c565b6040518082815260200191505060405180910390f35b34801561055457600080fd5b5061055d611542565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561059557600080fd5b5061059e611568565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156105d657600080fd5b506105df61158e565b6040518082815260200191505060405180910390f35b34801561060157600080fd5b5061060a611594565b005b34801561061857600080fd5b50610621611ae6565b6040518082815260200191505060405180910390f35b34801561064357600080fd5b506106c66004803603606081101561065a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611aec565b005b3480156106d457600080fd5b506106dd611cba565b6040518082815260200191505060405180910390f35b3480156106ff57600080fd5b50610708611cc0565b60405180821515815260200191505060405180910390f35b34801561072c57600080fd5b50610735611cd3565b6040518082815260200191505060405180910390f35b34801561075757600080fd5b50610760611cd9565b005b34801561076e57600080fd5b50610777611e53565b6040518082815260200191505060405180910390f35b34801561079957600080fd5b506107a2611e59565b6040518082815260200191505060405180910390f35b3480156107c457600080fd5b506107cd611e5f565b6040518082815260200191505060405180910390f35b3480156107ef57600080fd5b506107f8611e65565b6040518082815260200191505060405180910390f35b34801561081a57600080fd5b506108926004803603602081101561083157600080fd5b810190808035906020019064010000000081111561084e57600080fd5b82018360208201111561086057600080fd5b8035906020019184602083028401116401000000008311171561088257600080fd5b9091929391929390505050611e6b565b005b3480156108a057600080fd5b506108eb600480360360808110156108b757600080fd5b8101908080359060200190929190803590602001909291908035906020019092919080359060200190929190505050612044565b005b3480156108f957600080fd5b5061093c6004803603602081101561091057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612110565b6040518082815260200191505060405180910390f35b34801561095e57600080fd5b50610967612128565b6040518082815260200191505060405180910390f35b34801561098957600080fd5b5061099261212e565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b3480156109ca57600080fd5b506109d3612154565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b348015610a0b57600080fd5b50610a1461217a565b6040518082815260200191505060405180910390f35b348015610a3657600080fd5b50610a6560048036036020811015610a4d57600080fd5b81019080803515159060200190929190505050612180565b005b348015610a7357600080fd5b50610a7c6122b6565b005b348015610a8a57600080fd5b50610a93612807565b6040518082815260200191505060405180910390f35b348015610ab557600080fd5b50610abe61280d565b6040518082815260200191505060405180910390f35b348015610ae057600080fd5b50610ae9612813565b005b348015610af757600080fd5b50610b00612b51565b6040518082815260200191505060405180910390f35b348015610b2257600080fd5b50610b2b612b57565b6040518082815260200191505060405180910390f35b348015610b4d57600080fd5b50610b9060048036036020811015610b6457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050612b5d565b60405180821515815260200191505060405180910390f35b348015610bb457600080fd5b50610bbd612b7d565b005b348015610bcb57600080fd5b50610bd461369e565b60405180821515815260200191505060405180910390f35b348015610bf857600080fd5b50610c016136b1565b6040518082815260200191505060405180910390f35b348015610c2357600080fd5b50610c2c6136b7565b6040518082815260200191505060405180910390f35b348015610c4e57600080fd5b50610c576136bd565b6040518082815260200191505060405180910390f35b610c75610d8a565b005b348015610c8357600080fd5b50610cd8600480360360a0811015610c9a57600080fd5b8101908080359060200190929190803590602001909291908035906020019092919080359060200190929190803590602001909291905050506136c3565b005b348015610ce657600080fd5b50610d4760048036036080811015610cfd57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291908035906020019092919080359060200190929190505050613806565b005b348015610d5557600080fd5b50610d5e613912565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b601d60019054906101000a900460ff161580610def5750600760003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b610e61576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f41646472657373206e6f742077686974656c697374656400000000000000000081525060200191505060405180910390fd5b601d60039054906101000a900460ff1615610ee4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260098152602001807f43616e63656c6c6564000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b601754421015610f5c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600e8152602001807f4e6f7420796574206f70656e656400000000000000000000000000000000000081525060200191505060405180910390fd5b6018544210610fd3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260068152602001807f436c6f736564000000000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b601354600f541061104c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f486172642063617020726561636865640000000000000000000000000000000081525060200191505060405180910390fd5b60006011541161105b57600080fd5b61107260125460115461393890919063ffffffff16565b34111561107e57600080fd5b60006110d234600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546139be90919063ffffffff16565b90506016548110158061110357506110fd670de0b6b3a7640000601354613a4690919063ffffffff16565b600f5410155b611175576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601a8152602001807f4d696e20696e766573746d656e74206e6f74207265616368656400000000000081525060200191505060405180910390fd5b6000601554148061118857506015548111155b6111fa576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260168152602001807f4d617820696e766573746d656e7420726561636865640000000000000000000081525060200191505060405180910390fd5b6000600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054141561125f576112586001600c546139be90919063ffffffff16565b600c819055505b61127434600f546139be90919063ffffffff16565b600f8190555080600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506112db6112ca34613a90565b601154613a4690919063ffffffff16565b60118190555050565b601d60029054906101000a900460ff1681565b601a5481565b601d60009054906101000a900460ff1681565b60076020528060005260406000206000915054906101000a900460ff1681565b60135481565b60205481565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614806113e357503373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16145b6113ec57600080fd5b80601d60026101000a81548160ff02191690831515021790555050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461146157600080fd5b6000881161146e57600080fd5b6000871161147b57600080fd5b6000821161148857600080fd5b6000811161149557600080fd5b600086116114a257600080fd5b6114b5878961393890919063ffffffff16565b8611156114c157600080fd5b858511156114ce57600080fd5b838311156114db57600080fd5b8082106114e757600080fd5b8760108190555087601181905550866012819055508560138190555084601481905550836015819055508260168190555081601781905550806018819055505050505050505050565b601b5481565b601c5481565b60125481565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600b5481565b601d60019054906101000a900460ff1615806115f95750600760003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b61166b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f41646472657373206e6f742077686974656c697374656400000000000000000081525060200191505060405180910390fd5b601d60039054906101000a900460ff16156116ee576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260098152602001807f43616e63656c6c6564000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b6000600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054116117a3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600f8152602001807f4e6f7420616e20696e766573746f72000000000000000000000000000000000081525060200191505060405180910390fd5b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615611863576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f416c726561647920636c61696d6564206f7220726566756e646564000000000081525060200191505060405180910390fd5b601d60009054906101000a900460ff166118e5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f4c6971756964697479206e6f742079657420616464656400000000000000000081525060200191505060405180910390fd5b6001600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb336119c4600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054613a90565b6040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015611a1757600080fd5b505af1158015611a2b573d6000803e3d6000fd5b505050506040513d6020811015611a4157600080fd5b81019080805190602001909291905050505060004790506000811115611ae357600081600d5411611a7457600d54611a76565b815b9050600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f19350505050158015611ae0573d6000803e3d6000fd5b50505b50565b60215481565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611b4457600080fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611b7e57600080fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611bb857600080fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611bf257600080fd5b82600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555081600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550505050565b600e5481565b601d60019054906101000a900460ff1681565b60185481565b3373ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614611d9c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f4e6f742070726573616c652063726561746f720000000000000000000000000081525060200191505060405180910390fd5b601d60009054906101000a900460ff16611db557600080fd5b601d60039054906101000a900460ff1615611dcf57600080fd5b600e54421015611dde57600080fd5b6000471115611e5157600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015611e4f573d6000803e3d6000fd5b505b565b600c5481565b601f5481565b60105481565b60225481565b3373ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161480611f1257503373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16145b611f84576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f4e6f742070726573616c652063726561746f72206f7220666163746f7279000081525060200191505060405180910390fd5b60008282905011601d60016101000a81548160ff02191690831515021790555060005b8282905081101561203f57600160076000858585818110611fc457fe5b9050602002013573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080600101915050611fa7565b505050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461209c57600080fd5b600084116120a957600080fd5b600083116120b657600080fd5b600082116120c357600080fd5b600081116120d057600080fd5b6000601854116120df57600080fd5b6018548310156120ee57600080fd5b8360198190555082601a8190555081601b8190555080601c8190555050505050565b60066020528060005260406000206000915090505481565b60155481565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60195481565b3373ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16148061222757503373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16145b612299576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f4e6f742070726573616c652063726561746f72206f7220666163746f7279000081525060200191505060405180910390fd5b80601d60016101000a81548160ff02191690831515021790555050565b601d60019054906101000a900460ff16158061231b5750600760003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b61238d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f41646472657373206e6f742077686974656c697374656400000000000000000081525060200191505060405180910390fd5b6000600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205411612442576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600f8152602001807f4e6f7420616e20696e766573746f72000000000000000000000000000000000081525060200191505060405180910390fd5b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1615612502576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f416c726561647920636c61696d6564206f7220726566756e646564000000000081525060200191505060405180910390fd5b601d60039054906101000a900460ff166126f85760175442101561258e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600e8152602001807f4e6f7420796574206f70656e656400000000000000000000000000000000000081525060200191505060405180910390fd5b601854421015612606576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600e8152602001807f4e6f742079657420636c6f73656400000000000000000000000000000000000081525060200191505060405180910390fd5b60006014541161267e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252600b8152602001807f4e6f20736f66742063617000000000000000000000000000000000000000000081525060200191505060405180910390fd5b601454600f54106126f7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260108152602001807f536f66742063617020726561636865640000000000000000000000000000000081525060200191505060405180910390fd5b5b6001600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506000600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490506000479050600081116127a657600080fd5b808211156127b2578091505b6000821115612803573373ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f19350505050158015612801573d6000803e3d6000fd5b505b5050565b60115481565b60175481565b601d60009054906101000a900460ff1615801561287e57503373ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614155b80156128d857503373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614155b156128e257600080fd5b601d60009054906101000a900460ff16801561294c57503373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614155b1561295657600080fd5b601d60039054906101000a900460ff161561297057600080fd5b6001601d60036101000a81548160ff0219169083151502179055506000600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b158015612a1657600080fd5b505afa158015612a2a573d6000803e3d6000fd5b505050506040513d6020811015612a4057600080fd5b810190808051906020019092919050505090506000811115612b4e57600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b158015612b1157600080fd5b505af1158015612b25573d6000803e3d6000fd5b505050506040513d6020811015612b3b57600080fd5b8101908080519060200190929190505050505b50565b601e5481565b600f5481565b60086020528060005260406000206000915054906101000a900460ff1681565b601d60039054906101000a900460ff1615612c00576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260098152602001807f43616e63656c6c6564000000000000000000000000000000000000000000000081525060200191505060405180910390fd5b6000600f5411612c0f57600080fd5b601d60009054906101000a900460ff1615612c92576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260178152602001807f4c697175696469747920616c726561647920616464656400000000000000000081525060200191505060405180910390fd5b601d60019054906101000a900460ff161580612cf75750600760003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b80612d4f5750600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16145b612da4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180613c996026913960400191505060405180910390fd5b612dc1670de0b6b3a7640000601354613a4690919063ffffffff16565b600f5410158015612dd35750601a5442105b15612ea057600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614612e9b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f4e6f742070726573616c652063726561746f720000000000000000000000000081525060200191505060405180910390fd5b6130a4565b601a54421061303557600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161480612f4457506000600660003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054115b612fb6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f4e6f742070726573616c652063726561746f72206f7220696e766573746f720081525060200191505060405180910390fd5b601454600f541015613030576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260148152602001807f536f667420636170206e6f74207265616368656400000000000000000000000081525060200191505060405180910390fd5b6130a3565b6040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601d8152602001807f4c69717569646974792063616e6e6f742062652061646465642079657400000081525060200191505060405180910390fd5b5b6001601d60006101000a81548160ff0219169083151502179055506000600f5490506000601d60029054906101000a900460ff1661312c57600061310660646130f86009548661393890919063ffffffff16565b613ac890919063ffffffff16565b9050600a5481118061311a575082600a5410155b61312657600a54613128565b805b9150505b60008111156131b4576131488183613a4690919063ffffffff16565b9150600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc829081150290604051600060405180830381858888f193505050501580156131b2573d6000803e3d6000fd5b505b60006131de60646131d0601c548661393890919063ffffffff16565b613ac890919063ffffffff16565b90506000613211601954613203670de0b6b3a76400008561393890919063ffffffff16565b613ac890919063ffffffff16565b9050600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b3737a250d5630b4cf539739df2c5dacb4c659f2488d836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b1580156132ba57600080fd5b505af11580156132ce573d6000803e3d6000fd5b505050506040513d60208110156132e457600080fd5b810190808051906020019092919050505050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d71983600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684600080600260009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16613386610384426139be90919063ffffffff16565b6040518863ffffffff1660e01b8152600401808773ffffffffffffffffffffffffffffffffffffffff1681526020018681526020018581526020018481526020018373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200196505050505050506060604051808303818588803b15801561340a57600080fd5b505af115801561341e573d6000803e3d6000fd5b50505050506040513d606081101561343557600080fd5b81019080805190602001909291908051906020019092919080519060200190929190505050505050600061353f61346d600f54613a90565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060206040518083038186803b1580156134f657600080fd5b505afa15801561350a573d6000803e3d6000fd5b505050506040513d602081101561352057600080fd5b8101908080519060200190929190505050613a4690919063ffffffff16565b9050600081111561363c57600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b8152600401808373ffffffffffffffffffffffffffffffffffffffff16815260200182815260200192505050602060405180830381600087803b1580156135ff57600080fd5b505af1158015613613573d6000803e3d6000fd5b505050506040513d602081101561362957600080fd5b8101908080519060200190929190505050505b61368561365c670de0b6b3a7640000600c5461393890919063ffffffff16565b613677670de0b6b3a76400004761393890919063ffffffff16565b613ac890919063ffffffff16565b600d81905550620151804201600e819055505050505050565b601d60039054906101000a900460ff1681565b60145481565b600d5481565b60165481565b3373ffffffffffffffffffffffffffffffffffffffff16600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16148061376a57503373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16145b6137dc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601e8152602001807f4e6f742070726573616c652063726561746f72206f7220666163746f7279000081525060200191505060405180910390fd5b84601e8190555083601f819055508260218190555081602081905550806022819055505050505050565b3373ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614806138ad57503373ffffffffffffffffffffffffffffffffffffffff16600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16145b6138b657600080fd5b83600260006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508260098190555081600a8190555080600b8190555050505050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008083141561394b57600090506139b8565b600082840290508284828161395c57fe5b04146139b3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180613cbf6021913960400191505060405180910390fd5b809150505b92915050565b600080828401905083811015613a3c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b6000613a8883836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250613b12565b905092915050565b6000613ac1601254613ab3670de0b6b3a76400008561393890919063ffffffff16565b613ac890919063ffffffff16565b9050919050565b6000613b0a83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250613bd2565b905092915050565b6000838311158290613bbf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613b84578082015181840152602081019050613b69565b50505050905090810190601f168015613bb15780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b60008083118290613c7e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613c43578082015181840152602081019050613c28565b50505050905090810190601f168015613c705780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581613c8a57fe5b04905080915050939250505056fe4e6f742077686974656c6973746564206f72206e6f742070726573616c652063726561746f72536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77a264697066735822122048d287e827c99accc6ff1f5737af2380553a5ece50bc8e8f2fa6bd29b75f1e0a64736f6c634300060c0033
Deployed Bytecode Sourcemap
470:15117:2:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10733:8;:6;:8::i;:::-;470:15117;;;;;3599:39;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;2970:37;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3383;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;1298:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;2328:27;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3910:26;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;8768:151;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5929:1210;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;3109:44;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3248:47;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2253:30;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;770:37;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;996:44;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;1720:21;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;13240:624;;;;;;;;;;;;;:::i;:::-;;3942:26;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;5446:477;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;1974:38;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3493:50;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;2807:24;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;15268:317;;;;;;;;;;;;;:::i;:::-;;1809:34;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3877:27;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2132:26;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3974;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;9150:357;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;7145:828;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;1212:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2534:29;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;1113:38;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;862:33;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;2891:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;8925:219;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;13870:859;;;;;;;;;;;;;:::i;:::-;;2191:25;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2728:23;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;14735:527;;;;;;;;;;;;;:::i;:::-;;3847:24;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2071:32;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;1389:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10754:2480;;;;;;;;;;;;;:::i;:::-;;3695:36;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;2415:27;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;1874:37;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;2631:29;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;9676:1014;;;:::i;:::-;;7979:404;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;8389:373;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;944:19;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;9676:1014;4958:31;;;;;;;;;;;4957:32;:68;;;;4993:20;:32;5014:10;4993:32;;;;;;;;;;;;;;;;;;;;;;;;;4957:68;4936:138;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5150:16:::1;;;;;;;;;;;5149:17;5141:39;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;9811:8:::2;;9792:15;:27;;9784:54;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;9874:9;;9856:15;:27;9848:46;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;9932:12;;9912:17;;:32;9904:61;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;9996:1;9983:10;;:14;9975:23;;;::::0;::::2;;10029:31;10044:15;;10029:10;;:14;;:31;;;;:::i;:::-;10016:9;:44;;10008:53;;;::::0;::::2;;10071:28;10102:38;10130:9;10102:11;:23;10114:10;10102:23;;;;;;;;;;;;;;;;:27;;:38;;;;:::i;:::-;10071:69;;10182:14;;10158:20;:38;;:88;;;;10221:25;10238:7;10221:12;;:16;;:25;;;;:::i;:::-;10200:17;;:46;;10158:88;10150:127;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;10313:1;10295:14;;:19;:61;;;;10342:14;;10318:20;:38;;10295:61;10287:96;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;10425:1;10398:11;:23;10410:10;10398:23;;;;;;;;;;;;;;;;:28;10394:107;;;10464:26;10488:1;10464:19;;:23;;:26;;;;:::i;:::-;10442:19;:48;;;;10394:107;10531:32;10553:9;10531:17;;:21;;:32;;;;:::i;:::-;10511:17;:52;;;;10599:20;10573:11;:23;10585:10;10573:23;;;;;;;;;;;;;;;:46;;;;10642:41;10657:25;10672:9;10657:14;:25::i;:::-;10642:10;;:14;;:41;;;;:::i;:::-;10629:10;:54;;;;5190:1;9676:1014::o:0;3599:39::-;;;;;;;;;;;;;:::o;2970:37::-;;;;:::o;3383:::-;;;;;;;;;;;;;:::o;1298:52::-;;;;;;;;;;;;;;;;;;;;;;:::o;2328:27::-;;;;:::o;3910:26::-;;;;:::o;8768:151::-;4367:10;4345:32;;:18;;;;;;;;;;:32;;;:64;;;;4399:10;4381:28;;:14;;;;;;;;;;;:28;;;4345:64;4337:73;;;;;;8892:20:::1;8870:19;;:42;;;;;;;;;;;;;;;;;;8768:151:::0;:::o;5929:1210::-;4501:10;4479:32;;:18;;;;;;;;;;:32;;;4471:41;;;;;;6264:1:::1;6249:12;:16;6241:25;;;::::0;::::1;;6303:1;6284:16;:20;6276:29;;;::::0;::::1;;6335:1;6323:9;:13;6315:22;;;::::0;::::1;;6368:1;6355:10;:14;6347:23;;;::::0;::::1;;6404:1;6388:13;:17;6380:26;;;::::0;::::1;;6493:34;6510:16;6493:12;:16;;:34;;;;:::i;:::-;6476:13;:51;;6468:60;;;::::0;::::1;;6597:13;6580;:30;;6572:39;;;::::0;::::1;;6702:15;6683;:34;;6675:43;;;::::0;::::1;;6783:10;6771:9;:22;6763:31;;;::::0;::::1;;6819:12;6805:11;:26;;;;6854:12;6841:10;:25;;;;6894:16;6876:15;:34;;;;6935:13;6920:12;:28;;;;6973:13;6958:12;:28;;;;7013:15;6996:14;:32;;;;7055:15;7038:14;:32;;;;7091:9;7080:8;:20;;;;7122:10;7110:9;:22;;;;5929:1210:::0;;;;;;;;:::o;3109:44::-;;;;:::o;3248:47::-;;;;:::o;2253:30::-;;;;:::o;770:37::-;;;;;;;;;;;;;:::o;996:44::-;;;;;;;;;;;;;:::o;1720:21::-;;;;:::o;13240:624::-;4958:31;;;;;;;;;;;4957:32;:68;;;;4993:20;:32;5014:10;4993:32;;;;;;;;;;;;;;;;;;;;;;;;;4957:68;4936:138;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5150:16:::1;;;;;;;;;;;5149:17;5141:39;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;5272:1:::2;5246:11;:23;5258:10;5246:23;;;;;;;;;;;;;;;;:27;5238:55;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;5371:7:::3;:19;5379:10;5371:19;;;;;;;;;;;;;;;;;;;;;;;;;5370:20;5362:60;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::3;;;;;;;;;;;;;13396:17:::4;;;;;;;;;;;13388:53;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::4;;;;;;;;;;;;;13474:4;13452:7;:19;13460:10;13452:19;;;;;;;;;;;;;;;;:26;;;;;;;;;;;;;;;;;;13555:5;;;;;;;;;;;:14;;;13570:10;13582:39;13597:11;:23;13609:10;13597:23;;;;;;;;;;;;;;;;13582:14;:39::i;:::-;13555:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::4;;;;;;;;;;;;::::0;::::4;;;;;;;;;;;;;;;;;;;::::0;::::4;;;;;;;;;;;;;;;;;;;13633:15;13651:21;13633:39;;13696:1;13686:7;:11;13682:176;;;13713:13;13754:7;13729:22;;:32;:67;;13774:22;;13729:67;;;13764:7;13729:67;13713:83;;13810:21;;;;;;;;;;;:30;;:37;13841:5;13810:37;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::4;;;;;;13682:176;;5432:1;13240:624::o:0;3942:26::-;;;;:::o;5446:477::-;4501:10;4479:32;;:18;;;;;;;;;;:32;;;4471:41;;;;;;5652:1:::1;5625:29;;:15;:29;;;;5617:38;;;::::0;::::1;;5698:1;5673:27;;:13;:27;;;;5665:36;;;::::0;::::1;;5755:1;5719:38;;:24;:38;;;;5711:47;;;::::0;::::1;;5801:15;5769:21;;:48;;;;;;;;;;;;;;;;;;5842:13;5827:5;;:29;;;;;;;;;;;;;;;;;;5892:24;5866:23;;:50;;;;;;;;;;;;;;;;;;5446:477:::0;;;:::o;1974:38::-;;;;:::o;3493:50::-;;;;;;;;;;;;;:::o;2807:24::-;;;;:::o;15268:317::-;4834:10;4809:35;;:21;;;;;;;;;;;:35;;;4801:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15344:17:::1;;;;;;;;;;;15336:26;;;::::0;::::1;;15381:16;;;;;;;;;;;15380:17;15372:26;;;::::0;::::1;;15435:23;;15416:15;:42;;15408:51;;;::::0;::::1;;15498:1;15474:21;:25;15470:109;;;15515:21;;;;;;;;;;;:30;;:53;15546:21;15515:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;15470:109;15268:317::o:0;1809:34::-;;;;:::o;3877:27::-;;;;:::o;2132:26::-;;;;:::o;3974:::-;;;;:::o;9150:357::-;4635:10;4610:35;;:21;;;;;;;;;;;:35;;;:71;;;;4671:10;4649:32;;:18;;;;;;;;;;:32;;;4610:71;4589:148;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9353:1:::1;9322:21;;:28;;:32;9288:31;;:66;;;;;;;;;;;;;;;;;;9369:9;9364:137;9388:21;;:28;;9384:1;:32;9364:137;;;9486:4;9437:20;:46;9458:21;;9480:1;9458:24;;;;;;;;;;;;;;;9437:46;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;9418:3;;;;;;;9364:137;;;;9150:357:::0;;:::o;7145:828::-;4501:10;4479:32;;:18;;;;;;;;;;:32;;;4471:41;;;;;;7421:1:::1;7397:21;:25;7389:34;;;::::0;::::1;;7467:1;7441:23;:27;7433:36;;;::::0;::::1;;7520:1;7487:30;:34;7479:43;;;::::0;::::1;;7576:1;7540:33;:37;7532:46;;;::::0;::::1;;7609:1;7597:9;;:13;7589:22;;;::::0;::::1;;7693:9;;7666:23;:36;;7658:45;;;::::0;::::1;;7737:21;7714:20;:44;;;;7793:23;7768:22;:48;;;;7858:30;7826:29;:62;;;;7933:33;7898:32;:68;;;;7145:828:::0;;;;:::o;1212:46::-;;;;;;;;;;;;;;;;;:::o;2534:29::-;;;;:::o;1113:38::-;;;;;;;;;;;;;:::o;862:33::-;;;;;;;;;;;;;:::o;2891:35::-;;;;:::o;8925:219::-;4635:10;4610:35;;:21;;;;;;;;;;;:35;;;:71;;;;4671:10;4649:32;;:18;;;;;;;;;;:32;;;4610:71;4589:148;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9105:32:::1;9071:31;;:66;;;;;;;;;;;;;;;;;;8925:219:::0;:::o;13870:859::-;4958:31;;;;;;;;;;;4957:32;:68;;;;4993:20;:32;5014:10;4993:32;;;;;;;;;;;;;;;;;;;;;;;;;4957:68;4936:138;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5272:1:::1;5246:11;:23;5258:10;5246:23;;;;;;;;;;;;;;;;:27;5238:55;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;5371:7:::2;:19;5379:10;5371:19;;;;;;;;;;;;;;;;;;;;;;;;;5370:20;5362:60;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;13995:16:::3;;;;;;;;;;;13990:300;;14054:8;;14035:15;:27;;14027:54;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::3;;;;;;;;;;;;;14122:9;;14103:15;:28;;14095:55;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::3;;;;;;;;;;;;;14187:1;14172:12;;:16;14164:40;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::3;;;;;;;;;;;;;14246:12;;14226:17;;:32;14218:61;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::3;;;;;;;;;;;;;13990:300;14322:4;14300:7;:19;14308:10;14300:19;;;;;;;;;;;;;;;;:26;;;;;;;;;;;;;;;;;;14403:18;14424:11;:23;14436:10;14424:23;;;;;;;;;;;;;;;;14403:44;;14457:22;14483:21;14457:47;;14539:1;14522:14;:18;14514:27;;;::::0;::::3;;14569:14;14556:10;:27;14552:85;;;14612:14;14599:27;;14552:85;14664:1;14651:10;:14;14647:76;;;14681:10;:19;;:31;14701:10;14681:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::3;;;;;;14647:76;5432:1;;13870:859::o:0;2191:25::-;;;;:::o;2728:23::-;;;;:::o;14735:527::-;14810:17;;;;;;;;;;;14809:18;:57;;;;;14856:10;14831:35;;:21;;;;;;;;;;;:35;;;;14809:57;:89;;;;;14888:10;14870:28;;:14;;;;;;;;;;;:28;;;;14809:89;14805:128;;;14914:8;;;14805:128;14946:17;;;;;;;;;;;:49;;;;;14985:10;14967:28;;:14;;;;;;;;;;;:28;;;;14946:49;14942:88;;;15011:8;;;14942:88;15049:16;;;;;;;;;;;15048:17;15040:26;;;;;;15095:4;15076:16;;:23;;;;;;;;;;;;;;;;;;15110:15;15128:5;;;;;;;;;;;:15;;;15152:4;15128:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15110:48;;15182:1;15172:7;:11;15168:88;;;15199:5;;;;;;;;;;;:14;;;15214:21;;;;;;;;;;;15237:7;15199:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15168:88;14735:527;:::o;3847:24::-;;;;:::o;2071:32::-;;;;:::o;1389:39::-;;;;;;;;;;;;;;;;;;;;;;:::o;10754:2480::-;5150:16;;;;;;;;;;;5149:17;5141:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10862:1:::1;10842:17;;:21;10834:30;;;::::0;::::1;;10883:17;;;;;;;;;;;10882:18;10874:54;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;10960:31;;;;;;;;;;;10959:32;:68;;;;10995:20;:32;11016:10;10995:32;;;;;;;;;;;;;;;;;;;;;;;;;10959:68;:107;;;;11045:21;;;;;;;;;;;11031:35;;:10;:35;;;10959:107;10938:192;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11166:25;11183:7;11166:12;;:16;;:25;;;;:::i;:::-;11145:17;;:46;;:90;;;;;11213:22;;11195:15;:40;11145:90;11141:572;;;11273:21;;;;;;;;;;;11259:35;;:10;:35;;;11251:67;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;11141:572;;;11358:22;;11339:15;:41;11335:378;;11435:21;;;;;;;;;;;11421:35;;:10;:35;;;:66;;;;11486:1;11460:11;:23;11472:10;11460:23;;;;;;;;;;;;;;;;:27;11421:66;11396:156;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;11595:12;;11574:17;;:33;;11566:66;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;11335:378;;;11663:39;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;11335:378;11141:572;11743:4;11723:17;;:24;;;;;;;;;;;;;;;;;;11758:30;11791:17;;11758:50;;11818:23;11856:19;;;;;;;;;;;11851:295;;11891:17;11911:57;11964:3;11911:48;11938:20;;11911:22;:26;;:48;;;;:::i;:::-;:52;;:57;;;;:::i;:::-;11891:77;;12012:18;;12000:9;:30;:78;;;;12056:22;12034:18;;:44;;12000:78;:135;;12117:18;;12000:135;;;12093:9;12000:135;11982:153;;11851:295;;12177:1;12159:15;:19;12155:172;;;12219:43;12246:15;12219:22;:26;;:43;;;;:::i;:::-;12194:68;;12276:14;;;;;;;;;;;:23;;:40;12300:15;12276:40;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;12155:172;12337:24;12364:69;12429:3;12364:60;12391:32;;12364:22;:26;;:60;;;;:::i;:::-;:64;;:69;;;;:::i;:::-;12337:96;;12443:26;12472:52;12503:20;;12472:26;12493:4;12472:16;:20;;:26;;;;:::i;:::-;:30;;:52;;;;:::i;:::-;12443:81;;12535:5;;;;;;;;;;;:13;;;624:42;12573:18;12535:57;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;624:42;12603:29;;;12641:16;12680:5;;;;;;;;;;;12700:18;12732:1;12747::::0;12762:18:::1;;;;;;;;;;;12794:31;12814:10;12794:15;:19;;:31;;;;:::i;:::-;12603:232;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12846:26;12875:69;12910:33;12925:17;;12910:14;:33::i;:::-;12875:5;;;;;;;;;;;:15;;;12899:4;12875:30;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;:34;;:69;;;;:::i;:::-;12846:98;;12979:1;12958:18;:22;12954:112;;;12996:5;;;;;;;;;;;:14;;;13011:23;;;;;;;;;;;13036:18;12996:59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;12954:112;13101:66;13137:29;13161:4;13137:19;;:23;;:29;;;;:::i;:::-;13101:31;13127:4;13101:21;:25;;:31;;;;:::i;:::-;:35;;:66;;;;:::i;:::-;13076:22;:91;;;;13221:6;13203:15;:24;13177:23;:50;;;;5190:1;;;;;10754:2480::o:0;3695:36::-;;;;;;;;;;;;;:::o;2415:27::-;;;;:::o;1874:37::-;;;;:::o;2631:29::-;;;;:::o;7979:404::-;4635:10;4610:35;;:21;;;;;;;;;;;:35;;;:71;;;;4671:10;4649:32;;:18;;;;;;;;;;:32;;;4610:71;4589:148;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8220:10:::1;8208:9;:22;;;;8255:13;8240:12;:28;;;;8292:12;8278:11;:26;;;;8328:12;8314:11;:26;;;;8364:12;8350:11;:26;;;;7979:404:::0;;;;;:::o;8389:373::-;4367:10;4345:32;;:18;;;;;;;;;;:32;;;:64;;;;4399:10;4381:28;;:14;;;;;;;;;;;:28;;;4345:64;4337:73;;;;;;8606:19:::1;8585:18;;:40;;;;;;;;;;;;;;;;;;8658:21;8635:20;:44;;;;8710:19;8689:18;:40;;;;8748:7;8739:6;:16;;;;8389:373:::0;;;;:::o;944:19::-;;;;;;;;;;;;;:::o;2188:459:1:-;2246:7;2492:1;2487;:6;2483:45;;;2516:1;2509:8;;;;2483:45;2538:9;2554:1;2550;:5;2538:17;;2582:1;2577;2573;:5;;;;;;:10;2565:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2639:1;2632:8;;;2188:459;;;;;:::o;882:176::-;940:7;959:9;975:1;971;:5;959:17;;999:1;994;:6;;986:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1050:1;1043:8;;;882:176;;;;:::o;1329:134::-;1387:7;1413:43;1417:1;1420;1413:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;1406:50;;1329:134;;;;:::o;9513:157:2:-;9592:7;9622:41;9647:15;;9622:20;9637:4;9622:10;:14;;:20;;;;:::i;:::-;:24;;:41;;;;:::i;:::-;9615:48;;9513:157;;;:::o;3109:130:1:-;3167:7;3193:39;3197:1;3200;3193:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;3186:46;;3109:130;;;;:::o;1754:187::-;1840:7;1872:1;1867;:6;;1875:12;1859:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1898:9;1914:1;1910;:5;1898:17;;1933:1;1926:8;;;1754:187;;;;;:::o;3721:272::-;3807:7;3838:1;3834;:5;3841:12;3826:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3864:9;3880:1;3876;:5;;;;;;3864:17;;3985:1;3978:8;;;3721:272;;;;;:::o
Swarm Source
ipfs://48d287e827c99accc6ff1f5737af2380553a5ece50bc8e8f2fa6bd29b75f1e0a
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | Ether (ETH) | 100.00% | $3,584.5 | 2.8395 | $10,178.03 |
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.