Feature Tip: Add private address tag to any address under My Name Tag !
ERC-20
Overview
Max Total Supply
10,000,000,000,000 MUSU
Holders
67
Market
Onchain Market Cap
$0.00
Circulating Supply Market Cap
-
Other Info
Token Contract (WITH 9 Decimals)
Balance
33,444,199,215.146754072 MUSUValue
$0.00Loading...
Loading
Loading...
Loading
Loading...
Loading
# | Exchange | Pair | Price | 24H Volume | % Volume |
---|
Contract Name:
MUSU
Compiler Version
v0.8.11+commit.d7f03943
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2022-10-31 */ // »»————- 無修正 ————-«« // // 88b d88 88 88 ad88888ba 88 88 // 888b d888 88 88 d8" "8b 88 88 // 88`8b d8'88 88 88 Y8, 88 88 // 88 `8b d8' 88 88 88 `Y8aaaaa, 88 88 // 88 `8b d8' 88 88 88 `"""""8b, 88 88 // 88 `8b d8' 88 88 88 `8b 88 88 // 88 `888' 88 Y8a. .a8P Y8a a8P Y8a. .a8P // 88 `8' 88 `"Y8888Y"' "Y88888P" `"Y8888Y"' // // ┍━━━━━━━━━━━━━★━━━━━━━━━━━━━┑ // t.me/MusuToken // twitter.com/musu_token // medium.com/@musutoken // stream.musu-token.com // ┕━━━━━━━━━━━━━★━━━━━━━━━━━━━┙ // // »»————- 無修正 ————-«« // File: @openzeppelin/contracts/utils/Context.sol // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } } // File: @openzeppelin/contracts/access/Ownable.sol // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol) pragma solidity ^0.8.0; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions anymore. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby removing any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require(newOwner != address(0), "Ownable: new owner is the zero address"); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } } // File: @openzeppelin/contracts/token/ERC20/IERC20.sol // OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval(address indexed owner, address indexed spender, uint256 value); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance(address owner, address spender) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `from` to `to` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 amount ) external returns (bool); } // File: MUSU.sol pragma solidity 0.8.11; /** * @title Tax handler interface * @dev Any class that implements this interface can be used for protocol-specific tax calculations. */ interface ITaxHandler { /** * @notice Get number of tokens to pay as tax. * @param benefactor Address of the benefactor. * @param beneficiary Address of the beneficiary. * @param amount Number of tokens in the transfer. * @return Number of tokens to pay as tax. */ function getTax( address benefactor, address beneficiary, uint256 amount ) external view returns (uint256); } /** * @title Treasury handler interface * @dev Any class that implements this interface can be used for protocol-specific operations pertaining to the treasury. */ interface ITreasuryHandler { /** * @notice Perform operations before a transfer is executed. * @param benefactor Address of the benefactor. * @param beneficiary Address of the beneficiary. * @param amount Number of tokens in the transfer. */ function beforeTransferHandler( address benefactor, address beneficiary, uint256 amount ) external; /** * @notice Perform operations after a transfer is executed. * @param benefactor Address of the benefactor. * @param beneficiary Address of the beneficiary. * @param amount Number of tokens in the transfer. */ function afterTransferHandler( address benefactor, address beneficiary, uint256 amount ) external; } /** * @title MUSU token contract * @dev The MUSU token has modular systems for tax and treasury handler capabilities. */ contract MUSU is IERC20, Ownable { /// @dev Registry of user token balances. mapping(address => uint256) private _balances; /// @dev Registry of addresses users have given allowances to. mapping(address => mapping(address => uint256)) private _allowances; /// @notice Registry of the number of balance checkpoints an account has. mapping(address => uint32) public numCheckpoints; /// @notice The EIP-712 typehash for the contract's domain. bytes32 public constant DOMAIN_TYPEHASH = keccak256("EIP712Domain(string name,uint256 chainId,address verifyingContract)"); /// @notice The EIP-712 typehash for the delegation struct used by the contract. bytes32 public constant DELEGATION_TYPEHASH = keccak256("Delegation(address delegatee,uint256 nonce,uint256 expiry)"); /// @notice The contract implementing tax calculations. ITaxHandler public taxHandler; /// @notice The contract that performs treasury-related operations. ITreasuryHandler public treasuryHandler; /// @notice Emitted when the tax handler contract is changed. event TaxHandlerChanged(address oldAddress, address newAddress); /// @notice Emitted when the treasury handler contract is changed. event TreasuryHandlerChanged(address oldAddress, address newAddress); /// @dev Name of the token. string private _name; /// @dev Symbol of the token. string private _symbol; /** * @param name_ Name of the token. * @param symbol_ Symbol of the token. * @param taxHandlerAddress Initial tax handler contract. * @param treasuryHandlerAddress Initial treasury handler contract. */ constructor( string memory name_, string memory symbol_, address taxHandlerAddress, address treasuryHandlerAddress ) { _name = name_; _symbol = symbol_; taxHandler = ITaxHandler(taxHandlerAddress); treasuryHandler = ITreasuryHandler(treasuryHandlerAddress); _balances[_msgSender()] = totalSupply(); emit Transfer(address(0), _msgSender(), totalSupply()); } /** * @notice Get token name. * @return Name of the token. */ function name() public view returns (string memory) { return _name; } /** * @notice Get token symbol. * @return Symbol of the token. */ function symbol() external view returns (string memory) { return _symbol; } /** * @notice Get number of decimals used by the token. * @return Number of decimals used by the token. */ function decimals() external pure returns (uint8) { return 9; } /** * @notice Get the maximum number of tokens. * @return The maximum number of tokens that will ever be in existence. */ function totalSupply() public pure override returns (uint256) { // Ten trillion, i.e., 10,000,000,000,000 tokens. return 1e13 * 1e9; } /** * @notice Get token balance of given given account. * @param account Address to retrieve balance for. * @return The number of tokens owned by `account`. */ function balanceOf(address account) external view override returns (uint256) { return _balances[account]; } /** * @notice Transfer tokens from caller's address to another. * @param recipient Address to send the caller's tokens to. * @param amount The number of tokens to transfer to recipient. * @return True if transfer succeeds, else an error is raised. */ function transfer(address recipient, uint256 amount) external override returns (bool) { _transfer(_msgSender(), recipient, amount); return true; } /** * @notice Get the allowance `owner` has given `spender`. * @param owner The address on behalf of whom tokens can be spent by `spender`. * @param spender The address authorized to spend tokens on behalf of `owner`. * @return The allowance `owner` has given `spender`. */ function allowance(address owner, address spender) external view override returns (uint256) { return _allowances[owner][spender]; } /** * @notice Approve address to spend caller's tokens. * @dev This method can be exploited by malicious spenders if their allowance is already non-zero. See the following * document for details: https://docs.google.com/document/d/1YLPtQxZu1UAvO9cZ1O2RPXBbT0mooh4DYKjA_jp-RLM/edit. * Ensure the spender can be trusted before calling this method if they've already been approved before. Otherwise * use either the `increaseAllowance`/`decreaseAllowance` functions, or first set their allowance to zero, before * setting a new allowance. * @param spender Address to authorize for token expenditure. * @param amount The number of tokens `spender` is allowed to spend. * @return True if the approval succeeds, else an error is raised. */ function approve(address spender, uint256 amount) external override returns (bool) { _approve(_msgSender(), spender, amount); return true; } /** * @notice Transfer tokens from one address to another. * @param sender Address to move tokens from. * @param recipient Address to send the caller's tokens to. * @param amount The number of tokens to transfer to recipient. * @return True if the transfer succeeds, else an error is raised. */ function transferFrom( address sender, address recipient, uint256 amount ) external override returns (bool) { _transfer(sender, recipient, amount); uint256 currentAllowance = _allowances[sender][_msgSender()]; require( currentAllowance >= amount, "MUSU:transferFrom:ALLOWANCE_EXCEEDED: Transfer amount exceeds allowance." ); unchecked { _approve(sender, _msgSender(), currentAllowance - amount); } return true; } /** * @notice Increase spender's allowance. * @param spender Address of user authorized to spend caller's tokens. * @param addedValue The number of tokens to add to `spender`'s allowance. * @return True if the allowance is successfully increased, else an error is raised. */ function increaseAllowance(address spender, uint256 addedValue) external returns (bool) { _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue); return true; } /** * @notice Decrease spender's allowance. * @param spender Address of user authorized to spend caller's tokens. * @param subtractedValue The number of tokens to remove from `spender`'s allowance. * @return True if the allowance is successfully decreased, else an error is raised. */ function decreaseAllowance(address spender, uint256 subtractedValue) external returns (bool) { uint256 currentAllowance = _allowances[_msgSender()][spender]; require( currentAllowance >= subtractedValue, "MUSU:decreaseAllowance:ALLOWANCE_UNDERFLOW: Subtraction results in sub-zero allowance." ); unchecked { _approve(_msgSender(), spender, currentAllowance - subtractedValue); } return true; } /** * @notice Set new tax handler contract. * @param taxHandlerAddress Address of new tax handler contract. */ function setTaxHandler(address taxHandlerAddress) external onlyOwner { address oldTaxHandlerAddress = address(taxHandler); taxHandler = ITaxHandler(taxHandlerAddress); emit TaxHandlerChanged(oldTaxHandlerAddress, taxHandlerAddress); } /** * @notice Set new treasury handler contract. * @param treasuryHandlerAddress Address of new treasury handler contract. */ function setTreasuryHandler(address treasuryHandlerAddress) external onlyOwner { address oldTreasuryHandlerAddress = address(treasuryHandler); treasuryHandler = ITreasuryHandler(treasuryHandlerAddress); emit TreasuryHandlerChanged(oldTreasuryHandlerAddress, treasuryHandlerAddress); } /** * @notice Approve spender on behalf of owner. * @param owner Address on behalf of whom tokens can be spent by `spender`. * @param spender Address to authorize for token expenditure. * @param amount The number of tokens `spender` is allowed to spend. */ function _approve( address owner, address spender, uint256 amount ) private { require(owner != address(0), "MUSU:_approve:OWNER_ZERO: Cannot approve for the zero address."); require(spender != address(0), "MUSU:_approve:SPENDER_ZERO: Cannot approve to the zero address."); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } /** * @notice Transfer `amount` tokens from account `from` to account `to`. * @param from Address the tokens are moved out of. * @param to Address the tokens are moved to. * @param amount The number of tokens to transfer. */ function _transfer( address from, address to, uint256 amount ) private { require(from != address(0), "MUSU:_transfer:FROM_ZERO: Cannot transfer from the zero address."); require(to != address(0), "MUSU:_transfer:TO_ZERO: Cannot transfer to the zero address."); require(amount > 0, "MUSU:_transfer:ZERO_AMOUNT: Transfer amount must be greater than zero."); require(amount <= _balances[from], "MUSU:_transfer:INSUFFICIENT_BALANCE: Transfer amount exceeds balance."); treasuryHandler.beforeTransferHandler(from, to, amount); uint256 tax = taxHandler.getTax(from, to, amount); uint256 taxedAmount = amount - tax; _balances[from] -= amount; _balances[to] += taxedAmount; if (tax > 0) { _balances[address(treasuryHandler)] += tax; emit Transfer(from, address(treasuryHandler), tax); } treasuryHandler.afterTransferHandler(from, to, amount); emit Transfer(from, to, taxedAmount); } }
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":"taxHandlerAddress","type":"address"},{"internalType":"address","name":"treasuryHandlerAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldAddress","type":"address"},{"indexed":false,"internalType":"address","name":"newAddress","type":"address"}],"name":"TaxHandlerChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"oldAddress","type":"address"},{"indexed":false,"internalType":"address","name":"newAddress","type":"address"}],"name":"TreasuryHandlerChanged","type":"event"},{"inputs":[],"name":"DELEGATION_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DOMAIN_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"numCheckpoints","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"taxHandlerAddress","type":"address"}],"name":"setTaxHandler","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"treasuryHandlerAddress","type":"address"}],"name":"setTreasuryHandler","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"taxHandler","outputs":[{"internalType":"contract ITaxHandler","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"treasuryHandler","outputs":[{"internalType":"contract ITreasuryHandler","name":"","type":"address"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
60806040523480156200001157600080fd5b5060405162001516380380620015168339810160408190526200003491620002ff565b6200003f336200011f565b8351620000549060069060208701906200016f565b5082516200006a9060079060208601906200016f565b50600480546001600160a01b038085166001600160a01b0319928316179092556005805492841692909116919091179055620000ad69021e19e0c9bab240000090565b60016000336001600160a01b03168152602081019190915260400160002055336001600160a01b031660007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef69021e19e0c9bab240000060405190815260200160405180910390a350505050620003cb565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8280546200017d906200038e565b90600052602060002090601f016020900481019282620001a15760008555620001ec565b82601f10620001bc57805160ff1916838001178555620001ec565b82800160010185558215620001ec579182015b82811115620001ec578251825591602001919060010190620001cf565b50620001fa929150620001fe565b5090565b5b80821115620001fa5760008155600101620001ff565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200023d57600080fd5b81516001600160401b03808211156200025a576200025a62000215565b604051601f8301601f19908116603f0116810190828211818310171562000285576200028562000215565b81604052838152602092508683858801011115620002a257600080fd5b600091505b83821015620002c65785820183015181830184015290820190620002a7565b83821115620002d85760008385830101525b9695505050505050565b80516001600160a01b0381168114620002fa57600080fd5b919050565b600080600080608085870312156200031657600080fd5b84516001600160401b03808211156200032e57600080fd5b6200033c888389016200022b565b955060208701519150808211156200035357600080fd5b5062000362878288016200022b565b9350506200037360408601620002e2565b91506200038360608601620002e2565b905092959194509250565b600181811c90821680620003a357607f821691505b60208210811415620003c557634e487b7160e01b600052602260045260246000fd5b50919050565b61113b80620003db6000396000f3fe608060405234801561001057600080fd5b50600436106101775760003560e01c80636fcfff45116100d8578063a457c2d71161008c578063dd62ed3e11610066578063dd62ed3e14610344578063e7a324dc1461037d578063f2fde38b146103a457600080fd5b8063a457c2d71461030b578063a9059cbb1461031e578063a9373b7b1461033157600080fd5b8063715018a6116100bd578063715018a6146102ea5780638da5cb5b146102f257806395d89b411461030357600080fd5b80636fcfff451461028657806370a08231146102c157600080fd5b806320606b701161012f578063313ce56711610114578063313ce5671461024f578063395093511461025e578063488d4a511461027157600080fd5b806320606b701461021557806323b872dd1461023c57600080fd5b806312280ba81161016057806312280ba8146101bd57806317889633146101e857806318160ddd146101fb57600080fd5b806306fdde031461017c578063095ea7b31461019a575b600080fd5b6101846103b7565b6040516101919190610f40565b60405180910390f35b6101ad6101a8366004610fb1565b610449565b6040519015158152602001610191565b6004546101d0906001600160a01b031681565b6040516001600160a01b039091168152602001610191565b6005546101d0906001600160a01b031681565b69021e19e0c9bab24000005b604051908152602001610191565b6102077f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6101ad61024a366004610fdb565b61045f565b60405160098152602001610191565b6101ad61026c366004610fb1565b610549565b61028461027f366004611017565b610585565b005b6102ac610294366004611017565b60036020526000908152604090205463ffffffff1681565b60405163ffffffff9091168152602001610191565b6102076102cf366004611017565b6001600160a01b031660009081526001602052604090205490565b6102846105fb565b6000546001600160a01b03166101d0565b61018461060f565b6101ad610319366004610fb1565b61061e565b6101ad61032c366004610fb1565b6106f5565b61028461033f366004611017565b610702565b610207610352366004611039565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6102077fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf81565b6102846103b2366004611017565b610771565b6060600680546103c69061106c565b80601f01602080910402602001604051908101604052809291908181526020018280546103f29061106c565b801561043f5780601f106104145761010080835404028352916020019161043f565b820191906000526020600020905b81548152906001019060200180831161042257829003601f168201915b5050505050905090565b6000610456338484610801565b50600192915050565b600061046c84848461095a565b6001600160a01b0384166000908152600260209081526040808320338452909152902054828110156105315760405162461bcd60e51b815260206004820152604860248201527f4d5553553a7472616e7366657246726f6d3a414c4c4f57414e43455f4558434560448201527f454445443a205472616e7366657220616d6f756e74206578636565647320616c60648201527f6c6f77616e63652e000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b61053e8533858403610801565b506001949350505050565b3360008181526002602090815260408083206001600160a01b038716845290915281205490916104569185906105809086906110bd565b610801565b61058d610e89565b600480546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff1983168117909355604080519190921680825260208201939093527ed910c9481701ba32afe0c247572aaece27072f230c8ec769bf245fc0b38de691015b60405180910390a15050565b610603610e89565b61060d6000610ee3565b565b6060600780546103c69061106c565b3360009081526002602090815260408083206001600160a01b0386168452909152812054828110156106de5760405162461bcd60e51b815260206004820152605660248201527f4d5553553a6465637265617365416c6c6f77616e63653a414c4c4f57414e434560448201527f5f554e444552464c4f573a205375627472616374696f6e20726573756c74732060648201527f696e207375622d7a65726f20616c6c6f77616e63652e00000000000000000000608482015260a401610528565b6106eb3385858403610801565b5060019392505050565b600061045633848461095a565b61070a610e89565b600580546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff1983168117909355604080519190921680825260208201939093527f1bf87992a35ee29395ab494f9adb9a500a7fa60c3082cba0ef02701bb35900d991016105ef565b610779610e89565b6001600160a01b0381166107f55760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610528565b6107fe81610ee3565b50565b6001600160a01b03831661087d5760405162461bcd60e51b815260206004820152603e60248201527f4d5553553a5f617070726f76653a4f574e45525f5a45524f3a2043616e6e6f7460448201527f20617070726f766520666f7220746865207a65726f20616464726573732e00006064820152608401610528565b6001600160a01b0382166108f95760405162461bcd60e51b815260206004820152603f60248201527f4d5553553a5f617070726f76653a5350454e4445525f5a45524f3a2043616e6e60448201527f6f7420617070726f766520746f20746865207a65726f20616464726573732e006064820152608401610528565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166109d8576040805162461bcd60e51b81526020600482015260248101919091527f4d5553553a5f7472616e736665723a46524f4d5f5a45524f3a2043616e6e6f7460448201527f207472616e736665722066726f6d20746865207a65726f20616464726573732e6064820152608401610528565b6001600160a01b038216610a545760405162461bcd60e51b815260206004820152603c60248201527f4d5553553a5f7472616e736665723a544f5f5a45524f3a2043616e6e6f74207460448201527f72616e7366657220746f20746865207a65726f20616464726573732e000000006064820152608401610528565b60008111610af05760405162461bcd60e51b815260206004820152604660248201527f4d5553553a5f7472616e736665723a5a45524f5f414d4f554e543a205472616e60448201527f7366657220616d6f756e74206d7573742062652067726561746572207468616e60648201527f207a65726f2e0000000000000000000000000000000000000000000000000000608482015260a401610528565b6001600160a01b038316600090815260016020526040902054811115610ba45760405162461bcd60e51b815260206004820152604560248201527f4d5553553a5f7472616e736665723a494e53554646494349454e545f42414c4160448201527f4e43453a205472616e7366657220616d6f756e7420657863656564732062616c60648201527f616e63652e000000000000000000000000000000000000000000000000000000608482015260a401610528565b6005546040517fc6512cc10000000000000000000000000000000000000000000000000000000081526001600160a01b0385811660048301528481166024830152604482018490529091169063c6512cc190606401600060405180830381600087803b158015610c1357600080fd5b505af1158015610c27573d6000803e3d6000fd5b5050600480546040517fd7ad21ac0000000000000000000000000000000000000000000000000000000081526001600160a01b0388811693820193909352868316602482015260448101869052600094509116915063d7ad21ac90606401602060405180830381865afa158015610ca2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cc691906110d5565b90506000610cd482846110ee565b6001600160a01b038616600090815260016020526040812080549293508592909190610d019084906110ee565b90915550506001600160a01b03841660009081526001602052604081208054839290610d2e9084906110bd565b90915550508115610dae576005546001600160a01b031660009081526001602052604081208054849290610d639084906110bd565b90915550506005546040518381526001600160a01b03918216918716907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35b6005546040517fe613b1cd0000000000000000000000000000000000000000000000000000000081526001600160a01b0387811660048301528681166024830152604482018690529091169063e613b1cd90606401600060405180830381600087803b158015610e1d57600080fd5b505af1158015610e31573d6000803e3d6000fd5b50505050836001600160a01b0316856001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e7a91815260200190565b60405180910390a35050505050565b6000546001600160a01b0316331461060d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610528565b600080546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600060208083528351808285015260005b81811015610f6d57858101830151858201604001528201610f51565b81811115610f7f576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610fac57600080fd5b919050565b60008060408385031215610fc457600080fd5b610fcd83610f95565b946020939093013593505050565b600080600060608486031215610ff057600080fd5b610ff984610f95565b925061100760208501610f95565b9150604084013590509250925092565b60006020828403121561102957600080fd5b61103282610f95565b9392505050565b6000806040838503121561104c57600080fd5b61105583610f95565b915061106360208401610f95565b90509250929050565b600181811c9082168061108057607f821691505b602082108114156110a157634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156110d0576110d06110a7565b500190565b6000602082840312156110e757600080fd5b5051919050565b600082821015611100576111006110a7565b50039056fea2646970667358221220a94009c07c63993d26f1af6fb9411ba3659666842457a2150307cf508381048764736f6c634300080b0033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000e4974ffd7a43b0f2ebe72084f53036af1a2b04c5000000000000000000000000e4974ffd7a43b0f2ebe72084f53036af1a2b04c50000000000000000000000000000000000000000000000000000000000000009e784a1e4bfaee6ada3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044d55535500000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106101775760003560e01c80636fcfff45116100d8578063a457c2d71161008c578063dd62ed3e11610066578063dd62ed3e14610344578063e7a324dc1461037d578063f2fde38b146103a457600080fd5b8063a457c2d71461030b578063a9059cbb1461031e578063a9373b7b1461033157600080fd5b8063715018a6116100bd578063715018a6146102ea5780638da5cb5b146102f257806395d89b411461030357600080fd5b80636fcfff451461028657806370a08231146102c157600080fd5b806320606b701161012f578063313ce56711610114578063313ce5671461024f578063395093511461025e578063488d4a511461027157600080fd5b806320606b701461021557806323b872dd1461023c57600080fd5b806312280ba81161016057806312280ba8146101bd57806317889633146101e857806318160ddd146101fb57600080fd5b806306fdde031461017c578063095ea7b31461019a575b600080fd5b6101846103b7565b6040516101919190610f40565b60405180910390f35b6101ad6101a8366004610fb1565b610449565b6040519015158152602001610191565b6004546101d0906001600160a01b031681565b6040516001600160a01b039091168152602001610191565b6005546101d0906001600160a01b031681565b69021e19e0c9bab24000005b604051908152602001610191565b6102077f8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a86681565b6101ad61024a366004610fdb565b61045f565b60405160098152602001610191565b6101ad61026c366004610fb1565b610549565b61028461027f366004611017565b610585565b005b6102ac610294366004611017565b60036020526000908152604090205463ffffffff1681565b60405163ffffffff9091168152602001610191565b6102076102cf366004611017565b6001600160a01b031660009081526001602052604090205490565b6102846105fb565b6000546001600160a01b03166101d0565b61018461060f565b6101ad610319366004610fb1565b61061e565b6101ad61032c366004610fb1565b6106f5565b61028461033f366004611017565b610702565b610207610352366004611039565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6102077fe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf81565b6102846103b2366004611017565b610771565b6060600680546103c69061106c565b80601f01602080910402602001604051908101604052809291908181526020018280546103f29061106c565b801561043f5780601f106104145761010080835404028352916020019161043f565b820191906000526020600020905b81548152906001019060200180831161042257829003601f168201915b5050505050905090565b6000610456338484610801565b50600192915050565b600061046c84848461095a565b6001600160a01b0384166000908152600260209081526040808320338452909152902054828110156105315760405162461bcd60e51b815260206004820152604860248201527f4d5553553a7472616e7366657246726f6d3a414c4c4f57414e43455f4558434560448201527f454445443a205472616e7366657220616d6f756e74206578636565647320616c60648201527f6c6f77616e63652e000000000000000000000000000000000000000000000000608482015260a4015b60405180910390fd5b61053e8533858403610801565b506001949350505050565b3360008181526002602090815260408083206001600160a01b038716845290915281205490916104569185906105809086906110bd565b610801565b61058d610e89565b600480546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff1983168117909355604080519190921680825260208201939093527ed910c9481701ba32afe0c247572aaece27072f230c8ec769bf245fc0b38de691015b60405180910390a15050565b610603610e89565b61060d6000610ee3565b565b6060600780546103c69061106c565b3360009081526002602090815260408083206001600160a01b0386168452909152812054828110156106de5760405162461bcd60e51b815260206004820152605660248201527f4d5553553a6465637265617365416c6c6f77616e63653a414c4c4f57414e434560448201527f5f554e444552464c4f573a205375627472616374696f6e20726573756c74732060648201527f696e207375622d7a65726f20616c6c6f77616e63652e00000000000000000000608482015260a401610528565b6106eb3385858403610801565b5060019392505050565b600061045633848461095a565b61070a610e89565b600580546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff1983168117909355604080519190921680825260208201939093527f1bf87992a35ee29395ab494f9adb9a500a7fa60c3082cba0ef02701bb35900d991016105ef565b610779610e89565b6001600160a01b0381166107f55760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610528565b6107fe81610ee3565b50565b6001600160a01b03831661087d5760405162461bcd60e51b815260206004820152603e60248201527f4d5553553a5f617070726f76653a4f574e45525f5a45524f3a2043616e6e6f7460448201527f20617070726f766520666f7220746865207a65726f20616464726573732e00006064820152608401610528565b6001600160a01b0382166108f95760405162461bcd60e51b815260206004820152603f60248201527f4d5553553a5f617070726f76653a5350454e4445525f5a45524f3a2043616e6e60448201527f6f7420617070726f766520746f20746865207a65726f20616464726573732e006064820152608401610528565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166109d8576040805162461bcd60e51b81526020600482015260248101919091527f4d5553553a5f7472616e736665723a46524f4d5f5a45524f3a2043616e6e6f7460448201527f207472616e736665722066726f6d20746865207a65726f20616464726573732e6064820152608401610528565b6001600160a01b038216610a545760405162461bcd60e51b815260206004820152603c60248201527f4d5553553a5f7472616e736665723a544f5f5a45524f3a2043616e6e6f74207460448201527f72616e7366657220746f20746865207a65726f20616464726573732e000000006064820152608401610528565b60008111610af05760405162461bcd60e51b815260206004820152604660248201527f4d5553553a5f7472616e736665723a5a45524f5f414d4f554e543a205472616e60448201527f7366657220616d6f756e74206d7573742062652067726561746572207468616e60648201527f207a65726f2e0000000000000000000000000000000000000000000000000000608482015260a401610528565b6001600160a01b038316600090815260016020526040902054811115610ba45760405162461bcd60e51b815260206004820152604560248201527f4d5553553a5f7472616e736665723a494e53554646494349454e545f42414c4160448201527f4e43453a205472616e7366657220616d6f756e7420657863656564732062616c60648201527f616e63652e000000000000000000000000000000000000000000000000000000608482015260a401610528565b6005546040517fc6512cc10000000000000000000000000000000000000000000000000000000081526001600160a01b0385811660048301528481166024830152604482018490529091169063c6512cc190606401600060405180830381600087803b158015610c1357600080fd5b505af1158015610c27573d6000803e3d6000fd5b5050600480546040517fd7ad21ac0000000000000000000000000000000000000000000000000000000081526001600160a01b0388811693820193909352868316602482015260448101869052600094509116915063d7ad21ac90606401602060405180830381865afa158015610ca2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cc691906110d5565b90506000610cd482846110ee565b6001600160a01b038616600090815260016020526040812080549293508592909190610d019084906110ee565b90915550506001600160a01b03841660009081526001602052604081208054839290610d2e9084906110bd565b90915550508115610dae576005546001600160a01b031660009081526001602052604081208054849290610d639084906110bd565b90915550506005546040518381526001600160a01b03918216918716907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35b6005546040517fe613b1cd0000000000000000000000000000000000000000000000000000000081526001600160a01b0387811660048301528681166024830152604482018690529091169063e613b1cd90606401600060405180830381600087803b158015610e1d57600080fd5b505af1158015610e31573d6000803e3d6000fd5b50505050836001600160a01b0316856001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610e7a91815260200190565b60405180910390a35050505050565b6000546001600160a01b0316331461060d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610528565b600080546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600060208083528351808285015260005b81811015610f6d57858101830151858201604001528201610f51565b81811115610f7f576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610fac57600080fd5b919050565b60008060408385031215610fc457600080fd5b610fcd83610f95565b946020939093013593505050565b600080600060608486031215610ff057600080fd5b610ff984610f95565b925061100760208501610f95565b9150604084013590509250925092565b60006020828403121561102957600080fd5b61103282610f95565b9392505050565b6000806040838503121561104c57600080fd5b61105583610f95565b915061106360208401610f95565b90509250929050565b600181811c9082168061108057607f821691505b602082108114156110a157634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b600082198211156110d0576110d06110a7565b500190565b6000602082840312156110e757600080fd5b5051919050565b600082821015611100576111006110a7565b50039056fea2646970667358221220a94009c07c63993d26f1af6fb9411ba3659666842457a2150307cf508381048764736f6c634300080b0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000e4974ffd7a43b0f2ebe72084f53036af1a2b04c5000000000000000000000000e4974ffd7a43b0f2ebe72084f53036af1a2b04c50000000000000000000000000000000000000000000000000000000000000009e784a1e4bfaee6ada3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044d55535500000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : name_ (string): 無修正
Arg [1] : symbol_ (string): MUSU
Arg [2] : taxHandlerAddress (address): 0xe4974fFd7A43b0f2Ebe72084F53036AF1A2B04c5
Arg [3] : treasuryHandlerAddress (address): 0xe4974fFd7A43b0f2Ebe72084F53036AF1A2B04c5
-----Encoded View---------------
8 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [2] : 000000000000000000000000e4974ffd7a43b0f2ebe72084f53036af1a2b04c5
Arg [3] : 000000000000000000000000e4974ffd7a43b0f2ebe72084f53036af1a2b04c5
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000009
Arg [5] : e784a1e4bfaee6ada30000000000000000000000000000000000000000000000
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000004
Arg [7] : 4d55535500000000000000000000000000000000000000000000000000000000
Deployed Bytecode Sourcemap
9392:10486:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11670:83;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14514:163;;;;;;:::i;:::-;;:::i;:::-;;;1241:14:1;;1234:22;1216:41;;1204:2;1189:18;14514:163:0;1076:187:1;10302:29:0;;;;;-1:-1:-1;;;;;10302:29:0;;;;;;-1:-1:-1;;;;;1451:55:1;;;1433:74;;1421:2;1406:18;10302:29:0;1268:245:1;10413:39:0;;;;;-1:-1:-1;;;;;10413:39:0;;;12307:157;12446:10;12307:157;;;1919:25:1;;;1907:2;1892:18;12307:157:0;1773:177:1;9880:131:0;;9931:80;9880:131;;15021:555;;;;;;:::i;:::-;;:::i;12077:77::-;;;12145:1;2612:36:1;;2600:2;2585:18;12077:77:0;2470:184:1;15894:211:0;;;;;;:::i;:::-;;:::i;17068:268::-;;;;;;:::i;:::-;;:::i;:::-;;9758:48;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;3024:10:1;3012:23;;;2994:42;;2982:2;2967:18;9758:48:0;2850:192:1;12661:121:0;;;;;;:::i;:::-;-1:-1:-1;;;;;12756:18:0;12729:7;12756:18;;;:9;:18;;;;;;;12661:121;3934:103;;;:::i;3286:87::-;3332:7;3359:6;-1:-1:-1;;;;;3359:6:0;3286:87;;11850:89;;;:::i;16433:493::-;;;;;;:::i;:::-;;:::i;13076:169::-;;;;;;:::i;:::-;;:::i;17493:318::-;;;;;;:::i;:::-;;:::i;13562:145::-;;;;;;:::i;:::-;-1:-1:-1;;;;;13672:18:0;;;13645:7;13672:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;13562:145;10106:126;;10161:71;10106:126;;4192:201;;;;;;:::i;:::-;;:::i;11670:83::-;11707:13;11740:5;11733:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11670:83;:::o;14514:163::-;14591:4;14608:39;1917:10;14631:7;14640:6;14608:8;:39::i;:::-;-1:-1:-1;14665:4:0;14514:163;;;;:::o;15021:555::-;15155:4;15172:36;15182:6;15190:9;15201:6;15172:9;:36::i;:::-;-1:-1:-1;;;;;15248:19:0;;15221:24;15248:19;;;:11;:19;;;;;;;;1917:10;15248:33;;;;;;;;15314:26;;;;15292:148;;;;-1:-1:-1;;;15292:148:0;;4187:2:1;15292:148:0;;;4169:21:1;4226:2;4206:18;;;4199:30;4265:34;4245:18;;;4238:62;4336:34;4316:18;;;4309:62;4408:10;4387:19;;;4380:39;4436:19;;15292:148:0;;;;;;;;;15476:57;15485:6;1917:10;15526:6;15507:16;:25;15476:8;:57::i;:::-;-1:-1:-1;15564:4:0;;15021:555;-1:-1:-1;;;;15021:555:0:o;15894:211::-;1917:10;15976:4;16025:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;16025:34:0;;;;;;;;;;15976:4;;15993:80;;16016:7;;16025:47;;16062:10;;16025:47;:::i;:::-;15993:8;:80::i;17068:268::-;3172:13;:11;:13::i;:::-;17187:10:::1;::::0;;-1:-1:-1;;;;;17209:43:0;;::::1;-1:-1:-1::0;;17209:43:0;::::1;::::0;::::1;::::0;;;17270:58:::1;::::0;;17187:10;;;::::1;5023:34:1::0;;;5088:2;5073:18;;5066:43;;;;17270:58:0::1;::::0;4935:18:1;17270:58:0::1;;;;;;;;17137:199;17068:268:::0;:::o;3934:103::-;3172:13;:11;:13::i;:::-;3999:30:::1;4026:1;3999:18;:30::i;:::-;3934:103::o:0;11850:89::-;11891:13;11924:7;11917:14;;;;;:::i;16433:493::-;1917:10;16520:4;16564:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;16564:34:0;;;;;;;;;;16631:35;;;;16609:171;;;;-1:-1:-1;;;16609:171:0;;5322:2:1;16609:171:0;;;5304:21:1;5361:2;5341:18;;;5334:30;5400:34;5380:18;;;5373:62;5471:34;5451:18;;;5444:62;5543:24;5522:19;;;5515:53;5585:19;;16609:171:0;5120:490:1;16609:171:0;16816:67;1917:10;16839:7;16867:15;16848:16;:34;16816:8;:67::i;:::-;-1:-1:-1;16914:4:0;;16433:493;-1:-1:-1;;;16433:493:0:o;13076:169::-;13156:4;13173:42;1917:10;13197:9;13208:6;13173:9;:42::i;17493:318::-;3172:13;:11;:13::i;:::-;17627:15:::1;::::0;;-1:-1:-1;;;;;17654:58:0;;::::1;-1:-1:-1::0;;17654:58:0;::::1;::::0;::::1;::::0;;;17730:73:::1;::::0;;17627:15;;;::::1;5023:34:1::0;;;5088:2;5073:18;;5066:43;;;;17730:73:0::1;::::0;4935:18:1;17730:73:0::1;4788:327:1::0;4192:201:0;3172:13;:11;:13::i;:::-;-1:-1:-1;;;;;4281:22:0;::::1;4273:73;;;::::0;-1:-1:-1;;;4273:73:0;;5817:2:1;4273:73:0::1;::::0;::::1;5799:21:1::0;5856:2;5836:18;;;5829:30;5895:34;5875:18;;;5868:62;5966:8;5946:18;;;5939:36;5992:19;;4273:73:0::1;5615:402:1::0;4273:73:0::1;4357:28;4376:8;4357:18;:28::i;:::-;4192:201:::0;:::o;18111:428::-;-1:-1:-1;;;;;18238:19:0;;18230:94;;;;-1:-1:-1;;;18230:94:0;;6224:2:1;18230:94:0;;;6206:21:1;6263:2;6243:18;;;6236:30;6302:34;6282:18;;;6275:62;6373:32;6353:18;;;6346:60;6423:19;;18230:94:0;6022:426:1;18230:94:0;-1:-1:-1;;;;;18343:21:0;;18335:97;;;;-1:-1:-1;;;18335:97:0;;6655:2:1;18335:97:0;;;6637:21:1;6694:2;6674:18;;;6667:30;6733:34;6713:18;;;6706:62;6804:33;6784:18;;;6777:61;6855:19;;18335:97:0;6453:427:1;18335:97:0;-1:-1:-1;;;;;18445:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;18499:32;;1919:25:1;;;18499:32:0;;1892:18:1;18499:32:0;;;;;;;18111:428;;;:::o;18807:1068::-;-1:-1:-1;;;;;18929:18:0;;18921:95;;;;;-1:-1:-1;;;18921:95:0;;7087:2:1;18921:95:0;;;7069:21:1;7106:18;;;7099:30;;;;7165:34;7145:18;;;7138:62;7236:34;7216:18;;;7209:62;7288:19;;18921:95:0;6885:428:1;18921:95:0;-1:-1:-1;;;;;19035:16:0;;19027:89;;;;-1:-1:-1;;;19027:89:0;;7520:2:1;19027:89:0;;;7502:21:1;7559:2;7539:18;;;7532:30;7598:34;7578:18;;;7571:62;7669:30;7649:18;;;7642:58;7717:19;;19027:89:0;7318:424:1;19027:89:0;19144:1;19135:6;:10;19127:93;;;;-1:-1:-1;;;19127:93:0;;7949:2:1;19127:93:0;;;7931:21:1;7988:2;7968:18;;;7961:30;8027:34;8007:18;;;8000:62;8098:34;8078:18;;;8071:62;8170:8;8149:19;;;8142:37;8196:19;;19127:93:0;7747:474:1;19127:93:0;-1:-1:-1;;;;;19249:15:0;;;;;;:9;:15;;;;;;19239:25;;;19231:107;;;;-1:-1:-1;;;19231:107:0;;8428:2:1;19231:107:0;;;8410:21:1;8467:2;8447:18;;;8440:30;8506:34;8486:18;;;8479:62;8577:34;8557:18;;;8550:62;8649:7;8628:19;;;8621:36;8674:19;;19231:107:0;8226:473:1;19231:107:0;19351:15;;:55;;;;;-1:-1:-1;;;;;8985:15:1;;;19351:55:0;;;8967:34:1;9037:15;;;9017:18;;;9010:43;9069:18;;;9062:34;;;19351:15:0;;;;:37;;8879:18:1;;19351:55:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;19433:10:0;;;:35;;;;;-1:-1:-1;;;;;8985:15:1;;;19433:35:0;;;8967:34:1;;;;9037:15;;;9017:18;;;9010:43;9069:18;;;9062:34;;;19419:11:0;;-1:-1:-1;19433:10:0;;;-1:-1:-1;19433:17:0;;8879:18:1;;19433:35:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;19419:49;-1:-1:-1;19479:19:0;19501:12;19419:49;19501:6;:12;:::i;:::-;-1:-1:-1;;;;;19526:15:0;;;;;;:9;:15;;;;;:25;;19479:34;;-1:-1:-1;19545:6:0;;19526:15;;;:25;;19545:6;;19526:25;:::i;:::-;;;;-1:-1:-1;;;;;;;19562:13:0;;;;;;:9;:13;;;;;:28;;19579:11;;19562:13;:28;;19579:11;;19562:28;:::i;:::-;;;;-1:-1:-1;;19607:7:0;;19603:149;;19649:15;;-1:-1:-1;;;;;19649:15:0;19631:35;;;;:9;:35;;;;;:42;;19670:3;;19631:35;:42;;19670:3;;19631:42;:::i;:::-;;;;-1:-1:-1;;19718:15:0;;19695:45;;1919:25:1;;;-1:-1:-1;;;;;19718:15:0;;;;19695:45;;;;;1907:2:1;1892:18;19695:45:0;;;;;;;19603:149;19764:15;;:54;;;;;-1:-1:-1;;;;;8985:15:1;;;19764:54:0;;;8967:34:1;9037:15;;;9017:18;;;9010:43;9069:18;;;9062:34;;;19764:15:0;;;;:36;;8879:18:1;;19764:54:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19851:2;-1:-1:-1;;;;;19836:31:0;19845:4;-1:-1:-1;;;;;19836:31:0;;19855:11;19836:31;;;;1919:25:1;;1907:2;1892:18;;1773:177;19836:31:0;;;;;;;;18910:965;;18807:1068;;;:::o;3451:132::-;3332:7;3359:6;-1:-1:-1;;;;;3359:6:0;1917:10;3515:23;3507:68;;;;-1:-1:-1;;;3507:68:0;;9628:2:1;3507:68:0;;;9610:21:1;;;9647:18;;;9640:30;9706:34;9686:18;;;9679:62;9758:18;;3507:68:0;9426:356:1;4553:191:0;4627:16;4646:6;;-1:-1:-1;;;;;4663:17:0;;;-1:-1:-1;;4663:17:0;;;;;;4696:40;;4646:6;;;;;;;4696:40;;4627:16;4696:40;4616:128;4553:191;:::o;14:597:1:-;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;452:6;449:1;446:13;443:91;;;522:1;517:2;508:6;497:9;493:22;489:31;482:42;443:91;-1:-1:-1;595:2:1;574:15;-1:-1:-1;;570:29:1;555:45;;;;602:2;551:54;;14:597;-1:-1:-1;;;14:597:1:o;616:196::-;684:20;;-1:-1:-1;;;;;733:54:1;;723:65;;713:93;;802:1;799;792:12;713:93;616:196;;;:::o;817:254::-;885:6;893;946:2;934:9;925:7;921:23;917:32;914:52;;;962:1;959;952:12;914:52;985:29;1004:9;985:29;:::i;:::-;975:39;1061:2;1046:18;;;;1033:32;;-1:-1:-1;;;817:254:1:o;2137:328::-;2214:6;2222;2230;2283:2;2271:9;2262:7;2258:23;2254:32;2251:52;;;2299:1;2296;2289:12;2251:52;2322:29;2341:9;2322:29;:::i;:::-;2312:39;;2370:38;2404:2;2393:9;2389:18;2370:38;:::i;:::-;2360:48;;2455:2;2444:9;2440:18;2427:32;2417:42;;2137:328;;;;;:::o;2659:186::-;2718:6;2771:2;2759:9;2750:7;2746:23;2742:32;2739:52;;;2787:1;2784;2777:12;2739:52;2810:29;2829:9;2810:29;:::i;:::-;2800:39;2659:186;-1:-1:-1;;;2659:186:1:o;3278:260::-;3346:6;3354;3407:2;3395:9;3386:7;3382:23;3378:32;3375:52;;;3423:1;3420;3413:12;3375:52;3446:29;3465:9;3446:29;:::i;:::-;3436:39;;3494:38;3528:2;3517:9;3513:18;3494:38;:::i;:::-;3484:48;;3278:260;;;;;:::o;3543:437::-;3622:1;3618:12;;;;3665;;;3686:61;;3740:4;3732:6;3728:17;3718:27;;3686:61;3793:2;3785:6;3782:14;3762:18;3759:38;3756:218;;;-1:-1:-1;;;3827:1:1;3820:88;3931:4;3928:1;3921:15;3959:4;3956:1;3949:15;3756:218;;3543:437;;;:::o;4466:184::-;-1:-1:-1;;;4515:1:1;4508:88;4615:4;4612:1;4605:15;4639:4;4636:1;4629:15;4655:128;4695:3;4726:1;4722:6;4719:1;4716:13;4713:39;;;4732:18;;:::i;:::-;-1:-1:-1;4768:9:1;;4655:128::o;9107:184::-;9177:6;9230:2;9218:9;9209:7;9205:23;9201:32;9198:52;;;9246:1;9243;9236:12;9198:52;-1:-1:-1;9269:16:1;;9107:184;-1:-1:-1;9107:184:1:o;9296:125::-;9336:4;9364:1;9361;9358:8;9355:34;;;9369:18;;:::i;:::-;-1:-1:-1;9406:9:1;;9296:125::o
Swarm Source
ipfs://a94009c07c63993d26f1af6fb9411ba3659666842457a2150307cf5083810487
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.