Latest 25 from a total of 17,561 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Approve | 44200870 | 24 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 44149233 | 25 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 43670255 | 42 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 43670251 | 42 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 43584135 | 45 days ago | IN | 0 BNB | 0.00002464 | ||||
Approve | 43539912 | 47 days ago | IN | 0 BNB | 0.00003195 | ||||
Approve | 43539904 | 47 days ago | IN | 0 BNB | 0.00002953 | ||||
Approve | 43257958 | 56 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 43257954 | 56 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 42635828 | 78 days ago | IN | 0 BNB | 0.00002464 | ||||
Approve | 42622852 | 78 days ago | IN | 0 BNB | 0.00002904 | ||||
Approve | 42622844 | 78 days ago | IN | 0 BNB | 0.00002464 | ||||
Approve | 41119025 | 131 days ago | IN | 0 BNB | 0.00004642 | ||||
Approve | 40816146 | 141 days ago | IN | 0 BNB | 0.00004668 | ||||
Approve | 40531503 | 151 days ago | IN | 0 BNB | 0.00007321 | ||||
Approve | 40531179 | 151 days ago | IN | 0 BNB | 0.00007321 | ||||
Approve | 40525749 | 151 days ago | IN | 0 BNB | 0.00002684 | ||||
Approve | 39121503 | 200 days ago | IN | 0 BNB | 0.00004667 | ||||
Approve | 38821529 | 211 days ago | IN | 0 BNB | 0.00014006 | ||||
Approve | 38660044 | 216 days ago | IN | 0 BNB | 0.00004668 | ||||
Approve | 38538917 | 221 days ago | IN | 0 BNB | 0.00014439 | ||||
Transfer | 38531228 | 221 days ago | IN | 0 BNB | 0.00014111 | ||||
Approve | 38518663 | 221 days ago | IN | 0 BNB | 0.00004667 | ||||
Approve | 38406046 | 225 days ago | IN | 0 BNB | 0.0000244 | ||||
Approve | 38066028 | 237 days ago | IN | 0 BNB | 0.0000244 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
7431484 | 1309 days ago | 0.0989 BNB | ||||
5467114 | 1379 days ago | 0 BNB | ||||
5466848 | 1379 days ago | 0 BNB | ||||
5466848 | 1379 days ago | 0 BNB | ||||
5466516 | 1379 days ago | 0 BNB | ||||
5465910 | 1379 days ago | 0 BNB | ||||
5465910 | 1379 days ago | 0 BNB | ||||
5459937 | 1379 days ago | 0 BNB | ||||
5459937 | 1379 days ago | 0 BNB | ||||
5459800 | 1379 days ago | 0 BNB | ||||
5459800 | 1379 days ago | 0 BNB | ||||
5459532 | 1379 days ago | 0 BNB | ||||
5459532 | 1379 days ago | 0 BNB | ||||
5459293 | 1379 days ago | 0 BNB | ||||
5459293 | 1379 days ago | 0 BNB | ||||
5459293 | 1379 days ago | 0 BNB | ||||
5459293 | 1379 days ago | 0 BNB | ||||
5459012 | 1379 days ago | 0 BNB | ||||
5459012 | 1379 days ago | 0 BNB | ||||
5446252 | 1379 days ago | 0 BNB | ||||
5446252 | 1379 days ago | 0 BNB | ||||
5440782 | 1380 days ago | 0 BNB | ||||
5440782 | 1380 days ago | 0 BNB | ||||
5440763 | 1380 days ago | 0 BNB | ||||
5440763 | 1380 days ago | 0 BNB |
Loading...
Loading
Contract Name:
TYPH
Compiler Version
v0.6.2+commit.bacdbe57
Contract Source Code (Solidity)
/** *Submitted for verification at BscScan.com on 2021-02-25 */ // File: @openzeppelin/contracts/token/ERC20/IERC20.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `recipient`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address recipient, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `sender` to `recipient` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom(address sender, address recipient, uint256 amount) external returns (bool); /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); } // File: @openzeppelin/contracts/utils/Context.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.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/math/SafeMath.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev Wrappers over Solidity's arithmetic operations with added overflow * checks. * * Arithmetic operations in Solidity wrap on overflow. This can easily result * in bugs, because programmers usually assume that an overflow raises an * error, which is the standard behavior in high level programming languages. * `SafeMath` restores this intuition by reverting the transaction when an * operation overflows. * * Using this library instead of the unchecked operations eliminates an entire * class of bugs, so it's recommended to use it always. */ library SafeMath { /** * @dev Returns the addition of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) { uint256 c = a + b; if (c < a) return (false, 0); return (true, c); } /** * @dev Returns the substraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) { if (b > a) return (false, 0); return (true, a - b); } /** * @dev Returns the multiplication of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryMul(uint256 a, uint256 b) internal pure returns (bool, 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 (true, 0); uint256 c = a * b; if (c / a != b) return (false, 0); return (true, c); } /** * @dev Returns the division of two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) { if (b == 0) return (false, 0); return (true, a / b); } /** * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) { if (b == 0) return (false, 0); return (true, a % b); } /** * @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) { require(b <= a, "SafeMath: subtraction overflow"); return a - b; } /** * @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) { 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, reverting 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) { require(b > 0, "SafeMath: division by zero"); return a / b; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting 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) { require(b > 0, "SafeMath: modulo by zero"); return a % b; } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {trySub}. * * 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); return a - b; } /** * @dev Returns the integer division of two unsigned integers, reverting with custom message on * division by zero. The result is rounded towards zero. * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {tryDiv}. * * 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); return a / b; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting with custom message when dividing by zero. * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {tryMod}. * * 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/token/ERC20/ERC20.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.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; 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 virtual returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual 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 virtual returns (uint8) { return _decimals; } /** * @dev See {IERC20-totalSupply}. */ function totalSupply() public view virtual override returns (uint256) { return _totalSupply; } /** * @dev See {IERC20-balanceOf}. */ function balanceOf(address account) public view virtual 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 virtual { _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/token/ERC20/ERC20Burnable.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev Extension of {ERC20} that allows token holders to destroy both their own * tokens and those that they have an allowance for, in a way that can be * recognized off-chain (via event analysis). */ abstract contract ERC20Burnable is Context, ERC20 { using SafeMath for uint256; /** * @dev Destroys `amount` tokens from the caller. * * See {ERC20-_burn}. */ function burn(uint256 amount) public virtual { _burn(_msgSender(), amount); } /** * @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 { uint256 decreasedAllowance = allowance(account, _msgSender()).sub(amount, "ERC20: burn amount exceeds allowance"); _approve(account, _msgSender(), decreasedAllowance); _burn(account, amount); } } // File: @openzeppelin/contracts/utils/Address.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.2 <0.8.0; /** * @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 on 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"); require(isContract(target), "Address: call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.call{ value: value }(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) { return functionStaticCall(target, data, "Address: low-level static call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) { require(isContract(target), "Address: static call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.staticcall(data); return _verifyCallResult(success, returndata, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) { return functionDelegateCall(target, data, "Address: low-level delegate call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { require(isContract(target), "Address: delegate call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.delegatecall(data); return _verifyCallResult(success, returndata, errorMessage); } function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) { 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/SafeERC20.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @title SafeERC20 * @dev Wrappers around ERC20 operations that throw on failure (when the token * contract returns false). Tokens that return no value (and instead revert or * throw on failure) are also supported, non-reverting calls are assumed to be * successful. * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract, * which allows you to call the safe operations as `token.safeTransfer(...)`, etc. */ library SafeERC20 { using SafeMath for uint256; using Address for address; function safeTransfer(IERC20 token, address to, uint256 value) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value)); } function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal { _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value)); } /** * @dev Deprecated. This function has issues similar to the ones found in * {IERC20-approve}, and its usage is discouraged. * * Whenever possible, use {safeIncreaseAllowance} and * {safeDecreaseAllowance} instead. */ function safeApprove(IERC20 token, address spender, uint256 value) internal { // safeApprove should only be called when setting an initial allowance, // or when resetting it to zero. To increase and decrease it, use // 'safeIncreaseAllowance' and 'safeDecreaseAllowance' // solhint-disable-next-line max-line-length require((value == 0) || (token.allowance(address(this), spender) == 0), "SafeERC20: approve from non-zero to non-zero allowance" ); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value)); } function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender).add(value); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal { uint256 newAllowance = token.allowance(address(this), spender).sub(value, "SafeERC20: decreased allowance below zero"); _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance)); } /** * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement * on the return value: the return value is optional (but if data is returned, it must not be false). * @param token The token targeted by the call. * @param data The call data (encoded using abi.encode or one of its variants). */ function _callOptionalReturn(IERC20 token, bytes memory data) private { // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that // the target address contains contract code and also asserts for success in the low-level call. bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed"); if (returndata.length > 0) { // Return data is optional // solhint-disable-next-line max-line-length require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed"); } } } // File: @openzeppelin/contracts/math/Math.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.0 <0.8.0; /** * @dev Standard math utilities missing in the Solidity language. */ library Math { /** * @dev Returns the largest of two numbers. */ function max(uint256 a, uint256 b) internal pure returns (uint256) { return a >= b ? a : b; } /** * @dev Returns the smallest of two numbers. */ function min(uint256 a, uint256 b) internal pure returns (uint256) { return a < b ? a : b; } /** * @dev Returns the average of two numbers. The result is rounded towards * zero. */ function average(uint256 a, uint256 b) internal pure returns (uint256) { // (a + b) / 2 can overflow, so we distribute return (a / 2) + (b / 2) + ((a % 2 + b % 2) / 2); } } // File: contracts/TYPH.sol // SPDX-License-Identifier: MIT pragma solidity >=0.6.2 <0.8.0; pragma experimental ABIEncoderV2; contract TYPH is ERC20, ERC20Burnable { using SafeERC20 for IERC20; address operator; constructor(uint256 _initialSupply, address _operator) public ERC20("Typhoon", "TYPH") { _mint(msg.sender, _initialSupply); operator = _operator; } modifier onlyOperator() { require(_msgSender() == operator, "only operator can perform this action"); _; } /// @dev Method to claim junk and accidentally sent tokens function rescueTokens( IERC20 _token, address payable _to, uint256 _balance ) external onlyOperator { require(_to != address(0), "can not send to zero address"); if (_token == IERC20(0)) { // for Ether uint256 totalBalance = address(this).balance; uint256 balance = _balance == 0 ? totalBalance : Math.min(totalBalance, _balance); _to.transfer(balance); } else { // any other erc20 uint256 totalBalance = _token.balanceOf(address(this)); uint256 balance = _balance == 0 ? totalBalance : Math.min(totalBalance, _balance); require(balance > 0, "trying to send 0 balance"); _token.safeTransfer(_to, balance); } } /** @dev operator can change his address */ function changeOperator(address _newOperator) external onlyOperator { operator = _newOperator; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"uint256","name":"_initialSupply","type":"uint256"},{"internalType":"address","name":"_operator","type":"address"}],"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":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"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":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOperator","type":"address"}],"name":"changeOperator","outputs":[],"stateMutability":"nonpayable","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":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"_token","type":"address"},{"internalType":"address payable","name":"_to","type":"address"},{"internalType":"uint256","name":"_balance","type":"uint256"}],"name":"rescueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
60806040523480156200001157600080fd5b5060405162001678380380620016788339810160408190526200003491620002b5565b60408051808201825260078152662a3cb83437b7b760c91b6020808301918252835180850190945260048452630a8b2a0960e31b9084015281519192916200007f9160039162000210565b5080516200009590600490602084019062000210565b50506005805460ff1916601217905550620000ba33836001600160e01b03620000e716565b600580546001600160a01b0390921661010002610100600160a81b03199092169190911790555062000369565b6001600160a01b038216620001195760405162461bcd60e51b8152600401620001109062000329565b60405180910390fd5b62000130600083836001600160e01b03620001dc16565b6200014c81600254620001e160201b620009861790919060201c565b6002556001600160a01b038216600090815260208181526040909120546200017f91839062000986620001e1821b17901c565b6001600160a01b0383166000818152602081905260408082209390935591519091907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90620001d090859062000360565b60405180910390a35050565b505050565b600082820183811015620002095760405162461bcd60e51b81526004016200011090620002f2565b9392505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200025357805160ff191683800117855562000283565b8280016001018555821562000283579182015b828111156200028357825182559160200191906001019062000266565b506200029192915062000295565b5090565b620002b291905b808211156200029157600081556001016200029c565b90565b60008060408385031215620002c8578182fd5b825160208401519092506001600160a01b0381168114620002e7578182fd5b809150509250929050565b6020808252601b908201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604082015260600190565b6020808252601f908201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604082015260600190565b90815260200190565b6112ff80620003796000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c806342966c6811610097578063a457c2d711610066578063a457c2d7146101de578063a9059cbb146101f1578063cea9d26f14610204578063dd62ed3e14610217576100f5565b806342966c681461019d57806370a08231146101b057806379cc6790146101c357806395d89b41146101d6576100f5565b806318160ddd116100d357806318160ddd1461014d57806323b872dd14610162578063313ce56714610175578063395093511461018a576100f5565b806306394c9b146100fa57806306fdde031461010f578063095ea7b31461012d575b600080fd5b61010d610108366004610cd3565b61022a565b005b61011761029a565b6040516101249190610e4a565b60405180910390f35b61014061013b366004610d67565b610330565b6040516101249190610e3f565b61015561034d565b60405161012491906111b4565b610140610170366004610d27565b610353565b61017d6103e1565b60405161012491906111bd565b610140610198366004610d67565b6103ea565b61010d6101ab366004610dc6565b61043e565b6101556101be366004610cd3565b610452565b61010d6101d1366004610d67565b61046d565b6101176104c8565b6101406101ec366004610d67565b610529565b6101406101ff366004610d67565b610597565b61010d610212366004610db2565b6105ab565b610155610225366004610cef565b610756565b60055461010090046001600160a01b0316610243610781565b6001600160a01b0316146102725760405162461bcd60e51b8152600401610269906110ee565b60405180910390fd5b600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b60038054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103265780601f106102fb57610100808354040283529160200191610326565b820191906000526020600020905b81548152906001019060200180831161030957829003601f168201915b5050505050905090565b600061034461033d610781565b8484610785565b50600192915050565b60025490565b6000610360848484610839565b6103d68461036c610781565b6103d185604051806060016040528060288152602001611259602891396001600160a01b038a166000908152600160205260408120906103aa610781565b6001600160a01b03168152602081019190915260400160002054919063ffffffff61095a16565b610785565b5060015b9392505050565b60055460ff1690565b60006103446103f7610781565b846103d18560016000610408610781565b6001600160a01b03908116825260208083019390935260409182016000908120918c16815292529020549063ffffffff61098616565b61044f610449610781565b826109ab565b50565b6001600160a01b031660009081526020819052604090205490565b60006104a5826040518060600160405280602481526020016112816024913961049886610225610781565b919063ffffffff61095a16565b90506104b9836104b3610781565b83610785565b6104c383836109ab565b505050565b60048054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103265780601f106102fb57610100808354040283529160200191610326565b6000610344610536610781565b846103d1856040518060600160405280602581526020016112a56025913960016000610560610781565b6001600160a01b03908116825260208083019390935260409182016000908120918d1681529252902054919063ffffffff61095a16565b60006103446105a4610781565b8484610839565b60055461010090046001600160a01b03166105c4610781565b6001600160a01b0316146105ea5760405162461bcd60e51b8152600401610269906110ee565b6001600160a01b0382166106105760405162461bcd60e51b815260040161026990611073565b6001600160a01b038316610679574760008215610636576106318284610a99565b610638565b815b6040519091506001600160a01b0385169082156108fc029083906000818181858888f19350505050158015610671573d6000803e3d6000fd5b5050506104c3565b6040516370a0823160e01b81526000906001600160a01b038516906370a08231906106a8903090600401610e12565b60206040518083038186803b1580156106c057600080fd5b505afa1580156106d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106f89190810190610dde565b9050600082156107115761070c8284610a99565b610713565b815b9050600081116107355760405162461bcd60e51b81526004016102699061103c565b61074f6001600160a01b038616858363ffffffff610aaf16565b5050505050565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b3390565b6001600160a01b0383166107ab5760405162461bcd60e51b8152600401610269906110aa565b6001600160a01b0382166107d15760405162461bcd60e51b815260040161026990610ec0565b6001600160a01b0380841660008181526001602090815260408083209487168084529490915290819020849055517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259061082c9085906111b4565b60405180910390a3505050565b6001600160a01b03831661085f5760405162461bcd60e51b815260040161026990610ff7565b6001600160a01b0382166108855760405162461bcd60e51b815260040161026990610e7d565b6108908383836104c3565b6108d381604051806060016040528060268152602001611233602691396001600160a01b038616600090815260208190526040902054919063ffffffff61095a16565b6001600160a01b038085166000908152602081905260408082209390935590841681522054610908908263ffffffff61098616565b6001600160a01b0380841660008181526020819052604090819020939093559151908516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9061082c9085906111b4565b6000818484111561097e5760405162461bcd60e51b81526004016102699190610e4a565b505050900390565b6000828201838110156103da5760405162461bcd60e51b815260040161026990610f02565b6001600160a01b0382166109d15760405162461bcd60e51b815260040161026990610fb6565b6109dd826000836104c3565b610a2081604051806060016040528060228152602001611211602291396001600160a01b038516600090815260208190526040902054919063ffffffff61095a16565b6001600160a01b038316600090815260208190526040902055600254610a4c908263ffffffff610b0516565b6002556040516000906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90610a8d9085906111b4565b60405180910390a35050565b6000818310610aa857816103da565b5090919050565b6104c38363a9059cbb60e01b8484604051602401610ace929190610e26565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610b2d565b600082821115610b275760405162461bcd60e51b815260040161026990610f39565b50900390565b6060610b82826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610bbc9092919063ffffffff16565b8051909150156104c35780806020019051610ba09190810190610d92565b6104c35760405162461bcd60e51b81526004016102699061116a565b6060610bcb8484600085610bd3565b949350505050565b606082471015610bf55760405162461bcd60e51b815260040161026990610f70565b610bfe85610c94565b610c1a5760405162461bcd60e51b815260040161026990611133565b60006060866001600160a01b03168587604051610c379190610df6565b60006040518083038185875af1925050503d8060008114610c74576040519150601f19603f3d011682016040523d82523d6000602084013e610c79565b606091505b5091509150610c89828286610c9a565b979650505050505050565b3b151590565b60608315610ca95750816103da565b825115610cb95782518084602001fd5b8160405162461bcd60e51b81526004016102699190610e4a565b600060208284031215610ce4578081fd5b81356103da816111fb565b60008060408385031215610d01578081fd5b8235610d0c816111fb565b91506020830135610d1c816111fb565b809150509250929050565b600080600060608486031215610d3b578081fd5b8335610d46816111fb565b92506020840135610d56816111fb565b929592945050506040919091013590565b60008060408385031215610d79578182fd5b8235610d84816111fb565b946020939093013593505050565b600060208284031215610da3578081fd5b815180151581146103da578182fd5b600080600060608486031215610d3b578283fd5b600060208284031215610dd7578081fd5b5035919050565b600060208284031215610def578081fd5b5051919050565b60008251610e088184602087016111cb565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b03929092168252602082015260400190565b901515815260200190565b6000602082528251806020840152610e698160408501602087016111cb565b601f01601f19169190910160400192915050565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526022908201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604082015261737360f01b606082015260800190565b6020808252601b908201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604082015260600190565b6020808252601e908201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604082015260600190565b60208082526026908201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6040820152651c8818d85b1b60d21b606082015260800190565b60208082526021908201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736040820152607360f81b606082015260800190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526018908201527f747279696e6720746f2073656e6420302062616c616e63650000000000000000604082015260600190565b6020808252601c908201527f63616e206e6f742073656e6420746f207a65726f206164647265737300000000604082015260600190565b60208082526024908201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646040820152637265737360e01b606082015260800190565b60208082526025908201527f6f6e6c79206f70657261746f722063616e20706572666f726d2074686973206160408201526431ba34b7b760d91b606082015260800190565b6020808252601d908201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604082015260600190565b6020808252602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6040820152691bdd081cdd58d8d9595960b21b606082015260800190565b90815260200190565b60ff91909116815260200190565b60005b838110156111e65781810151838201526020016111ce565b838111156111f5576000848401525b50505050565b6001600160a01b038116811461044f57600080fdfe45524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212209e859a7737b21048c5bd6e473d7d0ee4af76f79a595540c5174972f4385046e264736f6c63430006020033000000000000000000000000000000000000000000108b2a2c2802909400000000000000000000000000000095725847cd075ef920de1d70e773aeda6788d402
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806342966c6811610097578063a457c2d711610066578063a457c2d7146101de578063a9059cbb146101f1578063cea9d26f14610204578063dd62ed3e14610217576100f5565b806342966c681461019d57806370a08231146101b057806379cc6790146101c357806395d89b41146101d6576100f5565b806318160ddd116100d357806318160ddd1461014d57806323b872dd14610162578063313ce56714610175578063395093511461018a576100f5565b806306394c9b146100fa57806306fdde031461010f578063095ea7b31461012d575b600080fd5b61010d610108366004610cd3565b61022a565b005b61011761029a565b6040516101249190610e4a565b60405180910390f35b61014061013b366004610d67565b610330565b6040516101249190610e3f565b61015561034d565b60405161012491906111b4565b610140610170366004610d27565b610353565b61017d6103e1565b60405161012491906111bd565b610140610198366004610d67565b6103ea565b61010d6101ab366004610dc6565b61043e565b6101556101be366004610cd3565b610452565b61010d6101d1366004610d67565b61046d565b6101176104c8565b6101406101ec366004610d67565b610529565b6101406101ff366004610d67565b610597565b61010d610212366004610db2565b6105ab565b610155610225366004610cef565b610756565b60055461010090046001600160a01b0316610243610781565b6001600160a01b0316146102725760405162461bcd60e51b8152600401610269906110ee565b60405180910390fd5b600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b60038054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103265780601f106102fb57610100808354040283529160200191610326565b820191906000526020600020905b81548152906001019060200180831161030957829003601f168201915b5050505050905090565b600061034461033d610781565b8484610785565b50600192915050565b60025490565b6000610360848484610839565b6103d68461036c610781565b6103d185604051806060016040528060288152602001611259602891396001600160a01b038a166000908152600160205260408120906103aa610781565b6001600160a01b03168152602081019190915260400160002054919063ffffffff61095a16565b610785565b5060015b9392505050565b60055460ff1690565b60006103446103f7610781565b846103d18560016000610408610781565b6001600160a01b03908116825260208083019390935260409182016000908120918c16815292529020549063ffffffff61098616565b61044f610449610781565b826109ab565b50565b6001600160a01b031660009081526020819052604090205490565b60006104a5826040518060600160405280602481526020016112816024913961049886610225610781565b919063ffffffff61095a16565b90506104b9836104b3610781565b83610785565b6104c383836109ab565b505050565b60048054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156103265780601f106102fb57610100808354040283529160200191610326565b6000610344610536610781565b846103d1856040518060600160405280602581526020016112a56025913960016000610560610781565b6001600160a01b03908116825260208083019390935260409182016000908120918d1681529252902054919063ffffffff61095a16565b60006103446105a4610781565b8484610839565b60055461010090046001600160a01b03166105c4610781565b6001600160a01b0316146105ea5760405162461bcd60e51b8152600401610269906110ee565b6001600160a01b0382166106105760405162461bcd60e51b815260040161026990611073565b6001600160a01b038316610679574760008215610636576106318284610a99565b610638565b815b6040519091506001600160a01b0385169082156108fc029083906000818181858888f19350505050158015610671573d6000803e3d6000fd5b5050506104c3565b6040516370a0823160e01b81526000906001600160a01b038516906370a08231906106a8903090600401610e12565b60206040518083038186803b1580156106c057600080fd5b505afa1580156106d4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106f89190810190610dde565b9050600082156107115761070c8284610a99565b610713565b815b9050600081116107355760405162461bcd60e51b81526004016102699061103c565b61074f6001600160a01b038616858363ffffffff610aaf16565b5050505050565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b3390565b6001600160a01b0383166107ab5760405162461bcd60e51b8152600401610269906110aa565b6001600160a01b0382166107d15760405162461bcd60e51b815260040161026990610ec0565b6001600160a01b0380841660008181526001602090815260408083209487168084529490915290819020849055517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259061082c9085906111b4565b60405180910390a3505050565b6001600160a01b03831661085f5760405162461bcd60e51b815260040161026990610ff7565b6001600160a01b0382166108855760405162461bcd60e51b815260040161026990610e7d565b6108908383836104c3565b6108d381604051806060016040528060268152602001611233602691396001600160a01b038616600090815260208190526040902054919063ffffffff61095a16565b6001600160a01b038085166000908152602081905260408082209390935590841681522054610908908263ffffffff61098616565b6001600160a01b0380841660008181526020819052604090819020939093559151908516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9061082c9085906111b4565b6000818484111561097e5760405162461bcd60e51b81526004016102699190610e4a565b505050900390565b6000828201838110156103da5760405162461bcd60e51b815260040161026990610f02565b6001600160a01b0382166109d15760405162461bcd60e51b815260040161026990610fb6565b6109dd826000836104c3565b610a2081604051806060016040528060228152602001611211602291396001600160a01b038516600090815260208190526040902054919063ffffffff61095a16565b6001600160a01b038316600090815260208190526040902055600254610a4c908263ffffffff610b0516565b6002556040516000906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90610a8d9085906111b4565b60405180910390a35050565b6000818310610aa857816103da565b5090919050565b6104c38363a9059cbb60e01b8484604051602401610ace929190610e26565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610b2d565b600082821115610b275760405162461bcd60e51b815260040161026990610f39565b50900390565b6060610b82826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610bbc9092919063ffffffff16565b8051909150156104c35780806020019051610ba09190810190610d92565b6104c35760405162461bcd60e51b81526004016102699061116a565b6060610bcb8484600085610bd3565b949350505050565b606082471015610bf55760405162461bcd60e51b815260040161026990610f70565b610bfe85610c94565b610c1a5760405162461bcd60e51b815260040161026990611133565b60006060866001600160a01b03168587604051610c379190610df6565b60006040518083038185875af1925050503d8060008114610c74576040519150601f19603f3d011682016040523d82523d6000602084013e610c79565b606091505b5091509150610c89828286610c9a565b979650505050505050565b3b151590565b60608315610ca95750816103da565b825115610cb95782518084602001fd5b8160405162461bcd60e51b81526004016102699190610e4a565b600060208284031215610ce4578081fd5b81356103da816111fb565b60008060408385031215610d01578081fd5b8235610d0c816111fb565b91506020830135610d1c816111fb565b809150509250929050565b600080600060608486031215610d3b578081fd5b8335610d46816111fb565b92506020840135610d56816111fb565b929592945050506040919091013590565b60008060408385031215610d79578182fd5b8235610d84816111fb565b946020939093013593505050565b600060208284031215610da3578081fd5b815180151581146103da578182fd5b600080600060608486031215610d3b578283fd5b600060208284031215610dd7578081fd5b5035919050565b600060208284031215610def578081fd5b5051919050565b60008251610e088184602087016111cb565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b03929092168252602082015260400190565b901515815260200190565b6000602082528251806020840152610e698160408501602087016111cb565b601f01601f19169190910160400192915050565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526022908201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604082015261737360f01b606082015260800190565b6020808252601b908201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604082015260600190565b6020808252601e908201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604082015260600190565b60208082526026908201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6040820152651c8818d85b1b60d21b606082015260800190565b60208082526021908201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736040820152607360f81b606082015260800190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526018908201527f747279696e6720746f2073656e6420302062616c616e63650000000000000000604082015260600190565b6020808252601c908201527f63616e206e6f742073656e6420746f207a65726f206164647265737300000000604082015260600190565b60208082526024908201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646040820152637265737360e01b606082015260800190565b60208082526025908201527f6f6e6c79206f70657261746f722063616e20706572666f726d2074686973206160408201526431ba34b7b760d91b606082015260800190565b6020808252601d908201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604082015260600190565b6020808252602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6040820152691bdd081cdd58d8d9595960b21b606082015260800190565b90815260200190565b60ff91909116815260200190565b60005b838110156111e65781810151838201526020016111ce565b838111156111f5576000848401525b50505050565b6001600160a01b038116811461044f57600080fdfe45524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa26469706673582212209e859a7737b21048c5bd6e473d7d0ee4af76f79a595540c5174972f4385046e264736f6c63430006020033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000108b2a2c2802909400000000000000000000000000000095725847cd075ef920de1d70e773aeda6788d402
-----Decoded View---------------
Arg [0] : _initialSupply (uint256): 20000000000000000000000000
Arg [1] : _operator (address): 0x95725847CD075eF920de1D70e773aeDa6788D402
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 000000000000000000000000000000000000000000108b2a2c28029094000000
Arg [1] : 00000000000000000000000095725847cd075ef920de1d70e773aeda6788d402
Deployed Bytecode Sourcemap
36568:1327:0:-:0;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;36568:1327:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;37788:104;;;;;;;;;:::i;:::-;;13557:91;;;:::i;:::-;;;;;;;;;;;;;;;;15703:169;;;;;;;;;:::i;:::-;;;;;;;;14656:108;;;:::i;:::-;;;;;;;;16354:321;;;;;;;;;:::i;14500:91::-;;;:::i;:::-;;;;;;;;17084:218;;;;;;;;;:::i;22984:91::-;;;;;;;;;:::i;14827:127::-;;;;;;;;;:::i;23394:295::-;;;;;;;;;:::i;13767:95::-;;;:::i;17805:269::-;;;;;;;;;:::i;15167:175::-;;;;;;;;;:::i;37020:715::-;;;;;;;;;:::i;15405:151::-;;;;;;;;;:::i;37788:104::-;36888:8;;;;;-1:-1:-1;;;;;36888:8:0;36872:12;:10;:12::i;:::-;-1:-1:-1;;;;;36872:24:0;;36864:74;;;;-1:-1:-1;;;36864:74:0;;;;;;;;;;;;;;;;;37863:8:::1;:23:::0;;-1:-1:-1;;;;;37863:23:0;;::::1;;;-1:-1:-1::0;;;;;;37863:23:0;;::::1;::::0;;;::::1;::::0;;37788:104::o;13557:91::-;13635:5;13628:12;;;;;;;;-1:-1:-1;;13628:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13602:13;;13628:12;;13635:5;;13628:12;;13635:5;13628:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13557:91;:::o;15703:169::-;15786:4;15803:39;15812:12;:10;:12::i;:::-;15826:7;15835:6;15803:8;:39::i;:::-;-1:-1:-1;15860:4:0;15703:169;;;;:::o;14656:108::-;14744:12;;14656:108;:::o;16354:321::-;16460:4;16477:36;16487:6;16495:9;16506:6;16477:9;:36::i;:::-;16524:121;16533:6;16541:12;:10;:12::i;:::-;16555:89;16593:6;16555:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;16555:19:0;;;;;;:11;:19;;;;;;16575:12;:10;:12::i;:::-;-1:-1:-1;;;;;16555:33:0;;;;;;;;;;;;-1:-1:-1;16555:33:0;;;:89;;:37;:89;:::i;:::-;16524:8;:121::i;:::-;-1:-1:-1;16663:4:0;16354:321;;;;;;:::o;14500:91::-;14574:9;;;;14500:91;:::o;17084:218::-;17172:4;17189:83;17198:12;:10;:12::i;:::-;17212:7;17221:50;17260:10;17221:11;:25;17233:12;:10;:12::i;:::-;-1:-1:-1;;;;;17221:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;17221:25:0;;;:34;;;;;;;;;;;:50;:38;:50;:::i;22984:91::-;23040:27;23046:12;:10;:12::i;:::-;23060:6;23040:5;:27::i;:::-;22984:91;:::o;14827:127::-;-1:-1:-1;;;;;14928:18:0;14901:7;14928:18;;;;;;;;;;;;14827:127::o;23394:295::-;23471:26;23500:84;23537:6;23500:84;;;;;;;;;;;;;;;;;:32;23510:7;23519:12;:10;:12::i;23500:32::-;:36;:84;;:36;:84;:::i;:::-;23471:113;;23597:51;23606:7;23615:12;:10;:12::i;:::-;23629:18;23597:8;:51::i;:::-;23659:22;23665:7;23674:6;23659:5;:22::i;:::-;23394:295;;;:::o;13767:95::-;13847:7;13840:14;;;;;;;;-1:-1:-1;;13840:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13814:13;;13840:14;;13847:7;;13840:14;;13847:7;13840:14;;;;;;;;;;;;;;;;;;;;;;;;17805:269;17898:4;17915:129;17924:12;:10;:12::i;:::-;17938:7;17947:96;17986:15;17947:96;;;;;;;;;;;;;;;;;:11;:25;17959:12;:10;:12::i;:::-;-1:-1:-1;;;;;17947:25:0;;;;;;;;;;;;;;;;;-1:-1:-1;17947:25:0;;;:34;;;;;;;;;;;:96;;:38;:96;:::i;15167:175::-;15253:4;15270:42;15280:12;:10;:12::i;:::-;15294:9;15305:6;15270:9;:42::i;37020:715::-;36888:8;;;;;-1:-1:-1;;;;;36888:8:0;36872:12;:10;:12::i;:::-;-1:-1:-1;;;;;36872:24:0;;36864:74;;;;-1:-1:-1;;;36864:74:0;;;;;;;;;-1:-1:-1;;;;;37153:17:0;::::1;37145:58;;;;-1:-1:-1::0;;;37145:58:0::1;;;;;;;;;-1:-1:-1::0;;;;;37216:19:0;::::1;37212:518;;37289:21;37266:20;37337:13:::0;;:63:::1;;37368:32;37377:12;37391:8;37368;:32::i;:::-;37337:63;;;37353:12;37337:63;37409:21;::::0;37319:81;;-1:-1:-1;;;;;;37409:12:0;::::1;::::0;:21;::::1;;;::::0;37319:81;;37409:21:::1;::::0;;;37319:81;37409:12;:21;::::1;;;;;;;8:9:-1;5:2;;;45:16;42:1;39::::0;24:38:::1;77:16;74:1;67:27;5:2;37409:21:0;37212:518;;;;;37502:31;::::0;-1:-1:-1;;;37502:31:0;;37479:20:::1;::::0;-1:-1:-1;;;;;37502:16:0;::::1;::::0;::::1;::::0;:31:::1;::::0;37527:4:::1;::::0;37502:31:::1;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27::::0;20:12:::1;5:2;37502:31:0;;;;8:9:-1;5:2;;;45:16;42:1;39::::0;24:38:::1;77:16;74:1;67:27;5:2;37502:31:0;;;;;;;101:4:-1;97:9;90:4;84;80:15;76:31;69:5;65:43;126:6;120:4;113:20;0:138;37502:31:0;;;;;;;;;37479:54:::0;-1:-1:-1;37542:15:0::1;37560:13:::0;;:63:::1;;37591:32;37600:12;37614:8;37591;:32::i;:::-;37560:63;;;37576:12;37560:63;37542:81;;37650:1;37640:7;:11;37632:48;;;;-1:-1:-1::0;;;37632:48:0::1;;;;;;;;;37689:33;-1:-1:-1::0;;;;;37689:19:0;::::1;37709:3:::0;37714:7;37689:33:::1;:19;:33;:::i;:::-;37212:518;;37020:715:::0;;;:::o;15405:151::-;-1:-1:-1;;;;;15521:18:0;;;15494:7;15521:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;15405:151::o;3509:106::-;3597:10;3509:106;:::o;20952:346::-;-1:-1:-1;;;;;21054:19:0;;21046:68;;;;-1:-1:-1;;;21046:68:0;;;;;;;;;-1:-1:-1;;;;;21133:21:0;;21125:68;;;;-1:-1:-1;;;21125:68:0;;;;;;;;;-1:-1:-1;;;;;21206:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;;:36;;;21258:32;;;;;21236:6;;21258:32;;;;;;;;;;20952:346;;;:::o;18564:539::-;-1:-1:-1;;;;;18670:20:0;;18662:70;;;;-1:-1:-1;;;18662:70:0;;;;;;;;;-1:-1:-1;;;;;18751:23:0;;18743:71;;;;-1:-1:-1;;;18743:71:0;;;;;;;;;18827:47;18848:6;18856:9;18867:6;18827:20;:47::i;:::-;18907:71;18929:6;18907:71;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;18907:17:0;;:9;:17;;;;;;;;;;;;:71;;:21;:71;:::i;:::-;-1:-1:-1;;;;;18887:17:0;;;:9;:17;;;;;;;;;;;:91;;;;19012:20;;;;;;;:32;;19037:6;19012:32;:24;:32;:::i;:::-;-1:-1:-1;;;;;18989:20:0;;;:9;:20;;;;;;;;;;;;:55;;;;19060:35;;;;;;;;;;19088:6;;19060:35;;9518:166;9604:7;9640:12;9632:6;;;;9624:29;;;;-1:-1:-1;;;9624:29:0;;;;;;;;;;-1:-1:-1;;;9671:5:0;;;9518:166::o;6691:179::-;6749:7;6781:5;;;6805:6;;;;6797:46;;;;-1:-1:-1;;;6797:46:0;;;;;;;;20096:418;-1:-1:-1;;;;;20180:21:0;;20172:67;;;;-1:-1:-1;;;20172:67:0;;;;;;;;;20252:49;20273:7;20290:1;20294:6;20252:20;:49::i;:::-;20335:68;20358:6;20335:68;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;20335:18:0;;:9;:18;;;;;;;;;;;;:68;;:22;:68;:::i;:::-;-1:-1:-1;;;;;20314:18:0;;:9;:18;;;;;;;;;;:89;20429:12;;:24;;20446:6;20429:24;:16;:24;:::i;:::-;20414:12;:39;20469:37;;20495:1;;-1:-1:-1;;;;;20469:37:0;;;;;;;20499:6;;20469:37;;;;;;;;;;20096:418;;:::o;35997:106::-;36055:7;36086:1;36082;:5;:13;;36094:1;36082:13;;;-1:-1:-1;36090:1:0;;36075:20;-1:-1:-1;35997:106:0:o;32457:177::-;32540:86;32560:5;32590:23;;;32615:2;32619:5;32567:58;;;;;;;;;;;;;;-1:-1:-1;;26:21;;;22:32;6:49;;32567:58:0;;;49:4:-1;25:18;;61:17;;-1:-1;;;;;182:15;-1:-1;;;;;;32567:58:0;;;179:29:-1;;;;160:49;;;32540:19:0;:86::i;7153:158::-;7211:7;7244:1;7239;:6;;7231:49;;;;-1:-1:-1;;;7231:49:0;;;;;;;;;-1:-1:-1;7298:5:0;;;7153:158::o;34762:761::-;35186:23;35212:69;35240:4;35212:69;;;;;;;;;;;;;;;;;35220:5;-1:-1:-1;;;;;35212:27:0;;;:69;;;;;:::i;:::-;35296:17;;35186:95;;-1:-1:-1;35296:21:0;35292:224;;35438:10;35427:30;;;;;;;;;;;;;;35419:85;;;;-1:-1:-1;;;35419:85:0;;;;;;;;27419:195;27522:12;27554:52;27576:6;27584:4;27590:1;27593:12;27554:21;:52::i;:::-;27547:59;27419:195;-1:-1:-1;;;;27419:195:0:o;28471:530::-;28598:12;28656:5;28631:21;:30;;28623:81;;;;-1:-1:-1;;;28623:81:0;;;;;;;;;28723:18;28734:6;28723:10;:18::i;:::-;28715:60;;;;-1:-1:-1;;;28715:60:0;;;;;;;;;28849:12;28863:23;28890:6;-1:-1:-1;;;;;28890:11:0;28910:5;28918:4;28890:33;;;;;;;;;;;;;;;;;;;;;;;;12:1:-1;19;14:27;;;;67:4;61:11;56:16;;134:4;130:9;123:4;105:16;101:27;97:43;94:1;90:51;84:4;77:65;157:16;154:1;147:27;211:16;208:1;201:4;198:1;194:12;179:49;5:228;;14:27;32:4;27:9;;5:228;;28848:75:0;;;;28941:52;28959:7;28968:10;28980:12;28941:17;:52::i;:::-;28934:59;28471:530;-1:-1:-1;;;;;;;28471:530:0:o;24501:422::-;24868:20;24907:8;;;24501:422::o;31011:742::-;31126:12;31155:7;31151:595;;;-1:-1:-1;31186:10:0;31179:17;;31151:595;31300:17;;:21;31296:439;;31563:10;31557:17;31624:15;31611:10;31607:2;31603:19;31596:44;31511:148;31706:12;31699:20;;-1:-1:-1;;;31699:20:0;;;;;;;;;871:241:-1;;975:2;963:9;954:7;950:23;946:32;943:2;;;-1:-1;;981:12;943:2;85:6;72:20;97:33;124:5;97:33;;1119:366;;;1240:2;1228:9;1219:7;1215:23;1211:32;1208:2;;;-1:-1;;1246:12;1208:2;85:6;72:20;97:33;124:5;97:33;;;1298:63;-1:-1;1398:2;1437:22;;72:20;97:33;72:20;97:33;;;1406:63;;;;1202:283;;;;;;1492:491;;;;1630:2;1618:9;1609:7;1605:23;1601:32;1598:2;;;-1:-1;;1636:12;1598:2;85:6;72:20;97:33;124:5;97:33;;;1688:63;-1:-1;1788:2;1827:22;;72:20;97:33;72:20;97:33;;;1592:391;;1796:63;;-1:-1;;;1896:2;1935:22;;;;660:20;;1592:391;1990:366;;;2111:2;2099:9;2090:7;2086:23;2082:32;2079:2;;;-1:-1;;2117:12;2079:2;85:6;72:20;97:33;124:5;97:33;;;2169:63;2269:2;2308:22;;;;660:20;;-1:-1;;;2073:283;2363:257;;2475:2;2463:9;2454:7;2450:23;2446:32;2443:2;;;-1:-1;;2481:12;2443:2;376:6;370:13;18771:5;17612:13;17605:21;18749:5;18746:32;18736:2;;-1:-1;;18782:12;2627:533;;;;2786:2;2774:9;2765:7;2761:23;2757:32;2754:2;;;-1:-1;;2792:12;3167:241;;3271:2;3259:9;3250:7;3246:23;3242:32;3239:2;;;-1:-1;;3277:12;3239:2;-1:-1;660:20;;3233:175;-1:-1;3233:175;3415:263;;3530:2;3518:9;3509:7;3505:23;3501:32;3498:2;;;-1:-1;;3536:12;3498:2;-1:-1;808:13;;3492:186;-1:-1;3492:186;9610:262;;4076:5;16847:12;4187:52;4232:6;4227:3;4220:4;4213:5;4209:16;4187:52;;;4251:16;;;;;9735:137;-1:-1;;9735:137;9879:213;-1:-1;;;;;17811:54;;;;3756:37;;9997:2;9982:18;;9968:124;10099:324;-1:-1;;;;;17811:54;;;;3756:37;;10409:2;10394:18;;9447:37;10245:2;10230:18;;10216:207;10430:201;17612:13;;17605:21;3870:34;;10542:2;10527:18;;10513:118;10638:301;;10776:2;10797:17;10790:47;4424:5;16847:12;17286:6;10776:2;10765:9;10761:18;17274:19;4518:52;4563:6;17314:14;10765:9;17314:14;10776:2;4544:5;4540:16;4518:52;;;18405:7;18389:14;-1:-1;;18385:28;4582:39;;;;17314:14;4582:39;;10747:192;-1:-1;;10747:192;10946:407;11137:2;11151:47;;;4858:2;11122:18;;;17274:19;4894:34;17314:14;;;4874:55;-1:-1;;;4949:12;;;4942:27;4988:12;;;11108:245;11360:407;11551:2;11565:47;;;5239:2;11536:18;;;17274:19;5275:34;17314:14;;;5255:55;-1:-1;;;5330:12;;;5323:26;5368:12;;;11522:245;11774:407;11965:2;11979:47;;;5619:2;11950:18;;;17274:19;5655:29;17314:14;;;5635:50;5704:12;;;11936:245;12188:407;12379:2;12393:47;;;5955:2;12364:18;;;17274:19;5991:32;17314:14;;;5971:53;6043:12;;;12350:245;12602:407;12793:2;12807:47;;;6294:2;12778:18;;;17274:19;6330:34;17314:14;;;6310:55;-1:-1;;;6385:12;;;6378:30;6427:12;;;12764:245;13016:407;13207:2;13221:47;;;6678:2;13192:18;;;17274:19;6714:34;17314:14;;;6694:55;-1:-1;;;6769:12;;;6762:25;6806:12;;;13178:245;13430:407;13621:2;13635:47;;;7057:2;13606:18;;;17274:19;7093:34;17314:14;;;7073:55;-1:-1;;;7148:12;;;7141:29;7189:12;;;13592:245;13844:407;14035:2;14049:47;;;7440:2;14020:18;;;17274:19;7476:26;17314:14;;;7456:47;7522:12;;;14006:245;14258:407;14449:2;14463:47;;;7773:2;14434:18;;;17274:19;7809:30;17314:14;;;7789:51;7859:12;;;14420:245;14672:407;14863:2;14877:47;;;8110:2;14848:18;;;17274:19;8146:34;17314:14;;;8126:55;-1:-1;;;8201:12;;;8194:28;8241:12;;;14834:245;15086:407;15277:2;15291:47;;;8492:2;15262:18;;;17274:19;8528:34;17314:14;;;8508:55;-1:-1;;;8583:12;;;8576:29;8624:12;;;15248:245;15500:407;15691:2;15705:47;;;8875:2;15676:18;;;17274:19;8911:31;17314:14;;;8891:52;8962:12;;;15662:245;15914:407;16105:2;16119:47;;;9213:2;16090:18;;;17274:19;9249:34;17314:14;;;9229:55;-1:-1;;;9304:12;;;9297:34;9350:12;;;16076:245;16328:213;9447:37;;;16446:2;16431:18;;16417:124;16548:205;18027:4;18016:16;;;;9563:35;;16662:2;16647:18;;16633:120;18045:268;18110:1;18117:101;18131:6;18128:1;18125:13;18117:101;;;18198:11;;;18192:18;18179:11;;;18172:39;18153:2;18146:10;18117:101;;;18233:6;18230:1;18227:13;18224:2;;;18110:1;18289:6;18284:3;18280:16;18273:27;18224:2;;18094:219;;;;18426:117;-1:-1;;;;;17811:54;;18485:35;;18475:2;;18534:1;;18524:12
Swarm Source
ipfs://9e859a7737b21048c5bd6e473d7d0ee4af76f79a595540c5174972f4385046e2
Loading...
Loading
Loading...
Loading
OVERVIEW
Typhoon is a privacy-centric project that enables users to send private transactions between 2 BSC wallets.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.