More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 790 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Approve | 295776052 | 381 days ago | IN | 0 ETH | 0.00000142 | ||||
| Approve | 285690049 | 411 days ago | IN | 0 ETH | 0.00000062 | ||||
| Approve | 281523844 | 423 days ago | IN | 0 ETH | 0.0000023 | ||||
| Approve | 278760408 | 431 days ago | IN | 0 ETH | 0.00000271 | ||||
| Approve | 266993661 | 465 days ago | IN | 0 ETH | 0.00000058 | ||||
| Approve | 254779691 | 501 days ago | IN | 0 ETH | 0.00000055 | ||||
| Approve | 251062880 | 512 days ago | IN | 0 ETH | 0.00000032 | ||||
| Approve | 211846974 | 626 days ago | IN | 0 ETH | 0.00000038 | ||||
| Transfer | 205009904 | 646 days ago | IN | 0 ETH | 0.00000073 | ||||
| Approve | 203415580 | 650 days ago | IN | 0 ETH | 0.00000067 | ||||
| Approve | 201852577 | 655 days ago | IN | 0 ETH | 0.00000047 | ||||
| Approve | 201852546 | 655 days ago | IN | 0 ETH | 0.00000047 | ||||
| Transfer | 184290320 | 707 days ago | IN | 0 ETH | 0.00006043 | ||||
| Approve | 176410197 | 731 days ago | IN | 0 ETH | 0.00005558 | ||||
| Approve | 170882132 | 747 days ago | IN | 0 ETH | 0.00005437 | ||||
| Approve | 170881901 | 747 days ago | IN | 0 ETH | 0.00005437 | ||||
| Approve | 170881713 | 747 days ago | IN | 0 ETH | 0.00005437 | ||||
| Approve | 165610211 | 763 days ago | IN | 0 ETH | 0.00002905 | ||||
| Approve | 165610189 | 763 days ago | IN | 0 ETH | 0.00002905 | ||||
| Transfer | 155260636 | 795 days ago | IN | 0 ETH | 0.00008289 | ||||
| Approve | 133548767 | 863 days ago | IN | 0 ETH | 0.0000276 | ||||
| Approve | 133548740 | 863 days ago | IN | 0 ETH | 0.0000276 | ||||
| Approve | 120536879 | 904 days ago | IN | 0 ETH | 0.0000259 | ||||
| Approve | 119289320 | 908 days ago | IN | 0 ETH | 0.0000395 | ||||
| Approve | 119289219 | 908 days ago | IN | 0 ETH | 0.0000395 |
Latest 25 internal transactions (View All)
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 71855128 | 1049 days ago | 0 ETH | ||||
| 71855128 | 1049 days ago | 0 ETH | ||||
| 71855003 | 1049 days ago | 0 ETH | ||||
| 71855003 | 1049 days ago | 0 ETH | ||||
| 71855003 | 1049 days ago | 0 ETH | ||||
| 71855003 | 1049 days ago | 0 ETH | ||||
| 71855003 | 1049 days ago | 0 ETH | ||||
| 71855003 | 1049 days ago | 0 ETH | ||||
| 71855002 | 1049 days ago | 0 ETH | ||||
| 71855002 | 1049 days ago | 0 ETH | ||||
| 71854742 | 1049 days ago | 0 ETH | ||||
| 71854742 | 1049 days ago | 0 ETH | ||||
| 71854742 | 1049 days ago | 0 ETH | ||||
| 71854742 | 1049 days ago | 0 ETH | ||||
| 71854742 | 1049 days ago | 0 ETH | ||||
| 71854742 | 1049 days ago | 0 ETH | ||||
| 71854741 | 1049 days ago | 0 ETH | ||||
| 71854741 | 1049 days ago | 0 ETH | ||||
| 71854340 | 1049 days ago | 0 ETH | ||||
| 71854340 | 1049 days ago | 0 ETH | ||||
| 71854340 | 1049 days ago | 0 ETH | ||||
| 71854340 | 1049 days ago | 0 ETH | ||||
| 71830759 | 1049 days ago | 0 ETH | ||||
| 71830759 | 1049 days ago | 0 ETH | ||||
| 71830759 | 1049 days ago | 0 ETH |
Cross-Chain Transactions
Contract Source Code (Solidity)
/**
*Submitted for verification at Arbiscan.io on 2023-01-23
*/
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/utils/Address.sol
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{value: amount}("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCall(target, data, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value
) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value,
string memory errorMessage
) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
require(isContract(target), "Address: call to non-contract");
(bool success, bytes memory returndata) = target.call{value: value}(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
return functionStaticCall(target, data, "Address: low-level static call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(
address target,
bytes memory data,
string memory errorMessage
) internal view returns (bytes memory) {
require(isContract(target), "Address: static call to non-contract");
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
return functionDelegateCall(target, data, "Address: low-level delegate call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
require(isContract(target), "Address: delegate call to non-contract");
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResult(success, returndata, errorMessage);
}
/**
* @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
}
// File: @openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/draft-IERC20Permit.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
* https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
*
* Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
* presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
* need to send a transaction, and thus is not required to hold Ether at all.
*/
interface IERC20Permit {
/**
* @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
* given ``owner``'s signed approval.
*
* IMPORTANT: The same issues {IERC20-approve} has related to transaction
* ordering also apply here.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `deadline` must be a timestamp in the future.
* - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
* over the EIP712-formatted function arguments.
* - the signature must use ``owner``'s current nonce (see {nonces}).
*
* For more information on the signature format, see the
* https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
* section].
*/
function permit(
address owner,
address spender,
uint256 value,
uint256 deadline,
uint8 v,
bytes32 r,
bytes32 s
) external;
/**
* @dev Returns the current nonce for `owner`. This value must be
* included whenever a signature is generated for {permit}.
*
* Every successful call to {permit} increases ``owner``'s nonce by one. This
* prevents a signature from being used multiple times.
*/
function nonces(address owner) external view returns (uint256);
/**
* @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
*/
// solhint-disable-next-line func-name-mixedcase
function DOMAIN_SEPARATOR() external view returns (bytes32);
}
// 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: utils/Operator.sol
pragma solidity ^0.8.0;
contract Operator is Context, Ownable {
address private _operator;
event OperatorTransferred(address indexed previousOperator, address indexed newOperator);
constructor() {
_operator = _msgSender();
emit OperatorTransferred(address(0), _operator);
}
function operator() public view returns (address) {
return _operator;
}
modifier onlyOperator() {
require(_operator == msg.sender, "operator: caller is not the operator");
_;
}
function isOperator() public view returns (bool) {
return _msgSender() == _operator;
}
function transferOperator(address newOperator_) public onlyOwner {
_transferOperator(newOperator_);
}
function _transferOperator(address newOperator_) internal {
require(newOperator_ != address(0), "operator: zero address given for new operator");
emit OperatorTransferred(address(0), newOperator_);
_operator = newOperator_;
}
}
// File: @openzeppelin/contracts/security/Pausable.sol
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `whenNotPaused` and `whenPaused`, which can be applied to
* the functions of your contract. Note that they will not be pausable by
* simply including this module, only once the modifiers are put in place.
*/
abstract contract Pausable is Context {
/**
* @dev Emitted when the pause is triggered by `account`.
*/
event Paused(address account);
/**
* @dev Emitted when the pause is lifted by `account`.
*/
event Unpaused(address account);
bool private _paused;
/**
* @dev Initializes the contract in unpaused state.
*/
constructor() {
_paused = false;
}
/**
* @dev Modifier to make a function callable only when the contract is not paused.
*
* Requirements:
*
* - The contract must not be paused.
*/
modifier whenNotPaused() {
_requireNotPaused();
_;
}
/**
* @dev Modifier to make a function callable only when the contract is paused.
*
* Requirements:
*
* - The contract must be paused.
*/
modifier whenPaused() {
_requirePaused();
_;
}
/**
* @dev Returns true if the contract is paused, and false otherwise.
*/
function paused() public view virtual returns (bool) {
return _paused;
}
/**
* @dev Throws if the contract is paused.
*/
function _requireNotPaused() internal view virtual {
require(!paused(), "Pausable: paused");
}
/**
* @dev Throws if the contract is not paused.
*/
function _requirePaused() internal view virtual {
require(paused(), "Pausable: not paused");
}
/**
* @dev Triggers stopped state.
*
* Requirements:
*
* - The contract must not be paused.
*/
function _pause() internal virtual whenNotPaused {
_paused = true;
emit Paused(_msgSender());
}
/**
* @dev Returns to normal state.
*
* Requirements:
*
* - The contract must be paused.
*/
function _unpause() internal virtual whenPaused {
_paused = false;
emit Unpaused(_msgSender());
}
}
// 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: @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/utils/SafeERC20.sol)
pragma solidity ^0.8.0;
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
using Address for address;
function safeTransfer(
IERC20 token,
address to,
uint256 value
) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
}
function safeTransferFrom(
IERC20 token,
address from,
address to,
uint256 value
) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
}
/**
* @dev Deprecated. This function has issues similar to the ones found in
* {IERC20-approve}, and its usage is discouraged.
*
* Whenever possible, use {safeIncreaseAllowance} and
* {safeDecreaseAllowance} instead.
*/
function safeApprove(
IERC20 token,
address spender,
uint256 value
) internal {
// safeApprove should only be called when setting an initial allowance,
// or when resetting it to zero. To increase and decrease it, use
// 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
require(
(value == 0) || (token.allowance(address(this), spender) == 0),
"SafeERC20: approve from non-zero to non-zero allowance"
);
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
}
function safeIncreaseAllowance(
IERC20 token,
address spender,
uint256 value
) internal {
uint256 newAllowance = token.allowance(address(this), spender) + value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
function safeDecreaseAllowance(
IERC20 token,
address spender,
uint256 value
) internal {
unchecked {
uint256 oldAllowance = token.allowance(address(this), spender);
require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
uint256 newAllowance = oldAllowance - value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
}
function safePermit(
IERC20Permit token,
address owner,
address spender,
uint256 value,
uint256 deadline,
uint8 v,
bytes32 r,
bytes32 s
) internal {
uint256 nonceBefore = token.nonces(owner);
token.permit(owner, spender, value, deadline, v, r, s);
uint256 nonceAfter = token.nonces(owner);
require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed");
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
// the target address contains contract code and also asserts for success in the low-level call.
bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
if (returndata.length > 0) {
// Return data is optional
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}
// File: @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface for the optional metadata functions from the ERC20 standard.
*
* _Available since v4.1._
*/
interface IERC20Metadata is IERC20 {
/**
* @dev Returns the name of the token.
*/
function name() external view returns (string memory);
/**
* @dev Returns the symbol of the token.
*/
function symbol() external view returns (string memory);
/**
* @dev Returns the decimals places of the token.
*/
function decimals() external view returns (uint8);
}
// File: @openzeppelin/contracts/token/ERC20/ERC20.sol
// OpenZeppelin Contracts (last updated v4.7.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
/**
* @dev Implementation of the {IERC20} interface.
*
* This implementation is agnostic to the way tokens are created. This means
* that a supply mechanism has to be added in a derived contract using {_mint}.
* For a generic mechanism see {ERC20PresetMinterPauser}.
*
* TIP: For a detailed writeup see our guide
* https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
* to implement supply mechanisms].
*
* We have followed general OpenZeppelin Contracts guidelines: functions revert
* instead returning `false` on failure. This behavior is nonetheless
* conventional and does not conflict with the expectations of ERC20
* applications.
*
* Additionally, an {Approval} event is emitted on calls to {transferFrom}.
* This allows applications to reconstruct the allowance for all accounts just
* by listening to said events. Other implementations of the EIP may not emit
* these events, as it isn't required by the specification.
*
* Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
* functions have been added to mitigate the well-known issues around setting
* allowances. See {IERC20-approve}.
*/
contract ERC20 is Context, IERC20, IERC20Metadata {
mapping(address => uint256) private _balances;
mapping(address => mapping(address => uint256)) private _allowances;
uint256 private _totalSupply;
string private _name;
string private _symbol;
/**
* @dev Sets the values for {name} and {symbol}.
*
* The default value of {decimals} is 18. To select a different value for
* {decimals} you should overload it.
*
* All two of these values are immutable: they can only be set once during
* construction.
*/
constructor(string memory name_, string memory symbol_) {
_name = name_;
_symbol = symbol_;
}
/**
* @dev Returns the name of the token.
*/
function name() public view virtual override returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
/**
* @dev Returns the number of decimals used to get its user representation.
* For example, if `decimals` equals `2`, a balance of `505` tokens should
* be displayed to a user as `5.05` (`505 / 10 ** 2`).
*
* Tokens usually opt for a value of 18, imitating the relationship between
* Ether and Wei. This is the value {ERC20} uses, unless this function is
* overridden;
*
* NOTE: This information is only used for _display_ purposes: it in
* no way affects any of the arithmetic of the contract, including
* {IERC20-balanceOf} and {IERC20-transfer}.
*/
function decimals() public view virtual override returns (uint8) {
return 18;
}
/**
* @dev See {IERC20-totalSupply}.
*/
function totalSupply() public view virtual override returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IERC20-balanceOf}.
*/
function balanceOf(address account) public view virtual override returns (uint256) {
return _balances[account];
}
/**
* @dev See {IERC20-transfer}.
*
* Requirements:
*
* - `to` cannot be the zero address.
* - the caller must have a balance of at least `amount`.
*/
function transfer(address to, uint256 amount) public virtual override returns (bool) {
address owner = _msgSender();
_transfer(owner, to, amount);
return true;
}
/**
* @dev See {IERC20-allowance}.
*/
function allowance(address owner, address spender) public view virtual override returns (uint256) {
return _allowances[owner][spender];
}
/**
* @dev See {IERC20-approve}.
*
* NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
* `transferFrom`. This is semantically equivalent to an infinite approval.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function approve(address spender, uint256 amount) public virtual override returns (bool) {
address owner = _msgSender();
_approve(owner, spender, amount);
return true;
}
/**
* @dev See {IERC20-transferFrom}.
*
* Emits an {Approval} event indicating the updated allowance. This is not
* required by the EIP. See the note at the beginning of {ERC20}.
*
* NOTE: Does not update the allowance if the current allowance
* is the maximum `uint256`.
*
* Requirements:
*
* - `from` and `to` cannot be the zero address.
* - `from` must have a balance of at least `amount`.
* - the caller must have allowance for ``from``'s tokens of at least
* `amount`.
*/
function transferFrom(
address from,
address to,
uint256 amount
) public virtual override returns (bool) {
address spender = _msgSender();
_spendAllowance(from, spender, amount);
_transfer(from, to, amount);
return true;
}
/**
* @dev Atomically increases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
*/
function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
address owner = _msgSender();
_approve(owner, spender, allowance(owner, spender) + addedValue);
return true;
}
/**
* @dev Atomically decreases the allowance granted to `spender` by the caller.
*
* This is an alternative to {approve} that can be used as a mitigation for
* problems described in {IERC20-approve}.
*
* Emits an {Approval} event indicating the updated allowance.
*
* Requirements:
*
* - `spender` cannot be the zero address.
* - `spender` must have allowance for the caller of at least
* `subtractedValue`.
*/
function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
address owner = _msgSender();
uint256 currentAllowance = allowance(owner, spender);
require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
unchecked {
_approve(owner, spender, currentAllowance - subtractedValue);
}
return true;
}
/**
* @dev Moves `amount` of tokens from `from` to `to`.
*
* This internal function is equivalent to {transfer}, and can be used to
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
* Emits a {Transfer} event.
*
* Requirements:
*
* - `from` cannot be the zero address.
* - `to` cannot be the zero address.
* - `from` must have a balance of at least `amount`.
*/
function _transfer(
address from,
address to,
uint256 amount
) internal virtual {
require(from != address(0), "ERC20: transfer from the zero address");
require(to != address(0), "ERC20: transfer to the zero address");
_beforeTokenTransfer(from, to, amount);
uint256 fromBalance = _balances[from];
require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
unchecked {
_balances[from] = fromBalance - amount;
}
_balances[to] += amount;
emit Transfer(from, to, amount);
_afterTokenTransfer(from, to, amount);
}
/** @dev Creates `amount` tokens and assigns them to `account`, increasing
* the total supply.
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function _mint(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: mint to the zero address");
_beforeTokenTransfer(address(0), account, amount);
_totalSupply += amount;
_balances[account] += amount;
emit Transfer(address(0), account, amount);
_afterTokenTransfer(address(0), account, amount);
}
/**
* @dev Destroys `amount` tokens from `account`, reducing the
* total supply.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* Requirements:
*
* - `account` cannot be the zero address.
* - `account` must have at least `amount` tokens.
*/
function _burn(address account, uint256 amount) internal virtual {
require(account != address(0), "ERC20: burn from the zero address");
_beforeTokenTransfer(account, address(0), amount);
uint256 accountBalance = _balances[account];
require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
unchecked {
_balances[account] = accountBalance - amount;
}
_totalSupply -= amount;
emit Transfer(account, address(0), amount);
_afterTokenTransfer(account, address(0), amount);
}
/**
* @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
*
* This internal function is equivalent to `approve`, and can be used to
* e.g. set automatic allowances for certain subsystems, etc.
*
* Emits an {Approval} event.
*
* Requirements:
*
* - `owner` cannot be the zero address.
* - `spender` cannot be the zero address.
*/
function _approve(
address owner,
address spender,
uint256 amount
) internal virtual {
require(owner != address(0), "ERC20: approve from the zero address");
require(spender != address(0), "ERC20: approve to the zero address");
_allowances[owner][spender] = amount;
emit Approval(owner, spender, amount);
}
/**
* @dev Updates `owner` s allowance for `spender` based on spent `amount`.
*
* Does not update the allowance amount in case of infinite allowance.
* Revert if not enough allowance is available.
*
* Might emit an {Approval} event.
*/
function _spendAllowance(
address owner,
address spender,
uint256 amount
) internal virtual {
uint256 currentAllowance = allowance(owner, spender);
if (currentAllowance != type(uint256).max) {
require(currentAllowance >= amount, "ERC20: insufficient allowance");
unchecked {
_approve(owner, spender, currentAllowance - amount);
}
}
}
/**
* @dev Hook that is called before any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* will be transferred to `to`.
* - when `from` is zero, `amount` tokens will be minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens will be burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _beforeTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
/**
* @dev Hook that is called after any transfer of tokens. This includes
* minting and burning.
*
* Calling conditions:
*
* - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
* has been transferred to `to`.
* - when `from` is zero, `amount` tokens have been minted for `to`.
* - when `to` is zero, `amount` of ``from``'s tokens have been burned.
* - `from` and `to` are never both zero.
*
* To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
*/
function _afterTokenTransfer(
address from,
address to,
uint256 amount
) internal virtual {}
}
// File: @openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/extensions/ERC20Burnable.sol)
pragma solidity ^0.8.0;
/**
* @dev Extension of {ERC20} that allows token holders to destroy both their own
* tokens and those that they have an allowance for, in a way that can be
* recognized off-chain (via event analysis).
*/
abstract contract ERC20Burnable is Context, ERC20 {
/**
* @dev Destroys `amount` tokens from the caller.
*
* See {ERC20-_burn}.
*/
function burn(uint256 amount) public virtual {
_burn(_msgSender(), amount);
}
/**
* @dev Destroys `amount` tokens from `account`, deducting from the caller's
* allowance.
*
* See {ERC20-_burn} and {ERC20-allowance}.
*
* Requirements:
*
* - the caller must have allowance for ``accounts``'s tokens of at least
* `amount`.
*/
function burnFrom(address account, uint256 amount) public virtual {
_spendAllowance(account, _msgSender(), amount);
_burn(account, amount);
}
}
// File: 1.sol
pragma solidity ^0.8.4;
contract AETH is ERC20, ERC20Burnable, Pausable, Ownable, Operator {
using SafeERC20 for IERC20;
constructor() ERC20("Atlantis EThereum", "AETH") {
_mint(msg.sender, 10.1 ether);
}
function mint(address to, uint256 amount) public onlyOperator {
_mint(to, amount);
}
function _beforeTokenTransfer(address from, address to, uint256 amount)
internal
override
{
super._beforeTokenTransfer(from, to, amount);
}
function governanceRecoverUnsupported(
IERC20 _token,
uint256 _amount,
address _to
) external onlyOperator {
_token.transfer(_to, _amount);
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOperator","type":"address"},{"indexed":true,"internalType":"address","name":"newOperator","type":"address"}],"name":"OperatorTransferred","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":"account","type":"address"}],"name":"Paused","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":"account","type":"address"}],"name":"Unpaused","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"address","name":"_to","type":"address"}],"name":"governanceRecoverUnsupported","outputs":[],"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":"isOperator","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"operator","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOperator_","type":"address"}],"name":"transferOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
60806040523480156200001157600080fd5b506040518060400160405280601181526020017041746c616e74697320455468657265756d60781b815250604051806040016040528060048152602001630828aa8960e31b81525081600390816200006a9190620002fc565b506004620000798282620002fc565b50506005805460ff19169055506200009133620000eb565b600680546001600160a01b031916339081179091556040516000907f74da04524d50c64947f5dd5381ef1a4dca5cba8ed1d816243f9e48aa0b5617ed908290a3620000e533678c2a687ce772000062000145565b620003f0565b600580546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6001600160a01b038216620001a05760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b620001ae600083836200023b565b8060026000828254620001c29190620003c8565b90915550506001600160a01b03821660009081526020819052604081208054839290620001f1908490620003c8565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b620002538383836200025360201b620006641760201c565b505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200028357607f821691505b602082108103620002a457634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200025357600081815260208120601f850160051c81016020861015620002d35750805b601f850160051c820191505b81811015620002f457828155600101620002df565b505050505050565b81516001600160401b0381111562000318576200031862000258565b62000330816200032984546200026e565b84620002aa565b602080601f8311600181146200036857600084156200034f5750858301515b600019600386901b1c1916600185901b178555620002f4565b600085815260208120601f198616915b82811015620003995788860151825594840194600190910190840162000378565b5085821015620003b85787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b80820180821115620003ea57634e487b7160e01b600052601160045260246000fd5b92915050565b61101480620004006000396000f3fe608060405234801561001057600080fd5b50600436106101425760003560e01c8063570ca735116100b85780638da5cb5b1161007c5780638da5cb5b146102a457806395d89b41146102ba578063a457c2d7146102c2578063a9059cbb146102d5578063dd62ed3e146102e8578063f2fde38b146102fb57600080fd5b8063570ca735146102305780635c975abb1461025557806370a0823114610260578063715018a61461028957806379cc67901461029157600080fd5b8063313ce5671161010a578063313ce567146101c257806339509351146101d157806340c10f19146101e457806342966c68146101f75780634456eda21461020a57806354575af41461021d57600080fd5b806306fdde0314610147578063095ea7b31461016557806318160ddd1461018857806323b872dd1461019a57806329605e77146101ad575b600080fd5b61014f61030e565b60405161015c9190610d7a565b60405180910390f35b610178610173366004610ddd565b6103a0565b604051901515815260200161015c565b6002545b60405190815260200161015c565b6101786101a8366004610e09565b6103ba565b6101c06101bb366004610e4a565b6103de565b005b6040516012815260200161015c565b6101786101df366004610ddd565b6103f2565b6101c06101f2366004610ddd565b610414565b6101c0610205366004610e6e565b610455565b6006546001600160a01b03163314610178565b6101c061022b366004610e87565b61045f565b6006546001600160a01b03165b6040516001600160a01b03909116815260200161015c565b60055460ff16610178565b61018c61026e366004610e4a565b6001600160a01b031660009081526020819052604090205490565b6101c0610502565b6101c061029f366004610ddd565b610516565b60055461010090046001600160a01b031661023d565b61014f61052b565b6101786102d0366004610ddd565b61053a565b6101786102e3366004610ddd565b6105b5565b61018c6102f6366004610ec9565b6105c3565b6101c0610309366004610e4a565b6105ee565b60606003805461031d90610f02565b80601f016020809104026020016040519081016040528092919081815260200182805461034990610f02565b80156103965780601f1061036b57610100808354040283529160200191610396565b820191906000526020600020905b81548152906001019060200180831161037957829003601f168201915b5050505050905090565b6000336103ae818585610669565b60019150505b92915050565b6000336103c885828561078d565b6103d3858585610801565b506001949350505050565b6103e66109cf565b6103ef81610a2f565b50565b6000336103ae81858561040583836105c3565b61040f9190610f52565b610669565b6006546001600160a01b031633146104475760405162461bcd60e51b815260040161043e90610f65565b60405180910390fd5b6104518282610af3565b5050565b6103ef3382610bd2565b6006546001600160a01b031633146104895760405162461bcd60e51b815260040161043e90610f65565b60405163a9059cbb60e01b81526001600160a01b0382811660048301526024820184905284169063a9059cbb906044016020604051808303816000875af11580156104d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fc9190610fa9565b50505050565b61050a6109cf565b6105146000610d20565b565b61052182338361078d565b6104518282610bd2565b60606004805461031d90610f02565b6000338161054882866105c3565b9050838110156105a85760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161043e565b6103d38286868403610669565b6000336103ae818585610801565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6105f66109cf565b6001600160a01b03811661065b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161043e565b6103ef81610d20565b505050565b6001600160a01b0383166106cb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161043e565b6001600160a01b03821661072c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161043e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b600061079984846105c3565b905060001981146104fc57818110156107f45760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161043e565b6104fc8484848403610669565b6001600160a01b0383166108655760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161043e565b6001600160a01b0382166108c75760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161043e565b6001600160a01b0383166000908152602081905260409020548181101561093f5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161043e565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290610976908490610f52565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516109c291815260200190565b60405180910390a36104fc565b6005546001600160a01b036101009091041633146105145760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161043e565b6001600160a01b038116610a9b5760405162461bcd60e51b815260206004820152602d60248201527f6f70657261746f723a207a65726f206164647265737320676976656e20666f7260448201526c103732bb9037b832b930ba37b960991b606482015260840161043e565b6040516001600160a01b038216906000907f74da04524d50c64947f5dd5381ef1a4dca5cba8ed1d816243f9e48aa0b5617ed908290a3600680546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038216610b495760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161043e565b8060026000828254610b5b9190610f52565b90915550506001600160a01b03821660009081526020819052604081208054839290610b88908490610f52565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610c325760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161043e565b6001600160a01b03821660009081526020819052604090205481811015610ca65760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161043e565b6001600160a01b0383166000908152602081905260408120838303905560028054849290610cd5908490610fcb565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050565b600580546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600060208083528351808285015260005b81811015610da757858101830151858201604001528201610d8b565b506000604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b03811681146103ef57600080fd5b60008060408385031215610df057600080fd5b8235610dfb81610dc8565b946020939093013593505050565b600080600060608486031215610e1e57600080fd5b8335610e2981610dc8565b92506020840135610e3981610dc8565b929592945050506040919091013590565b600060208284031215610e5c57600080fd5b8135610e6781610dc8565b9392505050565b600060208284031215610e8057600080fd5b5035919050565b600080600060608486031215610e9c57600080fd5b8335610ea781610dc8565b9250602084013591506040840135610ebe81610dc8565b809150509250925092565b60008060408385031215610edc57600080fd5b8235610ee781610dc8565b91506020830135610ef781610dc8565b809150509250929050565b600181811c90821680610f1657607f821691505b602082108103610f3657634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156103b4576103b4610f3c565b60208082526024908201527f6f70657261746f723a2063616c6c6572206973206e6f7420746865206f70657260408201526330ba37b960e11b606082015260800190565b600060208284031215610fbb57600080fd5b81518015158114610e6757600080fd5b818103818111156103b4576103b4610f3c56fea264697066735822122053981c38b7f5fed70b25496952787c911eb45e2deba7277b56e8dae3463eb90064736f6c63430008110033
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106101425760003560e01c8063570ca735116100b85780638da5cb5b1161007c5780638da5cb5b146102a457806395d89b41146102ba578063a457c2d7146102c2578063a9059cbb146102d5578063dd62ed3e146102e8578063f2fde38b146102fb57600080fd5b8063570ca735146102305780635c975abb1461025557806370a0823114610260578063715018a61461028957806379cc67901461029157600080fd5b8063313ce5671161010a578063313ce567146101c257806339509351146101d157806340c10f19146101e457806342966c68146101f75780634456eda21461020a57806354575af41461021d57600080fd5b806306fdde0314610147578063095ea7b31461016557806318160ddd1461018857806323b872dd1461019a57806329605e77146101ad575b600080fd5b61014f61030e565b60405161015c9190610d7a565b60405180910390f35b610178610173366004610ddd565b6103a0565b604051901515815260200161015c565b6002545b60405190815260200161015c565b6101786101a8366004610e09565b6103ba565b6101c06101bb366004610e4a565b6103de565b005b6040516012815260200161015c565b6101786101df366004610ddd565b6103f2565b6101c06101f2366004610ddd565b610414565b6101c0610205366004610e6e565b610455565b6006546001600160a01b03163314610178565b6101c061022b366004610e87565b61045f565b6006546001600160a01b03165b6040516001600160a01b03909116815260200161015c565b60055460ff16610178565b61018c61026e366004610e4a565b6001600160a01b031660009081526020819052604090205490565b6101c0610502565b6101c061029f366004610ddd565b610516565b60055461010090046001600160a01b031661023d565b61014f61052b565b6101786102d0366004610ddd565b61053a565b6101786102e3366004610ddd565b6105b5565b61018c6102f6366004610ec9565b6105c3565b6101c0610309366004610e4a565b6105ee565b60606003805461031d90610f02565b80601f016020809104026020016040519081016040528092919081815260200182805461034990610f02565b80156103965780601f1061036b57610100808354040283529160200191610396565b820191906000526020600020905b81548152906001019060200180831161037957829003601f168201915b5050505050905090565b6000336103ae818585610669565b60019150505b92915050565b6000336103c885828561078d565b6103d3858585610801565b506001949350505050565b6103e66109cf565b6103ef81610a2f565b50565b6000336103ae81858561040583836105c3565b61040f9190610f52565b610669565b6006546001600160a01b031633146104475760405162461bcd60e51b815260040161043e90610f65565b60405180910390fd5b6104518282610af3565b5050565b6103ef3382610bd2565b6006546001600160a01b031633146104895760405162461bcd60e51b815260040161043e90610f65565b60405163a9059cbb60e01b81526001600160a01b0382811660048301526024820184905284169063a9059cbb906044016020604051808303816000875af11580156104d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fc9190610fa9565b50505050565b61050a6109cf565b6105146000610d20565b565b61052182338361078d565b6104518282610bd2565b60606004805461031d90610f02565b6000338161054882866105c3565b9050838110156105a85760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161043e565b6103d38286868403610669565b6000336103ae818585610801565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6105f66109cf565b6001600160a01b03811661065b5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161043e565b6103ef81610d20565b505050565b6001600160a01b0383166106cb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161043e565b6001600160a01b03821661072c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161043e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b600061079984846105c3565b905060001981146104fc57818110156107f45760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161043e565b6104fc8484848403610669565b6001600160a01b0383166108655760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161043e565b6001600160a01b0382166108c75760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161043e565b6001600160a01b0383166000908152602081905260409020548181101561093f5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161043e565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290610976908490610f52565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516109c291815260200190565b60405180910390a36104fc565b6005546001600160a01b036101009091041633146105145760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161043e565b6001600160a01b038116610a9b5760405162461bcd60e51b815260206004820152602d60248201527f6f70657261746f723a207a65726f206164647265737320676976656e20666f7260448201526c103732bb9037b832b930ba37b960991b606482015260840161043e565b6040516001600160a01b038216906000907f74da04524d50c64947f5dd5381ef1a4dca5cba8ed1d816243f9e48aa0b5617ed908290a3600680546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b038216610b495760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161043e565b8060026000828254610b5b9190610f52565b90915550506001600160a01b03821660009081526020819052604081208054839290610b88908490610f52565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6001600160a01b038216610c325760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161043e565b6001600160a01b03821660009081526020819052604090205481811015610ca65760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161043e565b6001600160a01b0383166000908152602081905260408120838303905560028054849290610cd5908490610fcb565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050565b600580546001600160a01b03838116610100818102610100600160a81b031985161790945560405193909204169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b600060208083528351808285015260005b81811015610da757858101830151858201604001528201610d8b565b506000604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b03811681146103ef57600080fd5b60008060408385031215610df057600080fd5b8235610dfb81610dc8565b946020939093013593505050565b600080600060608486031215610e1e57600080fd5b8335610e2981610dc8565b92506020840135610e3981610dc8565b929592945050506040919091013590565b600060208284031215610e5c57600080fd5b8135610e6781610dc8565b9392505050565b600060208284031215610e8057600080fd5b5035919050565b600080600060608486031215610e9c57600080fd5b8335610ea781610dc8565b9250602084013591506040840135610ebe81610dc8565b809150509250925092565b60008060408385031215610edc57600080fd5b8235610ee781610dc8565b91506020830135610ef781610dc8565b809150509250929050565b600181811c90821680610f1657607f821691505b602082108103610f3657634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156103b4576103b4610f3c565b60208082526024908201527f6f70657261746f723a2063616c6c6572206973206e6f7420746865206f70657260408201526330ba37b960e11b606082015260800190565b600060208284031215610fbb57600080fd5b81518015158114610e6757600080fd5b818103818111156103b4576103b4610f3c56fea264697066735822122053981c38b7f5fed70b25496952787c911eb45e2deba7277b56e8dae3463eb90064736f6c63430008110033
Deployed Bytecode Sourcemap
40546:694:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28551:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30902:201;;;;;;:::i;:::-;;:::i;:::-;;;1188:14:1;;1181:22;1163:41;;1151:2;1136:18;30902:201:0;1023:187:1;29671:108:0;29759:12;;29671:108;;;1361:25:1;;;1349:2;1334:18;29671:108:0;1215:177:1;31683:295:0;;;;;;:::i;:::-;;:::i;15247:115::-;;;;;;:::i;:::-;;:::i;:::-;;29513:93;;;29596:2;2252:36:1;;2240:2;2225:18;29513:93:0;2110:184:1;32387:238:0;;;;;;:::i;:::-;;:::i;40760:98::-;;;;;;:::i;:::-;;:::i;39920:91::-;;;;;;:::i;:::-;;:::i;15139:100::-;15222:9;;-1:-1:-1;;;;;15222:9:0;11710:10;15206:25;15139:100;;41050:187;;;;;;:::i;:::-;;:::i;14911:85::-;14979:9;;-1:-1:-1;;;;;14979:9:0;14911:85;;;-1:-1:-1;;;;;3123:32:1;;;3105:51;;3093:2;3078:18;14911:85:0;2959:203:1;17305:86:0;17376:7;;;;17305:86;;29842:127;;;;;;:::i;:::-;-1:-1:-1;;;;;29943:18:0;29916:7;29943:18;;;;;;;;;;;;29842:127;13727:103;;;:::i;40330:164::-;;;;;;:::i;:::-;;:::i;13079:87::-;13152:6;;;;;-1:-1:-1;;;;;13152:6:0;13079:87;;28770:104;;;:::i;33128:436::-;;;;;;:::i;:::-;;:::i;30175:193::-;;;;;;:::i;:::-;;:::i;30431:151::-;;;;;;:::i;:::-;;:::i;13985:201::-;;;;;;:::i;:::-;;:::i;28551:100::-;28605:13;28638:5;28631:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28551:100;:::o;30902:201::-;30985:4;11710:10;31041:32;11710:10;31057:7;31066:6;31041:8;:32::i;:::-;31091:4;31084:11;;;30902:201;;;;;:::o;31683:295::-;31814:4;11710:10;31872:38;31888:4;11710:10;31903:6;31872:15;:38::i;:::-;31921:27;31931:4;31937:2;31941:6;31921:9;:27::i;:::-;-1:-1:-1;31966:4:0;;31683:295;-1:-1:-1;;;;31683:295:0:o;15247:115::-;12965:13;:11;:13::i;:::-;15323:31:::1;15341:12;15323:17;:31::i;:::-;15247:115:::0;:::o;32387:238::-;32475:4;11710:10;32531:64;11710:10;32547:7;32584:10;32556:25;11710:10;32547:7;32556:9;:25::i;:::-;:38;;;;:::i;:::-;32531:8;:64::i;40760:98::-;15047:9;;-1:-1:-1;;;;;15047:9:0;15060:10;15047:23;15039:72;;;;-1:-1:-1;;;15039:72:0;;;;;;;:::i;:::-;;;;;;;;;40833:17:::1;40839:2;40843:6;40833:5;:17::i;:::-;40760:98:::0;;:::o;39920:91::-;39976:27;11710:10;39996:6;39976:5;:27::i;41050:187::-;15047:9;;-1:-1:-1;;;;;15047:9:0;15060:10;15047:23;15039:72;;;;-1:-1:-1;;;15039:72:0;;;;;;;:::i;:::-;41200:29:::1;::::0;-1:-1:-1;;;41200:29:0;;-1:-1:-1;;;;;4804:32:1;;;41200:29:0::1;::::0;::::1;4786:51:1::0;4853:18;;;4846:34;;;41200:15:0;::::1;::::0;::::1;::::0;4759:18:1;;41200:29:0::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;41050:187:::0;;;:::o;13727:103::-;12965:13;:11;:13::i;:::-;13792:30:::1;13819:1;13792:18;:30::i;:::-;13727:103::o:0;40330:164::-;40407:46;40423:7;11710:10;40446:6;40407:15;:46::i;:::-;40464:22;40470:7;40479:6;40464:5;:22::i;28770:104::-;28826:13;28859:7;28852:14;;;;;:::i;33128:436::-;33221:4;11710:10;33221:4;33304:25;11710:10;33321:7;33304:9;:25::i;:::-;33277:52;;33368:15;33348:16;:35;;33340:85;;;;-1:-1:-1;;;33340:85:0;;5375:2:1;33340:85:0;;;5357:21:1;5414:2;5394:18;;;5387:30;5453:34;5433:18;;;5426:62;-1:-1:-1;;;5504:18:1;;;5497:35;5549:19;;33340:85:0;5173:401:1;33340:85:0;33461:60;33470:5;33477:7;33505:15;33486:16;:34;33461:8;:60::i;30175:193::-;30254:4;11710:10;30310:28;11710:10;30327:2;30331:6;30310:9;:28::i;30431:151::-;-1:-1:-1;;;;;30547:18:0;;;30520:7;30547:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;30431:151::o;13985:201::-;12965:13;:11;:13::i;:::-;-1:-1:-1;;;;;14074:22:0;::::1;14066:73;;;::::0;-1:-1:-1;;;14066:73:0;;5781:2:1;14066:73:0::1;::::0;::::1;5763:21:1::0;5820:2;5800:18;;;5793:30;5859:34;5839:18;;;5832:62;-1:-1:-1;;;5910:18:1;;;5903:36;5956:19;;14066:73:0::1;5579:402:1::0;14066:73:0::1;14150:28;14169:8;14150:18;:28::i;38477:125::-:0;;;;:::o;36753:380::-;-1:-1:-1;;;;;36889:19:0;;36881:68;;;;-1:-1:-1;;;36881:68:0;;6188:2:1;36881:68:0;;;6170:21:1;6227:2;6207:18;;;6200:30;6266:34;6246:18;;;6239:62;-1:-1:-1;;;6317:18:1;;;6310:34;6361:19;;36881:68:0;5986:400:1;36881:68:0;-1:-1:-1;;;;;36968:21:0;;36960:68;;;;-1:-1:-1;;;36960:68:0;;6593:2:1;36960:68:0;;;6575:21:1;6632:2;6612:18;;;6605:30;6671:34;6651:18;;;6644:62;-1:-1:-1;;;6722:18:1;;;6715:32;6764:19;;36960:68:0;6391:398:1;36960:68:0;-1:-1:-1;;;;;37041:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;37093:32;;1361:25:1;;;37093:32:0;;1334:18:1;37093:32:0;;;;;;;36753:380;;;:::o;37424:453::-;37559:24;37586:25;37596:5;37603:7;37586:9;:25::i;:::-;37559:52;;-1:-1:-1;;37626:16:0;:37;37622:248;;37708:6;37688:16;:26;;37680:68;;;;-1:-1:-1;;;37680:68:0;;6996:2:1;37680:68:0;;;6978:21:1;7035:2;7015:18;;;7008:30;7074:31;7054:18;;;7047:59;7123:18;;37680:68:0;6794:353:1;37680:68:0;37792:51;37801:5;37808:7;37836:6;37817:16;:25;37792:8;:51::i;34034:671::-;-1:-1:-1;;;;;34165:18:0;;34157:68;;;;-1:-1:-1;;;34157:68:0;;7354:2:1;34157:68:0;;;7336:21:1;7393:2;7373:18;;;7366:30;7432:34;7412:18;;;7405:62;-1:-1:-1;;;7483:18:1;;;7476:35;7528:19;;34157:68:0;7152:401:1;34157:68:0;-1:-1:-1;;;;;34244:16:0;;34236:64;;;;-1:-1:-1;;;34236:64:0;;7760:2:1;34236:64:0;;;7742:21:1;7799:2;7779:18;;;7772:30;7838:34;7818:18;;;7811:62;-1:-1:-1;;;7889:18:1;;;7882:33;7932:19;;34236:64:0;7558:399:1;34236:64:0;-1:-1:-1;;;;;34386:15:0;;34364:19;34386:15;;;;;;;;;;;34420:21;;;;34412:72;;;;-1:-1:-1;;;34412:72:0;;8164:2:1;34412:72:0;;;8146:21:1;8203:2;8183:18;;;8176:30;8242:34;8222:18;;;8215:62;-1:-1:-1;;;8293:18:1;;;8286:36;8339:19;;34412:72:0;7962:402:1;34412:72:0;-1:-1:-1;;;;;34520:15:0;;;:9;:15;;;;;;;;;;;34538:20;;;34520:38;;34580:13;;;;;;;;:23;;34552:6;;34520:9;34580:23;;34552:6;;34580:23;:::i;:::-;;;;;;;;34636:2;-1:-1:-1;;;;;34621:26:0;34630:4;-1:-1:-1;;;;;34621:26:0;;34640:6;34621:26;;;;1361:25:1;;1349:2;1334:18;;1215:177;34621:26:0;;;;;;;;34660:37;38477:125;13244:132;13152:6;;-1:-1:-1;;;;;13152:6:0;;;;;11710:10;13308:23;13300:68;;;;-1:-1:-1;;;13300:68:0;;8571:2:1;13300:68:0;;;8553:21:1;;;8590:18;;;8583:30;8649:34;8629:18;;;8622:62;8701:18;;13300:68:0;8369:356:1;15370:257:0;-1:-1:-1;;;;;15447:26:0;;15439:84;;;;-1:-1:-1;;;15439:84:0;;8932:2:1;15439:84:0;;;8914:21:1;8971:2;8951:18;;;8944:30;9010:34;8990:18;;;8983:62;-1:-1:-1;;;9061:18:1;;;9054:43;9114:19;;15439:84:0;8730:409:1;15439:84:0;15539:45;;-1:-1:-1;;;;;15539:45:0;;;15567:1;;15539:45;;15567:1;;15539:45;15595:9;:24;;-1:-1:-1;;;;;;15595:24:0;-1:-1:-1;;;;;15595:24:0;;;;;;;;;;15370:257::o;34992:399::-;-1:-1:-1;;;;;35076:21:0;;35068:65;;;;-1:-1:-1;;;35068:65:0;;9346:2:1;35068:65:0;;;9328:21:1;9385:2;9365:18;;;9358:30;9424:33;9404:18;;;9397:61;9475:18;;35068:65:0;9144:355:1;35068:65:0;35224:6;35208:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;35241:18:0;;:9;:18;;;;;;;;;;:28;;35263:6;;35241:9;:28;;35263:6;;35241:28;:::i;:::-;;;;-1:-1:-1;;35285:37:0;;1361:25:1;;;-1:-1:-1;;;;;35285:37:0;;;35302:1;;35285:37;;1349:2:1;1334:18;35285:37:0;;;;;;;40760:98;;:::o;35724:591::-;-1:-1:-1;;;;;35808:21:0;;35800:67;;;;-1:-1:-1;;;35800:67:0;;9706:2:1;35800:67:0;;;9688:21:1;9745:2;9725:18;;;9718:30;9784:34;9764:18;;;9757:62;-1:-1:-1;;;9835:18:1;;;9828:31;9876:19;;35800:67:0;9504:397:1;35800:67:0;-1:-1:-1;;;;;35967:18:0;;35942:22;35967:18;;;;;;;;;;;36004:24;;;;35996:71;;;;-1:-1:-1;;;35996:71:0;;10108:2:1;35996:71:0;;;10090:21:1;10147:2;10127:18;;;10120:30;10186:34;10166:18;;;10159:62;-1:-1:-1;;;10237:18:1;;;10230:32;10279:19;;35996:71:0;9906:398:1;35996:71:0;-1:-1:-1;;;;;36103:18:0;;:9;:18;;;;;;;;;;36124:23;;;36103:44;;36169:12;:22;;36141:6;;36103:9;36169:22;;36141:6;;36169:22;:::i;:::-;;;;-1:-1:-1;;36209:37:0;;1361:25:1;;;36235:1:0;;-1:-1:-1;;;;;36209:37:0;;;;;1349:2:1;1334:18;36209:37:0;;;;;;;38477:125;;;:::o;14346:191::-;14439:6;;;-1:-1:-1;;;;;14456:17:0;;;14439:6;14456:17;;;-1:-1:-1;;;;;;14456:17:0;;;;;;14489:40;;14439:6;;;;;;;;14489:40;;14420:16;;14489:40;14409:128;14346:191;:::o;14:548: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;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:131::-;-1:-1:-1;;;;;642:31:1;;632:42;;622:70;;688:1;685;678:12;703:315;771:6;779;832:2;820:9;811:7;807:23;803:32;800:52;;;848:1;845;838:12;800:52;887:9;874:23;906:31;931:5;906:31;:::i;:::-;956:5;1008:2;993:18;;;;980:32;;-1:-1:-1;;;703:315:1:o;1397:456::-;1474:6;1482;1490;1543:2;1531:9;1522:7;1518:23;1514:32;1511:52;;;1559:1;1556;1549:12;1511:52;1598:9;1585:23;1617:31;1642:5;1617:31;:::i;:::-;1667:5;-1:-1:-1;1724:2:1;1709:18;;1696:32;1737:33;1696:32;1737:33;:::i;:::-;1397:456;;1789:7;;-1:-1:-1;;;1843:2:1;1828:18;;;;1815:32;;1397:456::o;1858:247::-;1917:6;1970:2;1958:9;1949:7;1945:23;1941:32;1938:52;;;1986:1;1983;1976:12;1938:52;2025:9;2012:23;2044:31;2069:5;2044:31;:::i;:::-;2094:5;1858:247;-1:-1:-1;;;1858:247:1:o;2299:180::-;2358:6;2411:2;2399:9;2390:7;2386:23;2382:32;2379:52;;;2427:1;2424;2417:12;2379:52;-1:-1:-1;2450:23:1;;2299:180;-1:-1:-1;2299:180:1:o;2484:470::-;2575:6;2583;2591;2644:2;2632:9;2623:7;2619:23;2615:32;2612:52;;;2660:1;2657;2650:12;2612:52;2699:9;2686:23;2718:31;2743:5;2718:31;:::i;:::-;2768:5;-1:-1:-1;2820:2:1;2805:18;;2792:32;;-1:-1:-1;2876:2:1;2861:18;;2848:32;2889:33;2848:32;2889:33;:::i;:::-;2941:7;2931:17;;;2484:470;;;;;:::o;3167:388::-;3235:6;3243;3296:2;3284:9;3275:7;3271:23;3267:32;3264:52;;;3312:1;3309;3302:12;3264:52;3351:9;3338:23;3370:31;3395:5;3370:31;:::i;:::-;3420:5;-1:-1:-1;3477:2:1;3462:18;;3449:32;3490:33;3449:32;3490:33;:::i;:::-;3542:7;3532:17;;;3167:388;;;;;:::o;3560:380::-;3639:1;3635:12;;;;3682;;;3703:61;;3757:4;3749:6;3745:17;3735:27;;3703:61;3810:2;3802:6;3799:14;3779:18;3776:38;3773:161;;3856:10;3851:3;3847:20;3844:1;3837:31;3891:4;3888:1;3881:15;3919:4;3916:1;3909:15;3773:161;;3560:380;;;:::o;3945:127::-;4006:10;4001:3;3997:20;3994:1;3987:31;4037:4;4034:1;4027:15;4061:4;4058:1;4051:15;4077:125;4142:9;;;4163:10;;;4160:36;;;4176:18;;:::i;4207:400::-;4409:2;4391:21;;;4448:2;4428:18;;;4421:30;4487:34;4482:2;4467:18;;4460:62;-1:-1:-1;;;4553:2:1;4538:18;;4531:34;4597:3;4582:19;;4207:400::o;4891:277::-;4958:6;5011:2;4999:9;4990:7;4986:23;4982:32;4979:52;;;5027:1;5024;5017:12;4979:52;5059:9;5053:16;5112:5;5105:13;5098:21;5091:5;5088:32;5078:60;;5134:1;5131;5124:12;10309:128;10376:9;;;10397:11;;;10394:37;;;10411:18;;:::i
Swarm Source
ipfs://53981c38b7f5fed70b25496952787c911eb45e2deba7277b56e8dae3463eb900
Net Worth in USD
Net Worth in ETH
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
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.