BscScan - Sponsored slots available. Book your slot here!
More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 178 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Approve | 26648113 | 635 days ago | IN | 0 BNB | 0.00007261 | ||||
Approve | 13253990 | 1105 days ago | IN | 0 BNB | 0.00008713 | ||||
Approve | 11479014 | 1168 days ago | IN | 0 BNB | 0.00007261 | ||||
Approve | 11478980 | 1168 days ago | IN | 0 BNB | 0.00007261 | ||||
Transfer | 11461442 | 1169 days ago | IN | 0 BNB | 0.00027063 | ||||
Transfer | 11079250 | 1182 days ago | IN | 0 BNB | 0.00027063 | ||||
Transfer | 9101365 | 1252 days ago | IN | 0 BNB | 0.00027063 | ||||
Transfer | 8071213 | 1288 days ago | IN | 0 BNB | 0.00019557 | ||||
Approve | 7400413 | 1311 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 7177226 | 1319 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 7043351 | 1324 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6753053 | 1334 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6740381 | 1335 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6712302 | 1336 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6704889 | 1336 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6678126 | 1337 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6647522 | 1338 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6645673 | 1338 days ago | IN | 0 BNB | 0.00022215 | ||||
Transfer | 6618036 | 1339 days ago | IN | 0 BNB | 0.000105 | ||||
Approve | 6606369 | 1339 days ago | IN | 0 BNB | 0.00026658 | ||||
Transfer | 6563715 | 1341 days ago | IN | 0 BNB | 0.00012075 | ||||
Approve | 6491662 | 1343 days ago | IN | 0 BNB | 0.00022215 | ||||
Approve | 6473200 | 1344 days ago | IN | 0 BNB | 0.00022215 | ||||
Transfer | 6470979 | 1344 days ago | IN | 0 BNB | 0.00019581 | ||||
Transfer | 6441889 | 1345 days ago | IN | 0 BNB | 0.00027063 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
5470255 | 1379 days ago | 0 BNB | ||||
5470255 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5470251 | 1379 days ago | 0 BNB | ||||
5469538 | 1379 days ago | 0 BNB | ||||
5469051 | 1379 days ago | 0 BNB | ||||
5469051 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5469036 | 1379 days ago | 0 BNB | ||||
5467114 | 1379 days ago | 0 BNB | ||||
5466585 | 1379 days ago | 0 BNB |
Loading...
Loading
Contract Name:
GoldkeyToken
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/** *Submitted for verification at BscScan.com on 2021-02-16 */ // SPDX-License-Identifier: GPL-3.0 // File: @openzeppelin/contracts/GSN/Context.sol pragma solidity ^0.6.0; /* * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with GSN meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ 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; } } // File: @openzeppelin/contracts/token/ERC20/IERC20.sol pragma solidity ^0.6.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); } // File: @openzeppelin/contracts/math/SafeMath.sol pragma solidity ^0.6.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; } } // File: @openzeppelin/contracts/utils/Address.sol pragma solidity ^0.6.2; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * ==== */ function isContract(address account) internal view returns (bool) { // This method relies in extcodesize, which returns 0 for contracts in // construction, since the code is only stored at the end of the // constructor execution. uint256 size; // solhint-disable-next-line no-inline-assembly assembly { size := extcodesize(account) } return size > 0; } /** * @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); } } } } // File: @openzeppelin/contracts/token/ERC20/ERC20.sol pragma solidity ^0.6.0; /** * @dev Implementation of the {IERC20} interface. * * This implementation is agnostic to the way tokens are created. This means * that a supply mechanism has to be added in a derived contract using {_mint}. * For a generic mechanism see {ERC20PresetMinterPauser}. * * TIP: For a detailed writeup see our guide * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How * to implement supply mechanisms]. * * We have followed general OpenZeppelin guidelines: functions revert instead * of returning `false` on failure. This behavior is nonetheless conventional * and does not conflict with the expectations of ERC20 applications. * * Additionally, an {Approval} event is emitted on calls to {transferFrom}. * This allows applications to reconstruct the allowance for all accounts just * by listening to said events. Other implementations of the EIP may not emit * these events, as it isn't required by the specification. * * Finally, the non-standard {decreaseAllowance} and {increaseAllowance} * functions have been added to mitigate the well-known issues around setting * allowances. See {IERC20-approve}. */ contract ERC20 is Context, IERC20 { using SafeMath for uint256; using Address for address; mapping (address => uint256) private _balances; mapping (address => mapping (address => uint256)) private _allowances; uint256 private _totalSupply; string private _name; string private _symbol; uint8 private _decimals; /** * @dev Sets the values for {name} and {symbol}, initializes {decimals} with * a default value of 18. * * To select a different value for {decimals}, use {_setupDecimals}. * * All three of these values are immutable: they can only be set once during * construction. */ constructor (string memory name, string memory symbol) public { _name = name; _symbol = symbol; _decimals = 18; } /** * @dev Returns the name of the token. */ function name() public view returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view returns (string memory) { return _symbol; } /** * @dev Returns the number of decimals used to get its user representation. * For example, if `decimals` equals `2`, a balance of `505` tokens should * be displayed to a user as `5,05` (`505 / 10 ** 2`). * * Tokens usually opt for a value of 18, imitating the relationship between * Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is * called. * * NOTE: This information is only used for _display_ purposes: it in * no way affects any of the arithmetic of the contract, including * {IERC20-balanceOf} and {IERC20-transfer}. */ function decimals() public view returns (uint8) { return _decimals; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view override returns (uint256) { return _balances[account]; } /** * @dev See {IERC20-transfer}. * * Requirements: * * - `recipient` cannot be the zero address. * - the caller must have a balance of at least `amount`. */ function transfer(address recipient, uint256 amount) public virtual override returns (bool) { _transfer(_msgSender(), recipient, amount); return true; } /** * @dev See {IERC20-allowance}. */ function allowance(address owner, address spender) public view virtual override returns (uint256) { return _allowances[owner][spender]; } /** * @dev See {IERC20-approve}. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 amount) public virtual override returns (bool) { _approve(_msgSender(), spender, amount); return true; } /** * @dev See {IERC20-transferFrom}. * * Emits an {Approval} event indicating the updated allowance. This is not * required by the EIP. See the note at the beginning of {ERC20}; * * Requirements: * - `sender` and `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. * - the caller must have allowance for ``sender``'s tokens of at least * `amount`. */ function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) { _transfer(sender, recipient, amount); _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance")); return true; } /** * @dev Atomically increases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. */ function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) { _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue)); return true; } /** * @dev Atomically decreases the allowance granted to `spender` by the caller. * * This is an alternative to {approve} that can be used as a mitigation for * problems described in {IERC20-approve}. * * Emits an {Approval} event indicating the updated allowance. * * Requirements: * * - `spender` cannot be the zero address. * - `spender` must have allowance for the caller of at least * `subtractedValue`. */ function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) { _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero")); return true; } /** * @dev Moves tokens `amount` from `sender` to `recipient`. * * This is internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * Requirements: * * - `sender` cannot be the zero address. * - `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. */ function _transfer(address sender, address recipient, uint256 amount) internal virtual { require(sender != address(0), "ERC20: transfer from the zero address"); require(recipient != address(0), "ERC20: transfer to the zero address"); _beforeTokenTransfer(sender, recipient, amount); _balances[sender] = _balances[sender].sub(amount, "ERC20: transfer amount exceeds balance"); _balances[recipient] = _balances[recipient].add(amount); emit Transfer(sender, recipient, amount); } /** @dev Creates `amount` tokens and assigns them to `account`, increasing * the total supply. * * Emits a {Transfer} event with `from` set to the zero address. * * Requirements * * - `to` cannot be the zero address. */ function _mint(address account, uint256 amount) internal virtual { require(account != address(0), "ERC20: mint to the zero address"); _beforeTokenTransfer(address(0), account, amount); _totalSupply = _totalSupply.add(amount); _balances[account] = _balances[account].add(amount); emit Transfer(address(0), account, amount); } /** * @dev Destroys `amount` tokens from `account`, reducing the * total supply. * * Emits a {Transfer} event with `to` set to the zero address. * * Requirements * * - `account` cannot be the zero address. * - `account` must have at least `amount` tokens. */ function _burn(address account, uint256 amount) internal virtual { require(account != address(0), "ERC20: burn from the zero address"); _beforeTokenTransfer(account, address(0), amount); _balances[account] = _balances[account].sub(amount, "ERC20: burn amount exceeds balance"); _totalSupply = _totalSupply.sub(amount); emit Transfer(account, address(0), amount); } /** * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens. * * This internal function is equivalent to `approve`, and can be used to * e.g. set automatic allowances for certain subsystems, etc. * * Emits an {Approval} event. * * Requirements: * * - `owner` cannot be the zero address. * - `spender` cannot be the zero address. */ function _approve(address owner, address spender, uint256 amount) internal virtual { 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); } /** * @dev Sets {decimals} to a value other than the default one of 18. * * WARNING: This function should only be called from the constructor. Most * applications that interact with token contracts will not expect * {decimals} to ever change, and may work incorrectly if it does. */ function _setupDecimals(uint8 decimals_) internal { _decimals = decimals_; } /** * @dev Hook that is called before any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens * will be to transferred to `to`. * - when `from` is zero, `amount` tokens will be minted for `to`. * - when `to` is zero, `amount` of ``from``'s tokens will be burned. * - `from` and `to` are never both zero. * * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks]. */ function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { } } // File: @openzeppelin/contracts/access/Ownable.sol pragma solidity ^0.6.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ 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; } /** * @dev Throws if called by any account other than the 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; } } // File: contracts/GoldkeyToken.sol pragma solidity 0.6.12; // GoldkeyToken with Governance. contract GoldkeyToken is ERC20("Goldkey", "GKEY"), Ownable { uint256 private _cap = 6000000e18; uint256 private _initial_supply = 1000000e18; uint256 private _totalLock; uint256 public lockFromBlock; uint256 public lockToBlock; uint256 public transferBurnRate; bool public farmingEnabled; mapping(address => uint256) private _locks; mapping(address => bool) private _transferBurnExceptAddresses; mapping(address => uint256) private _lastUnlockBlock; event Lock(address indexed to, uint256 value); /** * @dev Returns the cap on the token's total supply. */ function cap() public view returns (uint256) { return _cap; } function circulatingSupply() public view returns (uint256) { return totalSupply().sub(_totalLock); } function totalLock() public view returns (uint256) { return _totalLock; } /** * @dev See {ERC20-_beforeTokenTransfer}. * * Requirements: * * - minted tokens must not cause the total supply to go over the cap. */ function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual override { super._beforeTokenTransfer(from, to, amount); if (from == address(0)) { // When minting tokens require(totalSupply().add(amount) <= _cap, "ERC20Capped: cap exceeded"); } } /** * @dev Moves tokens `amount` from `sender` to `recipient`. * * This is internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. * * Requirements: * * - `sender` cannot be the zero address. * - `recipient` cannot be the zero address. * - `sender` must have a balance of at least `amount`. */ function _transfer(address sender, address recipient, uint256 amount) internal virtual override { if (transferBurnRate > 0 && _transferBurnExceptAddresses[sender] != true && _transferBurnExceptAddresses[recipient] != true && recipient != address(0)) { uint256 _burntAmount = amount * transferBurnRate / 100; // Burn transferBurnRate% from amount super._burn(sender, _burntAmount); // Recalibrate the transfer amount amount = amount - _burntAmount; } super._transfer(sender, recipient, amount); _moveDelegates(_delegates[sender], _delegates[recipient], amount); } /// @notice Creates `_amount` token to `_to`. Must only be called by the owner (MasterChef). function mint(address _to, uint256 _amount) public onlyOwner { _mint(_to, _amount); _moveDelegates(address(0), _delegates[_to], _amount); } function totalBalanceOf(address _holder) public view returns (uint256) { return _locks[_holder].add(balanceOf(_holder)); } function lockOf(address _holder) public view returns (uint256) { return _locks[_holder]; } function lastUnlockBlock(address _holder) public view returns (uint256) { return _lastUnlockBlock[_holder]; } function lock(address _holder, uint256 _amount) public onlyOwner { require(_holder != address(0), "ERC20: lock to the zero address"); require(_amount <= balanceOf(_holder), "ERC20: lock amount over blance"); _transfer(_holder, address(this), _amount); _locks[_holder] = _locks[_holder].add(_amount); _totalLock = _totalLock.add(_amount); if (_lastUnlockBlock[_holder] < lockFromBlock) { _lastUnlockBlock[_holder] = lockFromBlock; } emit Lock(_holder, _amount); } function canUnlockAmount(address _holder) public view returns (uint256) { if (block.number < lockFromBlock) { return 0; } else if (block.number >= lockToBlock) { return _locks[_holder]; } else { uint256 releaseBlock = block.number.sub(_lastUnlockBlock[_holder]); uint256 numberLockBlock = lockToBlock.sub(_lastUnlockBlock[_holder]); return _locks[_holder].mul(releaseBlock).div(numberLockBlock); } } function unlock() public { require(_locks[msg.sender] > 0, "ERC20: cannot unlock"); uint256 amount = canUnlockAmount(msg.sender); // just for sure if (amount > balanceOf(address(this))) { amount = balanceOf(address(this)); } _transfer(address(this), msg.sender, amount); _locks[msg.sender] = _locks[msg.sender].sub(amount); _lastUnlockBlock[msg.sender] = block.number; _totalLock = _totalLock.sub(amount); } // This function is for dev address migrate all balance to a multi sig address function transferAll(address _to) public { _locks[_to] = _locks[_to].add(_locks[msg.sender]); if (_lastUnlockBlock[_to] < lockFromBlock) { _lastUnlockBlock[_to] = lockFromBlock; } if (_lastUnlockBlock[_to] < _lastUnlockBlock[msg.sender]) { _lastUnlockBlock[_to] = _lastUnlockBlock[msg.sender]; } _locks[msg.sender] = 0; _lastUnlockBlock[msg.sender] = 0; _transfer(msg.sender, _to, balanceOf(msg.sender)); } // Copied and modified from YAM code: // https://github.com/yam-finance/yam-protocol/blob/master/contracts/token/YAMGovernanceStorage.sol // https://github.com/yam-finance/yam-protocol/blob/master/contracts/token/YAMGovernance.sol // Which is copied and modified from COMPOUND: // https://github.com/compound-finance/compound-protocol/blob/master/contracts/Governance/Comp.sol /// @dev A record of each accounts delegate mapping (address => address) internal _delegates; /// @notice A checkpoint for marking number of votes from a given block struct Checkpoint { uint32 fromBlock; uint256 votes; } /// @notice A record of votes checkpoints for each account, by index mapping (address => mapping (uint32 => Checkpoint)) public checkpoints; /// @notice The number of checkpoints for each account mapping (address => uint32) public numCheckpoints; /// @notice The EIP-712 typehash for the contract's domain bytes32 public constant DOMAIN_TYPEHASH = keccak256("EIP712Domain(string name,uint256 chainId,address verifyingContract)"); /// @notice The EIP-712 typehash for the delegation struct used by the contract bytes32 public constant DELEGATION_TYPEHASH = keccak256("Delegation(address delegatee,uint256 nonce,uint256 expiry)"); /// @notice A record of states for signing / validating signatures mapping (address => uint) public nonces; /// @notice An event thats emitted when an account changes its delegate event DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate); /// @notice An event thats emitted when a delegate account's vote balance changes event DelegateVotesChanged(address indexed delegate, uint previousBalance, uint newBalance); /** * @notice Delegate votes from `msg.sender` to `delegatee` * @param delegator The address to get delegatee for */ function delegates(address delegator) external view returns (address) { return _delegates[delegator]; } /** * @notice Delegate votes from `msg.sender` to `delegatee` * @param delegatee The address to delegate votes to */ function delegate(address delegatee) external { return _delegate(msg.sender, delegatee); } /** * @notice Delegates votes from signatory to `delegatee` * @param delegatee The address to delegate votes to * @param nonce The contract state required to match the signature * @param expiry The time at which to expire the signature * @param v The recovery byte of the signature * @param r Half of the ECDSA signature pair * @param s Half of the ECDSA signature pair */ function delegateBySig( address delegatee, uint nonce, uint expiry, uint8 v, bytes32 r, bytes32 s ) external { bytes32 domainSeparator = keccak256( abi.encode( DOMAIN_TYPEHASH, keccak256(bytes(name())), getChainId(), address(this) ) ); bytes32 structHash = keccak256( abi.encode( DELEGATION_TYPEHASH, delegatee, nonce, expiry ) ); bytes32 digest = keccak256( abi.encodePacked( "\x19\x01", domainSeparator, structHash ) ); address signatory = ecrecover(digest, v, r, s); require(signatory != address(0), "GKEY::delegateBySig: invalid signature"); require(nonce == nonces[signatory]++, "GKEY::delegateBySig: invalid nonce"); require(now <= expiry, "GKEY::delegateBySig: signature expired"); return _delegate(signatory, delegatee); } /** * @notice Gets the current votes balance for `account` * @param account The address to get votes balance * @return The number of current votes for `account` */ function getCurrentVotes(address account) external view returns (uint256) { uint32 nCheckpoints = numCheckpoints[account]; return nCheckpoints > 0 ? checkpoints[account][nCheckpoints - 1].votes : 0; } /** * @notice Determine the prior number of votes for an account as of a block number * @dev Block number must be a finalized block or else this function will revert to prevent misinformation. * @param account The address of the account to check * @param blockNumber The block number to get the vote balance at * @return The number of votes the account had as of the given block */ function getPriorVotes(address account, uint blockNumber) external view returns (uint256) { require(blockNumber < block.number, "GKEY::getPriorVotes: not yet determined"); uint32 nCheckpoints = numCheckpoints[account]; if (nCheckpoints == 0) { return 0; } // First check most recent balance if (checkpoints[account][nCheckpoints - 1].fromBlock <= blockNumber) { return checkpoints[account][nCheckpoints - 1].votes; } // Next check implicit zero balance if (checkpoints[account][0].fromBlock > blockNumber) { return 0; } uint32 lower = 0; uint32 upper = nCheckpoints - 1; while (upper > lower) { uint32 center = upper - (upper - lower) / 2; // ceil, avoiding overflow Checkpoint memory cp = checkpoints[account][center]; if (cp.fromBlock == blockNumber) { return cp.votes; } else if (cp.fromBlock < blockNumber) { lower = center; } else { upper = center - 1; } } return checkpoints[account][lower].votes; } function _delegate(address delegator, address delegatee) internal { address currentDelegate = _delegates[delegator]; uint256 delegatorBalance = balanceOf(delegator); _delegates[delegator] = delegatee; emit DelegateChanged(delegator, currentDelegate, delegatee); _moveDelegates(currentDelegate, delegatee, delegatorBalance); } function _moveDelegates(address srcRep, address dstRep, uint256 amount) internal { if (srcRep != dstRep && amount > 0) { if (srcRep != address(0)) { // decrease old representative uint32 srcRepNum = numCheckpoints[srcRep]; uint256 srcRepOld = srcRepNum > 0 ? checkpoints[srcRep][srcRepNum - 1].votes : 0; uint256 srcRepNew = srcRepOld.sub(amount); _writeCheckpoint(srcRep, srcRepNum, srcRepOld, srcRepNew); } if (dstRep != address(0)) { // increase new representative uint32 dstRepNum = numCheckpoints[dstRep]; uint256 dstRepOld = dstRepNum > 0 ? checkpoints[dstRep][dstRepNum - 1].votes : 0; uint256 dstRepNew = dstRepOld.add(amount); _writeCheckpoint(dstRep, dstRepNum, dstRepOld, dstRepNew); } } } function _writeCheckpoint( address delegatee, uint32 nCheckpoints, uint256 oldVotes, uint256 newVotes ) internal { uint32 blockNumber = safe32(block.number, "GKEY::_writeCheckpoint: block number exceeds 32 bits"); if (nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber) { checkpoints[delegatee][nCheckpoints - 1].votes = newVotes; } else { checkpoints[delegatee][nCheckpoints] = Checkpoint(blockNumber, newVotes); numCheckpoints[delegatee] = nCheckpoints + 1; } emit DelegateVotesChanged(delegatee, oldVotes, newVotes); } function safe32(uint n, string memory errorMessage) internal pure returns (uint32) { require(n < 2**32, errorMessage); return uint32(n); } function getChainId() internal pure returns (uint) { uint256 chainId; assembly { chainId := chainid() } return chainId; } /** * @dev Destroys `amount` tokens from the caller. * * See {ERC20-_burn}. */ function burn(uint256 amount) public virtual returns (bool) { _burn(_msgSender(), amount); return true; } /** * @dev Destroys `amount` tokens from `account`, deducting from the caller's * allowance. * * See {ERC20-_burn} and {ERC20-allowance}. * * Requirements: * * - the caller must have allowance for ``accounts``'s tokens of at least * `amount`. */ function burnFrom(address account, uint256 amount) public virtual returns (bool) { uint256 decreasedAllowance = allowance(account, _msgSender()).sub(amount, "ERC20: burn amount exceeds allowance"); _approve(account, _msgSender(), decreasedAllowance); _burn(account, amount); return true; } function setTransferBurnRate(uint256 _tranferBurnRate) public onlyOwner { require(_tranferBurnRate <= 100, "Burning Rate on Transfer cannot be more than 100%"); transferBurnRate = _tranferBurnRate; } // In some circumstance, we should not burn GKEY on transfer, eg: Transfer from owner to distribute bounty, from depositing to swap for liquidity function addTransferBurnExceptAddress(address _transferBurnExceptAddress) public onlyOwner { _transferBurnExceptAddresses[_transferBurnExceptAddress] = true; } function removeTransferBurnExceptAddress(address _transferBurnExceptAddress) public onlyOwner { delete _transferBurnExceptAddresses[_transferBurnExceptAddress]; } function startFarming() public onlyOwner { require(farmingEnabled == false, "Farming has been started already!"); lockFromBlock = block.number; lockToBlock = lockFromBlock + 2000; farmingEnabled = true; } constructor() public { lockFromBlock = 999999999; lockToBlock = 999999999; farmingEnabled = false; _mint(msg.sender, _initial_supply); // Mint 5000 GKEY for bounty program _moveDelegates(address(0), msg.sender, _initial_supply); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"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":"delegator","type":"address"},{"indexed":true,"internalType":"address","name":"fromDelegate","type":"address"},{"indexed":true,"internalType":"address","name":"toDelegate","type":"address"}],"name":"DelegateChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"delegate","type":"address"},{"indexed":false,"internalType":"uint256","name":"previousBalance","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"newBalance","type":"uint256"}],"name":"DelegateVotesChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Lock","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":"DELEGATION_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DOMAIN_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_transferBurnExceptAddress","type":"address"}],"name":"addTransferBurnExceptAddress","outputs":[],"stateMutability":"nonpayable","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":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"}],"name":"canUnlockAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"cap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint32","name":"","type":"uint32"}],"name":"checkpoints","outputs":[{"internalType":"uint32","name":"fromBlock","type":"uint32"},{"internalType":"uint256","name":"votes","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"circulatingSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"}],"name":"delegate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"delegatee","type":"address"},{"internalType":"uint256","name":"nonce","type":"uint256"},{"internalType":"uint256","name":"expiry","type":"uint256"},{"internalType":"uint8","name":"v","type":"uint8"},{"internalType":"bytes32","name":"r","type":"bytes32"},{"internalType":"bytes32","name":"s","type":"bytes32"}],"name":"delegateBySig","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"delegator","type":"address"}],"name":"delegates","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"farmingEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"getCurrentVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"blockNumber","type":"uint256"}],"name":"getPriorVotes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"}],"name":"lastUnlockBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"lock","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"lockFromBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"}],"name":"lockOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lockToBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"nonces","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"numCheckpoints","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_transferBurnExceptAddress","type":"address"}],"name":"removeTransferBurnExceptAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tranferBurnRate","type":"uint256"}],"name":"setTransferBurnRate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startFarming","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_holder","type":"address"}],"name":"totalBalanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalLock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"_to","type":"address"}],"name":"transferAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"transferBurnRate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"unlock","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040526a04f68ca6d8cd91c600000060065569d3c21bcecceda10000006007553480156200002e57600080fd5b506040805180820182526007815266476f6c646b657960c81b602080830191825283518085019094526004845263474b455960e01b9084015281519192916200007a9160039162000784565b5080516200009090600490602084019062000784565b50506005805460ff19166012179055506000620000ac62000145565b60058054610100600160a81b0319166101006001600160a01b03841690810291909117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350633b9ac9ff6009819055600a55600c805460ff191690556007546200012990339062000149565b6200013f6000336007546200025860201b60201c565b62000820565b3390565b6001600160a01b038216620001a5576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b620001b360008383620003ca565b620001cf816002546200046b60201b62001b481790919060201c565b6002556001600160a01b038216600090815260208181526040909120546200020291839062001b486200046b821b17901c565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b816001600160a01b0316836001600160a01b0316141580156200027b5750600081115b15620003c5576001600160a01b0383161562000323576001600160a01b03831660009081526012602052604081205463ffffffff169081620002bf576000620002f1565b6001600160a01b038516600090815260116020908152604080832063ffffffff60001987011684529091529020600101545b905060006200030f8483620004cd60201b62001ba21790919060201c565b90506200031f8684848462000517565b5050505b6001600160a01b03821615620003c5576001600160a01b03821660009081526012602052604081205463ffffffff1690816200036157600062000393565b6001600160a01b038416600090815260116020908152604080832063ffffffff60001987011684529091529020600101545b90506000620003b184836200046b60201b62001b481790919060201c565b9050620003c18584848462000517565b5050505b505050565b620003e2838383620003c560201b62001be41760201c565b6001600160a01b038316620003c55760065462000417826200040362000682565b6200046b60201b62001b481790919060201c565b1115620003c5576040805162461bcd60e51b815260206004820152601960248201527f45524332304361707065643a2063617020657863656564656400000000000000604482015290519081900360640190fd5b600082820183811015620004c6576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6000620004c683836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506200068860201b60201c565b60006200053e43604051806060016040528060348152602001620032086034913962000723565b905060008463ffffffff161180156200058857506001600160a01b038516600090815260116020908152604080832063ffffffff6000198901811685529252909120548282169116145b15620005c7576001600160a01b038516600090815260116020908152604080832063ffffffff6000198901168452909152902060010182905562000638565b60408051808201825263ffffffff808416825260208083018681526001600160a01b038a166000818152601184528681208b8616825284528681209551865490861663ffffffff19918216178755925160019687015590815260129092529390208054928801909116919092161790555b604080518481526020810184905281516001600160a01b038816927fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724928290030190a25050505050565b60025490565b600081848411156200071b5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015620006df578181015183820152602001620006c5565b50505050905090810190601f1680156200070d5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b60008164010000000084106200077c5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315620006df578181015183820152602001620006c5565b509192915050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620007c757805160ff1916838001178555620007f7565b82800160010185558215620007f7579182015b82811115620007f7578251825591602001919060010190620007da565b506200080592915062000809565b5090565b5b808211156200080557600081556001016200080a565b6129d880620008306000396000f3fe608060405234801561001057600080fd5b506004361061027f5760003560e01c80636fcfff451161015c578063a3a7e7f3116100ce578063c3cda52011610087578063c3cda52014610784578063cb51b690146107cb578063dd62ed3e146107f1578063e7a324dc1461081f578063f1127ed814610827578063f2fde38b146108795761027f565b8063a3a7e7f3146106d0578063a457c2d7146106f6578063a69df4b514610722578063a9059cbb1461072a578063afbcfea114610756578063b4b5ea571461075e5761027f565b80637ecebe00116101205780637ecebe001461066457806389a2867c1461068a5780638da5cb5b146106b05780638e875e1a146106b85780639358928b146106c057806395d89b41146106c85761027f565b80636fcfff451461059f57806370a08231146105de578063715018a614610604578063782d6fe11461060c57806379cc6790146106385761027f565b80633a1aae35116101f5578063587cde1e116101b9578063587cde1e146104e45780635a46d3b5146105265780635c19a95c1461054c5780636291090514610572578063645412751461057a57806366fc237b146105975761027f565b80633a1aae351461046557806340c10f191461046d57806342966c68146104995780634b0ee02a146104b657806354ec3f13146104dc5761027f565b806320606b701161024757806320606b70146103a957806323b872dd146103b1578063282d3fdf146103e7578063313ce56714610413578063355274ea1461043157806339509351146104395761027f565b806306fdde0314610284578063095ea7b31461030157806318160ddd146103415780631b6258aa1461035b578063202b176014610383575b600080fd5b61028c61089f565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102c65781810151838201526020016102ae565b50505050905090810190601f1680156102f35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61032d6004803603604081101561031757600080fd5b506001600160a01b038135169060200135610935565b604080519115158252519081900360200190f35b610349610953565b60408051918252519081900360200190f35b6103816004803603602081101561037157600080fd5b50356001600160a01b0316610959565b005b6103496004803603602081101561039957600080fd5b50356001600160a01b03166109da565b610349610aa0565b61032d600480360360608110156103c757600080fd5b506001600160a01b03813581169160208101359091169060400135610ac4565b610381600480360360408110156103fd57600080fd5b506001600160a01b038135169060200135610b4b565b61041b610d39565b6040805160ff9092168252519081900360200190f35b610349610d42565b61032d6004803603604081101561044f57600080fd5b506001600160a01b038135169060200135610d48565b610349610d96565b6103816004803603604081101561048357600080fd5b506001600160a01b038135169060200135610d9c565b61032d600480360360208110156104af57600080fd5b5035610e2c565b610349600480360360208110156104cc57600080fd5b50356001600160a01b0316610e47565b610349610e74565b61050a600480360360208110156104fa57600080fd5b50356001600160a01b0316610e7a565b604080516001600160a01b039092168252519081900360200190f35b6103496004803603602081101561053c57600080fd5b50356001600160a01b0316610e98565b6103816004803603602081101561056257600080fd5b50356001600160a01b0316610eb3565b61032d610ec0565b6103816004803603602081101561059057600080fd5b5035610ec9565b610349610f6b565b6105c5600480360360208110156105b557600080fd5b50356001600160a01b0316610f71565b6040805163ffffffff9092168252519081900360200190f35b610349600480360360208110156105f457600080fd5b50356001600160a01b0316610f89565b610381610fa4565b6103496004803603604081101561062257600080fd5b506001600160a01b038135169060200135611051565b61032d6004803603604081101561064e57600080fd5b506001600160a01b038135169060200135611259565b6103496004803603602081101561067a57600080fd5b50356001600160a01b03166112af565b610349600480360360208110156106a057600080fd5b50356001600160a01b03166112c1565b61050a6112dc565b6103496112f0565b6103496112f6565b61028c611311565b610381600480360360208110156106e657600080fd5b50356001600160a01b0316611372565b61032d6004803603604081101561070c57600080fd5b506001600160a01b038135169060200135611460565b6103816114c8565b61032d6004803603604081101561074057600080fd5b506001600160a01b03813516906020013561159f565b6103816115b3565b6103496004803603602081101561077457600080fd5b50356001600160a01b031661166e565b610381600480360360c081101561079a57600080fd5b506001600160a01b038135169060208101359060408101359060ff6060820135169060808101359060a001356116d2565b610381600480360360208110156107e157600080fd5b50356001600160a01b0316611945565b6103496004803603604081101561080757600080fd5b506001600160a01b03813581169160200135166119c3565b6103496119ee565b6108596004803603604081101561083d57600080fd5b5080356001600160a01b0316906020013563ffffffff16611a12565b6040805163ffffffff909316835260208301919091528051918290030190f35b6103816004803603602081101561088f57600080fd5b50356001600160a01b0316611a3f565b60038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561092b5780601f106109005761010080835404028352916020019161092b565b820191906000526020600020905b81548152906001019060200180831161090e57829003601f168201915b5050505050905090565b6000610949610942611be9565b8484611bed565b5060015b92915050565b60025490565b610961611be9565b60055461010090046001600160a01b039081169116146109b6576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600e60205260409020805460ff19166001179055565b60006009544310156109ee57506000610a9b565b600a544310610a1657506001600160a01b0381166000908152600d6020526040902054610a9b565b6001600160a01b0382166000908152600f6020526040812054610a3a904390611ba2565b6001600160a01b0384166000908152600f6020526040812054600a549293509091610a6491611ba2565b6001600160a01b0385166000908152600d6020526040902054909150610a96908290610a909085611cd9565b90611d32565b925050505b919050565b7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6000610ad1848484611d74565b610b4184610add611be9565b610b3c85604051806060016040528060288152602001612830602891396001600160a01b038a16600090815260016020526040812090610b1b611be9565b6001600160a01b031681526020810191909152604001600020549190611e44565b611bed565b5060019392505050565b610b53611be9565b60055461010090046001600160a01b03908116911614610ba8576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b038216610c03576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206c6f636b20746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b610c0c82610f89565b811115610c60576040805162461bcd60e51b815260206004820152601e60248201527f45524332303a206c6f636b20616d6f756e74206f76657220626c616e63650000604482015290519081900360640190fd5b610c6b823083611d74565b6001600160a01b0382166000908152600d6020526040902054610c8e9082611b48565b6001600160a01b0383166000908152600d6020526040902055600854610cb49082611b48565b6008556009546001600160a01b0383166000908152600f60205260409020541015610cf6576009546001600160a01b0383166000908152600f60205260409020555b6040805182815290516001600160a01b038416917f625fed9875dada8643f2418b838ae0bc78d9a148a18eee4ee1979ff0f3f5d427919081900360200190a25050565b60055460ff1690565b60065490565b6000610949610d55611be9565b84610b3c8560016000610d66611be9565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611b48565b60085490565b610da4611be9565b60055461010090046001600160a01b03908116911614610df9576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b610e038282611edb565b6001600160a01b03808316600090815260106020526040812054610e28921683611fcb565b5050565b6000610e3f610e39611be9565b83612108565b506001919050565b600061094d610e5583610f89565b6001600160a01b0384166000908152600d602052604090205490611b48565b600b5481565b6001600160a01b039081166000908152601060205260409020541690565b6001600160a01b03166000908152600d602052604090205490565b610ebd3382612204565b50565b600c5460ff1681565b610ed1611be9565b60055461010090046001600160a01b03908116911614610f26576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6064811115610f665760405162461bcd60e51b81526004018080602001828103825260318152602001806128786031913960400191505060405180910390fd5b600b55565b60095481565b60126020526000908152604090205463ffffffff1681565b6001600160a01b031660009081526020819052604090205490565b610fac611be9565b60055461010090046001600160a01b03908116911614611001576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b60055460405160009161010090046001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a360058054610100600160a81b0319169055565b60004382106110915760405162461bcd60e51b81526004018080602001828103825260278152602001806127c26027913960400191505060405180910390fd5b6001600160a01b03831660009081526012602052604090205463ffffffff16806110bf57600091505061094d565b6001600160a01b038416600090815260116020908152604080832063ffffffff60001986018116855292529091205416831061112e576001600160a01b03841660009081526011602090815260408083206000199490940163ffffffff1683529290522060010154905061094d565b6001600160a01b038416600090815260116020908152604080832083805290915290205463ffffffff1683101561116957600091505061094d565b600060001982015b8163ffffffff168163ffffffff16111561122257600282820363ffffffff1604810361119b6126a1565b506001600160a01b038716600090815260116020908152604080832063ffffffff8086168552908352928190208151808301909252805490931680825260019093015491810191909152908714156111fd5760200151945061094d9350505050565b805163ffffffff168711156112145781935061121b565b6001820392505b5050611171565b506001600160a01b038516600090815260116020908152604080832063ffffffff9094168352929052206001015491505092915050565b600080611291836040518060600160405280602481526020016128a96024913961128a87611285611be9565b6119c3565b9190611e44565b90506112a58461129f611be9565b83611bed565b610b418484612108565b60136020526000908152604090205481565b6001600160a01b03166000908152600f602052604090205490565b60055461010090046001600160a01b031690565b600a5481565b600061130c600854611306610953565b90611ba2565b905090565b60048054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561092b5780601f106109005761010080835404028352916020019161092b565b336000908152600d6020526040808220546001600160a01b038416835291205461139b91611b48565b6001600160a01b0382166000908152600d6020908152604080832093909355600954600f9091529190205410156113e9576009546001600160a01b0382166000908152600f60205260409020555b336000908152600f6020526040808220546001600160a01b0384168352912054101561143057336000908152600f6020526040808220546001600160a01b03841683529120555b336000818152600d60209081526040808320839055600f909152812055610ebd908261145b82610f89565b611d74565b600061094961146d611be9565b84610b3c8560405180606001604052806025815260200161297e6025913960016000611497611be9565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611e44565b336000908152600d6020526040902054611520576040805162461bcd60e51b815260206004820152601460248201527345524332303a2063616e6e6f7420756e6c6f636b60601b604482015290519081900360640190fd5b600061152b336109da565b905061153630610f89565b8111156115495761154630610f89565b90505b611554303383611d74565b336000908152600d602052604090205461156e9082611ba2565b336000908152600d6020908152604080832093909355600f9052204390556008546115999082611ba2565b60085550565b60006109496115ac611be9565b8484611d74565b6115bb611be9565b60055461010090046001600160a01b03908116911614611610576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b600c5460ff16156116525760405162461bcd60e51b81526004018080602001828103825260218152602001806128ee6021913960400191505060405180910390fd5b4360098190556107d001600a55600c805460ff19166001179055565b6001600160a01b03811660009081526012602052604081205463ffffffff16806116995760006116cb565b6001600160a01b038316600090815260116020908152604080832063ffffffff60001986011684529091529020600101545b9392505050565b60007f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a8666116fd61089f565b8051906020012061170c612299565b60408051602080820195909552808201939093526060830191909152306080808401919091528151808403909101815260a0830182528051908401207fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf60c08401526001600160a01b038b1660e084015261010083018a90526101208084018a9052825180850390910181526101408401835280519085012061190160f01b6101608501526101628401829052610182808501829052835180860390910181526101a285018085528151918701919091206000918290526101c2860180865281905260ff8b166101e287015261020286018a90526102228601899052935192965090949293909260019261024280840193601f198301929081900390910190855afa15801561183f573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166118915760405162461bcd60e51b81526004018080602001828103825260268152602001806129586026913960400191505060405180910390fd5b6001600160a01b038116600090815260136020526040902080546001810190915589146118ef5760405162461bcd60e51b81526004018080602001828103825260228152602001806127026022913960400191505060405180910390fd5b8742111561192e5760405162461bcd60e51b81526004018080602001828103825260268152602001806126b96026913960400191505060405180910390fd5b611938818b612204565b505050505b505050505050565b61194d611be9565b60055461010090046001600160a01b039081169116146119a2576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600e60205260409020805460ff19169055565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b7fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf81565b60116020908152600092835260408084209091529082529020805460019091015463ffffffff9091169082565b611a47611be9565b60055461010090046001600160a01b03908116911614611a9c576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b038116611ae15760405162461bcd60e51b815260040180806020018281038252602681526020018061277a6026913960400191505060405180910390fd5b6005546040516001600160a01b0380841692610100900416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6000828201838110156116cb576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b60006116cb83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611e44565b505050565b3390565b6001600160a01b038316611c325760405162461bcd60e51b81526004018080602001828103825260248152602001806129346024913960400191505060405180910390fd5b6001600160a01b038216611c775760405162461bcd60e51b81526004018080602001828103825260228152602001806127a06022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b600082611ce85750600061094d565b82820282848281611cf557fe5b04146116cb5760405162461bcd60e51b815260040180806020018281038252602181526020018061280f6021913960400191505060405180910390fd5b60006116cb83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525061229d565b6000600b54118015611da457506001600160a01b0383166000908152600e602052604090205460ff161515600114155b8015611dce57506001600160a01b0382166000908152600e602052604090205460ff161515600114155b8015611de257506001600160a01b03821615155b15611e075760006064600b54830281611df757fe5b049050611e048482612108565b90035b611e12838383612302565b6001600160a01b03808416600090815260106020526040808220548584168352912054611be492918216911683611fcb565b60008184841115611ed35760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611e98578181015183820152602001611e80565b50505050905090810190601f168015611ec55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b038216611f36576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b611f426000838361245d565b600254611f4f9082611b48565b6002556001600160a01b038216600090815260208190526040902054611f759082611b48565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b816001600160a01b0316836001600160a01b031614158015611fed5750600081115b15611be4576001600160a01b0383161561207f576001600160a01b03831660009081526012602052604081205463ffffffff16908161202d57600061205f565b6001600160a01b038516600090815260116020908152604080832063ffffffff60001987011684529091529020600101545b9050600061206d8285611ba2565b905061207b868484846124de565b5050505b6001600160a01b03821615611be4576001600160a01b03821660009081526012602052604081205463ffffffff1690816120ba5760006120ec565b6001600160a01b038416600090815260116020908152604080832063ffffffff60001987011684529091529020600101545b905060006120fa8285611b48565b905061193d858484846124de565b6001600160a01b03821661214d5760405162461bcd60e51b81526004018080602001828103825260218152602001806128cd6021913960400191505060405180910390fd5b6121598260008361245d565b61219681604051806060016040528060228152602001612724602291396001600160a01b0385166000908152602081905260409020549190611e44565b6001600160a01b0383166000908152602081905260409020556002546121bc9082611ba2565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a35050565b6001600160a01b038083166000908152601060205260408120549091169061222b84610f89565b6001600160a01b0385811660008181526010602052604080822080546001600160a01b031916898616908117909155905194955093928616927f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f9190a4612293828483611fcb565b50505050565b4690565b600081836122ec5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611e98578181015183820152602001611e80565b5060008385816122f857fe5b0495945050505050565b6001600160a01b0383166123475760405162461bcd60e51b815260040180806020018281038252602581526020018061290f6025913960400191505060405180910390fd5b6001600160a01b03821661238c5760405162461bcd60e51b81526004018080602001828103825260238152602001806126df6023913960400191505060405180910390fd5b61239783838361245d565b6123d4816040518060600160405280602681526020016127e9602691396001600160a01b0386166000908152602081905260409020549190611e44565b6001600160a01b0380851660009081526020819052604080822093909355908416815220546124039082611b48565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b612468838383611be4565b6001600160a01b038316611be45760065461248b82612485610953565b90611b48565b1115611be4576040805162461bcd60e51b815260206004820152601960248201527f45524332304361707065643a2063617020657863656564656400000000000000604482015290519081900360640190fd5b60006125024360405180606001604052806034815260200161274660349139612643565b905060008463ffffffff1611801561254b57506001600160a01b038516600090815260116020908152604080832063ffffffff6000198901811685529252909120548282169116145b15612588576001600160a01b038516600090815260116020908152604080832063ffffffff600019890116845290915290206001018290556125f9565b60408051808201825263ffffffff808416825260208083018681526001600160a01b038a166000818152601184528681208b8616825284528681209551865490861663ffffffff19918216178755925160019687015590815260129092529390208054928801909116919092161790555b604080518481526020810184905281516001600160a01b038816927fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724928290030190a25050505050565b60008164010000000084106126995760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611e98578181015183820152602001611e80565b509192915050565b60408051808201909152600080825260208201529056fe474b45593a3a64656c656761746542795369673a207369676e6174757265206578706972656445524332303a207472616e7366657220746f20746865207a65726f2061646472657373474b45593a3a64656c656761746542795369673a20696e76616c6964206e6f6e636545524332303a206275726e20616d6f756e7420657863656564732062616c616e6365474b45593a3a5f7772697465436865636b706f696e743a20626c6f636b206e756d626572206578636565647320333220626974734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f2061646472657373474b45593a3a6765745072696f72566f7465733a206e6f74207965742064657465726d696e656445524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65724275726e696e672052617465206f6e205472616e736665722063616e6e6f74206265206d6f7265207468616e203130302545524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e2066726f6d20746865207a65726f20616464726573734661726d696e6720686173206265656e207374617274656420616c72656164792145524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373474b45593a3a64656c656761746542795369673a20696e76616c6964207369676e617475726545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122023b8606112af65de342c5062052af8c3f43fae225fd0928236e894fdcc47785c64736f6c634300060c0033474b45593a3a5f7772697465436865636b706f696e743a20626c6f636b206e756d62657220657863656564732033322062697473
Deployed Bytecode
0x608060405234801561001057600080fd5b506004361061027f5760003560e01c80636fcfff451161015c578063a3a7e7f3116100ce578063c3cda52011610087578063c3cda52014610784578063cb51b690146107cb578063dd62ed3e146107f1578063e7a324dc1461081f578063f1127ed814610827578063f2fde38b146108795761027f565b8063a3a7e7f3146106d0578063a457c2d7146106f6578063a69df4b514610722578063a9059cbb1461072a578063afbcfea114610756578063b4b5ea571461075e5761027f565b80637ecebe00116101205780637ecebe001461066457806389a2867c1461068a5780638da5cb5b146106b05780638e875e1a146106b85780639358928b146106c057806395d89b41146106c85761027f565b80636fcfff451461059f57806370a08231146105de578063715018a614610604578063782d6fe11461060c57806379cc6790146106385761027f565b80633a1aae35116101f5578063587cde1e116101b9578063587cde1e146104e45780635a46d3b5146105265780635c19a95c1461054c5780636291090514610572578063645412751461057a57806366fc237b146105975761027f565b80633a1aae351461046557806340c10f191461046d57806342966c68146104995780634b0ee02a146104b657806354ec3f13146104dc5761027f565b806320606b701161024757806320606b70146103a957806323b872dd146103b1578063282d3fdf146103e7578063313ce56714610413578063355274ea1461043157806339509351146104395761027f565b806306fdde0314610284578063095ea7b31461030157806318160ddd146103415780631b6258aa1461035b578063202b176014610383575b600080fd5b61028c61089f565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102c65781810151838201526020016102ae565b50505050905090810190601f1680156102f35780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b61032d6004803603604081101561031757600080fd5b506001600160a01b038135169060200135610935565b604080519115158252519081900360200190f35b610349610953565b60408051918252519081900360200190f35b6103816004803603602081101561037157600080fd5b50356001600160a01b0316610959565b005b6103496004803603602081101561039957600080fd5b50356001600160a01b03166109da565b610349610aa0565b61032d600480360360608110156103c757600080fd5b506001600160a01b03813581169160208101359091169060400135610ac4565b610381600480360360408110156103fd57600080fd5b506001600160a01b038135169060200135610b4b565b61041b610d39565b6040805160ff9092168252519081900360200190f35b610349610d42565b61032d6004803603604081101561044f57600080fd5b506001600160a01b038135169060200135610d48565b610349610d96565b6103816004803603604081101561048357600080fd5b506001600160a01b038135169060200135610d9c565b61032d600480360360208110156104af57600080fd5b5035610e2c565b610349600480360360208110156104cc57600080fd5b50356001600160a01b0316610e47565b610349610e74565b61050a600480360360208110156104fa57600080fd5b50356001600160a01b0316610e7a565b604080516001600160a01b039092168252519081900360200190f35b6103496004803603602081101561053c57600080fd5b50356001600160a01b0316610e98565b6103816004803603602081101561056257600080fd5b50356001600160a01b0316610eb3565b61032d610ec0565b6103816004803603602081101561059057600080fd5b5035610ec9565b610349610f6b565b6105c5600480360360208110156105b557600080fd5b50356001600160a01b0316610f71565b6040805163ffffffff9092168252519081900360200190f35b610349600480360360208110156105f457600080fd5b50356001600160a01b0316610f89565b610381610fa4565b6103496004803603604081101561062257600080fd5b506001600160a01b038135169060200135611051565b61032d6004803603604081101561064e57600080fd5b506001600160a01b038135169060200135611259565b6103496004803603602081101561067a57600080fd5b50356001600160a01b03166112af565b610349600480360360208110156106a057600080fd5b50356001600160a01b03166112c1565b61050a6112dc565b6103496112f0565b6103496112f6565b61028c611311565b610381600480360360208110156106e657600080fd5b50356001600160a01b0316611372565b61032d6004803603604081101561070c57600080fd5b506001600160a01b038135169060200135611460565b6103816114c8565b61032d6004803603604081101561074057600080fd5b506001600160a01b03813516906020013561159f565b6103816115b3565b6103496004803603602081101561077457600080fd5b50356001600160a01b031661166e565b610381600480360360c081101561079a57600080fd5b506001600160a01b038135169060208101359060408101359060ff6060820135169060808101359060a001356116d2565b610381600480360360208110156107e157600080fd5b50356001600160a01b0316611945565b6103496004803603604081101561080757600080fd5b506001600160a01b03813581169160200135166119c3565b6103496119ee565b6108596004803603604081101561083d57600080fd5b5080356001600160a01b0316906020013563ffffffff16611a12565b6040805163ffffffff909316835260208301919091528051918290030190f35b6103816004803603602081101561088f57600080fd5b50356001600160a01b0316611a3f565b60038054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561092b5780601f106109005761010080835404028352916020019161092b565b820191906000526020600020905b81548152906001019060200180831161090e57829003601f168201915b5050505050905090565b6000610949610942611be9565b8484611bed565b5060015b92915050565b60025490565b610961611be9565b60055461010090046001600160a01b039081169116146109b6576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600e60205260409020805460ff19166001179055565b60006009544310156109ee57506000610a9b565b600a544310610a1657506001600160a01b0381166000908152600d6020526040902054610a9b565b6001600160a01b0382166000908152600f6020526040812054610a3a904390611ba2565b6001600160a01b0384166000908152600f6020526040812054600a549293509091610a6491611ba2565b6001600160a01b0385166000908152600d6020526040902054909150610a96908290610a909085611cd9565b90611d32565b925050505b919050565b7f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6000610ad1848484611d74565b610b4184610add611be9565b610b3c85604051806060016040528060288152602001612830602891396001600160a01b038a16600090815260016020526040812090610b1b611be9565b6001600160a01b031681526020810191909152604001600020549190611e44565b611bed565b5060019392505050565b610b53611be9565b60055461010090046001600160a01b03908116911614610ba8576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b038216610c03576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206c6f636b20746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b610c0c82610f89565b811115610c60576040805162461bcd60e51b815260206004820152601e60248201527f45524332303a206c6f636b20616d6f756e74206f76657220626c616e63650000604482015290519081900360640190fd5b610c6b823083611d74565b6001600160a01b0382166000908152600d6020526040902054610c8e9082611b48565b6001600160a01b0383166000908152600d6020526040902055600854610cb49082611b48565b6008556009546001600160a01b0383166000908152600f60205260409020541015610cf6576009546001600160a01b0383166000908152600f60205260409020555b6040805182815290516001600160a01b038416917f625fed9875dada8643f2418b838ae0bc78d9a148a18eee4ee1979ff0f3f5d427919081900360200190a25050565b60055460ff1690565b60065490565b6000610949610d55611be9565b84610b3c8560016000610d66611be9565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611b48565b60085490565b610da4611be9565b60055461010090046001600160a01b03908116911614610df9576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b610e038282611edb565b6001600160a01b03808316600090815260106020526040812054610e28921683611fcb565b5050565b6000610e3f610e39611be9565b83612108565b506001919050565b600061094d610e5583610f89565b6001600160a01b0384166000908152600d602052604090205490611b48565b600b5481565b6001600160a01b039081166000908152601060205260409020541690565b6001600160a01b03166000908152600d602052604090205490565b610ebd3382612204565b50565b600c5460ff1681565b610ed1611be9565b60055461010090046001600160a01b03908116911614610f26576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6064811115610f665760405162461bcd60e51b81526004018080602001828103825260318152602001806128786031913960400191505060405180910390fd5b600b55565b60095481565b60126020526000908152604090205463ffffffff1681565b6001600160a01b031660009081526020819052604090205490565b610fac611be9565b60055461010090046001600160a01b03908116911614611001576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b60055460405160009161010090046001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a360058054610100600160a81b0319169055565b60004382106110915760405162461bcd60e51b81526004018080602001828103825260278152602001806127c26027913960400191505060405180910390fd5b6001600160a01b03831660009081526012602052604090205463ffffffff16806110bf57600091505061094d565b6001600160a01b038416600090815260116020908152604080832063ffffffff60001986018116855292529091205416831061112e576001600160a01b03841660009081526011602090815260408083206000199490940163ffffffff1683529290522060010154905061094d565b6001600160a01b038416600090815260116020908152604080832083805290915290205463ffffffff1683101561116957600091505061094d565b600060001982015b8163ffffffff168163ffffffff16111561122257600282820363ffffffff1604810361119b6126a1565b506001600160a01b038716600090815260116020908152604080832063ffffffff8086168552908352928190208151808301909252805490931680825260019093015491810191909152908714156111fd5760200151945061094d9350505050565b805163ffffffff168711156112145781935061121b565b6001820392505b5050611171565b506001600160a01b038516600090815260116020908152604080832063ffffffff9094168352929052206001015491505092915050565b600080611291836040518060600160405280602481526020016128a96024913961128a87611285611be9565b6119c3565b9190611e44565b90506112a58461129f611be9565b83611bed565b610b418484612108565b60136020526000908152604090205481565b6001600160a01b03166000908152600f602052604090205490565b60055461010090046001600160a01b031690565b600a5481565b600061130c600854611306610953565b90611ba2565b905090565b60048054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561092b5780601f106109005761010080835404028352916020019161092b565b336000908152600d6020526040808220546001600160a01b038416835291205461139b91611b48565b6001600160a01b0382166000908152600d6020908152604080832093909355600954600f9091529190205410156113e9576009546001600160a01b0382166000908152600f60205260409020555b336000908152600f6020526040808220546001600160a01b0384168352912054101561143057336000908152600f6020526040808220546001600160a01b03841683529120555b336000818152600d60209081526040808320839055600f909152812055610ebd908261145b82610f89565b611d74565b600061094961146d611be9565b84610b3c8560405180606001604052806025815260200161297e6025913960016000611497611be9565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611e44565b336000908152600d6020526040902054611520576040805162461bcd60e51b815260206004820152601460248201527345524332303a2063616e6e6f7420756e6c6f636b60601b604482015290519081900360640190fd5b600061152b336109da565b905061153630610f89565b8111156115495761154630610f89565b90505b611554303383611d74565b336000908152600d602052604090205461156e9082611ba2565b336000908152600d6020908152604080832093909355600f9052204390556008546115999082611ba2565b60085550565b60006109496115ac611be9565b8484611d74565b6115bb611be9565b60055461010090046001600160a01b03908116911614611610576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b600c5460ff16156116525760405162461bcd60e51b81526004018080602001828103825260218152602001806128ee6021913960400191505060405180910390fd5b4360098190556107d001600a55600c805460ff19166001179055565b6001600160a01b03811660009081526012602052604081205463ffffffff16806116995760006116cb565b6001600160a01b038316600090815260116020908152604080832063ffffffff60001986011684529091529020600101545b9392505050565b60007f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a8666116fd61089f565b8051906020012061170c612299565b60408051602080820195909552808201939093526060830191909152306080808401919091528151808403909101815260a0830182528051908401207fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf60c08401526001600160a01b038b1660e084015261010083018a90526101208084018a9052825180850390910181526101408401835280519085012061190160f01b6101608501526101628401829052610182808501829052835180860390910181526101a285018085528151918701919091206000918290526101c2860180865281905260ff8b166101e287015261020286018a90526102228601899052935192965090949293909260019261024280840193601f198301929081900390910190855afa15801561183f573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381166118915760405162461bcd60e51b81526004018080602001828103825260268152602001806129586026913960400191505060405180910390fd5b6001600160a01b038116600090815260136020526040902080546001810190915589146118ef5760405162461bcd60e51b81526004018080602001828103825260228152602001806127026022913960400191505060405180910390fd5b8742111561192e5760405162461bcd60e51b81526004018080602001828103825260268152602001806126b96026913960400191505060405180910390fd5b611938818b612204565b505050505b505050505050565b61194d611be9565b60055461010090046001600160a01b039081169116146119a2576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b03166000908152600e60205260409020805460ff19169055565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b7fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf81565b60116020908152600092835260408084209091529082529020805460019091015463ffffffff9091169082565b611a47611be9565b60055461010090046001600160a01b03908116911614611a9c576040805162461bcd60e51b81526020600482018190526024820152600080516020612858833981519152604482015290519081900360640190fd5b6001600160a01b038116611ae15760405162461bcd60e51b815260040180806020018281038252602681526020018061277a6026913960400191505060405180910390fd5b6005546040516001600160a01b0380841692610100900416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6000828201838110156116cb576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b60006116cb83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611e44565b505050565b3390565b6001600160a01b038316611c325760405162461bcd60e51b81526004018080602001828103825260248152602001806129346024913960400191505060405180910390fd5b6001600160a01b038216611c775760405162461bcd60e51b81526004018080602001828103825260228152602001806127a06022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b600082611ce85750600061094d565b82820282848281611cf557fe5b04146116cb5760405162461bcd60e51b815260040180806020018281038252602181526020018061280f6021913960400191505060405180910390fd5b60006116cb83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f00000000000081525061229d565b6000600b54118015611da457506001600160a01b0383166000908152600e602052604090205460ff161515600114155b8015611dce57506001600160a01b0382166000908152600e602052604090205460ff161515600114155b8015611de257506001600160a01b03821615155b15611e075760006064600b54830281611df757fe5b049050611e048482612108565b90035b611e12838383612302565b6001600160a01b03808416600090815260106020526040808220548584168352912054611be492918216911683611fcb565b60008184841115611ed35760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611e98578181015183820152602001611e80565b50505050905090810190601f168015611ec55780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b038216611f36576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b611f426000838361245d565b600254611f4f9082611b48565b6002556001600160a01b038216600090815260208190526040902054611f759082611b48565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b816001600160a01b0316836001600160a01b031614158015611fed5750600081115b15611be4576001600160a01b0383161561207f576001600160a01b03831660009081526012602052604081205463ffffffff16908161202d57600061205f565b6001600160a01b038516600090815260116020908152604080832063ffffffff60001987011684529091529020600101545b9050600061206d8285611ba2565b905061207b868484846124de565b5050505b6001600160a01b03821615611be4576001600160a01b03821660009081526012602052604081205463ffffffff1690816120ba5760006120ec565b6001600160a01b038416600090815260116020908152604080832063ffffffff60001987011684529091529020600101545b905060006120fa8285611b48565b905061193d858484846124de565b6001600160a01b03821661214d5760405162461bcd60e51b81526004018080602001828103825260218152602001806128cd6021913960400191505060405180910390fd5b6121598260008361245d565b61219681604051806060016040528060228152602001612724602291396001600160a01b0385166000908152602081905260409020549190611e44565b6001600160a01b0383166000908152602081905260409020556002546121bc9082611ba2565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a35050565b6001600160a01b038083166000908152601060205260408120549091169061222b84610f89565b6001600160a01b0385811660008181526010602052604080822080546001600160a01b031916898616908117909155905194955093928616927f3134e8a2e6d97e929a7e54011ea5485d7d196dd5f0ba4d4ef95803e8e3fc257f9190a4612293828483611fcb565b50505050565b4690565b600081836122ec5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611e98578181015183820152602001611e80565b5060008385816122f857fe5b0495945050505050565b6001600160a01b0383166123475760405162461bcd60e51b815260040180806020018281038252602581526020018061290f6025913960400191505060405180910390fd5b6001600160a01b03821661238c5760405162461bcd60e51b81526004018080602001828103825260238152602001806126df6023913960400191505060405180910390fd5b61239783838361245d565b6123d4816040518060600160405280602681526020016127e9602691396001600160a01b0386166000908152602081905260409020549190611e44565b6001600160a01b0380851660009081526020819052604080822093909355908416815220546124039082611b48565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b612468838383611be4565b6001600160a01b038316611be45760065461248b82612485610953565b90611b48565b1115611be4576040805162461bcd60e51b815260206004820152601960248201527f45524332304361707065643a2063617020657863656564656400000000000000604482015290519081900360640190fd5b60006125024360405180606001604052806034815260200161274660349139612643565b905060008463ffffffff1611801561254b57506001600160a01b038516600090815260116020908152604080832063ffffffff6000198901811685529252909120548282169116145b15612588576001600160a01b038516600090815260116020908152604080832063ffffffff600019890116845290915290206001018290556125f9565b60408051808201825263ffffffff808416825260208083018681526001600160a01b038a166000818152601184528681208b8616825284528681209551865490861663ffffffff19918216178755925160019687015590815260129092529390208054928801909116919092161790555b604080518481526020810184905281516001600160a01b038816927fdec2bacdd2f05b59de34da9b523dff8be42e5e38e818c82fdb0bae774387a724928290030190a25050505050565b60008164010000000084106126995760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611e98578181015183820152602001611e80565b509192915050565b60408051808201909152600080825260208201529056fe474b45593a3a64656c656761746542795369673a207369676e6174757265206578706972656445524332303a207472616e7366657220746f20746865207a65726f2061646472657373474b45593a3a64656c656761746542795369673a20696e76616c6964206e6f6e636545524332303a206275726e20616d6f756e7420657863656564732062616c616e6365474b45593a3a5f7772697465436865636b706f696e743a20626c6f636b206e756d626572206578636565647320333220626974734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f2061646472657373474b45593a3a6765745072696f72566f7465733a206e6f74207965742064657465726d696e656445524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65724275726e696e672052617465206f6e205472616e736665722063616e6e6f74206265206d6f7265207468616e203130302545524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e2066726f6d20746865207a65726f20616464726573734661726d696e6720686173206265656e207374617274656420616c72656164792145524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373474b45593a3a64656c656761746542795369673a20696e76616c6964207369676e617475726545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122023b8606112af65de342c5062052af8c3f43fae225fd0928236e894fdcc47785c64736f6c634300060c0033
Deployed Bytecode Sourcemap
28631:16219:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17424:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19530:169;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;19530:169:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;18499:100;;;:::i;:::-;;;;;;;;;;;;;;;;43949:173;;;;;;;;;;;;;;;;-1:-1:-1;43949:173:0;-1:-1:-1;;;;;43949:173:0;;:::i;:::-;;32462:523;;;;;;;;;;;;;;;;-1:-1:-1;32462:523:0;-1:-1:-1;;;;;32462:523:0;;:::i;35133:122::-;;;:::i;20173:321::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;20173:321:0;;;;;;;;;;;;;;;;;:::i;31898:556::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;31898:556:0;;;;;;;;:::i;18351:83::-;;;:::i;:::-;;;;;;;;;;;;;;;;;;;29278:75;;;:::i;20903:218::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;20903:218:0;;;;;;;;:::i;29483:87::-;;;:::i;31341:162::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;31341:162:0;;;;;;;;:::i;42779:128::-;;;;;;;;;;;;;;;;-1:-1:-1;42779:128:0;;:::i;31511:136::-;;;;;;;;;;;;;;;;-1:-1:-1;31511:136:0;-1:-1:-1;;;;;31511:136:0;;:::i;28891:31::-;;;:::i;36116:149::-;;;;;;;;;;;;;;;;-1:-1:-1;36116:149:0;-1:-1:-1;;;;;36116:149:0;;:::i;:::-;;;;-1:-1:-1;;;;;36116:149:0;;;;;;;;;;;;;;31655:104;;;;;;;;;;;;;;;;-1:-1:-1;31655:104:0;-1:-1:-1;;;;;31655:104:0;;:::i;36409:::-;;;;;;;;;;;;;;;;-1:-1:-1;36409:104:0;-1:-1:-1;;;;;36409:104:0;;:::i;28929:26::-;;;:::i;43568:222::-;;;;;;;;;;;;;;;;-1:-1:-1;43568:222:0;;:::i;28823:28::-;;;:::i;35011:49::-;;;;;;;;;;;;;;;;-1:-1:-1;35011:49:0;-1:-1:-1;;;;;35011:49:0;;:::i;:::-;;;;;;;;;;;;;;;;;;;18662:119;;;;;;;;;;;;;;;;-1:-1:-1;18662:119:0;-1:-1:-1;;;;;18662:119:0;;:::i;27971:148::-;;;:::i;39012:1253::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;39012:1253:0;;;;;;;;:::i;43226:332::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;43226:332:0;;;;;;;;:::i;35547:39::-;;;;;;;;;;;;;;;;-1:-1:-1;35547:39:0;-1:-1:-1;;;;;35547:39:0;;:::i;31767:123::-;;;;;;;;;;;;;;;;-1:-1:-1;31767:123:0;-1:-1:-1;;;;;31767:123:0;;:::i;27329:79::-;;;:::i;28858:26::-;;;:::i;29361:114::-;;;:::i;17626:87::-;;;:::i;33601:517::-;;;;;;;;;;;;;;;;-1:-1:-1;33601:517:0;-1:-1:-1;;;;;33601:517:0;;:::i;21624:269::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;21624:269:0;;;;;;;;:::i;32993:516::-;;;:::i;18994:175::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;18994:175:0;;;;;;;;:::i;44314:245::-;;;:::i;38326:255::-;;;;;;;;;;;;;;;;-1:-1:-1;38326:255:0;-1:-1:-1;;;;;38326:255:0;;:::i;36947:1178::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;36947:1178:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;44130:176::-;;;;;;;;;;;;;;;;-1:-1:-1;44130:176:0;-1:-1:-1;;;;;44130:176:0;;:::i;19232:151::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;19232:151:0;;;;;;;;;;:::i;35349:117::-;;;:::i;34872:70::-;;;;;;;;;;;;;;;;-1:-1:-1;34872:70:0;;-1:-1:-1;;;;;34872:70:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;28274:244;;;;;;;;;;;;;;;;-1:-1:-1;28274:244:0;-1:-1:-1;;;;;28274:244:0;;:::i;17424:83::-;17494:5;17487:12;;;;;;;;-1:-1:-1;;17487:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17461:13;;17487:12;;17494:5;;17487:12;;17494:5;17487:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17424:83;:::o;19530:169::-;19613:4;19630:39;19639:12;:10;:12::i;:::-;19653:7;19662:6;19630:8;:39::i;:::-;-1:-1:-1;19687:4:0;19530:169;;;;;:::o;18499:100::-;18579:12;;18499:100;:::o;43949:173::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;44051:56:0::1;;::::0;;;:28:::1;:56;::::0;;;;:63;;-1:-1:-1;;44051:63:0::1;44110:4;44051:63;::::0;;43949:173::o;32462:523::-;32525:7;32564:13;;32549:12;:28;32545:433;;;-1:-1:-1;32601:1:0;32594:8;;32545:433;32649:11;;32633:12;:27;32629:349;;-1:-1:-1;;;;;;32684:15:0;;;;;;:6;:15;;;;;;32677:22;;32629:349;-1:-1:-1;;;;;32781:25:0;;32741:20;32781:25;;;:16;:25;;;;;;32764:43;;:12;;:16;:43::i;:::-;-1:-1:-1;;;;;32864:25:0;;32822:23;32864:25;;;:16;:25;;;;;;32848:11;;32741:66;;-1:-1:-1;32822:23:0;;32848:42;;:15;:42::i;:::-;-1:-1:-1;;;;;32912:15:0;;;;;;:6;:15;;;;;;32822:68;;-1:-1:-1;32912:54:0;;32822:68;;32912:33;;32932:12;32912:19;:33::i;:::-;:37;;:54::i;:::-;32905:61;;;;32629:349;32462:523;;;:::o;35133:122::-;35175:80;35133:122;:::o;20173:321::-;20279:4;20296:36;20306:6;20314:9;20325:6;20296:9;:36::i;:::-;20343:121;20352:6;20360:12;:10;:12::i;:::-;20374:89;20412:6;20374:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;20374:19:0;;;;;;:11;:19;;;;;;20394:12;:10;:12::i;:::-;-1:-1:-1;;;;;20374:33:0;;;;;;;;;;;;-1:-1:-1;20374:33:0;;;:89;:37;:89::i;:::-;20343:8;:121::i;:::-;-1:-1:-1;20482:4:0;20173:321;;;;;:::o;31898:556::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;31982:21:0;::::1;31974:65;;;::::0;;-1:-1:-1;;;31974:65:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;32069:18;32079:7;32069:9;:18::i;:::-;32058:7;:29;;32050:72;;;::::0;;-1:-1:-1;;;32050:72:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;32135:42;32145:7;32162:4;32169:7;32135:9;:42::i;:::-;-1:-1:-1::0;;;;;32208:15:0;::::1;;::::0;;;:6:::1;:15;::::0;;;;;:28:::1;::::0;32228:7;32208:19:::1;:28::i;:::-;-1:-1:-1::0;;;;;32190:15:0;::::1;;::::0;;;:6:::1;:15;::::0;;;;:46;32260:10:::1;::::0;:23:::1;::::0;32275:7;32260:14:::1;:23::i;:::-;32247:10;:36:::0;32326:13:::1;::::0;-1:-1:-1;;;;;32298:25:0;::::1;;::::0;;;:16:::1;:25;::::0;;;;;:41:::1;32294:115;;;32384:13;::::0;-1:-1:-1;;;;;32356:25:0;::::1;;::::0;;;:16:::1;:25;::::0;;;;:41;32294:115:::1;32424:22;::::0;;;;;;;-1:-1:-1;;;;;32424:22:0;::::1;::::0;::::1;::::0;;;;;::::1;::::0;;::::1;31898:556:::0;;:::o;18351:83::-;18417:9;;;;18351:83;:::o;29278:75::-;29341:4;;29278:75;:::o;20903:218::-;20991:4;21008:83;21017:12;:10;:12::i;:::-;21031:7;21040:50;21079:10;21040:11;:25;21052:12;:10;:12::i;:::-;-1:-1:-1;;;;;21040:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;21040:25:0;;;:34;;;;;;;;;;;:38;:50::i;29483:87::-;29552:10;;29483:87;:::o;31341:162::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;31413:19:::1;31419:3;31424:7;31413:5;:19::i;:::-;-1:-1:-1::0;;;;;31470:15:0;;::::1;31466:1;31470:15:::0;;;:10:::1;:15;::::0;;;;;31443:52:::1;::::0;31470:15:::1;31487:7:::0;31443:14:::1;:52::i;:::-;31341:162:::0;;:::o;42779:128::-;42833:4;42850:27;42856:12;:10;:12::i;:::-;42870:6;42850:5;:27::i;:::-;-1:-1:-1;42895:4:0;42779:128;;;:::o;31511:136::-;31573:7;31600:39;31620:18;31630:7;31620:9;:18::i;:::-;-1:-1:-1;;;;;31600:15:0;;;;;;:6;:15;;;;;;;:19;:39::i;28891:31::-;;;;:::o;36116:149::-;-1:-1:-1;;;;;36236:21:0;;;36204:7;36236:21;;;:10;:21;;;;;;;;36116:149::o;31655:104::-;-1:-1:-1;;;;;31736:15:0;31709:7;31736:15;;;:6;:15;;;;;;;31655:104::o;36409:::-;36473:32;36483:10;36495:9;36473;:32::i;:::-;36409:104;:::o;28929:26::-;;;;;;:::o;43568:222::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;43679:3:::1;43659:16;:23;;43651:85;;;;-1:-1:-1::0;;;43651:85:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43747:16;:35:::0;43568:222::o;28823:28::-;;;;:::o;35011:49::-;;;;;;;;;;;;;;;:::o;18662:119::-;-1:-1:-1;;;;;18755:18:0;18728:7;18755:18;;;;;;;;;;;;18662:119::o;27971:148::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;28062:6:::1;::::0;28041:40:::1;::::0;28078:1:::1;::::0;28062:6:::1;::::0;::::1;-1:-1:-1::0;;;;;28062:6:0::1;::::0;28041:40:::1;::::0;28078:1;;28041:40:::1;28092:6;:19:::0;;-1:-1:-1;;;;;;28092:19:0::1;::::0;;27971:148::o;39012:1253::-;39120:7;39167:12;39153:11;:26;39145:78;;;;-1:-1:-1;;;39145:78:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;39258:23:0;;39236:19;39258:23;;;:14;:23;;;;;;;;39296:17;39292:58;;39337:1;39330:8;;;;;39292:58;-1:-1:-1;;;;;39410:20:0;;;;;;:11;:20;;;;;;;;:38;-1:-1:-1;;39431:16:0;;39410:38;;;;;;;;;:48;;:63;-1:-1:-1;39406:147:0;;-1:-1:-1;;;;;39497:20:0;;;;;;:11;:20;;;;;;;;-1:-1:-1;;39518:16:0;;;;39497:38;;;;;;;;39533:1;39497:44;;;-1:-1:-1;39490:51:0;;39406:147;-1:-1:-1;;;;;39614:20:0;;;;;;:11;:20;;;;;;;;:23;;;;;;;;:33;:23;:33;:47;-1:-1:-1;39610:88:0;;;39685:1;39678:8;;;;;39610:88;39710:12;-1:-1:-1;;39752:16:0;;39779:428;39794:5;39786:13;;:5;:13;;;39779:428;;;39858:1;39841:13;;;39840:19;;;39832:27;;39901:20;;:::i;:::-;-1:-1:-1;;;;;;39924:20:0;;;;;;:11;:20;;;;;;;;:28;;;;;;;;;;;;;39901:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39971:27;;39967:229;;;40026:8;;;;-1:-1:-1;40019:15:0;;-1:-1:-1;;;;40019:15:0;39967:229;40060:12;;:26;;;-1:-1:-1;40056:140:0;;;40115:6;40107:14;;40056:140;;;40179:1;40170:6;:10;40162:18;;40056:140;39779:428;;;;;-1:-1:-1;;;;;;40224:20:0;;;;;;:11;:20;;;;;;;;:27;;;;;;;;;;:33;;;;-1:-1:-1;;39012:1253:0;;;;:::o;43226:332::-;43301:4;43318:26;43347:84;43384:6;43347:84;;;;;;;;;;;;;;;;;:32;43357:7;43366:12;:10;:12::i;:::-;43347:9;:32::i;:::-;:36;:84;:36;:84::i;:::-;43318:113;;43444:51;43453:7;43462:12;:10;:12::i;:::-;43476:18;43444:8;:51::i;:::-;43506:22;43512:7;43521:6;43506:5;:22::i;35547:39::-;;;;;;;;;;;;;:::o;31767:123::-;-1:-1:-1;;;;;31857:25:0;31830:7;31857:25;;;:16;:25;;;;;;;31767:123::o;27329:79::-;27394:6;;;;;-1:-1:-1;;;;;27394:6:0;;27329:79::o;28858:26::-;;;;:::o;29361:114::-;29411:7;29438:29;29456:10;;29438:13;:11;:13::i;:::-;:17;;:29::i;:::-;29431:36;;29361:114;:::o;17626:87::-;17698:7;17691:14;;;;;;;;-1:-1:-1;;17691:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17665:13;;17691:14;;17698:7;;17691:14;;17698:7;17691:14;;;;;;;;;;;;;;;;;;;;;;;;33601:517;33690:10;33683:18;;;;:6;:18;;;;;;;-1:-1:-1;;;;;33667:11:0;;;;;;;:35;;:15;:35::i;:::-;-1:-1:-1;;;;;33653:11:0;;;;;;:6;:11;;;;;;;;:49;;;;33743:13;;33719:16;:21;;;;;;;:37;33715:107;;;33797:13;;-1:-1:-1;;;;;33773:21:0;;;;;;:16;:21;;;;;:37;33715:107;33879:10;33862:28;;;;:16;:28;;;;;;;-1:-1:-1;;;;;33838:21:0;;;;;;;:52;33834:137;;;33948:10;33931:28;;;;:16;:28;;;;;;;-1:-1:-1;;;;;33907:21:0;;;;;;:52;33834:137;33990:10;34004:1;33983:18;;;:6;:18;;;;;;;;:22;;;34016:16;:28;;;;;:32;34061:49;;34083:3;34088:21;33990:10;34088:9;:21::i;:::-;34061:9;:49::i;21624:269::-;21717:4;21734:129;21743:12;:10;:12::i;:::-;21757:7;21766:96;21805:15;21766:96;;;;;;;;;;;;;;;;;:11;:25;21778:12;:10;:12::i;:::-;-1:-1:-1;;;;;21766:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;21766:25:0;;;:34;;;;;;;;;;;:96;:38;:96::i;32993:516::-;33044:10;33058:1;33037:18;;;:6;:18;;;;;;33029:55;;;;;-1:-1:-1;;;33029:55:0;;;;;;;;;;;;-1:-1:-1;;;33029:55:0;;;;;;;;;;;;;;;33105:14;33122:27;33138:10;33122:15;:27::i;:::-;33105:44;;33199:24;33217:4;33199:9;:24::i;:::-;33190:6;:33;33186:99;;;33249:24;33267:4;33249:9;:24::i;:::-;33240:33;;33186:99;33295:44;33313:4;33320:10;33332:6;33295:9;:44::i;:::-;33378:10;33371:18;;;;:6;:18;;;;;;:30;;33394:6;33371:22;:30::i;:::-;33357:10;33350:18;;;;:6;:18;;;;;;;;:51;;;;33412:16;:28;;;33443:12;33412:43;;33479:10;;:22;;33494:6;33479:14;:22::i;:::-;33466:10;:35;-1:-1:-1;32993:516:0:o;18994:175::-;19080:4;19097:42;19107:12;:10;:12::i;:::-;19121:9;19132:6;19097:9;:42::i;44314:245::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;44374:14:::1;::::0;::::1;;:23;44366:69;;;;-1:-1:-1::0;;;44366:69:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44462:12;44446:13;:28:::0;;;44515:4:::1;44499:20;44485:11;:34:::0;44530:14:::1;:21:::0;;-1:-1:-1;;44530:21:0::1;44547:4;44530:21;::::0;;44314:245::o;38326:255::-;-1:-1:-1;;;;;38465:23:0;;38418:7;38465:23;;;:14;:23;;;;;;;;38506:16;:67;;38572:1;38506:67;;;-1:-1:-1;;;;;38525:20:0;;;;;;:11;:20;;;;;;;;:38;-1:-1:-1;;38546:16:0;;38525:38;;;;;;;;38561:1;38525:44;;38506:67;38499:74;38326:255;-1:-1:-1;;;38326:255:0:o;36947:1178::-;37140:23;35175:80;37269:6;:4;:6::i;:::-;37253:24;;;;;;37296:12;:10;:12::i;:::-;37190:165;;;;;;;;;;;;;;;;;;;;;;;;;37335:4;37190:165;;;;;;;;;;;;;;;;;;;;;;;37166:200;;;;;;35395:71;37424:140;;;;-1:-1:-1;;;;;37424:140:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37400:175;;;;;;-1:-1:-1;;;37629:123:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37605:158;;;;;;;;;-1:-1:-1;37796:26:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37166:200;;-1:-1:-1;37400:175:0;;37605:158;;-1:-1:-1;;37796:26:0;;;;;;;-1:-1:-1;;37796:26:0;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;37796:26:0;;-1:-1:-1;;37796:26:0;;;-1:-1:-1;;;;;;;37841:23:0;;37833:74;;;;-1:-1:-1;;;37833:74:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;37935:17:0;;;;;;:6;:17;;;;;:19;;;;;;;;37926:28;;37918:75;;;;-1:-1:-1;;;37918:75:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38019:6;38012:3;:13;;38004:64;;;;-1:-1:-1;;;38004:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;38086:31;38096:9;38107;38086;:31::i;:::-;38079:38;;;;36947:1178;;;;;;;:::o;44130:176::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;44242:56:0::1;;::::0;;;:28:::1;:56;::::0;;;;44235:63;;-1:-1:-1;;44235:63:0::1;::::0;;44130:176::o;19232:151::-;-1:-1:-1;;;;;19348:18:0;;;19321:7;19348:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;19232:151::o;35349:117::-;35395:71;35349:117;:::o;34872:70::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;28274:244::-;27551:12;:10;:12::i;:::-;27541:6;;;;;-1:-1:-1;;;;;27541:6:0;;;:22;;;27533:67;;;;;-1:-1:-1;;;27533:67:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;27533:67:0;;;;;;;;;;;;;;;-1:-1:-1;;;;;28363:22:0;::::1;28355:73;;;;-1:-1:-1::0;;;28355:73:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28465:6;::::0;28444:38:::1;::::0;-1:-1:-1;;;;;28444:38:0;;::::1;::::0;28465:6:::1;::::0;::::1;;::::0;28444:38:::1;::::0;;;::::1;28493:6;:17:::0;;-1:-1:-1;;;;;28493:17:0;;::::1;;;-1:-1:-1::0;;;;;;28493:17:0;;::::1;::::0;;;::::1;::::0;;28274:244::o;4735:181::-;4793:7;4825:5;;;4849:6;;;;4841:46;;;;;-1:-1:-1;;;4841:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;5199:136;5257:7;5284:43;5288:1;5291;5284:43;;;;;;;;;;;;;;;;;:3;:43::i;26140:92::-;;;;:::o;661:106::-;749:10;661:106;:::o;24769:346::-;-1:-1:-1;;;;;24871:19:0;;24863:68;;;;-1:-1:-1;;;24863:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;24950:21:0;;24942:68;;;;-1:-1:-1;;;24942:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;25023:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;25075:32;;;;;;;;;;;;;;;;;24769:346;;;:::o;6089:471::-;6147:7;6392:6;6388:47;;-1:-1:-1;6422:1:0;6415:8;;6388:47;6459:5;;;6463:1;6459;:5;:1;6483:5;;;;;:10;6475:56;;;;-1:-1:-1;;;6475:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7036:132;7094:7;7121:39;7125:1;7128;7121:39;;;;;;;;;;;;;;;;;:3;:39::i;30565:670::-;30695:1;30676:16;;:20;:68;;;;-1:-1:-1;;;;;;30700:36:0;;;;;;:28;:36;;;;;;;;:44;;:36;:44;;30676:68;:119;;;;-1:-1:-1;;;;;;30748:39:0;;;;;;:28;:39;;;;;;;;:47;;:39;:47;;30676:119;:146;;;;-1:-1:-1;;;;;;30799:23:0;;;;30676:146;30672:425;;;30839:20;30890:3;30871:16;;30862:6;:25;:31;;;;;;30839:54;;30959:33;30971:6;30979:12;30959:11;:33::i;:::-;31064:21;;30672:425;31109:42;31125:6;31133:9;31144:6;31109:15;:42::i;:::-;-1:-1:-1;;;;;31177:18:0;;;;;;;:10;:18;;;;;;;31197:21;;;;;;;;31162:65;;31177:18;;;;31197:21;31220:6;31162:14;:65::i;5638:192::-;5724:7;5760:12;5752:6;;;;5744:29;;;;-1:-1:-1;;;5744:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5796:5:0;;;5638:192::o;23203:378::-;-1:-1:-1;;;;;23287:21:0;;23279:65;;;;;-1:-1:-1;;;23279:65:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;23357:49;23386:1;23390:7;23399:6;23357:20;:49::i;:::-;23434:12;;:24;;23451:6;23434:16;:24::i;:::-;23419:12;:39;-1:-1:-1;;;;;23490:18:0;;:9;:18;;;;;;;;;;;:30;;23513:6;23490:22;:30::i;:::-;-1:-1:-1;;;;;23469:18:0;;:9;:18;;;;;;;;;;;:51;;;;23536:37;;;;;;;23469:18;;:9;;23536:37;;;;;;;;;;23203:378;;:::o;40674:947::-;40780:6;-1:-1:-1;;;;;40770:16:0;:6;-1:-1:-1;;;;;40770:16:0;;;:30;;;;;40799:1;40790:6;:10;40770:30;40766:848;;;-1:-1:-1;;;;;40821:20:0;;;40817:385;;-1:-1:-1;;;;;40929:22:0;;40910:16;40929:22;;;:14;:22;;;;;;;;;40990:13;:60;;41049:1;40990:60;;;-1:-1:-1;;;;;41006:19:0;;;;;;:11;:19;;;;;;;;:34;-1:-1:-1;;41026:13:0;;41006:34;;;;;;;;41038:1;41006:40;;40990:60;40970:80;-1:-1:-1;41069:17:0;41089:21;40970:80;41103:6;41089:13;:21::i;:::-;41069:41;;41129:57;41146:6;41154:9;41165;41176;41129:16;:57::i;:::-;40817:385;;;;-1:-1:-1;;;;;41222:20:0;;;41218:385;;-1:-1:-1;;;;;41330:22:0;;41311:16;41330:22;;;:14;:22;;;;;;;;;41391:13;:60;;41450:1;41391:60;;;-1:-1:-1;;;;;41407:19:0;;;;;;:11;:19;;;;;;;;:34;-1:-1:-1;;41427:13:0;;41407:34;;;;;;;;41439:1;41407:40;;41391:60;41371:80;-1:-1:-1;41470:17:0;41490:21;41371:80;41504:6;41490:13;:21::i;:::-;41470:41;;41530:57;41547:6;41555:9;41566;41577;41530:16;:57::i;23913:418::-;-1:-1:-1;;;;;23997:21:0;;23989:67;;;;-1:-1:-1;;;23989:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24069:49;24090:7;24107:1;24111:6;24069:20;:49::i;:::-;24152:68;24175:6;24152:68;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;24152:18:0;;:9;:18;;;;;;;;;;;;:68;:22;:68::i;:::-;-1:-1:-1;;;;;24131:18:0;;:9;:18;;;;;;;;;;:89;24246:12;;:24;;24263:6;24246:16;:24::i;:::-;24231:12;:39;24286:37;;;;;;;;24312:1;;-1:-1:-1;;;;;24286:37:0;;;;;;;;;;;;23913:418;;:::o;40273:393::-;-1:-1:-1;;;;;40390:21:0;;;40364:23;40390:21;;;:10;:21;;;;;;;;;;40449:20;40401:9;40449;:20::i;:::-;-1:-1:-1;;;;;40480:21:0;;;;;;;:10;:21;;;;;;:33;;-1:-1:-1;;;;;;40480:33:0;;;;;;;;;;40531:54;;40422:47;;-1:-1:-1;40480:33:0;40531:54;;;;;;40480:21;40531:54;40598:60;40613:15;40630:9;40641:16;40598:14;:60::i;:::-;40273:393;;;;:::o;42510:153::-;42620:9;42510:153;:::o;7664:278::-;7750:7;7785:12;7778:5;7770:28;;;;-1:-1:-1;;;7770:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7809:9;7825:1;7821;:5;;;;;;;7664:278;-1:-1:-1;;;;;7664:278:0:o;22383:539::-;-1:-1:-1;;;;;22489:20:0;;22481:70;;;;-1:-1:-1;;;22481:70:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;22570:23:0;;22562:71;;;;-1:-1:-1;;;22562:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22646:47;22667:6;22675:9;22686:6;22646:20;:47::i;:::-;22726:71;22748:6;22726:71;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;22726:17:0;;:9;:17;;;;;;;;;;;;:71;:21;:71::i;:::-;-1:-1:-1;;;;;22706:17:0;;;:9;:17;;;;;;;;;;;:91;;;;22831:20;;;;;;;:32;;22856:6;22831:24;:32::i;:::-;-1:-1:-1;;;;;22808:20:0;;;:9;:20;;;;;;;;;;;;:55;;;;22879:35;;;;;;;22808:20;;22879:35;;;;;;;;;;;;;22383:539;;;:::o;29757:318::-;29866:44;29893:4;29899:2;29903:6;29866:26;:44::i;:::-;-1:-1:-1;;;;;29927:18:0;;29923:145;;30022:4;;29993:25;30011:6;29993:13;:11;:13::i;:::-;:17;;:25::i;:::-;:33;;29985:71;;;;;-1:-1:-1;;;29985:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;41629:704;41808:18;41829:76;41836:12;41829:76;;;;;;;;;;;;;;;;;:6;:76::i;:::-;41808:97;;41937:1;41922:12;:16;;;:85;;;;-1:-1:-1;;;;;;41942:22:0;;;;;;:11;:22;;;;;;;;:65;-1:-1:-1;;41965:16:0;;41942:40;;;;;;;;;:50;:65;;;:50;;:65;41922:85;41918:339;;;-1:-1:-1;;;;;42024:22:0;;;;;;:11;:22;;;;;;;;:40;-1:-1:-1;;42047:16:0;;42024:40;;;;;;;;42062:1;42024:46;:57;;;41918:339;;;42153:33;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;42114:22:0;;-1:-1:-1;42114:22:0;;;:11;:22;;;;;:36;;;;;;;;;;:72;;;;;;;-1:-1:-1;;42114:72:0;;;;;;;;;;;;;42201:25;;;:14;:25;;;;;;:44;;42229:16;;;42201:44;;;;;;;;;;41918:339;42274:51;;;;;;;;;;;;;;-1:-1:-1;;;;;42274:51:0;;;;;;;;;;;41629:704;;;;;:::o;42341:161::-;42416:6;42454:12;42447:5;42443:9;;42435:32;;;;-1:-1:-1;;;42435:32:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;42492:1:0;;42341:161;-1:-1:-1;;42341:161:0:o;-1:-1:-1:-;;;;;;;;;;;;;;;;;;;:::o
Swarm Source
ipfs://23b8606112af65de342c5062052af8c3f43fae225fd0928236e894fdcc47785c
Loading...
Loading
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ 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.