Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 1,952 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Safe Batch Trans... | 13066514 | 1251 days ago | IN | 0 ETH | 0.00647681 | ||||
Safe Batch Trans... | 13066110 | 1251 days ago | IN | 0 ETH | 0.01803757 | ||||
Safe Batch Trans... | 13065955 | 1251 days ago | IN | 0 ETH | 0.00887696 | ||||
Safe Batch Trans... | 13065425 | 1251 days ago | IN | 0 ETH | 0.01068511 | ||||
Safe Batch Trans... | 13063908 | 1251 days ago | IN | 0 ETH | 0.00647584 | ||||
Safe Batch Trans... | 13058971 | 1252 days ago | IN | 0 ETH | 0.01736053 | ||||
Safe Batch Trans... | 13057329 | 1252 days ago | IN | 0 ETH | 0.00671703 | ||||
Safe Batch Trans... | 13052631 | 1253 days ago | IN | 0 ETH | 0.01764415 | ||||
Safe Batch Trans... | 13052517 | 1253 days ago | IN | 0 ETH | 0.00781913 | ||||
Safe Batch Trans... | 13052396 | 1253 days ago | IN | 0 ETH | 0.01839549 | ||||
Safe Batch Trans... | 13052348 | 1253 days ago | IN | 0 ETH | 0.00843588 | ||||
Safe Batch Trans... | 13046162 | 1254 days ago | IN | 0 ETH | 0.01621128 | ||||
Safe Batch Trans... | 13046139 | 1254 days ago | IN | 0 ETH | 0.01128393 | ||||
Safe Batch Trans... | 13046025 | 1254 days ago | IN | 0 ETH | 0.00815762 | ||||
Safe Batch Trans... | 13040897 | 1255 days ago | IN | 0 ETH | 0.0079165 | ||||
Safe Batch Trans... | 13040177 | 1255 days ago | IN | 0 ETH | 0.02641733 | ||||
Safe Batch Trans... | 13039635 | 1255 days ago | IN | 0 ETH | 0.00983713 | ||||
Safe Batch Trans... | 13039467 | 1255 days ago | IN | 0 ETH | 0.01397284 | ||||
Safe Batch Trans... | 13039443 | 1255 days ago | IN | 0 ETH | 0.01929849 | ||||
Safe Batch Trans... | 13036756 | 1255 days ago | IN | 0 ETH | 0.01463646 | ||||
Safe Batch Trans... | 13033361 | 1256 days ago | IN | 0 ETH | 0.02680864 | ||||
Safe Batch Trans... | 13027650 | 1257 days ago | IN | 0 ETH | 0.03418241 | ||||
Safe Batch Trans... | 13027288 | 1257 days ago | IN | 0 ETH | 0.01369734 | ||||
Safe Batch Trans... | 13026550 | 1257 days ago | IN | 0 ETH | 0.01109575 | ||||
Safe Batch Trans... | 13026492 | 1257 days ago | IN | 0 ETH | 0.02058412 |
Advanced mode: Intended for advanced users or developers and will display all Internal Transactions including zero value transfers. Name tag integration is not available in advanced view.
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block |
From
|
To
|
||||
---|---|---|---|---|---|---|---|
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066494 | 1251 days ago | 0 ETH | |||||
13066110 | 1251 days ago | 0 ETH | |||||
13066110 | 1251 days ago | 0 ETH | |||||
13065926 | 1251 days ago | 0 ETH | |||||
13065926 | 1251 days ago | 0 ETH | |||||
13065926 | 1251 days ago | 0 ETH | |||||
13065926 | 1251 days ago | 0 ETH | |||||
13065926 | 1251 days ago | 0 ETH |
Loading...
Loading
Contract Name:
ERC1155Tradable
Compiler Version
v0.5.17+commit.d19bba13
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-06-29 */ pragma solidity ^0.5.15; /* ids:[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18] quantities:[20000,10000,5000,3000,1500,1000,3000,2000,1000,500,200,100,3000,2000,1000,500,200,100] */ library Address { /** * Returns whether the target address is a contract * @dev This function will return false if invoked during the constructor of a contract, * as the code is not actually created until after the constructor finishes. * @param account address of the account to check * @return whether the target address is a contract */ function isContract(address account) internal view returns (bool) { bytes32 codehash; bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470; // XXX Currently there is no better way to check if there is a contract in an address // than to check the size of the code at that address. // See https://ethereum.stackexchange.com/a/14016/36603 // for more details about how this works. // TODO Check this again before the Serenity release, because all addresses will be // contracts then. assembly { codehash := extcodehash(account) } return (codehash != 0x0 && codehash != accountHash); } } library SafeMath { /** * @dev Multiplies two unsigned integers, reverts on 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-solidity/pull/522 if (a == 0) { return 0; } uint256 c = a * b; require(c / a == b, "SafeMath#mul: OVERFLOW"); return c; } /** * @dev Integer division of two unsigned integers truncating the quotient, reverts on division by zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { // Solidity only automatically asserts when dividing by 0 require(b > 0, "SafeMath#div: DIVISION_BY_ZERO"); uint256 c = a / b; // assert(a == b * c + a % b); // There is no case in which this doesn't hold return c; } /** * @dev Subtracts two unsigned integers, reverts on overflow (i.e. if subtrahend is greater than minuend). */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { require(b <= a, "SafeMath#sub: UNDERFLOW"); uint256 c = a - b; return c; } /** * @dev Adds two unsigned integers, reverts on overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { uint256 c = a + b; require(c >= a, "SafeMath#add: OVERFLOW"); return c; } /** * @dev Divides two unsigned integers and returns the remainder (unsigned integer modulo), * reverts when dividing by zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { require(b != 0, "SafeMath#mod: DIVISION_BY_ZERO"); return a % b; } } contract ERC1155Metadata { // URI's default URI prefix string internal baseMetadataURI; event URI(string _uri, uint256 indexed _id); /***********************************| | Metadata Public Function s | |__________________________________*/ /** * @notice A distinct Uniform Resource Identifier (URI) for a given token. * @dev URIs are defined in RFC 3986. * URIs are assumed to be deterministically generated based on token ID * Token IDs are assumed to be represented in their hex format in URIs * @return URI string */ function uri(uint256 _id) public view returns (string memory) { return string(abi.encodePacked(baseMetadataURI, _uint2str(_id), ".json")); } /***********************************| | Metadata Internal Functions | |__________________________________*/ /** * @notice Will emit default URI log event for corresponding token _id * @param _tokenIDs Array of IDs of tokens to log default URI */ function _logURIs(uint256[] memory _tokenIDs) internal { string memory baseURL = baseMetadataURI; string memory tokenURI; for (uint256 i = 0; i < _tokenIDs.length; i++) { tokenURI = string(abi.encodePacked(baseURL, _uint2str(_tokenIDs[i]), ".json")); emit URI(tokenURI, _tokenIDs[i]); } } /** * @notice Will emit a specific URI log event for corresponding token * @param _tokenIDs IDs of the token corresponding to the _uris logged * @param _URIs The URIs of the specified _tokenIDs */ function _logURIs(uint256[] memory _tokenIDs, string[] memory _URIs) internal { require(_tokenIDs.length == _URIs.length, "ERC1155Metadata#_logURIs: INVALID_ARRAYS_LENGTH"); for (uint256 i = 0; i < _tokenIDs.length; i++) { emit URI(_URIs[i], _tokenIDs[i]); } } /** * @notice Will update the base URL of token's URI * @param _newBaseMetadataURI New base URL of token's URI */ function _setBaseMetadataURI(string memory _newBaseMetadataURI) internal { baseMetadataURI = _newBaseMetadataURI; } /***********************************| | Utility Internal Functions | |__________________________________*/ /** * @notice Convert uint256 to string * @param _i Unsigned integer to convert to string */ function _uint2str(uint256 _i) internal pure returns (string memory _uintAsString) { if (_i == 0) { return "0"; } uint256 j = _i; uint256 ii = _i; uint256 len; // Get number of bytes while (j != 0) { len++; j /= 10; } bytes memory bstr = new bytes(len); uint256 k = len - 1; // Get each individual ASCII while (ii != 0) { bstr[k--] = byte(uint8(48 + ii % 10)); ii /= 10; } // Convert to string return string(bstr); } } interface IERC165 { /** * @notice Query if a contract implements an interface * @dev Interface identification is specified in ERC-165. This function * uses less than 30,000 gas * @param _interfaceId The interface identifier, as specified in ERC-165 */ function supportsInterface(bytes4 _interfaceId) external view returns (bool); } interface IERC1155TokenReceiver { /** * @notice Handle the receipt of a single ERC1155 token type * @dev An ERC1155-compliant smart contract MUST call this function on the token recipient contract, at the end of a `safeTransferFrom` after the balance has been updated * This function MAY throw to revert and reject the transfer * Return of other amount than the magic value MUST result in the transaction being reverted * Note: The token contract address is always the message sender * @param _operator The address which called the `safeTransferFrom` function * @param _from The address which previously owned the token * @param _id The id of the token being transferred * @param _amount The amount of tokens being transferred * @param _data Additional data with no specified format * @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` */ function onERC1155Received(address _operator, address _from, uint256 _id, uint256 _amount, bytes calldata _data) external returns(bytes4); /** * @notice Handle the receipt of multiple ERC1155 token types * @dev An ERC1155-compliant smart contract MUST call this function on the token recipient contract, at the end of a `safeBatchTransferFrom` after the balances have been updated * This function MAY throw to revert and reject the transfer * Return of other amount than the magic value WILL result in the transaction being reverted * Note: The token contract address is always the message sender * @param _operator The address which called the `safeBatchTransferFrom` function * @param _from The address which previously owned the token * @param _ids An array containing ids of each token being transferred * @param _amounts An array containing amounts of each token being transferred * @param _data Additional data with no specified format * @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` */ function onERC1155BatchReceived(address _operator, address _from, uint256[] calldata _ids, uint256[] calldata _amounts, bytes calldata _data) external returns(bytes4); /** * @notice Indicates whether a contract implements the `ERC1155TokenReceiver` functions and so can accept ERC1155 token types. * @param interfaceID The ERC-165 interface ID that is queried for support.s * @dev This function MUST return true if it implements the ERC1155TokenReceiver interface and ERC-165 interface. * This function MUST NOT consume more than 5,000 gas. * @return Wheter ERC-165 or ERC1155TokenReceiver interfaces are supported. */ function supportsInterface(bytes4 interfaceID) external view returns (bool); } contract ERC1155 is IERC165 { using SafeMath for uint256; using Address for address; /***********************************| | Variables and Events | |__________________________________*/ // onReceive function signatures bytes4 constant internal ERC1155_RECEIVED_VALUE = 0xf23a6e61; bytes4 constant internal ERC1155_BATCH_RECEIVED_VALUE = 0xbc197c81; // Objects balances mapping (address => mapping(uint256 => uint256)) internal balances; // Operator Functions mapping (address => mapping(address => bool)) internal operators; // Events event TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount); event TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts); event ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved); event URI(string _uri, uint256 indexed _id); /***********************************| | Public Transfer Functions | |__________________________________*/ /** * @notice Transfers amount amount of an _id from the _from address to the _to address specified * @param _from Source address * @param _to Target address * @param _id ID of the token type * @param _amount Transfered amount * @param _data Additional data with no specified format, sent in call to `_to` */ function safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes memory _data) public { require((msg.sender == _from) || isApprovedForAll(_from, msg.sender), "ERC1155#safeTransferFrom: INVALID_OPERATOR"); require(_to != address(0),"ERC1155#safeTransferFrom: INVALID_RECIPIENT"); // require(_amount >= balances[_from][_id]) is not necessary since checked with safemath operations _safeTransferFrom(_from, _to, _id, _amount); _callonERC1155Received(_from, _to, _id, _amount, _data); } /** * @notice Send multiple types of Tokens from the _from address to the _to address (with safety call) * @param _from Source addresses * @param _to Target addresses * @param _ids IDs of each token type * @param _amounts Transfer amounts per token type * @param _data Additional data with no specified format, sent in call to `_to` */ function safeBatchTransferFrom(address _from, address _to, uint256[] memory _ids, uint256[] memory _amounts, bytes memory _data) public { // Requirements require((msg.sender == _from) || isApprovedForAll(_from, msg.sender), "ERC1155#safeBatchTransferFrom: INVALID_OPERATOR"); require(_to != address(0), "ERC1155#safeBatchTransferFrom: INVALID_RECIPIENT"); _safeBatchTransferFrom(_from, _to, _ids, _amounts); _callonERC1155BatchReceived(_from, _to, _ids, _amounts, _data); } /***********************************| | Internal Transfer Functions | |__________________________________*/ /** * @notice Transfers amount amount of an _id from the _from address to the _to address specified * @param _from Source address * @param _to Target address * @param _id ID of the token type * @param _amount Transfered amount */ function _safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount) internal { // Update balances balances[_from][_id] = balances[_from][_id].sub(_amount); // Subtract amount balances[_to][_id] = balances[_to][_id].add(_amount); // Add amount // Emit event emit TransferSingle(msg.sender, _from, _to, _id, _amount); } /** * @notice Verifies if receiver is contract and if so, calls (_to).onERC1155Received(...) */ function _callonERC1155Received(address _from, address _to, uint256 _id, uint256 _amount, bytes memory _data) internal { // Check if recipient is contract if (_to.isContract()) { bytes4 retval = IERC1155TokenReceiver(_to).onERC1155Received(msg.sender, _from, _id, _amount, _data); require(retval == ERC1155_RECEIVED_VALUE, "ERC1155#_callonERC1155Received: INVALID_ON_RECEIVE_MESSAGE"); } } /** * @notice Send multiple types of Tokens from the _from address to the _to address (with safety call) * @param _from Source addresses * @param _to Target addresses * @param _ids IDs of each token type * @param _amounts Transfer amounts per token type */ function _safeBatchTransferFrom(address _from, address _to, uint256[] memory _ids, uint256[] memory _amounts) internal { require(_ids.length == _amounts.length, "ERC1155#_safeBatchTransferFrom: INVALID_ARRAYS_LENGTH"); // Number of transfer to execute uint256 nTransfer = _ids.length; // Executing all transfers for (uint256 i = 0; i < nTransfer; i++) { // Update storage balance of previous bin balances[_from][_ids[i]] = balances[_from][_ids[i]].sub(_amounts[i]); balances[_to][_ids[i]] = balances[_to][_ids[i]].add(_amounts[i]); } // Emit event emit TransferBatch(msg.sender, _from, _to, _ids, _amounts); } /** * @notice Verifies if receiver is contract and if so, calls (_to).onERC1155BatchReceived(...) */ function _callonERC1155BatchReceived(address _from, address _to, uint256[] memory _ids, uint256[] memory _amounts, bytes memory _data) internal { // Pass data if recipient is contract if (_to.isContract()) { bytes4 retval = IERC1155TokenReceiver(_to).onERC1155BatchReceived(msg.sender, _from, _ids, _amounts, _data); require(retval == ERC1155_BATCH_RECEIVED_VALUE, "ERC1155#_callonERC1155BatchReceived: INVALID_ON_RECEIVE_MESSAGE"); } } /***********************************| | Operator Functions | |__________________________________*/ /** * @notice Enable or disable approval for a third party ("operator") to manage all of caller's tokens * @param _operator Address to add to the set of authorized operators * @param _approved True if the operator is approved, false to revoke approval */ function setApprovalForAll(address _operator, bool _approved) external { // Update operator status operators[msg.sender][_operator] = _approved; emit ApprovalForAll(msg.sender, _operator, _approved); } /** * @notice Queries the approval status of an operator for a given owner * @param _owner The owner of the Tokens * @param _operator Address of authorized operator * @return True if the operator is approved, false if not */ function isApprovedForAll(address _owner, address _operator) public view returns (bool isOperator) { return operators[_owner][_operator]; } /***********************************| | Balance Functions | |__________________________________*/ /** * @notice Get the balance of an account's Tokens * @param _owner The address of the token holder * @param _id ID of the Token * @return The _owner's balance of the Token type requested */ function balanceOf(address _owner, uint256 _id) public view returns (uint256) { return balances[_owner][_id]; } /** * @notice Get the balance of multiple account/token pairs * @param _owners The addresses of the token holders * @param _ids ID of the Tokens * @return The _owner's balance of the Token types requested (i.e. balance for each (owner, id) pair) */ function balanceOfBatch(address[] memory _owners, uint256[] memory _ids) public view returns (uint256[] memory) { require(_owners.length == _ids.length, "ERC1155#balanceOfBatch: INVALID_ARRAY_LENGTH"); // Variables uint256[] memory batchBalances = new uint256[](_owners.length); // Iterate over each owner and token ID for (uint256 i = 0; i < _owners.length; i++) { batchBalances[i] = balances[_owners[i]][_ids[i]]; } return batchBalances; } /***********************************| | ERC165 Functions | |__________________________________*/ /** * INTERFACE_SIGNATURE_ERC165 = bytes4(keccak256("supportsInterface(bytes4)")); */ bytes4 constant private INTERFACE_SIGNATURE_ERC165 = 0x01ffc9a7; /** * INTERFACE_SIGNATURE_ERC1155 = * bytes4(keccak256("safeTransferFrom(address,address,uint256,uint256,bytes)")) ^ * bytes4(keccak256("safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)")) ^ * bytes4(keccak256("balanceOf(address,uint256)")) ^ * bytes4(keccak256("balanceOfBatch(address[],uint256[])")) ^ * bytes4(keccak256("setApprovalForAll(address,bool)")) ^ * bytes4(keccak256("isApprovedForAll(address,address)")); */ bytes4 constant private INTERFACE_SIGNATURE_ERC1155 = 0xd9b67a26; /** * @notice Query if a contract implements an interface * @param _interfaceID The interface identifier, as specified in ERC-165 * @return `true` if the contract implements `_interfaceID` and */ function supportsInterface(bytes4 _interfaceID) external view returns (bool) { if (_interfaceID == INTERFACE_SIGNATURE_ERC165 || _interfaceID == INTERFACE_SIGNATURE_ERC1155) { return true; } return false; } } library Strings { // via https://github.com/oraclize/ethereum-api/blob/master/oraclizeAPI_0.5.sol function strConcat(string memory _a, string memory _b, string memory _c, string memory _d, string memory _e) internal pure returns (string memory) { bytes memory _ba = bytes(_a); bytes memory _bb = bytes(_b); bytes memory _bc = bytes(_c); bytes memory _bd = bytes(_d); bytes memory _be = bytes(_e); string memory abcde = new string(_ba.length + _bb.length + _bc.length + _bd.length + _be.length); bytes memory babcde = bytes(abcde); uint k = 0; for (uint i = 0; i < _ba.length; i++) babcde[k++] = _ba[i]; for (uint i = 0; i < _bb.length; i++) babcde[k++] = _bb[i]; for (uint i = 0; i < _bc.length; i++) babcde[k++] = _bc[i]; for (uint i = 0; i < _bd.length; i++) babcde[k++] = _bd[i]; for (uint i = 0; i < _be.length; i++) babcde[k++] = _be[i]; return string(babcde); } function strConcat(string memory _a, string memory _b, string memory _c, string memory _d) internal pure returns (string memory) { return strConcat(_a, _b, _c, _d, ""); } function strConcat(string memory _a, string memory _b, string memory _c) internal pure returns (string memory) { return strConcat(_a, _b, _c, "", ""); } function strConcat(string memory _a, string memory _b) internal pure returns (string memory) { return strConcat(_a, _b, "", "", ""); } function uint2str(uint _i) internal pure returns (string memory _uintAsString) { if (_i == 0) { return "0"; } uint j = _i; uint len; while (j != 0) { len++; j /= 10; } bytes memory bstr = new bytes(len); uint k = len - 1; while (_i != 0) { bstr[k--] = byte(uint8(48 + _i % 10)); _i /= 10; } return string(bstr); } } contract Context { constructor () internal { } function _msgSender() internal view returns (address payable) { return msg.sender; } function _msgData() internal view returns (bytes memory) { this; return msg.data; } } contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); constructor () internal { address msgSender = _msgSender(); _owner = msgSender; emit OwnershipTransferred(address(0), msgSender); } function owner() public view returns (address) { return _owner; } modifier onlyOwner() { require(isOwner(), "Ownable: caller is not the owner"); _; } function isOwner() public view returns (bool) { return _msgSender() == _owner; } function renounceOwnership() public onlyOwner { emit OwnershipTransferred(_owner, address(0)); _owner = address(0); } function transferOwnership(address newOwner) public onlyOwner { _transferOwnership(newOwner); } function _transferOwnership(address newOwner) internal { require(newOwner != address(0), "Ownable: new owner is the zero address"); emit OwnershipTransferred(_owner, newOwner); _owner = newOwner; } } contract ERC1155MintBurn is ERC1155 { /****************************************| | Minting Functions | |_______________________________________*/ /** * @notice Mint _amount of tokens of a given id * @param _to The address to mint tokens to * @param _id Token id to mint * @param _amount The amount to be minted * @param _data Data to pass if receiver is contract */ function _mint(address _to, uint256 _id, uint256 _amount, bytes memory _data) internal { // Add _amount balances[_to][_id] = balances[_to][_id].add(_amount); // Emit event emit TransferSingle(msg.sender, address(0x0), _to, _id, _amount); // Calling onReceive method if recipient is contract _callonERC1155Received(address(0x0), _to, _id, _amount, _data); } /** * @notice Mint tokens for each ids in _ids * @param _to The address to mint tokens to * @param _ids Array of ids to mint * @param _amounts Array of amount of tokens to mint per id * @param _data Data to pass if receiver is contract */ function _batchMint(address _to, uint256[] memory _ids, uint256[] memory _amounts, bytes memory _data) internal { require(_ids.length == _amounts.length, "ERC1155MintBurn#batchMint: INVALID_ARRAYS_LENGTH"); // Number of mints to execute uint256 nMint = _ids.length; // Executing all minting for (uint256 i = 0; i < nMint; i++) { // Update storage balance balances[_to][_ids[i]] = balances[_to][_ids[i]].add(_amounts[i]); } // Emit batch mint event emit TransferBatch(msg.sender, address(0x0), _to, _ids, _amounts); // Calling onReceive method if recipient is contract _callonERC1155BatchReceived(address(0x0), _to, _ids, _amounts, _data); } /****************************************| | Burning Functions | |_______________________________________*/ /** * @notice Burn _amount of tokens of a given token id * @param _from The address to burn tokens from * @param _id Token id to burn * @param _amount The amount to be burned */ function _burn(address _from, uint256 _id, uint256 _amount) internal { //Substract _amount balances[_from][_id] = balances[_from][_id].sub(_amount); // Emit event emit TransferSingle(msg.sender, _from, address(0x0), _id, _amount); } /** * @notice Burn tokens of given token id for each (_ids[i], _amounts[i]) pair * @param _from The address to burn tokens from * @param _ids Array of token ids to burn * @param _amounts Array of the amount to be burned */ function _batchBurn(address _from, uint256[] memory _ids, uint256[] memory _amounts) internal { require(_ids.length == _amounts.length, "ERC1155MintBurn#batchBurn: INVALID_ARRAYS_LENGTH"); // Number of mints to execute uint256 nBurn = _ids.length; // Executing all minting for (uint256 i = 0; i < nBurn; i++) { // Update storage balance balances[_from][_ids[i]] = balances[_from][_ids[i]].sub(_amounts[i]); } // Emit batch mint event emit TransferBatch(msg.sender, _from, address(0x0), _ids, _amounts); } } contract OwnableDelegateProxy { } contract ProxyRegistry { mapping(address => OwnableDelegateProxy) public proxies; } /** * @title ERC1155Tradable * ERC1155Tradable - ERC1155 contract that whitelists an operator address, has create and mint functionality, and supports useful standards from OpenZeppelin, like _exists(), name(), symbol(), and totalSupply() */ contract ERC1155Tradable is ERC1155, ERC1155MintBurn, ERC1155Metadata, Ownable { using Strings for string; address proxyRegistryAddress; uint256 private _currentTokenID = 0; mapping (uint256 => address) public creators; mapping (uint256 => uint256) public tokenSupply; // Contract name string public name; // Contract symbol string public symbol; /** * @dev Require msg.sender to be the creator of the token id */ modifier creatorOnly(uint256 _id) { require(creators[_id] == msg.sender, "ERC1155Tradable#creatorOnly: ONLY_CREATOR_ALLOWED"); _; } /** * @dev Require msg.sender to own more than 0 of the token id */ modifier ownersOnly(uint256 _id) { require(balances[msg.sender][_id] > 0, "ERC1155Tradable#ownersOnly: ONLY_OWNERS_ALLOWED"); _; } constructor( string memory _name, string memory _symbol, address _proxyRegistryAddress ) public { name = _name; symbol = _symbol; proxyRegistryAddress = _proxyRegistryAddress; } function setProxyRegistryAddress(address _proxyRegistryAddress) public onlyOwner { proxyRegistryAddress = _proxyRegistryAddress; } function uri( uint256 _id ) public view returns (string memory) { require(_exists(_id), "ERC721Tradable#uri: NONEXISTENT_TOKEN"); return Strings.strConcat( baseMetadataURI, Strings.uint2str(_id) ); } /** * @dev Returns the total quantity for a token ID * @param _id uint256 ID of the token to query * @return amount of token in existence */ function totalSupply( uint256 _id ) public view returns (uint256) { return tokenSupply[_id]; } /** * @dev Will update the base URL of token's URI * @param _newBaseMetadataURI New base URL of token's URI */ function setBaseMetadataURI( string memory _newBaseMetadataURI ) public onlyOwner { _setBaseMetadataURI(_newBaseMetadataURI); } /** * @dev Creates a new token type and assigns _initialSupply to an address * NOTE: remove onlyOwner if you want third parties to create new tokens on your contract (which may change your IDs) * @param _initialOwner address of the first owner of the token * @param _initialSupply amount to supply the first owner * @param _uri Optional URI for this token type * @param _data Data to pass if receiver is contract * @return The newly created token ID */ function create( address _initialOwner, uint256 _initialSupply, string calldata _uri, bytes calldata _data ) external onlyOwner returns (uint256) { uint256 _id = _getNextTokenID(); _incrementTokenTypeId(); creators[_id] = msg.sender; if (bytes(_uri).length > 0) { emit URI(_uri, _id); } _mint(_initialOwner, _id, _initialSupply, _data); tokenSupply[_id] = _initialSupply; return _id; } /** * @dev Mints some amount of tokens to an address * @param _to Address of the future owner of the token * @param _id Token ID to mint * @param _quantity Amount of tokens to mint * @param _data Data to pass if receiver is contract */ function mint( address _to, uint256 _id, uint256 _quantity, bytes memory _data ) public creatorOnly(_id) { _mint(_to, _id, _quantity, _data); tokenSupply[_id] = tokenSupply[_id].add(_quantity); } /** * @dev Mint tokens for each id in _ids * @param _to The address to mint tokens to * @param _ids Array of ids to mint * @param _quantities Array of amounts of tokens to mint per id * @param _data Data to pass if receiver is contract */ function batchMint( address _to, uint256[] memory _ids, uint256[] memory _quantities, bytes memory _data ) public { for (uint256 i = 0; i < _ids.length; i++) { uint256 _id = _ids[i]; require(creators[_id] == msg.sender, "ERC1155Tradable#batchMint: ONLY_CREATOR_ALLOWED"); uint256 quantity = _quantities[i]; tokenSupply[_id] = tokenSupply[_id].add(quantity); } _batchMint(_to, _ids, _quantities, _data); } /** * @dev Change the creator address for given tokens * @param _to Address of the new creator * @param _ids Array of Token IDs to change creator */ function setCreator( address _to, uint256[] memory _ids ) public { require(_to != address(0), "ERC1155Tradable#setCreator: INVALID_ADDRESS."); for (uint256 i = 0; i < _ids.length; i++) { uint256 id = _ids[i]; _setCreator(_to, id); } } /** * Override isApprovedForAll to whitelist user's OpenSea proxy accounts to enable gas-free listings. */ function isApprovedForAll( address _owner, address _operator ) public view returns (bool isOperator) { // Whitelist OpenSea proxy contract for easy trading. ProxyRegistry proxyRegistry = ProxyRegistry(proxyRegistryAddress); if (address(proxyRegistry.proxies(_owner)) == _operator) { return true; } return ERC1155.isApprovedForAll(_owner, _operator); } /** * @dev Change the creator address for given token * @param _to Address of the new creator * @param _id Token IDs to change creator of */ function _setCreator(address _to, uint256 _id) internal creatorOnly(_id) { creators[_id] = _to; } /** * @dev Returns whether the specified token exists by checking to see if it has a creator * @param _id uint256 ID of the token to query the existence of * @return bool whether the token exists */ function _exists( uint256 _id ) internal view returns (bool) { return creators[_id] != address(0); } /** * @dev calculates the next token ID based on value of _currentTokenID * @return uint256 for the next token ID */ function _getNextTokenID() private view returns (uint256) { return _currentTokenID.add(1); } /** * @dev increments the value of _currentTokenID */ function _incrementTokenTypeId() private { _currentTokenID++; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_amounts","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"TransferSingle","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"_uri","type":"string"},{"indexed":true,"internalType":"uint256","name":"_id","type":"uint256"}],"name":"URI","type":"event"},{"constant":true,"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address[]","name":"_owners","type":"address[]"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"}],"name":"balanceOfBatch","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"batchMint","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_initialOwner","type":"address"},{"internalType":"uint256","name":"_initialSupply","type":"uint256"},{"internalType":"string","name":"_uri","type":"string"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"create","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"creators","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"isOperator","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"isOwner","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"mint","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"renounceOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_amounts","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"string","name":"_newBaseMetadataURI","type":"string"}],"name":"setBaseMetadataURI","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"}],"name":"setCreator","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"_proxyRegistryAddress","type":"address"}],"name":"setProxyRegistryAddress","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"bytes4","name":"_interfaceID","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"tokenSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"uri","outputs":[{"internalType":"string","name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"}]
Contract Creation Code
608060405260006005553480156200001657600080fd5b5060405162002d4138038062002d41833981810160405260608110156200003c57600080fd5b81019080805160405193929190846401000000008211156200005d57600080fd5b9083019060208201858111156200007357600080fd5b82516401000000008111828201881017156200008e57600080fd5b82525081516020918201929091019080838360005b83811015620000bd578181015183820152602001620000a3565b50505050905090810190601f168015620000eb5780820380516001836020036101000a031916815260200191505b50604052602001805160405193929190846401000000008211156200010f57600080fd5b9083019060208201858111156200012557600080fd5b82516401000000008111828201881017156200014057600080fd5b82525081516020918201929091019080838360005b838110156200016f57818101518382015260200162000155565b50505050905090810190601f1680156200019d5780820380516001836020036101000a031916815260200191505b5060405260200151915060009050620001be6001600160e01b036200026116565b600380546001600160a01b0319166001600160a01b038316908117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35082516200022190600890602086019062000266565b5081516200023790600990602085019062000266565b50600480546001600160a01b0319166001600160a01b039290921691909117905550620003089050565b335b90565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10620002a957805160ff1916838001178555620002d9565b82800160010185558215620002d9579182015b82811115620002d9578251825591602001919060010190620002bc565b50620002e7929150620002eb565b5090565b6200026391905b80821115620002e75760008155600101620002f2565b612a2980620003186000396000f3fe608060405234801561001057600080fd5b506004361061014c5760003560e01c80638f32d59b116100c3578063d26ea6c01161007c578063d26ea6c014610977578063d2a6b51a1461099d578063e38e3b2414610a4e578063e985e9c514610b21578063f242432a14610b4f578063f2fde38b14610c185761014c565b80638f32d59b1461074757806395d89b411461074f578063a22cb46514610757578063b48ab8b614610785578063bd85b0391461093d578063cd53d08e1461095a5761014c565b80632eb2c2d6116101155780632eb2c2d6146102815780634e1273f414610444578063715018a6146105b7578063731133e9146105bf5780637e518ec81461067f5780638da5cb5b146107235761014c565b8062fdd58e1461015157806301ffc9a71461018f57806306fdde03146101ca5780630e89341c146102475780632693ebf214610264575b600080fd5b61017d6004803603604081101561016757600080fd5b506001600160a01b038135169060200135610c3e565b60408051918252519081900360200190f35b6101b6600480360360208110156101a557600080fd5b50356001600160e01b031916610c67565b604080519115158252519081900360200190f35b6101d2610cae565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561020c5781810151838201526020016101f4565b50505050905090810190601f1680156102395780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101d26004803603602081101561025d57600080fd5b5035610d3c565b61017d6004803603602081101561027a57600080fd5b5035610e1f565b610442600480360360a081101561029757600080fd5b6001600160a01b038235811692602081013590911691810190606081016040820135600160201b8111156102ca57600080fd5b8201836020820111156102dc57600080fd5b803590602001918460208302840111600160201b831117156102fd57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b81111561034c57600080fd5b82018360208201111561035e57600080fd5b803590602001918460208302840111600160201b8311171561037f57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156103ce57600080fd5b8201836020820111156103e057600080fd5b803590602001918460018302840111600160201b8311171561040157600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610e31945050505050565b005b6105676004803603604081101561045a57600080fd5b810190602081018135600160201b81111561047457600080fd5b82018360208201111561048657600080fd5b803590602001918460208302840111600160201b831117156104a757600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156104f657600080fd5b82018360208201111561050857600080fd5b803590602001918460208302840111600160201b8311171561052957600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610eed945050505050565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156105a357818101518382015260200161058b565b505050509050019250505060405180910390f35b610442610fee565b610442600480360360808110156105d557600080fd5b6001600160a01b038235169160208101359160408201359190810190608081016060820135600160201b81111561060b57600080fd5b82018360208201111561061d57600080fd5b803590602001918460018302840111600160201b8311171561063e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061107f945050505050565b6104426004803603602081101561069557600080fd5b810190602081018135600160201b8111156106af57600080fd5b8201836020820111156106c157600080fd5b803590602001918460018302840111600160201b831117156106e257600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061111a945050505050565b61072b61116d565b604080516001600160a01b039092168252519081900360200190f35b6101b661117d565b6101d26111a3565b6104426004803603604081101561076d57600080fd5b506001600160a01b03813516906020013515156111fe565b6104426004803603608081101561079b57600080fd5b6001600160a01b038235169190810190604081016020820135600160201b8111156107c557600080fd5b8201836020820111156107d757600080fd5b803590602001918460208302840111600160201b831117156107f857600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b81111561084757600080fd5b82018360208201111561085957600080fd5b803590602001918460208302840111600160201b8311171561087a57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156108c957600080fd5b8201836020820111156108db57600080fd5b803590602001918460018302840111600160201b831117156108fc57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061126c945050505050565b61017d6004803603602081101561095357600080fd5b5035611358565b61072b6004803603602081101561097057600080fd5b503561136a565b6104426004803603602081101561098d57600080fd5b50356001600160a01b0316611385565b610442600480360360408110156109b357600080fd5b6001600160a01b038235169190810190604081016020820135600160201b8111156109dd57600080fd5b8201836020820111156109ef57600080fd5b803590602001918460208302840111600160201b83111715610a1057600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506113ee945050505050565b61017d60048036036080811015610a6457600080fd5b6001600160a01b0382351691602081013591810190606081016040820135600160201b811115610a9357600080fd5b820183602082011115610aa557600080fd5b803590602001918460018302840111600160201b83111715610ac657600080fd5b919390929091602081019035600160201b811115610ae357600080fd5b820183602082011115610af557600080fd5b803590602001918460018302840111600160201b83111715610b1657600080fd5b50909250905061146f565b6101b660048036036040811015610b3757600080fd5b506001600160a01b03813581169160200135166115b1565b610442600480360360a0811015610b6557600080fd5b6001600160a01b03823581169260208101359091169160408201359160608101359181019060a081016080820135600160201b811115610ba457600080fd5b820183602082011115610bb657600080fd5b803590602001918460018302840111600160201b83111715610bd757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611660945050505050565b61044260048036036020811015610c2e57600080fd5b50356001600160a01b0316611715565b6001600160a01b0382166000908152602081815260408083208484529091529020545b92915050565b60006001600160e01b031982166301ffc9a760e01b1480610c9857506001600160e01b03198216636cdb3d1360e11b145b15610ca557506001610ca9565b5060005b919050565b6008805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610d345780601f10610d0957610100808354040283529160200191610d34565b820191906000526020600020905b815481529060010190602001808311610d1757829003601f168201915b505050505081565b6060610d4782611765565b610d825760405162461bcd60e51b815260040180806020018281038252602581526020018061284f6025913960400191505060405180910390fd5b60028054604080516020601f60001961010060018716150201909416859004938401819004810282018101909252828152610c619390929091830182828015610e0c5780601f10610de157610100808354040283529160200191610e0c565b820191906000526020600020905b815481529060010190602001808311610def57829003601f168201915b5050505050610e1a84611782565b611843565b60076020526000908152604090205481565b336001600160a01b0386161480610e4d5750610e4d85336115b1565b610e885760405162461bcd60e51b815260040180806020018281038252602f8152602001806128c0602f913960400191505060405180910390fd5b6001600160a01b038416610ecd5760405162461bcd60e51b815260040180806020018281038252603081526020018061281f6030913960400191505060405180910390fd5b610ed985858585611886565b610ee68585858585611b31565b5050505050565b60608151835114610f2f5760405162461bcd60e51b815260040180806020018281038252602c815260200180612894602c913960400191505060405180910390fd5b60608351604051908082528060200260200182016040528015610f5c578160200160208202803883390190505b50905060005b8451811015610fe657600080868381518110610f7a57fe5b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000858381518110610fb057fe5b6020026020010151815260200190815260200160002054828281518110610fd357fe5b6020908102919091010152600101610f62565b509392505050565b610ff661117d565b611035576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b6003546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600380546001600160a01b0319169055565b60008381526006602052604090205483906001600160a01b031633146110d65760405162461bcd60e51b81526004018080602001828103825260318152602001806129c46031913960400191505060405180910390fd5b6110e285858585611d37565b600084815260076020526040902054611101908463ffffffff611dd716565b6000948552600760205260409094209390935550505050565b61112261117d565b611161576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b61116a81611e2a565b50565b6003546001600160a01b03165b90565b6003546000906001600160a01b0316611194611e41565b6001600160a01b031614905090565b6009805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610d345780601f10610d0957610100808354040283529160200191610d34565b3360008181526001602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b60005b835181101561134557600084828151811061128657fe5b602090810291909101810151600081815260069092526040909120549091506001600160a01b031633146112eb5760405162461bcd60e51b815260040180806020018281038252602f81526020018061276b602f913960400191505060405180910390fd5b60008483815181106112f957fe5b60200260200101519050611329816007600085815260200190815260200160002054611dd790919063ffffffff16565b600092835260076020526040909220919091555060010161126f565b5061135284848484611e45565b50505050565b60009081526007602052604090205490565b6006602052600090815260409020546001600160a01b031681565b61138d61117d565b6113cc576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b600480546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0382166114335760405162461bcd60e51b815260040180806020018281038252602c815260200180612998602c913960400191505060405180910390fd5b60005b815181101561146a57600082828151811061144d57fe5b602002602001015190506114618482612019565b50600101611436565b505050565b600061147961117d565b6114b8576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b60006114c261209f565b90506114cc6120bb565b600081815260066020526040902080546001600160a01b03191633179055841561155257807f6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b878760405180806020018281038252848482818152602001925080828437600083820152604051601f909101601f19169092018290039550909350505050a25b61159488828987878080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250611d3792505050565b600081815260076020526040902087905590509695505050505050565b600480546040805163c455279160e01b81526001600160a01b0386811694820194909452905160009392831692851691839163c455279191602480820192602092909190829003018186803b15801561160957600080fd5b505afa15801561161d573d6000803e3d6000fd5b505050506040513d602081101561163357600080fd5b50516001600160a01b0316141561164e576001915050610c61565b61165884846120c6565b949350505050565b336001600160a01b038616148061167c575061167c85336115b1565b6116b75760405162461bcd60e51b815260040180806020018281038252602a8152602001806127c0602a913960400191505060405180910390fd5b6001600160a01b0384166116fc5760405162461bcd60e51b815260040180806020018281038252602b815260200180612740602b913960400191505060405180910390fd5b611708858585856120f4565b610ee685858585856121dc565b61171d61117d565b61175c576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b61116a8161235e565b6000908152600660205260409020546001600160a01b0316151590565b6060816117a757506040805180820190915260018152600360fc1b6020820152610ca9565b8160005b81156117bf57600101600a820491506117ab565b6060816040519080825280601f01601f1916602001820160405280156117ec576020820181803883390190505b50905060001982015b851561183a57600a860660300160f81b8282806001900393508151811061181857fe5b60200101906001600160f81b031916908160001a905350600a860495506117f5565b50949350505050565b606061187f83836040518060200160405280600081525060405180602001604052806000815250604051806020016040528060008152506123ff565b9392505050565b80518251146118c65760405162461bcd60e51b81526004018080602001828103825260358152602001806127ea6035913960400191505060405180910390fd5b815160005b81811015611a50576119418382815181106118e257fe5b6020026020010151600080896001600160a01b03166001600160a01b03168152602001908152602001600020600087858151811061191c57fe5b602002602001015181526020019081526020016000205461261390919063ffffffff16565b600080886001600160a01b03166001600160a01b03168152602001908152602001600020600086848151811061197357fe5b60200260200101518152602001908152602001600020819055506119fb83828151811061199c57fe5b6020026020010151600080886001600160a01b03166001600160a01b0316815260200190815260200160002060008785815181106119d657fe5b6020026020010151815260200190815260200160002054611dd790919063ffffffff16565b600080876001600160a01b03166001600160a01b031681526020019081526020016000206000868481518110611a2d57fe5b6020908102919091018101518252810191909152604001600020556001016118cb565b50836001600160a01b0316856001600160a01b0316336001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8686604051808060200180602001838103835285818151815260200191508051906020019060200280838360005b83811015611ad6578181015183820152602001611abe565b50505050905001838103825284818151815260200191508051906020019060200280838360005b83811015611b15578181015183820152602001611afd565b5050505090500194505050505060405180910390a45050505050565b611b43846001600160a01b0316612670565b15610ee6576000846001600160a01b031663bc197c8133888787876040518663ffffffff1660e01b815260040180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b03168152602001806020018060200180602001848103845287818151815260200191508051906020019060200280838360005b83811015611be5578181015183820152602001611bcd565b50505050905001848103835286818151815260200191508051906020019060200280838360005b83811015611c24578181015183820152602001611c0c565b50505050905001848103825285818151815260200191508051906020019080838360005b83811015611c60578181015183820152602001611c48565b50505050905090810190601f168015611c8d5780820380516001836020036101000a031916815260200191505b5098505050505050505050602060405180830381600087803b158015611cb257600080fd5b505af1158015611cc6573d6000803e3d6000fd5b505050506040513d6020811015611cdc57600080fd5b505190506001600160e01b0319811663bc197c8160e01b14611d2f5760405162461bcd60e51b815260040180806020018281038252603f81526020018061291f603f913960400191505060405180910390fd5b505050505050565b6001600160a01b038416600090815260208181526040808320868452909152902054611d69908363ffffffff611dd716565b6001600160a01b038516600081815260208181526040808320888452825280832094909455835187815290810186905283519293919233927fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62928290030190a46113526000858585856121dc565b60008282018381101561187f576040805162461bcd60e51b8152602060048201526016602482015275536166654d617468236164643a204f564552464c4f5760501b604482015290519081900360640190fd5b8051611e3d9060029060208401906126a7565b5050565b3390565b8151835114611e855760405162461bcd60e51b81526004018080602001828103825260308152602001806128ef6030913960400191505060405180910390fd5b825160005b81811015611f3057611edb848281518110611ea157fe5b6020026020010151600080896001600160a01b03166001600160a01b0316815260200190815260200160002060008885815181106119d657fe5b600080886001600160a01b03166001600160a01b031681526020019081526020016000206000878481518110611f0d57fe5b602090810291909101810151825281019190915260400160002055600101611e8a565b50846001600160a01b031660006001600160a01b0316336001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051808060200180602001838103835285818151815260200191508051906020019060200280838360005b83811015611fb7578181015183820152602001611f9f565b50505050905001838103825284818151815260200191508051906020019060200280838360005b83811015611ff6578181015183820152602001611fde565b5050505090500194505050505060405180910390a4610ee6600086868686611b31565b60008181526006602052604090205481906001600160a01b031633146120705760405162461bcd60e51b81526004018080602001828103825260318152602001806129c46031913960400191505060405180910390fd5b50600090815260066020526040902080546001600160a01b0319166001600160a01b0392909216919091179055565b6005546000906120b690600163ffffffff611dd716565b905090565b600580546001019055565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205460ff1690565b6001600160a01b038416600090815260208181526040808320858452909152902054612126908263ffffffff61261316565b6001600160a01b038086166000908152602081815260408083208784528252808320949094559186168152808252828120858252909152205461216f908263ffffffff611dd716565b6001600160a01b03808516600081815260208181526040808320888452825291829020949094558051868152938401859052805191939288169233927fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62929181900390910190a450505050565b6121ee846001600160a01b0316612670565b15610ee6576000846001600160a01b031663f23a6e6133888787876040518663ffffffff1660e01b815260040180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b0316815260200184815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b83811015612291578181015183820152602001612279565b50505050905090810190601f1680156122be5780820380516001836020036101000a031916815260200191505b509650505050505050602060405180830381600087803b1580156122e157600080fd5b505af11580156122f5573d6000803e3d6000fd5b505050506040513d602081101561230b57600080fd5b505190506001600160e01b0319811663f23a6e6160e01b14611d2f5760405162461bcd60e51b815260040180806020018281038252603a81526020018061295e603a913960400191505060405180910390fd5b6001600160a01b0381166123a35760405162461bcd60e51b815260040180806020018281038252602681526020018061279a6026913960400191505060405180910390fd5b6003546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600380546001600160a01b0319166001600160a01b0392909216919091179055565b6060808690506060869050606086905060608690506060869050606081518351855187518951010101016040519080825280601f01601f191660200182016040528015612453576020820181803883390190505b509050806000805b88518110156124ac5788818151811061247057fe5b602001015160f81c60f81b83838060010194508151811061248d57fe5b60200101906001600160f81b031916908160001a90535060010161245b565b5060005b8751811015612501578781815181106124c557fe5b602001015160f81c60f81b8383806001019450815181106124e257fe5b60200101906001600160f81b031916908160001a9053506001016124b0565b5060005b86518110156125565786818151811061251a57fe5b602001015160f81c60f81b83838060010194508151811061253757fe5b60200101906001600160f81b031916908160001a905350600101612505565b5060005b85518110156125ab5785818151811061256f57fe5b602001015160f81c60f81b83838060010194508151811061258c57fe5b60200101906001600160f81b031916908160001a90535060010161255a565b5060005b8451811015612600578481815181106125c457fe5b602001015160f81c60f81b8383806001019450815181106125e157fe5b60200101906001600160f81b031916908160001a9053506001016125af565b50909d9c50505050505050505050505050565b60008282111561266a576040805162461bcd60e51b815260206004820152601760248201527f536166654d617468237375623a20554e444552464c4f57000000000000000000604482015290519081900360640190fd5b50900390565b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47081158015906116585750141592915050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106126e857805160ff1916838001178555612715565b82800160010185558215612715579182015b828111156127155782518255916020019190600101906126fa565b50612721929150612725565b5090565b61117a91905b80821115612721576000815560010161272b56fe4552433131353523736166655472616e7366657246726f6d3a20494e56414c49445f524543495049454e54455243313135355472616461626c652362617463684d696e743a204f4e4c595f43524541544f525f414c4c4f5745444f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573734552433131353523736166655472616e7366657246726f6d3a20494e56414c49445f4f50455241544f5245524331313535235f7361666542617463685472616e7366657246726f6d3a20494e56414c49445f4152524159535f4c454e47544845524331313535237361666542617463685472616e7366657246726f6d3a20494e56414c49445f524543495049454e544552433732315472616461626c65237572693a204e4f4e4558495354454e545f544f4b454e4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572455243313135352362616c616e63654f6642617463683a20494e56414c49445f41525241595f4c454e47544845524331313535237361666542617463685472616e7366657246726f6d3a20494e56414c49445f4f50455241544f52455243313135354d696e744275726e2362617463684d696e743a20494e56414c49445f4152524159535f4c454e47544845524331313535235f63616c6c6f6e45524331313535426174636852656365697665643a20494e56414c49445f4f4e5f524543454956455f4d45535341474545524331313535235f63616c6c6f6e4552433131353552656365697665643a20494e56414c49445f4f4e5f524543454956455f4d455353414745455243313135355472616461626c652373657443726561746f723a20494e56414c49445f414444524553532e455243313135355472616461626c652363726561746f724f6e6c793a204f4e4c595f43524541544f525f414c4c4f574544a265627a7a72315820ca2d29b5d8fa4a365dca809651871486e33de31583b5a575efaa6caa86c145c964736f6c63430005110032000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f4d696e696e67204d616368696e6573000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024d4d000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x608060405234801561001057600080fd5b506004361061014c5760003560e01c80638f32d59b116100c3578063d26ea6c01161007c578063d26ea6c014610977578063d2a6b51a1461099d578063e38e3b2414610a4e578063e985e9c514610b21578063f242432a14610b4f578063f2fde38b14610c185761014c565b80638f32d59b1461074757806395d89b411461074f578063a22cb46514610757578063b48ab8b614610785578063bd85b0391461093d578063cd53d08e1461095a5761014c565b80632eb2c2d6116101155780632eb2c2d6146102815780634e1273f414610444578063715018a6146105b7578063731133e9146105bf5780637e518ec81461067f5780638da5cb5b146107235761014c565b8062fdd58e1461015157806301ffc9a71461018f57806306fdde03146101ca5780630e89341c146102475780632693ebf214610264575b600080fd5b61017d6004803603604081101561016757600080fd5b506001600160a01b038135169060200135610c3e565b60408051918252519081900360200190f35b6101b6600480360360208110156101a557600080fd5b50356001600160e01b031916610c67565b604080519115158252519081900360200190f35b6101d2610cae565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561020c5781810151838201526020016101f4565b50505050905090810190601f1680156102395780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101d26004803603602081101561025d57600080fd5b5035610d3c565b61017d6004803603602081101561027a57600080fd5b5035610e1f565b610442600480360360a081101561029757600080fd5b6001600160a01b038235811692602081013590911691810190606081016040820135600160201b8111156102ca57600080fd5b8201836020820111156102dc57600080fd5b803590602001918460208302840111600160201b831117156102fd57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b81111561034c57600080fd5b82018360208201111561035e57600080fd5b803590602001918460208302840111600160201b8311171561037f57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156103ce57600080fd5b8201836020820111156103e057600080fd5b803590602001918460018302840111600160201b8311171561040157600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610e31945050505050565b005b6105676004803603604081101561045a57600080fd5b810190602081018135600160201b81111561047457600080fd5b82018360208201111561048657600080fd5b803590602001918460208302840111600160201b831117156104a757600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156104f657600080fd5b82018360208201111561050857600080fd5b803590602001918460208302840111600160201b8311171561052957600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929550610eed945050505050565b60408051602080825283518183015283519192839290830191858101910280838360005b838110156105a357818101518382015260200161058b565b505050509050019250505060405180910390f35b610442610fee565b610442600480360360808110156105d557600080fd5b6001600160a01b038235169160208101359160408201359190810190608081016060820135600160201b81111561060b57600080fd5b82018360208201111561061d57600080fd5b803590602001918460018302840111600160201b8311171561063e57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061107f945050505050565b6104426004803603602081101561069557600080fd5b810190602081018135600160201b8111156106af57600080fd5b8201836020820111156106c157600080fd5b803590602001918460018302840111600160201b831117156106e257600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061111a945050505050565b61072b61116d565b604080516001600160a01b039092168252519081900360200190f35b6101b661117d565b6101d26111a3565b6104426004803603604081101561076d57600080fd5b506001600160a01b03813516906020013515156111fe565b6104426004803603608081101561079b57600080fd5b6001600160a01b038235169190810190604081016020820135600160201b8111156107c557600080fd5b8201836020820111156107d757600080fd5b803590602001918460208302840111600160201b831117156107f857600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b81111561084757600080fd5b82018360208201111561085957600080fd5b803590602001918460208302840111600160201b8311171561087a57600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295949360208101935035915050600160201b8111156108c957600080fd5b8201836020820111156108db57600080fd5b803590602001918460018302840111600160201b831117156108fc57600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061126c945050505050565b61017d6004803603602081101561095357600080fd5b5035611358565b61072b6004803603602081101561097057600080fd5b503561136a565b6104426004803603602081101561098d57600080fd5b50356001600160a01b0316611385565b610442600480360360408110156109b357600080fd5b6001600160a01b038235169190810190604081016020820135600160201b8111156109dd57600080fd5b8201836020820111156109ef57600080fd5b803590602001918460208302840111600160201b83111715610a1057600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506113ee945050505050565b61017d60048036036080811015610a6457600080fd5b6001600160a01b0382351691602081013591810190606081016040820135600160201b811115610a9357600080fd5b820183602082011115610aa557600080fd5b803590602001918460018302840111600160201b83111715610ac657600080fd5b919390929091602081019035600160201b811115610ae357600080fd5b820183602082011115610af557600080fd5b803590602001918460018302840111600160201b83111715610b1657600080fd5b50909250905061146f565b6101b660048036036040811015610b3757600080fd5b506001600160a01b03813581169160200135166115b1565b610442600480360360a0811015610b6557600080fd5b6001600160a01b03823581169260208101359091169160408201359160608101359181019060a081016080820135600160201b811115610ba457600080fd5b820183602082011115610bb657600080fd5b803590602001918460018302840111600160201b83111715610bd757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611660945050505050565b61044260048036036020811015610c2e57600080fd5b50356001600160a01b0316611715565b6001600160a01b0382166000908152602081815260408083208484529091529020545b92915050565b60006001600160e01b031982166301ffc9a760e01b1480610c9857506001600160e01b03198216636cdb3d1360e11b145b15610ca557506001610ca9565b5060005b919050565b6008805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610d345780601f10610d0957610100808354040283529160200191610d34565b820191906000526020600020905b815481529060010190602001808311610d1757829003601f168201915b505050505081565b6060610d4782611765565b610d825760405162461bcd60e51b815260040180806020018281038252602581526020018061284f6025913960400191505060405180910390fd5b60028054604080516020601f60001961010060018716150201909416859004938401819004810282018101909252828152610c619390929091830182828015610e0c5780601f10610de157610100808354040283529160200191610e0c565b820191906000526020600020905b815481529060010190602001808311610def57829003601f168201915b5050505050610e1a84611782565b611843565b60076020526000908152604090205481565b336001600160a01b0386161480610e4d5750610e4d85336115b1565b610e885760405162461bcd60e51b815260040180806020018281038252602f8152602001806128c0602f913960400191505060405180910390fd5b6001600160a01b038416610ecd5760405162461bcd60e51b815260040180806020018281038252603081526020018061281f6030913960400191505060405180910390fd5b610ed985858585611886565b610ee68585858585611b31565b5050505050565b60608151835114610f2f5760405162461bcd60e51b815260040180806020018281038252602c815260200180612894602c913960400191505060405180910390fd5b60608351604051908082528060200260200182016040528015610f5c578160200160208202803883390190505b50905060005b8451811015610fe657600080868381518110610f7a57fe5b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000858381518110610fb057fe5b6020026020010151815260200190815260200160002054828281518110610fd357fe5b6020908102919091010152600101610f62565b509392505050565b610ff661117d565b611035576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b6003546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600380546001600160a01b0319169055565b60008381526006602052604090205483906001600160a01b031633146110d65760405162461bcd60e51b81526004018080602001828103825260318152602001806129c46031913960400191505060405180910390fd5b6110e285858585611d37565b600084815260076020526040902054611101908463ffffffff611dd716565b6000948552600760205260409094209390935550505050565b61112261117d565b611161576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b61116a81611e2a565b50565b6003546001600160a01b03165b90565b6003546000906001600160a01b0316611194611e41565b6001600160a01b031614905090565b6009805460408051602060026001851615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610d345780601f10610d0957610100808354040283529160200191610d34565b3360008181526001602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b60005b835181101561134557600084828151811061128657fe5b602090810291909101810151600081815260069092526040909120549091506001600160a01b031633146112eb5760405162461bcd60e51b815260040180806020018281038252602f81526020018061276b602f913960400191505060405180910390fd5b60008483815181106112f957fe5b60200260200101519050611329816007600085815260200190815260200160002054611dd790919063ffffffff16565b600092835260076020526040909220919091555060010161126f565b5061135284848484611e45565b50505050565b60009081526007602052604090205490565b6006602052600090815260409020546001600160a01b031681565b61138d61117d565b6113cc576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b600480546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0382166114335760405162461bcd60e51b815260040180806020018281038252602c815260200180612998602c913960400191505060405180910390fd5b60005b815181101561146a57600082828151811061144d57fe5b602002602001015190506114618482612019565b50600101611436565b505050565b600061147961117d565b6114b8576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b60006114c261209f565b90506114cc6120bb565b600081815260066020526040902080546001600160a01b03191633179055841561155257807f6bb7ff708619ba0610cba295a58592e0451dee2622938c8755667688daf3529b878760405180806020018281038252848482818152602001925080828437600083820152604051601f909101601f19169092018290039550909350505050a25b61159488828987878080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250611d3792505050565b600081815260076020526040902087905590509695505050505050565b600480546040805163c455279160e01b81526001600160a01b0386811694820194909452905160009392831692851691839163c455279191602480820192602092909190829003018186803b15801561160957600080fd5b505afa15801561161d573d6000803e3d6000fd5b505050506040513d602081101561163357600080fd5b50516001600160a01b0316141561164e576001915050610c61565b61165884846120c6565b949350505050565b336001600160a01b038616148061167c575061167c85336115b1565b6116b75760405162461bcd60e51b815260040180806020018281038252602a8152602001806127c0602a913960400191505060405180910390fd5b6001600160a01b0384166116fc5760405162461bcd60e51b815260040180806020018281038252602b815260200180612740602b913960400191505060405180910390fd5b611708858585856120f4565b610ee685858585856121dc565b61171d61117d565b61175c576040805162461bcd60e51b81526020600482018190526024820152600080516020612874833981519152604482015290519081900360640190fd5b61116a8161235e565b6000908152600660205260409020546001600160a01b0316151590565b6060816117a757506040805180820190915260018152600360fc1b6020820152610ca9565b8160005b81156117bf57600101600a820491506117ab565b6060816040519080825280601f01601f1916602001820160405280156117ec576020820181803883390190505b50905060001982015b851561183a57600a860660300160f81b8282806001900393508151811061181857fe5b60200101906001600160f81b031916908160001a905350600a860495506117f5565b50949350505050565b606061187f83836040518060200160405280600081525060405180602001604052806000815250604051806020016040528060008152506123ff565b9392505050565b80518251146118c65760405162461bcd60e51b81526004018080602001828103825260358152602001806127ea6035913960400191505060405180910390fd5b815160005b81811015611a50576119418382815181106118e257fe5b6020026020010151600080896001600160a01b03166001600160a01b03168152602001908152602001600020600087858151811061191c57fe5b602002602001015181526020019081526020016000205461261390919063ffffffff16565b600080886001600160a01b03166001600160a01b03168152602001908152602001600020600086848151811061197357fe5b60200260200101518152602001908152602001600020819055506119fb83828151811061199c57fe5b6020026020010151600080886001600160a01b03166001600160a01b0316815260200190815260200160002060008785815181106119d657fe5b6020026020010151815260200190815260200160002054611dd790919063ffffffff16565b600080876001600160a01b03166001600160a01b031681526020019081526020016000206000868481518110611a2d57fe5b6020908102919091018101518252810191909152604001600020556001016118cb565b50836001600160a01b0316856001600160a01b0316336001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8686604051808060200180602001838103835285818151815260200191508051906020019060200280838360005b83811015611ad6578181015183820152602001611abe565b50505050905001838103825284818151815260200191508051906020019060200280838360005b83811015611b15578181015183820152602001611afd565b5050505090500194505050505060405180910390a45050505050565b611b43846001600160a01b0316612670565b15610ee6576000846001600160a01b031663bc197c8133888787876040518663ffffffff1660e01b815260040180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b03168152602001806020018060200180602001848103845287818151815260200191508051906020019060200280838360005b83811015611be5578181015183820152602001611bcd565b50505050905001848103835286818151815260200191508051906020019060200280838360005b83811015611c24578181015183820152602001611c0c565b50505050905001848103825285818151815260200191508051906020019080838360005b83811015611c60578181015183820152602001611c48565b50505050905090810190601f168015611c8d5780820380516001836020036101000a031916815260200191505b5098505050505050505050602060405180830381600087803b158015611cb257600080fd5b505af1158015611cc6573d6000803e3d6000fd5b505050506040513d6020811015611cdc57600080fd5b505190506001600160e01b0319811663bc197c8160e01b14611d2f5760405162461bcd60e51b815260040180806020018281038252603f81526020018061291f603f913960400191505060405180910390fd5b505050505050565b6001600160a01b038416600090815260208181526040808320868452909152902054611d69908363ffffffff611dd716565b6001600160a01b038516600081815260208181526040808320888452825280832094909455835187815290810186905283519293919233927fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62928290030190a46113526000858585856121dc565b60008282018381101561187f576040805162461bcd60e51b8152602060048201526016602482015275536166654d617468236164643a204f564552464c4f5760501b604482015290519081900360640190fd5b8051611e3d9060029060208401906126a7565b5050565b3390565b8151835114611e855760405162461bcd60e51b81526004018080602001828103825260308152602001806128ef6030913960400191505060405180910390fd5b825160005b81811015611f3057611edb848281518110611ea157fe5b6020026020010151600080896001600160a01b03166001600160a01b0316815260200190815260200160002060008885815181106119d657fe5b600080886001600160a01b03166001600160a01b031681526020019081526020016000206000878481518110611f0d57fe5b602090810291909101810151825281019190915260400160002055600101611e8a565b50846001600160a01b031660006001600160a01b0316336001600160a01b03167f4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb8787604051808060200180602001838103835285818151815260200191508051906020019060200280838360005b83811015611fb7578181015183820152602001611f9f565b50505050905001838103825284818151815260200191508051906020019060200280838360005b83811015611ff6578181015183820152602001611fde565b5050505090500194505050505060405180910390a4610ee6600086868686611b31565b60008181526006602052604090205481906001600160a01b031633146120705760405162461bcd60e51b81526004018080602001828103825260318152602001806129c46031913960400191505060405180910390fd5b50600090815260066020526040902080546001600160a01b0319166001600160a01b0392909216919091179055565b6005546000906120b690600163ffffffff611dd716565b905090565b600580546001019055565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205460ff1690565b6001600160a01b038416600090815260208181526040808320858452909152902054612126908263ffffffff61261316565b6001600160a01b038086166000908152602081815260408083208784528252808320949094559186168152808252828120858252909152205461216f908263ffffffff611dd716565b6001600160a01b03808516600081815260208181526040808320888452825291829020949094558051868152938401859052805191939288169233927fc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62929181900390910190a450505050565b6121ee846001600160a01b0316612670565b15610ee6576000846001600160a01b031663f23a6e6133888787876040518663ffffffff1660e01b815260040180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b0316815260200184815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b83811015612291578181015183820152602001612279565b50505050905090810190601f1680156122be5780820380516001836020036101000a031916815260200191505b509650505050505050602060405180830381600087803b1580156122e157600080fd5b505af11580156122f5573d6000803e3d6000fd5b505050506040513d602081101561230b57600080fd5b505190506001600160e01b0319811663f23a6e6160e01b14611d2f5760405162461bcd60e51b815260040180806020018281038252603a81526020018061295e603a913960400191505060405180910390fd5b6001600160a01b0381166123a35760405162461bcd60e51b815260040180806020018281038252602681526020018061279a6026913960400191505060405180910390fd5b6003546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600380546001600160a01b0319166001600160a01b0392909216919091179055565b6060808690506060869050606086905060608690506060869050606081518351855187518951010101016040519080825280601f01601f191660200182016040528015612453576020820181803883390190505b509050806000805b88518110156124ac5788818151811061247057fe5b602001015160f81c60f81b83838060010194508151811061248d57fe5b60200101906001600160f81b031916908160001a90535060010161245b565b5060005b8751811015612501578781815181106124c557fe5b602001015160f81c60f81b8383806001019450815181106124e257fe5b60200101906001600160f81b031916908160001a9053506001016124b0565b5060005b86518110156125565786818151811061251a57fe5b602001015160f81c60f81b83838060010194508151811061253757fe5b60200101906001600160f81b031916908160001a905350600101612505565b5060005b85518110156125ab5785818151811061256f57fe5b602001015160f81c60f81b83838060010194508151811061258c57fe5b60200101906001600160f81b031916908160001a90535060010161255a565b5060005b8451811015612600578481815181106125c457fe5b602001015160f81c60f81b8383806001019450815181106125e157fe5b60200101906001600160f81b031916908160001a9053506001016125af565b50909d9c50505050505050505050505050565b60008282111561266a576040805162461bcd60e51b815260206004820152601760248201527f536166654d617468237375623a20554e444552464c4f57000000000000000000604482015290519081900360640190fd5b50900390565b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47081158015906116585750141592915050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106126e857805160ff1916838001178555612715565b82800160010185558215612715579182015b828111156127155782518255916020019190600101906126fa565b50612721929150612725565b5090565b61117a91905b80821115612721576000815560010161272b56fe4552433131353523736166655472616e7366657246726f6d3a20494e56414c49445f524543495049454e54455243313135355472616461626c652362617463684d696e743a204f4e4c595f43524541544f525f414c4c4f5745444f776e61626c653a206e6577206f776e657220697320746865207a65726f20616464726573734552433131353523736166655472616e7366657246726f6d3a20494e56414c49445f4f50455241544f5245524331313535235f7361666542617463685472616e7366657246726f6d3a20494e56414c49445f4152524159535f4c454e47544845524331313535237361666542617463685472616e7366657246726f6d3a20494e56414c49445f524543495049454e544552433732315472616461626c65237572693a204e4f4e4558495354454e545f544f4b454e4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572455243313135352362616c616e63654f6642617463683a20494e56414c49445f41525241595f4c454e47544845524331313535237361666542617463685472616e7366657246726f6d3a20494e56414c49445f4f50455241544f52455243313135354d696e744275726e2362617463684d696e743a20494e56414c49445f4152524159535f4c454e47544845524331313535235f63616c6c6f6e45524331313535426174636852656365697665643a20494e56414c49445f4f4e5f524543454956455f4d45535341474545524331313535235f63616c6c6f6e4552433131353552656365697665643a20494e56414c49445f4f4e5f524543454956455f4d455353414745455243313135355472616461626c652373657443726561746f723a20494e56414c49445f414444524553532e455243313135355472616461626c652363726561746f724f6e6c793a204f4e4c595f43524541544f525f414c4c4f574544a265627a7a72315820ca2d29b5d8fa4a365dca809651871486e33de31583b5a575efaa6caa86c145c964736f6c63430005110032
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000f4d696e696e67204d616368696e6573000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024d4d000000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _name (string): Mining Machines
Arg [1] : _symbol (string): MM
Arg [2] : _proxyRegistryAddress (address): 0x0000000000000000000000000000000000000000
-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000a0
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000000
Arg [3] : 000000000000000000000000000000000000000000000000000000000000000f
Arg [4] : 4d696e696e67204d616368696e65730000000000000000000000000000000000
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000002
Arg [6] : 4d4d000000000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
25846:6275:0:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;25846:6275:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16439:127;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;16439:127:0;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;18414:240;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;18414:240:0;-1:-1:-1;;;;;;18414:240:0;;:::i;:::-;;;;;;;;;;;;;;;;;;26155:18;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;26155:18:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27050:239;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;27050:239:0;;:::i;26083:47::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;26083:47:0;;:::i;11616:511::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;11616:511:0;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;11616:511:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;11616:511:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;11616:511:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;11616:511:0;;;;;;;;-1:-1:-1;11616:511:0;;-1:-1:-1;;;;;5:28;;2:2;;;46:1;43;36:12;2:2;11616:511:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;11616:511:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;11616:511:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;11616:511:0;;;;;;;;-1:-1:-1;11616:511:0;;-1:-1:-1;;;;;5:28;;2:2;;;46:1;43;36:12;2:2;11616:511:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;11616:511:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;11616:511:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;11616:511:0;;-1:-1:-1;11616:511:0;;-1:-1:-1;;;;;11616:511:0:i;:::-;;16854:500;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;16854:500:0;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;16854:500:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;16854:500:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;16854:500:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;16854:500:0;;;;;;;;-1:-1:-1;16854:500:0;;-1:-1:-1;;;;;5:28;;2:2;;;46:1;43;36:12;2:2;16854:500:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;16854:500:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;16854:500:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;16854:500:0;;-1:-1:-1;16854:500:0;;-1:-1:-1;;;;;16854:500:0:i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:100:-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;16854:500:0;;;;;;;;;;;;;;;;;21621:140;;;:::i;29113:231::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;29113:231:0;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;29113:231:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;29113:231:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;29113:231:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;29113:231:0;;-1:-1:-1;29113:231:0;;-1:-1:-1;;;;;29113:231:0:i;27701:143::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;27701:143:0;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;27701:143:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;27701:143:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;27701:143:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;27701:143:0;;-1:-1:-1;27701:143:0;;-1:-1:-1;;;;;27701:143:0:i;21300:79::-;;;:::i;:::-;;;;-1:-1:-1;;;;;21300:79:0;;;;;;;;;;;;;;21513:94;;;:::i;26200:20::-;;;:::i;15445:227::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;15445:227:0;;;;;;;;;;:::i;29647:473::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;29647:473:0;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;29647:473:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;29647:473:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;29647:473:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;29647:473:0;;;;;;;;-1:-1:-1;29647:473:0;;-1:-1:-1;;;;;5:28;;2:2;;;46:1;43;36:12;2:2;29647:473:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;29647:473:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;29647:473:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;29647:473:0;;;;;;;;-1:-1:-1;29647:473:0;;-1:-1:-1;;;;;5:28;;2:2;;;46:1;43;36:12;2:2;29647:473:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;29647:473:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;29647:473:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;29647:473:0;;-1:-1:-1;29647:473:0;;-1:-1:-1;;;;;29647:473:0:i;27459:110::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;27459:110:0;;:::i;26034:44::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;26034:44:0;;:::i;26904:140::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;26904:140:0;-1:-1:-1;;;;;26904:140:0;;:::i;30301:279::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;30301:279:0;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;30301:279:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;30301:279:0;;;;;;101:9:-1;95:2;81:12;77:21;67:8;63:36;60:51;-1:-1;;;25:12;22:29;11:108;8:2;;;132:1;129;122:12;8:2;30301:279:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;30301:279:0;;-1:-1:-1;30301:279:0;;-1:-1:-1;;;;;30301:279:0:i;28346:464::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;28346:464:0;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;28346:464:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;28346:464:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;28346:464:0;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;28346:464:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;28346:464:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;-1:-1;28346:464:0;;-1:-1:-1;28346:464:0;-1:-1:-1;28346:464:0;:::i;30704:401::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;;;;;;30704:401:0;;;;;;;;;;:::i;10678:545::-;;;;;;13:3:-1;8;5:12;2:2;;;30:1;27;20:12;2:2;-1:-1;;;;;10678:545:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;5:28;;2:2;;;46:1;43;36:12;2:2;10678:545:0;;35:9:-1;28:4;12:14;8:25;5:40;2:2;;;58:1;55;48:12;2:2;10678:545:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;-1:-1;;;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;10678:545:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;10678:545:0;;-1:-1:-1;10678:545:0;;-1:-1:-1;;;;;10678:545:0:i;21775:109::-;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;21775:109:0;-1:-1:-1;;;;;21775:109:0;;:::i;16439:127::-;-1:-1:-1;;;;;16539:16:0;;16513:7;16539:16;;;;;;;;;;;:21;;;;;;;;;16439:127;;;;;:::o;18414:240::-;18485:4;-1:-1:-1;;;;;;18502:42:0;;-1:-1:-1;;;18502:42:0;;:98;;-1:-1:-1;;;;;;;18557:43:0;;-1:-1:-1;;;18557:43:0;18502:98;18498:132;;;-1:-1:-1;18618:4:0;18611:11;;18498:132;-1:-1:-1;18643:5:0;18414:240;;;;:::o;26155:18::-;;;;;;;;;;;;;;;-1:-1:-1;;26155:18:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;27050:239::-;27107:13;27137:12;27145:3;27137:7;:12::i;:::-;27129:62;;;;-1:-1:-1;;;27129:62:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27231:15;27205:78;;;;;;;-1:-1:-1;;27205:78:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27231:15;;27205:78;;27231:15;27205:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27255:21;27272:3;27255:16;:21::i;:::-;27205:17;:78::i;26083:47::-;;;;;;;;;;;;;:::o;11616:511::-;11797:10;-1:-1:-1;;;;;11797:19:0;;;;11796:60;;;11821:35;11838:5;11845:10;11821:16;:35::i;:::-;11788:120;;;;-1:-1:-1;;;11788:120:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;11923:17:0;;11915:78;;;;-1:-1:-1;;;11915:78:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12002:50;12025:5;12032:3;12037:4;12043:8;12002:22;:50::i;:::-;12059:62;12087:5;12094:3;12099:4;12105:8;12115:5;12059:27;:62::i;:::-;11616:511;;;;;:::o;16854:500::-;16953:16;17007:4;:11;16989:7;:14;:29;16981:86;;;;-1:-1:-1;;;16981:86:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17094:30;17141:7;:14;17127:29;;;;;;;;;;;;;;;;;;;;;;29:2:-1;21:6;17:15;117:4;105:10;97:6;88:34;136:17;;-1:-1;17127:29:0;-1:-1:-1;17094:62:0;-1:-1:-1;17215:9:0;17210:110;17234:7;:14;17230:1;:18;17210:110;;;17283:8;:20;17292:7;17300:1;17292:10;;;;;;;;;;;;;;-1:-1:-1;;;;;17283:20:0;-1:-1:-1;;;;;17283:20:0;;;;;;;;;;;;:29;17304:4;17309:1;17304:7;;;;;;;;;;;;;;17283:29;;;;;;;;;;;;17264:13;17278:1;17264:16;;;;;;;;;;;;;;;;;:48;17250:3;;17210:110;;;-1:-1:-1;17335:13:0;16854:500;-1:-1:-1;;;16854:500:0:o;21621:140::-;21433:9;:7;:9::i;:::-;21425:54;;;;;-1:-1:-1;;;21425:54:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;21425:54:0;;;;;;;;;;;;;;;21704:6;;21683:40;;21720:1;;-1:-1:-1;;;;;21704:6:0;;21683:40;;21720:1;;21683:40;21734:6;:19;;-1:-1:-1;;;;;;21734:19:0;;;21621:140::o;29113:231::-;26354:13;;;;:8;:13;;;;;;29236:3;;-1:-1:-1;;;;;26354:13:0;26371:10;26354:27;26346:89;;;;-1:-1:-1;;;26346:89:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29248:33;29254:3;29259;29264:9;29275:5;29248;:33::i;:::-;29307:16;;;;:11;:16;;;;;;:31;;29328:9;29307:31;:20;:31;:::i;:::-;29288:16;;;;:11;:16;;;;;;:50;;;;-1:-1:-1;;;;29113:231:0:o;27701:143::-;21433:9;:7;:9::i;:::-;21425:54;;;;;-1:-1:-1;;;21425:54:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;21425:54:0;;;;;;;;;;;;;;;27798:40;27818:19;27798;:40::i;:::-;27701:143;:::o;21300:79::-;21365:6;;-1:-1:-1;;;;;21365:6:0;21300:79;;:::o;21513:94::-;21593:6;;21553:4;;-1:-1:-1;;;;;21593:6:0;21577:12;:10;:12::i;:::-;-1:-1:-1;;;;;21577:22:0;;21570:29;;21513:94;:::o;26200:20::-;;;;;;;;;;;;;;;-1:-1:-1;;26200:20:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15445:227;15572:10;15562:21;;;;:9;:21;;;;;;;;-1:-1:-1;;;;;15562:32:0;;;;;;;;;;;;:44;;-1:-1:-1;;15562:44:0;;;;;;;;;;15618:48;;;;;;;15562:32;;15572:10;15618:48;;;;;;;;;;;15445:227;;:::o;29647:473::-;29796:9;29791:276;29815:4;:11;29811:1;:15;29791:276;;;29842:11;29856:4;29861:1;29856:7;;;;;;;;;;;;;;;;;;;29880:13;;;;:8;:13;;;;;;;;29856:7;;-1:-1:-1;;;;;;29880:13:0;29897:10;29880:27;29872:87;;;;-1:-1:-1;;;29872:87:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29968:16;29987:11;29999:1;29987:14;;;;;;;;;;;;;;29968:33;;30029:30;30050:8;30029:11;:16;30041:3;30029:16;;;;;;;;;;;;:20;;:30;;;;:::i;:::-;30010:16;;;;:11;:16;;;;;;:49;;;;-1:-1:-1;29828:3:0;;29791:276;;;;30073:41;30084:3;30089:4;30095:11;30108:5;30073:10;:41::i;:::-;29647:473;;;;:::o;27459:110::-;27524:7;27547:16;;;:11;:16;;;;;;;27459:110::o;26034:44::-;;;;;;;;;;;;-1:-1:-1;;;;;26034:44:0;;:::o;26904:140::-;21433:9;:7;:9::i;:::-;21425:54;;;;;-1:-1:-1;;;21425:54:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;21425:54:0;;;;;;;;;;;;;;;26994:20;:44;;-1:-1:-1;;;;;;26994:44:0;-1:-1:-1;;;;;26994:44:0;;;;;;;;;;26904:140::o;30301:279::-;-1:-1:-1;;;;;30394:17:0;;30386:74;;;;-1:-1:-1;;;30386:74:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30472:9;30467:108;30491:4;:11;30487:1;:15;30467:108;;;30518:10;30531:4;30536:1;30531:7;;;;;;;;;;;;;;30518:20;;30547;30559:3;30564:2;30547:11;:20::i;:::-;-1:-1:-1;30504:3:0;;30467:108;;;;30301:279;;:::o;28346:464::-;28506:7;21433:9;:7;:9::i;:::-;21425:54;;;;;-1:-1:-1;;;21425:54:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;21425:54:0;;;;;;;;;;;;;;;28524:11;28538:17;:15;:17::i;:::-;28524:31;;28562:23;:21;:23::i;:::-;28592:13;;;;:8;:13;;;;;:26;;-1:-1:-1;;;;;;28592:26:0;28608:10;28592:26;;;28631:22;;28627:64;;28679:3;28669:14;28673:4;;28669:14;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;;74:27;28669:14:0;;137:4:-1;117:14;;;-1:-1;;113:30;157:16;;;28669:14:0;;;;-1:-1:-1;28669:14:0;;-1:-1:-1;;;;28669:14:0;28627:64;28699:48;28705:13;28720:3;28725:14;28741:5;;28699:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;28699:5:0;;-1:-1:-1;;;28699:48:0:i;:::-;28754:16;;;;:11;:16;;;;;:33;;;28766:3;-1:-1:-1;28346:464:0;;;;;;;;:::o;30704:401::-;30928:20;;;30968:29;;;-1:-1:-1;;;30968:29:0;;-1:-1:-1;;;;;30968:29:0;;;;;;;;;;;;30801:15;;30928:20;;;;30960:51;;;30928:20;;30968:21;;:29;;;;;;;;;;;;;;;30928:20;30968:29;;;5:2:-1;;;;30:1;27;20:12;5:2;30968:29:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;30968:29:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;30968:29:0;-1:-1:-1;;;;;30960:51:0;;30956:85;;;31029:4;31022:11;;;;;30956:85;31056:43;31081:6;31089:9;31056:24;:43::i;:::-;31049:50;30704:401;-1:-1:-1;;;;30704:401:0:o;10678:545::-;10813:10;-1:-1:-1;;;;;10813:19:0;;;;10812:60;;;10837:35;10854:5;10861:10;10837:16;:35::i;:::-;10804:115;;;;-1:-1:-1;;;10804:115:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;10934:17:0;;10926:72;;;;-1:-1:-1;;;10926:72:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11112:43;11130:5;11137:3;11142;11147:7;11112:17;:43::i;:::-;11162:55;11185:5;11192:3;11197;11202:7;11211:5;11162:22;:55::i;21775:109::-;21433:9;:7;:9::i;:::-;21425:54;;;;;-1:-1:-1;;;21425:54:0;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;21425:54:0;;;;;;;;;;;;;;;21848:28;21867:8;21848:18;:28::i;31616:116::-;31679:4;31699:13;;;:8;:13;;;;;;-1:-1:-1;;;;;31699:13:0;:27;;;31616:116::o;20169:482::-;20219:27;20263:7;20259:50;;-1:-1:-1;20287:10:0;;;;;;;;;;;;-1:-1:-1;;;20287:10:0;;;;;;20259:50;20328:2;20319:6;20360:69;20367:6;;20360:69;;20390:5;;20415:2;20410:7;;;;20360:69;;;20439:17;20469:3;20459:14;;;;;;;;;;;;;;;;;;;;;;;;;21:6:-1;;104:10;20459:14:0;87:34:-1;135:17;;-1:-1;20459:14:0;-1:-1:-1;20439:34:0;-1:-1:-1;;;20493:7:0;;20511:103;20518:7;;20511:103;;20575:2;20570;:7;20565:2;:12;20554:25;;20542:4;20547:3;;;;;;;20542:9;;;;;;;;;;;:37;-1:-1:-1;;;;;20542:37:0;;;;;;;;-1:-1:-1;20600:2:0;20594:8;;;;20511:103;;;-1:-1:-1;20638:4:0;20169:482;-1:-1:-1;;;;20169:482:0:o;20013:148::-;20091:13;20124:29;20134:2;20138;20124:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:9;:29::i;:::-;20117:36;20013:148;-1:-1:-1;;;20013:148:0:o;13755:687::-;13912:8;:15;13897:4;:11;:30;13889:96;;;;-1:-1:-1;;;13889:96:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14052:11;;14032:17;14104:247;14128:9;14124:1;:13;14104:247;;;14229:41;14258:8;14267:1;14258:11;;;;;;;;;;;;;;14229:8;:15;14238:5;-1:-1:-1;;;;;14229:15:0;-1:-1:-1;;;;;14229:15:0;;;;;;;;;;;;:24;14245:4;14250:1;14245:7;;;;;;;;;;;;;;14229:24;;;;;;;;;;;;:28;;:41;;;;:::i;:::-;14202:8;:15;14211:5;-1:-1:-1;;;;;14202:15:0;-1:-1:-1;;;;;14202:15:0;;;;;;;;;;;;:24;14218:4;14223:1;14218:7;;;;;;;;;;;;;;14202:24;;;;;;;;;;;:68;;;;14304:39;14331:8;14340:1;14331:11;;;;;;;;;;;;;;14304:8;:13;14313:3;-1:-1:-1;;;;;14304:13:0;-1:-1:-1;;;;;14304:13:0;;;;;;;;;;;;:22;14318:4;14323:1;14318:7;;;;;;;;;;;;;;14304:22;;;;;;;;;;;;:26;;:39;;;;:::i;:::-;14279:8;:13;14288:3;-1:-1:-1;;;;;14279:13:0;-1:-1:-1;;;;;14279:13:0;;;;;;;;;;;;:22;14293:4;14298:1;14293:7;;;;;;;;;;;;;;;;;;;14279:22;;;;;;;;;;-1:-1:-1;14279:22:0;:64;14139:3;;14104:247;;;;14416:3;-1:-1:-1;;;;;14383:53:0;14409:5;-1:-1:-1;;;;;14383:53:0;14397:10;-1:-1:-1;;;;;14383:53:0;;14421:4;14427:8;14383:53;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;14383:53:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;14383:53:0;;;;;;;;;;;;;;;;;;;13755:687;;;;;:::o;14560:476::-;14766:16;:3;-1:-1:-1;;;;;14766:14:0;;:16::i;:::-;14762:269;;;14793:13;14831:3;-1:-1:-1;;;;;14809:49:0;;14859:10;14871:5;14878:4;14884:8;14894:5;14809:91;;;;;;;;;;;;;-1:-1:-1;;;;;14809:91:0;-1:-1:-1;;;;;14809:91:0;;;;;;-1:-1:-1;;;;;14809:91:0;-1:-1:-1;;;;;14809:91:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;14809:91:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;14809:91:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;14809:91:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;14809:91:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;14809:91:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;14809:91:0;;-1:-1:-1;;;;;;;14917:38:0;;-1:-1:-1;;;14917:38:0;14909:114;;;;-1:-1:-1;;;14909:114:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14762:269;14560:476;;;;;:::o;22580:401::-;-1:-1:-1;;;;;22723:13:0;;:8;:13;;;;;;;;;;;:18;;;;;;;;;:31;;22746:7;22723:31;:22;:31;:::i;:::-;-1:-1:-1;;;;;22702:13:0;;:8;:13;;;;;;;;;;;:18;;;;;;;;:52;;;;22787:59;;;;;;;;;;;;;22702:13;;:8;;22802:10;;22787:59;;;;;;;;22913:62;22944:3;22950;22955;22960:7;22969:5;22913:22;:62::i;2582:163::-;2640:7;2668:5;;;2688:6;;;;2680:41;;;;;-1:-1:-1;;;2680:41:0;;;;;;;;;;;;-1:-1:-1;;;2680:41:0;;;;;;;;;;;;;;5052:123;5132:37;;;;:15;;:37;;;;;:::i;:::-;;5052:123;:::o;20733:98::-;20813:10;20733:98;:::o;23268:724::-;23418:8;:15;23403:4;:11;:30;23395:91;;;;-1:-1:-1;;;23395:91:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23546:11;;23530:13;23597:150;23621:5;23617:1;:9;23597:150;;;23700:39;23727:8;23736:1;23727:11;;;;;;;;;;;;;;23700:8;:13;23709:3;-1:-1:-1;;;;;23700:13:0;-1:-1:-1;;;;;23700:13:0;;;;;;;;;;;;:22;23714:4;23719:1;23714:7;;;;;;;23700:39;23675:8;:13;23684:3;-1:-1:-1;;;;;23675:13:0;-1:-1:-1;;;;;23675:13:0;;;;;;;;;;;;:22;23689:4;23694:1;23689:7;;;;;;;;;;;;;;;;;;;23675:22;;;;;;;;;;-1:-1:-1;23675:22:0;:64;23628:3;;23597:150;;;;23830:3;-1:-1:-1;;;;;23790:60:0;23824:3;-1:-1:-1;;;;;23790:60:0;23804:10;-1:-1:-1;;;;;23790:60:0;;23835:4;23841:8;23790:60;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;23790:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;23790:60:0;;;;;;;;;;;;;;;;;;;23917:69;23953:3;23959;23964:4;23970:8;23980:5;23917:27;:69::i;31278:110::-;26354:13;;;;:8;:13;;;;;;31346:3;;-1:-1:-1;;;;;26354:13:0;26371:10;26354:27;26346:89;;;;-1:-1:-1;;;26346:89:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;31363:13:0;;;;:8;:13;;;;;:19;;-1:-1:-1;;;;;;31363:19:0;-1:-1:-1;;;;;31363:19:0;;;;;;;;;;31278:110::o;31873:100::-;31945:15;;31922:7;;31945:22;;31965:1;31945:22;:19;:22;:::i;:::-;31938:29;;31873:100;:::o;32046:72::-;32095:15;:17;;;;;;32046:72::o;15931:155::-;-1:-1:-1;;;;;16052:17:0;;;16018:15;16052:17;;;:9;:17;;;;;;;;:28;;;;;;;;;;;;;;;15931:155::o;12531:376::-;-1:-1:-1;;;;;12687:15:0;;:8;:15;;;;;;;;;;;:20;;;;;;;;;:33;;12712:7;12687:33;:24;:33;:::i;:::-;-1:-1:-1;;;;;12664:15:0;;;:8;:15;;;;;;;;;;;:20;;;;;;;;:56;;;;12767:13;;;;;;;;;;;:18;;;;;;;;:31;;12790:7;12767:31;:22;:31;:::i;:::-;-1:-1:-1;;;;;12746:13:0;;;:8;:13;;;;;;;;;;;:18;;;;;;;;;:52;;;;12849;;;;;;;;;;;;;12746:13;;12849:52;;;;12864:10;;12849:52;;;;;;;;;;;12531:376;;;;:::o;13020:429::-;13197:16;:3;-1:-1:-1;;;;;13197:14:0;;:16::i;:::-;13193:251;;;13224:13;13262:3;-1:-1:-1;;;;;13240:44:0;;13285:10;13297:5;13304:3;13309:7;13318:5;13240:84;;;;;;;;;;;;;-1:-1:-1;;;;;13240:84:0;-1:-1:-1;;;;;13240:84:0;;;;;;-1:-1:-1;;;;;13240:84:0;-1:-1:-1;;;;;13240:84:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;13240:84:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;13240:84:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;13240:84:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;13240:84:0;;-1:-1:-1;;;;;;;13341:32:0;;-1:-1:-1;;;13341:32:0;13333:103;;;;-1:-1:-1;;;13333:103:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21898:229;-1:-1:-1;;;;;21972:22:0;;21964:73;;;;-1:-1:-1;;;21964:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22074:6;;22053:38;;-1:-1:-1;;;;;22053:38:0;;;;22074:6;;22053:38;;22074:6;;22053:38;22102:6;:17;;-1:-1:-1;;;;;;22102:17:0;-1:-1:-1;;;;;22102:17:0;;;;;;;;;;21898:229::o;18767:872::-;18899:13;18923:16;18948:2;18923:28;;18960:16;18985:2;18960:28;;18997:16;19022:2;18997:28;;19034:16;19059:2;19034:28;;19071:16;19096:2;19071:28;;19108:19;19193:3;:10;19180:3;:10;19167:3;:10;19154:3;:10;19141:3;:10;:23;:36;:49;:62;19130:74;;;;;;;;;;;;;;;;;;;;;;;;;21:6:-1;;104:10;19130:74:0;87:34:-1;135:17;;-1:-1;19130:74:0;-1:-1:-1;19108:96:0;-1:-1:-1;19108:96:0;19256:6;;19275:58;19296:3;:10;19292:1;:14;19275:58;;;19327:3;19331:1;19327:6;;;;;;;;;;;;;;;;19313;19320:3;;;;;;19313:11;;;;;;;;;;;:20;-1:-1:-1;;;;;19313:20:0;;;;;;;;-1:-1:-1;19308:3:0;;19275:58;;;-1:-1:-1;19347:6:0;19342:58;19363:3;:10;19359:1;:14;19342:58;;;19394:3;19398:1;19394:6;;;;;;;;;;;;;;;;19380;19387:3;;;;;;19380:11;;;;;;;;;;;:20;-1:-1:-1;;;;;19380:20:0;;;;;;;;-1:-1:-1;19375:3:0;;19342:58;;;-1:-1:-1;19414:6:0;19409:58;19430:3;:10;19426:1;:14;19409:58;;;19461:3;19465:1;19461:6;;;;;;;;;;;;;;;;19447;19454:3;;;;;;19447:11;;;;;;;;;;;:20;-1:-1:-1;;;;;19447:20:0;;;;;;;;-1:-1:-1;19442:3:0;;19409:58;;;-1:-1:-1;19481:6:0;19476:58;19497:3;:10;19493:1;:14;19476:58;;;19528:3;19532:1;19528:6;;;;;;;;;;;;;;;;19514;19521:3;;;;;;19514:11;;;;;;;;;;;:20;-1:-1:-1;;;;;19514:20:0;;;;;;;;-1:-1:-1;19509:3:0;;19476:58;;;-1:-1:-1;19548:6:0;19543:58;19564:3;:10;19560:1;:14;19543:58;;;19595:3;19599:1;19595:6;;;;;;;;;;;;;;;;19581;19588:3;;;;;;19581:11;;;;;;;;;;;:20;-1:-1:-1;;;;;19581:20:0;;;;;;;;-1:-1:-1;19576:3:0;;19543:58;;;-1:-1:-1;19624:6:0;;18767:872;-1:-1:-1;;;;;;;;;;;;;18767:872:0:o;2339:163::-;2397:7;2426:1;2421;:6;;2413:42;;;;;-1:-1:-1;;;2413:42:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2474:5:0;;;2339:163::o;562:673::-;622:4;1150:20;;680:66;1186:15;;;;;:42;;-1:-1:-1;1205:23:0;;;1178:51;-1:-1:-1;;562:673:0:o;25846:6275::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;25846:6275:0;;;-1:-1:-1;25846:6275:0;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;
Swarm Source
bzzr://ca2d29b5d8fa4a365dca809651871486e33de31583b5a575efaa6caa86c145c9
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ 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.