Latest 25 from a total of 57,707 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Approve | 67072822 | 9 mins ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67071499 | 31 mins ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67071245 | 36 mins ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67070794 | 43 mins ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67070479 | 48 mins ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67068954 | 1 hr ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67068909 | 1 hr ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67068813 | 1 hr ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67068206 | 1 hr ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67066954 | 1 hr ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67066073 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67066039 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67064789 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67063318 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67063160 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67063127 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67062974 | 2 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67062148 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67062105 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67062085 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67062040 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67061993 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67061784 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67061552 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 | ||||
Approve | 67061502 | 3 hrs ago | IN | 0 WEMIX | 0.0046293 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
67073348 | 1 min ago | 0.15549072 WEMIX | ||||
67073313 | 1 min ago | 2.95718147 WEMIX | ||||
67073311 | 1 min ago | 31.11585679 WEMIX | ||||
67073222 | 3 mins ago | 14.49038823 WEMIX | ||||
67073210 | 3 mins ago | 14.48659219 WEMIX | ||||
67073152 | 4 mins ago | 511.65326681 WEMIX | ||||
67073138 | 4 mins ago | 5.1311739 WEMIX | ||||
67073063 | 5 mins ago | 9.23253618 WEMIX | ||||
67073020 | 6 mins ago | 0.72359277 WEMIX | ||||
67072913 | 8 mins ago | 2.01577526 WEMIX | ||||
67072891 | 8 mins ago | 0.3277808 WEMIX | ||||
67072867 | 9 mins ago | 16.55804581 WEMIX | ||||
67072864 | 9 mins ago | 0.05572933 WEMIX | ||||
67072836 | 9 mins ago | 25.33073984 WEMIX | ||||
67072824 | 9 mins ago | 242.9538 WEMIX | ||||
67072808 | 10 mins ago | 80 WEMIX | ||||
67072803 | 10 mins ago | 65 WEMIX | ||||
67072777 | 10 mins ago | 0.62661874 WEMIX | ||||
67072752 | 11 mins ago | 2.09221195 WEMIX | ||||
67072706 | 11 mins ago | 2.8129977 WEMIX | ||||
67072674 | 12 mins ago | 66 WEMIX | ||||
67072645 | 12 mins ago | 6.58318985 WEMIX | ||||
67072572 | 14 mins ago | 0.66144042 WEMIX | ||||
67072531 | 14 mins ago | 38.88707813 WEMIX | ||||
67072413 | 16 mins ago | 0.0028697 WEMIX |
Loading...
Loading
Contract Name:
WWEMIX
Compiler Version
v0.8.9+commit.e5eed63a
Contract Source Code (Solidity)
/** *Submitted for verification at wemixscan.com on 2023-12-15 */ // Sources flattened with hardhat v2.10.1 https://hardhat.org // File @openzeppelin/contracts/token/ERC20/[email protected] // MIT // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @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 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 `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, 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 `from` to `to` 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 from, address to, uint256 amount ) external returns (bool); } // File transaction-protocol/contracts/interfaces/IWWEMIX.sol // GPL-3.0 pragma solidity 0.8.9; interface IWWEMIX is IERC20 { /* =========== FUNCTIONS ===========*/ function deposit() external payable; function withdraw(uint256 _amount) external; /* =========== EVENTS ===========*/ event Deposit(address indexed dst, uint256 amount); event Withdraw(address indexed src, uint256 amount); } // File @openzeppelin/contracts/token/ERC20/extensions/[email protected] // MIT // OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol) pragma solidity ^0.8.0; /** * @dev Interface for the optional metadata functions from the ERC20 standard. * * _Available since v4.1._ */ interface IERC20Metadata is IERC20 { /** * @dev Returns the name of the token. */ function name() external view returns (string memory); /** * @dev Returns the symbol of the token. */ function symbol() external view returns (string memory); /** * @dev Returns the decimals places of the token. */ function decimals() external view returns (uint8); } // File @openzeppelin/contracts/utils/[email protected] // MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^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 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) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } } // File @openzeppelin/contracts/token/ERC20/[email protected] // MIT // OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/ERC20.sol) pragma solidity ^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 Contracts guidelines: functions revert * instead 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, IERC20Metadata { mapping(address => uint256) private _balances; mapping(address => mapping(address => uint256)) private _allowances; uint256 private _totalSupply; string private _name; string private _symbol; /** * @dev Sets the values for {name} and {symbol}. * * The default value of {decimals} is 18. To select a different value for * {decimals} you should overload it. * * All two of these values are immutable: they can only be set once during * construction. */ constructor(string memory name_, string memory symbol_) { _name = name_; _symbol = symbol_; } /** * @dev Returns the name of the token. */ function name() public view virtual override returns (string memory) { return _name; } /** * @dev Returns the symbol of the token, usually a shorter version of the * name. */ function symbol() public view virtual override 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 this function is * overridden; * * 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 override returns (uint8) { return 18; } /** * @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: * * - `to` cannot be the zero address. * - the caller must have a balance of at least `amount`. */ function transfer(address to, uint256 amount) public virtual override returns (bool) { address owner = _msgSender(); _transfer(owner, to, 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}. * * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on * `transferFrom`. This is semantically equivalent to an infinite approval. * * Requirements: * * - `spender` cannot be the zero address. */ function approve(address spender, uint256 amount) public virtual override returns (bool) { address owner = _msgSender(); _approve(owner, 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}. * * NOTE: Does not update the allowance if the current allowance * is the maximum `uint256`. * * Requirements: * * - `from` and `to` cannot be the zero address. * - `from` must have a balance of at least `amount`. * - the caller must have allowance for ``from``'s tokens of at least * `amount`. */ function transferFrom( address from, address to, uint256 amount ) public virtual override returns (bool) { address spender = _msgSender(); _spendAllowance(from, spender, amount); _transfer(from, to, amount); 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) { address owner = _msgSender(); _approve(owner, spender, allowance(owner, spender) + 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) { address owner = _msgSender(); uint256 currentAllowance = allowance(owner, spender); require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero"); unchecked { _approve(owner, spender, currentAllowance - subtractedValue); } return true; } /** * @dev Moves `amount` of tokens from `from` to `to`. * * This 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: * * - `from` cannot be the zero address. * - `to` cannot be the zero address. * - `from` must have a balance of at least `amount`. */ function _transfer( address from, address to, uint256 amount ) internal virtual { require(from != address(0), "ERC20: transfer from the zero address"); require(to != address(0), "ERC20: transfer to the zero address"); _beforeTokenTransfer(from, to, amount); uint256 fromBalance = _balances[from]; require(fromBalance >= amount, "ERC20: transfer amount exceeds balance"); unchecked { _balances[from] = fromBalance - amount; } _balances[to] += amount; emit Transfer(from, to, amount); _afterTokenTransfer(from, to, 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: * * - `account` 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 += amount; _balances[account] += amount; emit Transfer(address(0), account, amount); _afterTokenTransfer(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); uint256 accountBalance = _balances[account]; require(accountBalance >= amount, "ERC20: burn amount exceeds balance"); unchecked { _balances[account] = accountBalance - amount; } _totalSupply -= amount; emit Transfer(account, address(0), amount); _afterTokenTransfer(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 Updates `owner` s allowance for `spender` based on spent `amount`. * * Does not update the allowance amount in case of infinite allowance. * Revert if not enough allowance is available. * * Might emit an {Approval} event. */ function _spendAllowance( address owner, address spender, uint256 amount ) internal virtual { uint256 currentAllowance = allowance(owner, spender); if (currentAllowance != type(uint256).max) { require(currentAllowance >= amount, "ERC20: insufficient allowance"); unchecked { _approve(owner, spender, currentAllowance - amount); } } } /** * @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 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 {} /** * @dev Hook that is called after any transfer of tokens. This includes * minting and burning. * * Calling conditions: * * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens * has been transferred to `to`. * - when `from` is zero, `amount` tokens have been minted for `to`. * - when `to` is zero, `amount` of ``from``'s tokens have been 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 _afterTokenTransfer( address from, address to, uint256 amount ) internal virtual {} } // File transaction-protocol/contracts/tokens/WWEMIX.sol // GPL-3.0 pragma solidity 0.8.9; contract WWEMIX is IWWEMIX, ERC20 { constructor() ERC20("Wrapped Wemix", "WWEMIX") {} fallback() external payable { deposit(); } receive() external payable{ revert(); } /* =========== FUNCTIONS ===========*/ /** * @notice Exchange Wemix to WWEMIX. */ function deposit() public payable { _mint(msg.sender, msg.value); emit Deposit(msg.sender, msg.value); } /** * @notice Exchange WWEMIX to Wemix. */ function withdraw(uint256 _amount) external { require(balanceOf(msg.sender) >= _amount, "WWEMIX: Sender balance of WWEMIX must be greater than or equal to _amount."); _burn(msg.sender, _amount); payable(msg.sender).transfer(_amount); emit Withdraw(msg.sender, _amount); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"dst","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Deposit","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"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"src","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Withdraw","type":"event"},{"stateMutability":"payable","type":"fallback"},{"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":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"deposit","outputs":[],"stateMutability":"payable","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":[],"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":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60806040523480156200001157600080fd5b50604080518082018252600d81526c0aee4c2e0e0cac840aecadad2f609b1b6020808301918252835180850190945260068452650aeae8a9a92b60d31b908401528151919291620000659160039162000084565b5080516200007b90600490602084019062000084565b50505062000167565b82805462000092906200012a565b90600052602060002090601f016020900481019282620000b6576000855562000101565b82601f10620000d157805160ff191683800117855562000101565b8280016001018555821562000101579182015b8281111562000101578251825591602001919060010190620000e4565b506200010f92915062000113565b5090565b5b808211156200010f576000815560010162000114565b600181811c908216806200013f57607f821691505b602082108114156200016157634e487b7160e01b600052602260045260246000fd5b50919050565b610d0980620001776000396000f3fe6080604052600436106100c65760003560e01c8063395093511161007f578063a457c2d711610059578063a457c2d71461021b578063a9059cbb1461023b578063d0e30db0146100d0578063dd62ed3e1461025b576100d0565b806339509351146101b057806370a08231146101d057806395d89b4114610206576100d0565b806306fdde03146100da578063095ea7b31461010557806318160ddd1461013557806323b872dd146101545780632e1a7d4d14610174578063313ce56714610194576100d0565b366100d057600080fd5b6100d861027b565b005b3480156100e657600080fd5b506100ef6102bc565b6040516100fc9190610b0e565b60405180910390f35b34801561011157600080fd5b50610125610120366004610b7f565b61034e565b60405190151581526020016100fc565b34801561014157600080fd5b506002545b6040519081526020016100fc565b34801561016057600080fd5b5061012561016f366004610ba9565b610366565b34801561018057600080fd5b506100d861018f366004610be5565b61038a565b3480156101a057600080fd5b50604051601281526020016100fc565b3480156101bc57600080fd5b506101256101cb366004610b7f565b610497565b3480156101dc57600080fd5b506101466101eb366004610bfe565b6001600160a01b031660009081526020819052604090205490565b34801561021257600080fd5b506100ef6104b9565b34801561022757600080fd5b50610125610236366004610b7f565b6104c8565b34801561024757600080fd5b50610125610256366004610b7f565b610543565b34801561026757600080fd5b50610146610276366004610c20565b610551565b610285333461057c565b60405134815233907fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9060200160405180910390a2565b6060600380546102cb90610c53565b80601f01602080910402602001604051908101604052809291908181526020018280546102f790610c53565b80156103445780601f1061031957610100808354040283529160200191610344565b820191906000526020600020905b81548152906001019060200180831161032757829003601f168201915b5050505050905090565b60003361035c81858561065b565b5060019392505050565b600033610374858285610780565b61037f8585856107fa565b506001949350505050565b336000908152602081905260409020548111156104275760405162461bcd60e51b815260206004820152604a60248201527f5757454d49583a2053656e6465722062616c616e6365206f66205757454d495860448201527f206d7573742062652067726561746572207468616e206f7220657175616c207460648201526937902fb0b6b7bab73a1760b11b608482015260a4015b60405180910390fd5b61043133826109c8565b604051339082156108fc029083906000818181858888f1935050505015801561045e573d6000803e3d6000fd5b5060405181815233907f884edad9ce6fa2440d8a54cc123490eb96d2768479d49ff9c7366125a94243649060200160405180910390a250565b60003361035c8185856104aa8383610551565b6104b49190610ca4565b61065b565b6060600480546102cb90610c53565b600033816104d68286610551565b9050838110156105365760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161041e565b61037f828686840361065b565b60003361035c8185856107fa565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0382166105d25760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161041e565b80600260008282546105e49190610ca4565b90915550506001600160a01b03821660009081526020819052604081208054839290610611908490610ca4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b0383166106bd5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161041e565b6001600160a01b03821661071e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161041e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b600061078c8484610551565b905060001981146107f457818110156107e75760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161041e565b6107f4848484840361065b565b50505050565b6001600160a01b03831661085e5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161041e565b6001600160a01b0382166108c05760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161041e565b6001600160a01b038316600090815260208190526040902054818110156109385760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161041e565b6001600160a01b0380851660009081526020819052604080822085850390559185168152908120805484929061096f908490610ca4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516109bb91815260200190565b60405180910390a36107f4565b6001600160a01b038216610a285760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161041e565b6001600160a01b03821660009081526020819052604090205481811015610a9c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161041e565b6001600160a01b0383166000908152602081905260408120838303905560028054849290610acb908490610cbc565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610773565b600060208083528351808285015260005b81811015610b3b57858101830151858201604001528201610b1f565b81811115610b4d576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610b7a57600080fd5b919050565b60008060408385031215610b9257600080fd5b610b9b83610b63565b946020939093013593505050565b600080600060608486031215610bbe57600080fd5b610bc784610b63565b9250610bd560208501610b63565b9150604084013590509250925092565b600060208284031215610bf757600080fd5b5035919050565b600060208284031215610c1057600080fd5b610c1982610b63565b9392505050565b60008060408385031215610c3357600080fd5b610c3c83610b63565b9150610c4a60208401610b63565b90509250929050565b600181811c90821680610c6757607f821691505b60208210811415610c8857634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610cb757610cb7610c8e565b500190565b600082821015610cce57610cce610c8e565b50039056fea2646970667358221220f202f47e78c60cb0ce8a1d0e070dd56bf9a0fb63277353f56f5668876373cb1064736f6c63430008090033
Deployed Bytecode
0x6080604052600436106100c65760003560e01c8063395093511161007f578063a457c2d711610059578063a457c2d71461021b578063a9059cbb1461023b578063d0e30db0146100d0578063dd62ed3e1461025b576100d0565b806339509351146101b057806370a08231146101d057806395d89b4114610206576100d0565b806306fdde03146100da578063095ea7b31461010557806318160ddd1461013557806323b872dd146101545780632e1a7d4d14610174578063313ce56714610194576100d0565b366100d057600080fd5b6100d861027b565b005b3480156100e657600080fd5b506100ef6102bc565b6040516100fc9190610b0e565b60405180910390f35b34801561011157600080fd5b50610125610120366004610b7f565b61034e565b60405190151581526020016100fc565b34801561014157600080fd5b506002545b6040519081526020016100fc565b34801561016057600080fd5b5061012561016f366004610ba9565b610366565b34801561018057600080fd5b506100d861018f366004610be5565b61038a565b3480156101a057600080fd5b50604051601281526020016100fc565b3480156101bc57600080fd5b506101256101cb366004610b7f565b610497565b3480156101dc57600080fd5b506101466101eb366004610bfe565b6001600160a01b031660009081526020819052604090205490565b34801561021257600080fd5b506100ef6104b9565b34801561022757600080fd5b50610125610236366004610b7f565b6104c8565b34801561024757600080fd5b50610125610256366004610b7f565b610543565b34801561026757600080fd5b50610146610276366004610c20565b610551565b610285333461057c565b60405134815233907fe1fffcc4923d04b559f4d29a8bfc6cda04eb5b0d3c460751c2402c5c5cc9109c9060200160405180910390a2565b6060600380546102cb90610c53565b80601f01602080910402602001604051908101604052809291908181526020018280546102f790610c53565b80156103445780601f1061031957610100808354040283529160200191610344565b820191906000526020600020905b81548152906001019060200180831161032757829003601f168201915b5050505050905090565b60003361035c81858561065b565b5060019392505050565b600033610374858285610780565b61037f8585856107fa565b506001949350505050565b336000908152602081905260409020548111156104275760405162461bcd60e51b815260206004820152604a60248201527f5757454d49583a2053656e6465722062616c616e6365206f66205757454d495860448201527f206d7573742062652067726561746572207468616e206f7220657175616c207460648201526937902fb0b6b7bab73a1760b11b608482015260a4015b60405180910390fd5b61043133826109c8565b604051339082156108fc029083906000818181858888f1935050505015801561045e573d6000803e3d6000fd5b5060405181815233907f884edad9ce6fa2440d8a54cc123490eb96d2768479d49ff9c7366125a94243649060200160405180910390a250565b60003361035c8185856104aa8383610551565b6104b49190610ca4565b61065b565b6060600480546102cb90610c53565b600033816104d68286610551565b9050838110156105365760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161041e565b61037f828686840361065b565b60003361035c8185856107fa565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0382166105d25760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161041e565b80600260008282546105e49190610ca4565b90915550506001600160a01b03821660009081526020819052604081208054839290610611908490610ca4565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b0383166106bd5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161041e565b6001600160a01b03821661071e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161041e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b600061078c8484610551565b905060001981146107f457818110156107e75760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161041e565b6107f4848484840361065b565b50505050565b6001600160a01b03831661085e5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161041e565b6001600160a01b0382166108c05760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161041e565b6001600160a01b038316600090815260208190526040902054818110156109385760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161041e565b6001600160a01b0380851660009081526020819052604080822085850390559185168152908120805484929061096f908490610ca4565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516109bb91815260200190565b60405180910390a36107f4565b6001600160a01b038216610a285760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161041e565b6001600160a01b03821660009081526020819052604090205481811015610a9c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161041e565b6001600160a01b0383166000908152602081905260408120838303905560028054849290610acb908490610cbc565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001610773565b600060208083528351808285015260005b81811015610b3b57858101830151858201604001528201610b1f565b81811115610b4d576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610b7a57600080fd5b919050565b60008060408385031215610b9257600080fd5b610b9b83610b63565b946020939093013593505050565b600080600060608486031215610bbe57600080fd5b610bc784610b63565b9250610bd560208501610b63565b9150604084013590509250925092565b600060208284031215610bf757600080fd5b5035919050565b600060208284031215610c1057600080fd5b610c1982610b63565b9392505050565b60008060408385031215610c3357600080fd5b610c3c83610b63565b9150610c4a60208401610b63565b90509250929050565b600181811c90821680610c6757607f821691505b60208210811415610c8857634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60008219821115610cb757610cb7610c8e565b500190565b600082821015610cce57610cce610c8e565b50039056fea2646970667358221220f202f47e78c60cb0ce8a1d0e070dd56bf9a0fb63277353f56f5668876373cb1064736f6c63430008090033
Deployed Bytecode Sourcemap
18093:845:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;18292:8;;;18093:845;18230:9;:7;:9::i;:::-;18093:845;7209:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9560:201;;;;;;;;;;-1:-1:-1;9560:201:0;;;;;:::i;:::-;;:::i;:::-;;;1218:14:1;;1211:22;1193:41;;1181:2;1166:18;9560:201:0;1053:187:1;8329:108:0;;;;;;;;;;-1:-1:-1;8417:12:0;;8329:108;;;1391:25:1;;;1379:2;1364:18;8329:108:0;1245:177:1;10341:295:0;;;;;;;;;;-1:-1:-1;10341:295:0;;;;;:::i;:::-;;:::i;18619:316::-;;;;;;;;;;-1:-1:-1;18619:316:0;;;;;:::i;:::-;;:::i;8171:93::-;;;;;;;;;;-1:-1:-1;8171:93:0;;8254:2;2087:36:1;;2075:2;2060:18;8171:93:0;1945:184:1;11045:238:0;;;;;;;;;;-1:-1:-1;11045:238:0;;;;;:::i;:::-;;:::i;8500:127::-;;;;;;;;;;-1:-1:-1;8500:127:0;;;;;:::i;:::-;-1:-1:-1;;;;;8601:18:0;8574:7;8601:18;;;;;;;;;;;;8500:127;7428:104;;;;;;;;;;;;;:::i;11786:436::-;;;;;;;;;;-1:-1:-1;11786:436:0;;;;;:::i;:::-;;:::i;8833:193::-;;;;;;;;;;-1:-1:-1;8833:193:0;;;;;:::i;:::-;;:::i;9089:151::-;;;;;;;;;;-1:-1:-1;9089:151:0;;;;;:::i;:::-;;:::i;18422:129::-;18467:28;18473:10;18485:9;18467:5;:28::i;:::-;18513:30;;18533:9;1391:25:1;;18521:10:0;;18513:30;;1379:2:1;1364:18;18513:30:0;;;;;;;18422:129::o;7209:100::-;7263:13;7296:5;7289:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7209:100;:::o;9560:201::-;9643:4;4917:10;9699:32;4917:10;9715:7;9724:6;9699:8;:32::i;:::-;-1:-1:-1;9749:4:0;;9560:201;-1:-1:-1;;;9560:201:0:o;10341:295::-;10472:4;4917:10;10530:38;10546:4;4917:10;10561:6;10530:15;:38::i;:::-;10579:27;10589:4;10595:2;10599:6;10579:9;:27::i;:::-;-1:-1:-1;10624:4:0;;10341:295;-1:-1:-1;;;;10341:295:0:o;18619:316::-;18692:10;8574:7;8601:18;;;;;;;;;;;18707:7;-1:-1:-1;18682:32:0;18674:119;;;;-1:-1:-1;;;18674:119:0;;3177:2:1;18674:119:0;;;3159:21:1;3216:2;3196:18;;;3189:30;3255:34;3235:18;;;3228:62;3326:34;3306:18;;;3299:62;-1:-1:-1;;;3377:19:1;;;3370:41;3428:19;;18674:119:0;;;;;;;;;18806:26;18812:10;18824:7;18806:5;:26::i;:::-;18843:37;;18851:10;;18843:37;;;;;18872:7;;18843:37;;;;18872:7;18851:10;18843:37;;;;;;;;;;;;;;;;;;;;-1:-1:-1;18898:29:0;;1391:25:1;;;18907:10:0;;18898:29;;1379:2:1;1364:18;18898:29:0;;;;;;;18619:316;:::o;11045:238::-;11133:4;4917:10;11189:64;4917:10;11205:7;11242:10;11214:25;4917:10;11205:7;11214:9;:25::i;:::-;:38;;;;:::i;:::-;11189:8;:64::i;7428:104::-;7484:13;7517:7;7510:14;;;;;:::i;11786:436::-;11879:4;4917:10;11879:4;11962:25;4917:10;11979:7;11962:9;:25::i;:::-;11935:52;;12026:15;12006:16;:35;;11998:85;;;;-1:-1:-1;;;11998:85:0;;3925:2:1;11998:85:0;;;3907:21:1;3964:2;3944:18;;;3937:30;4003:34;3983:18;;;3976:62;-1:-1:-1;;;4054:18:1;;;4047:35;4099:19;;11998:85:0;3723:401:1;11998:85:0;12119:60;12128:5;12135:7;12163:15;12144:16;:34;12119:8;:60::i;8833:193::-;8912:4;4917:10;8968:28;4917:10;8985:2;8989:6;8968:9;:28::i;9089:151::-;-1:-1:-1;;;;;9205:18:0;;;9178:7;9205:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;9089:151::o;13650:399::-;-1:-1:-1;;;;;13734:21:0;;13726:65;;;;-1:-1:-1;;;13726:65:0;;4331:2:1;13726:65:0;;;4313:21:1;4370:2;4350:18;;;4343:30;4409:33;4389:18;;;4382:61;4460:18;;13726:65:0;4129:355:1;13726:65:0;13882:6;13866:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;13899:18:0;;:9;:18;;;;;;;;;;:28;;13921:6;;13899:9;:28;;13921:6;;13899:28;:::i;:::-;;;;-1:-1:-1;;13943:37:0;;1391:25:1;;;-1:-1:-1;;;;;13943:37:0;;;13960:1;;13943:37;;1379:2:1;1364:18;13943:37:0;;;;;;;13650:399;;:::o;15411:380::-;-1:-1:-1;;;;;15547:19:0;;15539:68;;;;-1:-1:-1;;;15539:68:0;;4691:2:1;15539:68:0;;;4673:21:1;4730:2;4710:18;;;4703:30;4769:34;4749:18;;;4742:62;-1:-1:-1;;;4820:18:1;;;4813:34;4864:19;;15539:68:0;4489:400:1;15539:68:0;-1:-1:-1;;;;;15626:21:0;;15618:68;;;;-1:-1:-1;;;15618:68:0;;5096:2:1;15618:68:0;;;5078:21:1;5135:2;5115:18;;;5108:30;5174:34;5154:18;;;5147:62;-1:-1:-1;;;5225:18:1;;;5218:32;5267:19;;15618:68:0;4894:398:1;15618:68:0;-1:-1:-1;;;;;15699:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;15751:32;;1391:25:1;;;15751:32:0;;1364:18:1;15751:32:0;;;;;;;;15411:380;;;:::o;16082:453::-;16217:24;16244:25;16254:5;16261:7;16244:9;:25::i;:::-;16217:52;;-1:-1:-1;;16284:16:0;:37;16280:248;;16366:6;16346:16;:26;;16338:68;;;;-1:-1:-1;;;16338:68:0;;5499:2:1;16338:68:0;;;5481:21:1;5538:2;5518:18;;;5511:30;5577:31;5557:18;;;5550:59;5626:18;;16338:68:0;5297:353:1;16338:68:0;16450:51;16459:5;16466:7;16494:6;16475:16;:25;16450:8;:51::i;:::-;16206:329;16082:453;;;:::o;12692:671::-;-1:-1:-1;;;;;12823:18:0;;12815:68;;;;-1:-1:-1;;;12815:68:0;;5857:2:1;12815:68:0;;;5839:21:1;5896:2;5876:18;;;5869:30;5935:34;5915:18;;;5908:62;-1:-1:-1;;;5986:18:1;;;5979:35;6031:19;;12815:68:0;5655:401:1;12815:68:0;-1:-1:-1;;;;;12902:16:0;;12894:64;;;;-1:-1:-1;;;12894:64:0;;6263:2:1;12894:64:0;;;6245:21:1;6302:2;6282:18;;;6275:30;6341:34;6321:18;;;6314:62;-1:-1:-1;;;6392:18:1;;;6385:33;6435:19;;12894:64:0;6061:399:1;12894:64:0;-1:-1:-1;;;;;13044:15:0;;13022:19;13044:15;;;;;;;;;;;13078:21;;;;13070:72;;;;-1:-1:-1;;;13070:72:0;;6667:2:1;13070:72:0;;;6649:21:1;6706:2;6686:18;;;6679:30;6745:34;6725:18;;;6718:62;-1:-1:-1;;;6796:18:1;;;6789:36;6842:19;;13070:72:0;6465:402:1;13070:72:0;-1:-1:-1;;;;;13178:15:0;;;:9;:15;;;;;;;;;;;13196:20;;;13178:38;;13238:13;;;;;;;;:23;;13210:6;;13178:9;13238:23;;13210:6;;13238:23;:::i;:::-;;;;;;;;13294:2;-1:-1:-1;;;;;13279:26:0;13288:4;-1:-1:-1;;;;;13279:26:0;;13298:6;13279:26;;;;1391:25:1;;1379:2;1364:18;;1245:177;13279:26:0;;;;;;;;13318:37;14382:591;;-1:-1:-1;;;;;14466:21:0;;14458:67;;;;-1:-1:-1;;;14458:67:0;;7074:2:1;14458:67:0;;;7056:21:1;7113:2;7093:18;;;7086:30;7152:34;7132:18;;;7125:62;-1:-1:-1;;;7203:18:1;;;7196:31;7244:19;;14458:67:0;6872:397:1;14458:67:0;-1:-1:-1;;;;;14625:18:0;;14600:22;14625:18;;;;;;;;;;;14662:24;;;;14654:71;;;;-1:-1:-1;;;14654:71:0;;7476:2:1;14654:71:0;;;7458:21:1;7515:2;7495:18;;;7488:30;7554:34;7534:18;;;7527:62;-1:-1:-1;;;7605:18:1;;;7598:32;7647:19;;14654:71:0;7274:398:1;14654:71:0;-1:-1:-1;;;;;14761:18:0;;:9;:18;;;;;;;;;;14782:23;;;14761:44;;14827:12;:22;;14799:6;;14761:9;14827:22;;14799:6;;14827:22;:::i;:::-;;;;-1:-1:-1;;14867:37:0;;1391:25:1;;;14893:1:0;;-1:-1:-1;;;;;14867:37:0;;;;;1379:2:1;1364:18;14867:37:0;1245:177:1;14:597;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;452:6;449:1;446:13;443:91;;;522:1;517:2;508:6;497:9;493:22;489:31;482:42;443:91;-1:-1:-1;595:2:1;574:15;-1:-1:-1;;570:29:1;555:45;;;;602:2;551:54;;14:597;-1:-1:-1;;;14:597:1:o;616:173::-;684:20;;-1:-1:-1;;;;;733:31:1;;723:42;;713:70;;779:1;776;769:12;713:70;616:173;;;:::o;794:254::-;862:6;870;923:2;911:9;902:7;898:23;894:32;891:52;;;939:1;936;929:12;891:52;962:29;981:9;962:29;:::i;:::-;952:39;1038:2;1023:18;;;;1010:32;;-1:-1:-1;;;794:254:1:o;1427:328::-;1504:6;1512;1520;1573:2;1561:9;1552:7;1548:23;1544:32;1541:52;;;1589:1;1586;1579:12;1541:52;1612:29;1631:9;1612:29;:::i;:::-;1602:39;;1660:38;1694:2;1683:9;1679:18;1660:38;:::i;:::-;1650:48;;1745:2;1734:9;1730:18;1717:32;1707:42;;1427:328;;;;;:::o;1760:180::-;1819:6;1872:2;1860:9;1851:7;1847:23;1843:32;1840:52;;;1888:1;1885;1878:12;1840:52;-1:-1:-1;1911:23:1;;1760:180;-1:-1:-1;1760:180:1:o;2134:186::-;2193:6;2246:2;2234:9;2225:7;2221:23;2217:32;2214:52;;;2262:1;2259;2252:12;2214:52;2285:29;2304:9;2285:29;:::i;:::-;2275:39;2134:186;-1:-1:-1;;;2134:186:1:o;2325:260::-;2393:6;2401;2454:2;2442:9;2433:7;2429:23;2425:32;2422:52;;;2470:1;2467;2460:12;2422:52;2493:29;2512:9;2493:29;:::i;:::-;2483:39;;2541:38;2575:2;2564:9;2560:18;2541:38;:::i;:::-;2531:48;;2325:260;;;;;:::o;2590:380::-;2669:1;2665:12;;;;2712;;;2733:61;;2787:4;2779:6;2775:17;2765:27;;2733:61;2840:2;2832:6;2829:14;2809:18;2806:38;2803:161;;;2886:10;2881:3;2877:20;2874:1;2867:31;2921:4;2918:1;2911:15;2949:4;2946:1;2939:15;2803:161;;2590:380;;;:::o;3458:127::-;3519:10;3514:3;3510:20;3507:1;3500:31;3550:4;3547:1;3540:15;3574:4;3571:1;3564:15;3590:128;3630:3;3661:1;3657:6;3654:1;3651:13;3648:39;;;3667:18;;:::i;:::-;-1:-1:-1;3703:9:1;;3590:128::o;7677:125::-;7717:4;7745:1;7742;7739:8;7736:34;;;7750:18;;:::i;:::-;-1:-1:-1;7787:9:1;;7677:125::o
Swarm Source
ipfs://f202f47e78c60cb0ce8a1d0e070dd56bf9a0fb63277353f56f5668876373cb10
Loading...
Loading
OVERVIEW
Wrapped version of WEMIX on WEMIX3.0 mainnet.Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.