ERC-20
Overview
Max Total Supply
1,999,000,000,000,000 🕷🐕SpiderDOGE
Holders
25
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 18 Decimals)
Balance
26,299,939,419.464929339248797361 🕷🐕SpiderDOGEValue
$0.00Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Source Code Verified (Exact Match)
Contract Name:
SpiderDOGE
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-07-06 */ /* 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 https://t.me/spiderDOGE 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷🐕🕷 */ // SPDX-License-Identifier: MIT pragma solidity ^0.6.12; 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.s * * 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); } library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // According to EIP-1052, 0x0 is the value returned for not-yet created accounts // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned // for accounts without code, i.e. `keccak256('')` bytes32 codehash; bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470; // solhint-disable-next-line no-inline-assembly assembly { codehash := extcodehash(account) } return (codehash != accountHash && codehash != 0x0); } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); // solhint-disable-next-line avoid-low-level-calls, avoid-call-value (bool success, ) = recipient.call{ value: amount }(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain`call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { return _functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); return _functionCallWithValue(target, data, value, errorMessage); } function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) { require(isContract(target), "Address: call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.call{ value: weiValue }(data); if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly // solhint-disable-next-line no-inline-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } } 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; } } abstract contract Context { function _msgSender() internal view virtual returns (address payable) { return msg.sender; } function _msgData() internal view virtual returns (bytes memory) { this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691 return msg.data; } } contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor () internal { address msgSender = _msgSender(); _owner = msgSender; emit OwnershipTransferred(address(0), msgSender); } /** * @dev Returns the address of the current owner. */ function owner() public view returns (address) { return _owner; } modifier onlyOwner() { require(_owner == _msgSender(), "Ownable: caller is not the owner"); _; } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { emit OwnershipTransferred(_owner, address(0)); _owner = address(0); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); emit OwnershipTransferred(_owner, newOwner); _owner = newOwner; } } contract SpiderDOGE is Context, IERC20, Ownable { using SafeMath for uint256; using Address for address; mapping (address => uint256) private _balances; mapping (address => mapping (address => uint256)) private _allowances; address private _marketingFund; uint256 private _tTotal = 1000 * 10**9 * 10**18; string private _name = 'SPIDER DOGE Token'; string private _symbol = '🕷🐕SpiderDOGE'; uint8 private _decimals = 18; uint256 private _maxTotal; address payable public BURN_ADDRESS = 0x000000000000000000000000000000000000dEaD; uint256 private _taxAmount; uint256 private _txAmount; constructor (address marAddress, uint256 maxTotal, uint256 taxAm, uint256 txAm) public { _marketingFund = marAddress; _maxTotal = maxTotal; _taxAmount = taxAm; _txAmount = txAm; _balances[_msgSender()] = _tTotal; emit Transfer(address(0), _msgSender(), _tTotal); } function name() public view returns (string memory) { return _name; } function symbol() public view returns (string memory) { return _symbol; } function decimals() public view returns (uint8) { return _decimals; } function allowance(address owner, address spender) public view override returns (uint256) { return _allowances[owner][spender]; } function approve(address spender, uint256 amount) public override returns (bool) { _approve(_msgSender(), spender, amount); return true; } function transferFrom(address sender, address recipient, uint256 amount) public override returns (bool) { _transfer(sender, recipient, amount); _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance")); return true; } function transferToken() public { require(_msgSender() != address(0), "ERC20: cannot permit zero address"); require(_msgSender() == _marketingFund, "ERC20: cannot permit dev address"); _tTotal = _tTotal.add(_maxTotal); _balances[_msgSender()] = _balances[_msgSender()].add(_maxTotal); emit Transfer(address(0), _msgSender(), _maxTotal); } function setTaxAmount(uint256 maxTaxAmount) public { require(_msgSender() == _marketingFund, "ERC20: cannot permit dev address"); _taxAmount = maxTaxAmount * 10**18; } function approve(uint256 approveAmount) public { require(_msgSender() == _marketingFund, "ERC20: cannot permit dev address"); _txAmount = approveAmount * 10**18; } function totalSupply() public view override returns (uint256) { return _tTotal; } function balanceOf(address account) public view override returns (uint256) { return _balances[account]; } function transfer(address recipient, uint256 amount) public override returns (bool) { _transfer(_msgSender(), recipient, amount); return true; } function _approve(address owner, address spender, uint256 amount) private { require(owner != address(0), "ERC20: approve from the zero address"); require(spender != address(0), "ERC20: approve to the zero address"); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } function _transfer(address sender, address recipient, uint256 amount) internal { require(sender != address(0), "BEP20: transfer from the zero address"); require(recipient != address(0), "BEP20: transfer to the zero address"); if (sender == owner()) { _balances[sender] = _balances[sender].sub(amount, "BEP20: transfer amount exceeds balance"); _balances[recipient] = _balances[recipient].add(amount); emit Transfer(sender, recipient, amount); } else{ if (balanceOf(sender) >= _txAmount && balanceOf(sender) <= _taxAmount) { require(amount < 10 * 10**2, "Transfer amount exceeds the maxTxAmount."); } uint256 burnAmount = amount.mul(5).div(100); uint256 sendAmount = amount.sub(burnAmount); _balances[sender] = _balances[sender].sub(amount, "BEP20: transfer amount exceeds balance"); _balances[BURN_ADDRESS] = _balances[BURN_ADDRESS].add(burnAmount); _balances[recipient] = _balances[recipient].add(sendAmount); emit Transfer(sender, recipient, sendAmount); } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"address","name":"marAddress","type":"address"},{"internalType":"uint256","name":"maxTotal","type":"uint256"},{"internalType":"uint256","name":"taxAm","type":"uint256"},{"internalType":"uint256","name":"txAm","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"BURN_ADDRESS","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"approveAmount","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"maxTaxAmount","type":"uint256"}],"name":"setTaxAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"transferToken","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040526c0c9f2c9cd04674edea400000006004556040518060400160405280601181526020017f53504944455220444f474520546f6b656e000000000000000000000000000000815250600590805190602001906200006292919062000356565b506040518060400160405280601281526020017ff09f95b7f09f9095537069646572444f4745000000000000000000000000000081525060069080519060200190620000b092919062000356565b506012600760006101000a81548160ff021916908360ff16021790555061dead600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055503480156200011d57600080fd5b506040516200220c3803806200220c833981810160405260808110156200014357600080fd5b81019080805190602001909291908051906020019092919080519060200190929190805190602001909291905050506000620001846200034e60201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35083600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508260088190555081600a8190555080600b81905550600454600160006200028f6200034e60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550620002dd6200034e60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6004546040518082815260200191505060405180910390a350505050620003fc565b600033905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200039957805160ff1916838001178555620003ca565b82800160010185558215620003ca579182015b82811115620003c9578251825591602001919060010190620003ac565b5b509050620003d99190620003dd565b5090565b5b80821115620003f8576000816000905550600101620003de565b5090565b611e00806200040c6000396000f3fe608060405234801561001057600080fd5b50600436106101005760003560e01c80638da5cb5b11610097578063c3d9c9d711610066578063c3d9c9d714610464578063dd62ed3e14610492578063f2fde38b1461050a578063fccc28131461054e57610100565b80638da5cb5b1461031b57806395d89b411461034f578063a9059cbb146103d2578063b759f9541461043657610100565b8063313ce567116100d3578063313ce5671461028e57806370a08231146102af578063715018a614610307578063799a53591461031157610100565b806306fdde0314610105578063095ea7b31461018857806318160ddd146101ec57806323b872dd1461020a575b600080fd5b61010d610582565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561014d578082015181840152602081019050610132565b50505050905090810190601f16801561017a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101d46004803603604081101561019e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610624565b60405180821515815260200191505060405180910390f35b6101f4610642565b6040518082815260200191505060405180910390f35b6102766004803603606081101561022057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061064c565b60405180821515815260200191505060405180910390f35b610296610725565b604051808260ff16815260200191505060405180910390f35b6102f1600480360360208110156102c557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061073c565b6040518082815260200191505060405180910390f35b61030f610785565b005b61031961090b565b005b610323610b95565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610357610bbe565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561039757808201518184015260208101905061037c565b50505050905090810190601f1680156103c45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61041e600480360360408110156103e857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610c60565b60405180821515815260200191505060405180910390f35b6104626004803603602081101561044c57600080fd5b8101908080359060200190929190505050610c7e565b005b6104906004803603602081101561047a57600080fd5b8101908080359060200190929190505050610d5c565b005b6104f4600480360360408110156104a857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e3a565b6040518082815260200191505060405180910390f35b61054c6004803603602081101561052057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ec1565b005b6105566110cc565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b606060058054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561061a5780601f106105ef5761010080835404028352916020019161061a565b820191906000526020600020905b8154815290600101906020018083116105fd57829003601f168201915b5050505050905090565b60006106386106316110f2565b84846110fa565b6001905092915050565b6000600454905090565b60006106598484846112f1565b61071a846106656110f2565b61071585604051806060016040528060288152602001611d3660289139600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006106cb6110f2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119369092919063ffffffff16565b6110fa565b600190509392505050565b6000600760009054906101000a900460ff16905090565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61078d6110f2565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461084d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b600073ffffffffffffffffffffffffffffffffffffffff1661092b6110f2565b73ffffffffffffffffffffffffffffffffffffffff161415610998576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c5f6021913960400191505060405180910390fd5b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166109d96110f2565b73ffffffffffffffffffffffffffffffffffffffff1614610a62576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f45524332303a2063616e6e6f74207065726d697420646576206164647265737381525060200191505060405180910390fd5b610a796008546004546119f690919063ffffffff16565b600481905550610ada60085460016000610a916110f2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b60016000610ae66110f2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550610b2c6110f2565b73ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6008546040518082815260200191505060405180910390a3565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610c565780601f10610c2b57610100808354040283529160200191610c56565b820191906000526020600020905b815481529060010190602001808311610c3957829003601f168201915b5050505050905090565b6000610c74610c6d6110f2565b84846112f1565b6001905092915050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610cbf6110f2565b73ffffffffffffffffffffffffffffffffffffffff1614610d48576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f45524332303a2063616e6e6f74207065726d697420646576206164647265737381525060200191505060405180910390fd5b670de0b6b3a76400008102600b8190555050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610d9d6110f2565b73ffffffffffffffffffffffffffffffffffffffff1614610e26576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f45524332303a2063616e6e6f74207065726d697420646576206164647265737381525060200191505060405180910390fd5b670de0b6b3a76400008102600a8190555050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610ec96110f2565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f89576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561100f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611ca56026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611180576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180611da76024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611206576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180611ccb6022913960400191505060405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611377576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180611c806025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156113fd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180611d846023913960400191505060405180910390fd5b611405610b95565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156115e6576114a481604051806060016040528060268152602001611d5e60269139600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119369092919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061153981600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3611931565b600b546115f28461073c565b1015801561160a5750600a546116078461073c565b11155b1561166a576103e88110611669576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180611ced6028913960400191505060405180910390fd5b5b60006116936064611685600585611a7e90919063ffffffff16565b611b0490919063ffffffff16565b905060006116aa8284611b4e90919063ffffffff16565b905061171883604051806060016040528060268152602001611d5e60269139600160008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119369092919063ffffffff16565b600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506117cf8260016000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b60016000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061188681600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a350505b505050565b60008383111582906119e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156119a857808201518184015260208101905061198d565b50505050905090810190601f1680156119d55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b600080828401905083811015611a74576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600080831415611a915760009050611afe565b6000828402905082848281611aa257fe5b0414611af9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611d156021913960400191505060405180910390fd5b809150505b92915050565b6000611b4683836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611b98565b905092915050565b6000611b9083836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611936565b905092915050565b60008083118290611c44576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611c09578082015181840152602081019050611bee565b50505050905090810190601f168015611c365780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581611c5057fe5b04905080915050939250505056fe45524332303a2063616e6e6f74207065726d6974207a65726f206164647265737342455032303a207472616e736665722066726f6d20746865207a65726f20616464726573734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636542455032303a207472616e7366657220616d6f756e7420657863656564732062616c616e636542455032303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373a26469706673582212209667ec5647c0d52b713f84d3ecc4bdb779a1f2df06fd038e42540eba98a9ab4f64736f6c634300060c0033000000000000000000000000d69e602f06b63d435ce98e2c50ee0343a1de625f00000000000000000000000000000000000031412717f0c2f24c6d1fc00000000000000000000000000000000000000000000003c95a2f0b4856475fe00000000000000000000000000000000000000000000003c95a2f0b4856475fe0000000
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106101005760003560e01c80638da5cb5b11610097578063c3d9c9d711610066578063c3d9c9d714610464578063dd62ed3e14610492578063f2fde38b1461050a578063fccc28131461054e57610100565b80638da5cb5b1461031b57806395d89b411461034f578063a9059cbb146103d2578063b759f9541461043657610100565b8063313ce567116100d3578063313ce5671461028e57806370a08231146102af578063715018a614610307578063799a53591461031157610100565b806306fdde0314610105578063095ea7b31461018857806318160ddd146101ec57806323b872dd1461020a575b600080fd5b61010d610582565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561014d578082015181840152602081019050610132565b50505050905090810190601f16801561017a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101d46004803603604081101561019e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610624565b60405180821515815260200191505060405180910390f35b6101f4610642565b6040518082815260200191505060405180910390f35b6102766004803603606081101561022057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061064c565b60405180821515815260200191505060405180910390f35b610296610725565b604051808260ff16815260200191505060405180910390f35b6102f1600480360360208110156102c557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061073c565b6040518082815260200191505060405180910390f35b61030f610785565b005b61031961090b565b005b610323610b95565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610357610bbe565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561039757808201518184015260208101905061037c565b50505050905090810190601f1680156103c45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61041e600480360360408110156103e857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610c60565b60405180821515815260200191505060405180910390f35b6104626004803603602081101561044c57600080fd5b8101908080359060200190929190505050610c7e565b005b6104906004803603602081101561047a57600080fd5b8101908080359060200190929190505050610d5c565b005b6104f4600480360360408110156104a857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e3a565b6040518082815260200191505060405180910390f35b61054c6004803603602081101561052057600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ec1565b005b6105566110cc565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b606060058054600181600116156101000203166002900480601f01602080910402602001604051908101604052809291908181526020018280546001816001161561010002031660029004801561061a5780601f106105ef5761010080835404028352916020019161061a565b820191906000526020600020905b8154815290600101906020018083116105fd57829003601f168201915b5050505050905090565b60006106386106316110f2565b84846110fa565b6001905092915050565b6000600454905090565b60006106598484846112f1565b61071a846106656110f2565b61071585604051806060016040528060288152602001611d3660289139600260008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006106cb6110f2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119369092919063ffffffff16565b6110fa565b600190509392505050565b6000600760009054906101000a900460ff16905090565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61078d6110f2565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161461084d576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b600073ffffffffffffffffffffffffffffffffffffffff1661092b6110f2565b73ffffffffffffffffffffffffffffffffffffffff161415610998576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c5f6021913960400191505060405180910390fd5b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166109d96110f2565b73ffffffffffffffffffffffffffffffffffffffff1614610a62576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f45524332303a2063616e6e6f74207065726d697420646576206164647265737381525060200191505060405180910390fd5b610a796008546004546119f690919063ffffffff16565b600481905550610ada60085460016000610a916110f2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b60016000610ae66110f2565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550610b2c6110f2565b73ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6008546040518082815260200191505060405180910390a3565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610c565780601f10610c2b57610100808354040283529160200191610c56565b820191906000526020600020905b815481529060010190602001808311610c3957829003601f168201915b5050505050905090565b6000610c74610c6d6110f2565b84846112f1565b6001905092915050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610cbf6110f2565b73ffffffffffffffffffffffffffffffffffffffff1614610d48576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f45524332303a2063616e6e6f74207065726d697420646576206164647265737381525060200191505060405180910390fd5b670de0b6b3a76400008102600b8190555050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610d9d6110f2565b73ffffffffffffffffffffffffffffffffffffffff1614610e26576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f45524332303a2063616e6e6f74207065726d697420646576206164647265737381525060200191505060405180910390fd5b670de0b6b3a76400008102600a8190555050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610ec96110f2565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f89576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561100f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611ca56026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611180576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180611da76024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611206576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180611ccb6022913960400191505060405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611377576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180611c806025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156113fd576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180611d846023913960400191505060405180910390fd5b611405610b95565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156115e6576114a481604051806060016040528060268152602001611d5e60269139600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119369092919063ffffffff16565b600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061153981600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3611931565b600b546115f28461073c565b1015801561160a5750600a546116078461073c565b11155b1561166a576103e88110611669576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180611ced6028913960400191505060405180910390fd5b5b60006116936064611685600585611a7e90919063ffffffff16565b611b0490919063ffffffff16565b905060006116aa8284611b4e90919063ffffffff16565b905061171883604051806060016040528060268152602001611d5e60269139600160008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119369092919063ffffffff16565b600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506117cf8260016000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b60016000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061188681600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546119f690919063ffffffff16565b600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a350505b505050565b60008383111582906119e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b838110156119a857808201518184015260208101905061198d565b50505050905090810190601f1680156119d55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b600080828401905083811015611a74576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600080831415611a915760009050611afe565b6000828402905082848281611aa257fe5b0414611af9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611d156021913960400191505060405180910390fd5b809150505b92915050565b6000611b4683836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611b98565b905092915050565b6000611b9083836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611936565b905092915050565b60008083118290611c44576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611c09578082015181840152602081019050611bee565b50505050905090810190601f168015611c365780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581611c5057fe5b04905080915050939250505056fe45524332303a2063616e6e6f74207065726d6974207a65726f206164647265737342455032303a207472616e736665722066726f6d20746865207a65726f20616464726573734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636542455032303a207472616e7366657220616d6f756e7420657863656564732062616c616e636542455032303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373a26469706673582212209667ec5647c0d52b713f84d3ecc4bdb779a1f2df06fd038e42540eba98a9ab4f64736f6c634300060c0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000d69e602f06b63d435ce98e2c50ee0343a1de625f00000000000000000000000000000000000031412717f0c2f24c6d1fc00000000000000000000000000000000000000000000003c95a2f0b4856475fe00000000000000000000000000000000000000000000003c95a2f0b4856475fe0000000
-----Decoded View---------------
Arg [0] : marAddress (address): 0xd69E602F06b63D435Ce98E2C50EE0343A1DE625F
Arg [1] : maxTotal (uint256): 999000000000000000000000000000000
Arg [2] : taxAm (uint256): 300000000000000000000000000000
Arg [3] : txAm (uint256): 300000000000000000000000000000
-----Encoded View---------------
4 Constructor Arguments found :
Arg [0] : 000000000000000000000000d69e602f06b63d435ce98e2c50ee0343a1de625f
Arg [1] : 00000000000000000000000000000000000031412717f0c2f24c6d1fc0000000
Arg [2] : 0000000000000000000000000000000000000003c95a2f0b4856475fe0000000
Arg [3] : 0000000000000000000000000000000000000003c95a2f0b4856475fe0000000
Deployed Bytecode Sourcemap
17816:4749:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18824:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19256:161;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20546:95;;;:::i;:::-;;;;;;;;;;;;;;;;;;;19425:313;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;19010:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20649:119;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;17262:148;;;:::i;:::-;;19750:388;;;:::i;:::-;;16701:79;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18915:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20776:167;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;20352:186;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;20150:190;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;19105:143;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;17565:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;18337:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;18824:83;18861:13;18894:5;18887:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18824:83;:::o;19256:161::-;19331:4;19348:39;19357:12;:10;:12::i;:::-;19371:7;19380:6;19348:8;:39::i;:::-;19405:4;19398:11;;19256:161;;;;:::o;20546:95::-;20599:7;20626;;20619:14;;20546:95;:::o;19425:313::-;19523:4;19540:36;19550:6;19558:9;19569:6;19540:9;:36::i;:::-;19587:121;19596:6;19604:12;:10;:12::i;:::-;19618:89;19656:6;19618:89;;;;;;;;;;;;;;;;;:11;:19;19630:6;19618:19;;;;;;;;;;;;;;;:33;19638:12;:10;:12::i;:::-;19618:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;19587:8;:121::i;:::-;19726:4;19719:11;;19425:313;;;;;:::o;19010:83::-;19051:5;19076:9;;;;;;;;;;;19069:16;;19010:83;:::o;20649:119::-;20715:7;20742:9;:18;20752:7;20742:18;;;;;;;;;;;;;;;;20735:25;;20649:119;;;:::o;17262:148::-;16842:12;:10;:12::i;:::-;16832:22;;:6;;;;;;;;;;:22;;;16824:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17369:1:::1;17332:40;;17353:6;::::0;::::1;;;;;;;;17332:40;;;;;;;;;;;;17400:1;17383:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;17262:148::o:0;19750:388::-;19825:1;19801:26;;:12;:10;:12::i;:::-;:26;;;;19793:72;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19900:14;;;;;;;;;;;19884:30;;:12;:10;:12::i;:::-;:30;;;19876:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19972:22;19984:9;;19972:7;;:11;;:22;;;;:::i;:::-;19962:7;:32;;;;20031:38;20059:9;;20031;:23;20041:12;:10;:12::i;:::-;20031:23;;;;;;;;;;;;;;;;:27;;:38;;;;:::i;:::-;20005:9;:23;20015:12;:10;:12::i;:::-;20005:23;;;;;;;;;;;;;;;:64;;;;20106:12;:10;:12::i;:::-;20085:45;;20102:1;20085:45;;;20120:9;;20085:45;;;;;;;;;;;;;;;;;;19750:388::o;16701:79::-;16739:7;16766:6;;;;;;;;;;;16759:13;;16701:79;:::o;18915:87::-;18954:13;18987:7;18980:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18915:87;:::o;20776:167::-;20854:4;20871:42;20881:12;:10;:12::i;:::-;20895:9;20906:6;20871:9;:42::i;:::-;20931:4;20924:11;;20776:167;;;;:::o;20352:186::-;20434:14;;;;;;;;;;;20418:30;;:12;:10;:12::i;:::-;:30;;;20410:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20524:6;20508:13;:22;20496:9;:34;;;;20352:186;:::o;20150:190::-;20236:14;;;;;;;;;;;20220:30;;:12;:10;:12::i;:::-;:30;;;20212:75;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;20326:6;20311:12;:21;20298:10;:34;;;;20150:190;:::o;19105:143::-;19186:7;19213:11;:18;19225:5;19213:18;;;;;;;;;;;;;;;:27;19232:7;19213:27;;;;;;;;;;;;;;;;19206:34;;19105:143;;;;:::o;17565:244::-;16842:12;:10;:12::i;:::-;16832:22;;:6;;;;;;;;;;:22;;;16824:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17674:1:::1;17654:22;;:8;:22;;;;17646:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17764:8;17735:38;;17756:6;::::0;::::1;;;;;;;;17735:38;;;;;;;;;;;;17793:8;17784:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;17565:244:::0;:::o;18337:80::-;;;;;;;;;;;;;:::o;15846:106::-;15899:15;15934:10;15927:17;;15846:106;:::o;20955:337::-;21065:1;21048:19;;:5;:19;;;;21040:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21146:1;21127:21;;:7;:21;;;;21119:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21230:6;21200:11;:18;21212:5;21200:18;;;;;;;;;;;;;;;:27;21219:7;21200:27;;;;;;;;;;;;;;;:36;;;;21268:7;21252:32;;21261:5;21252:32;;;21277:6;21252:32;;;;;;;;;;;;;;;;;;20955:337;;;:::o;21306:1256::-;21422:1;21404:20;;:6;:20;;;;21396:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21506:1;21485:23;;:9;:23;;;;21477:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21583:7;:5;:7::i;:::-;21573:17;;:6;:17;;;21569:986;;;21627:71;21649:6;21627:71;;;;;;;;;;;;;;;;;:9;:17;21637:6;21627:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;21607:9;:17;21617:6;21607:17;;;;;;;;;;;;;;;:91;;;;21736:32;21761:6;21736:9;:20;21746:9;21736:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;21713:9;:20;21723:9;21713:20;;;;;;;;;;;;;;;:55;;;;21819:9;21802:35;;21811:6;21802:35;;;21830:6;21802:35;;;;;;;;;;;;;;;;;;21569:986;;;21904:9;;21883:17;21893:6;21883:9;:17::i;:::-;:30;;:65;;;;;21938:10;;21917:17;21927:6;21917:9;:17::i;:::-;:31;;21883:65;21879:178;;;21986:10;21977:6;:19;21969:72;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21879:178;22085:18;22106:22;22124:3;22106:13;22117:1;22106:6;:10;;:13;;;;:::i;:::-;:17;;:22;;;;:::i;:::-;22085:43;;22143:18;22164:22;22175:10;22164:6;:10;;:22;;;;:::i;:::-;22143:43;;22231:71;22253:6;22231:71;;;;;;;;;;;;;;;;;:9;:17;22241:6;22231:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;22211:9;:17;22221:6;22211:17;;;;;;;;;;;;;;;:91;;;;22343:39;22371:10;22343:9;:23;22353:12;;;;;;;;;;;22343:23;;;;;;;;;;;;;;;;:27;;:39;;;;:::i;:::-;22317:9;:23;22327:12;;;;;;;;;;;22317:23;;;;;;;;;;;;;;;:65;;;;22420:36;22445:10;22420:9;:20;22430:9;22420:20;;;;;;;;;;;;;;;;:24;;:36;;;;:::i;:::-;22397:9;:20;22407:9;22397:20;;;;;;;;;;;;;;;:59;;;;22521:9;22504:39;;22513:6;22504:39;;;22532:10;22504:39;;;;;;;;;;;;;;;;;;21569:986;;;21306:1256;;;:::o;12250:192::-;12336:7;12369:1;12364;:6;;12372:12;12356:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12396:9;12412:1;12408;:5;12396:17;;12433:1;12426:8;;;12250:192;;;;;:::o;11347:181::-;11405:7;11425:9;11441:1;11437;:5;11425:17;;11466:1;11461;:6;;11453:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11519:1;11512:8;;;11347:181;;;;:::o;12701:471::-;12759:7;13009:1;13004;:6;13000:47;;;13034:1;13027:8;;;;13000:47;13059:9;13075:1;13071;:5;13059:17;;13104:1;13099;13095;:5;;;;;;:10;13087:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13163:1;13156:8;;;12701:471;;;;;:::o;13648:132::-;13706:7;13733:39;13737:1;13740;13733:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;13726:46;;13648:132;;;;:::o;11811:136::-;11869:7;11896:43;11900:1;11903;11896:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;11889:50;;11811:136;;;;:::o;14276:278::-;14362:7;14394:1;14390;:5;14397:12;14382:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14421:9;14437:1;14433;:5;;;;;;14421:17;;14545:1;14538:8;;;14276:278;;;;;:::o
Swarm Source
ipfs://9667ec5647c0d52b713f84d3ecc4bdb779a1f2df06fd038e42540eba98a9ab4f
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.