Source Code
Latest 25 from a total of 1,274 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Buy | 311647489 | 337 days ago | IN | 0.01 ETH | 0.00000134 | ||||
| Sell | 307700607 | 348 days ago | IN | 0 ETH | 0.00000118 | ||||
| Buy | 291284210 | 396 days ago | IN | 0.0000021 ETH | 0.00000224 | ||||
| Buy | 291284064 | 396 days ago | IN | 0.00001065 ETH | 0.00000224 | ||||
| Sell | 289305359 | 402 days ago | IN | 0 ETH | 0.0000019 | ||||
| Sell | 289305256 | 402 days ago | IN | 0 ETH | 0.0000019 | ||||
| Buy | 288788025 | 403 days ago | IN | 0.01158574 ETH | 0.00000914 | ||||
| Buy | 288786004 | 403 days ago | IN | 0.034 ETH | 0.00000351 | ||||
| Buy | 288785970 | 403 days ago | IN | 0.033 ETH | 0.00000351 | ||||
| Create Token | 288785874 | 403 days ago | IN | 0.0008 ETH | 0.00004715 | ||||
| Sell | 288587417 | 404 days ago | IN | 0 ETH | 0.00000159 | ||||
| Sell | 288587242 | 404 days ago | IN | 0 ETH | 0.00000159 | ||||
| Buy | 288303113 | 405 days ago | IN | 0.037 ETH | 0.0000015 | ||||
| Buy | 288303081 | 405 days ago | IN | 0.039 ETH | 0.0000015 | ||||
| Create Token | 288303043 | 405 days ago | IN | 0.0025 ETH | 0.00004493 | ||||
| Sell | 288302366 | 405 days ago | IN | 0 ETH | 0.00000141 | ||||
| Buy | 288302207 | 405 days ago | IN | 0.001 ETH | 0.00000151 | ||||
| Sell | 288302104 | 405 days ago | IN | 0 ETH | 0.00000141 | ||||
| Buy | 288301914 | 405 days ago | IN | 0.001 ETH | 0.00000151 | ||||
| Buy | 288207438 | 405 days ago | IN | 0.001 ETH | 0.00000253 | ||||
| Create Token | 285212012 | 414 days ago | IN | 0.0001337 ETH | 0.00004966 | ||||
| Sell | 282216009 | 422 days ago | IN | 0 ETH | 0.00000418 | ||||
| Buy | 282214197 | 422 days ago | IN | 0.00025 ETH | 0.00000485 | ||||
| Buy | 282213336 | 422 days ago | IN | 0.00025 ETH | 0.00000361 | ||||
| Buy | 282210738 | 422 days ago | IN | 0.0005 ETH | 0.00000325 |
Latest 25 internal transactions (View All)
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 311647489 | 337 days ago | 0.00005 ETH | ||||
| 311647489 | 337 days ago | 0.00005 ETH | ||||
| 307700607 | 348 days ago | 0.00752906 ETH | ||||
| 307700607 | 348 days ago | 0.00003802 ETH | ||||
| 307700607 | 348 days ago | 0.00003802 ETH | ||||
| 291284210 | 396 days ago | 0.00000001 ETH | ||||
| 291284210 | 396 days ago | 0.00000001 ETH | ||||
| 291284064 | 396 days ago | 0.00000005 ETH | ||||
| 291284064 | 396 days ago | 0.00000005 ETH | ||||
| 289305359 | 402 days ago | 0.03323966 ETH | ||||
| 289305359 | 402 days ago | 0.00016787 ETH | ||||
| 289305359 | 402 days ago | 0.00016787 ETH | ||||
| 289305256 | 402 days ago | 0.03428983 ETH | ||||
| 289305256 | 402 days ago | 0.00017318 ETH | ||||
| 289305256 | 402 days ago | 0.00017318 ETH | ||||
| 288788025 | 403 days ago | 0.00005792 ETH | ||||
| 288788025 | 403 days ago | 0.00005792 ETH | ||||
| 288786004 | 403 days ago | 0.00017 ETH | ||||
| 288786004 | 403 days ago | 0.00017 ETH | ||||
| 288785970 | 403 days ago | 0.000165 ETH | ||||
| 288785970 | 403 days ago | 0.000165 ETH | ||||
| 288785874 | 403 days ago | 0.0001 ETH | ||||
| 288785874 | 403 days ago | 0.0000035 ETH | ||||
| 288785874 | 403 days ago | 0.0000035 ETH | ||||
| 288785874 | 403 days ago | Contract Creation | 0 ETH |
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
FankoFactoryV2Arbitrum
Compiler Version
v0.8.26+commit.8a97fa7a
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;
import {Clones} from "@openzeppelin/contracts/proxy/Clones.sol";
import {Ownable, Ownable2Step} from "@openzeppelin/contracts/access/Ownable2Step.sol";
import {ReentrancyGuard} from "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import {Math} from "@openzeppelin/contracts/utils/math/Math.sol";
import {FankoTokenV2} from "./FankoTokenV2.sol";
import {ICamelotV2Factory} from "./interfaces/ICamelotV2Factory.sol";
import {ICamelotV2Router} from "./interfaces/ICamelotV2Router.sol";
contract FankoFactoryV2Arbitrum is Ownable2Step, ReentrancyGuard {
using Clones for address;
using Math for uint256;
address public implementation;
address public weth;
ICamelotV2Factory public camelotV2Factory;
ICamelotV2Router public camelotV2Router;
uint256 private constant FEE_MAX = 1 ether;
uint256 private constant FEE_BPS_SCALE = 10_000;
uint256 private constant FEE_BPS_MAX = 1_000;
uint256 private constant RESERVE_REAL_TOKEN = 793100000 ether;
uint256 private constant RESERVE_VIRT_TOKEN = 1073000000 ether;
uint256 public tokenCreationFee = 0.01 ether;
uint256 public tradingFeeBPS = 100;
uint256 public tokenLaunchingFeeBPS = 500;
uint256 public ethVirtualReserve = 0.7122 ether;
uint256 public tokenTotalSupply = 1_000_000_000 ether;
struct BondingCurve {
uint256 tokenRealReserve;
uint256 tokenVirtualReserve;
uint256 ethRealReserve;
uint256 ethRealReserveThreshold;
uint256 ethVirtualReserve;
uint256 k;
uint256 spotPrice;
}
mapping(address account => uint8 count) public tokenCounts;
mapping(FankoTokenV2 token => address creator) public tokenCreator;
mapping(FankoTokenV2 token => BondingCurve curve) public bondingCurves;
mapping(FankoTokenV2 token => bool isLaunched) public tokenLaunched;
error CollectAdminFeesFailed();
error InvalidEthAmountIn();
error InvalidEthAmountOut();
error InvalidEthVirtualReserve();
error InvalidToken();
error InvalidTokenAmountIn();
error InvalidTokenAmountOut();
error InvalidTokenCreationFee();
error InvalidTokenLaunchingFeeBPS();
error InvalidTradingFeeBPS();
error SellFailed();
error RefundFailed();
event NewTokenCreationFee(uint256 fee);
event NewTradingFeeBPS(uint256 bps);
event NewGraduationFeeBPS(uint256 bps);
event NewEthVirtualReserve(uint256 reserve);
event NewToken(address indexed creator, FankoTokenV2 token);
event NewTokenLaunch(FankoTokenV2 indexed token);
event FeeCollected(uint256 amount);
event FeeCreatorCollected(address indexed creator, address token, uint256 amount);
event Buy(FankoTokenV2 indexed token, address from, address to, uint256 amountIn, uint256 amountOut);
event Sell(FankoTokenV2 indexed token, address from, address to, uint256 amountIn, uint256 amountOut);
constructor(
address admin_,
address implementation_,
address weth_,
address camelotV2Factory_,
address camelotV2Router_
) Ownable(admin_) {
implementation = implementation_;
weth = weth_;
camelotV2Factory = ICamelotV2Factory(camelotV2Factory_);
camelotV2Router = ICamelotV2Router(camelotV2Router_);
}
///////////////////////////////////////////////////////////////
// Admin Actions //
///////////////////////////////////////////////////////////////
function setTokenCreationFee(uint256 fee_) external onlyOwner {
if (fee_ > FEE_MAX) revert InvalidTokenCreationFee();
if (fee_ == tokenCreationFee) revert InvalidTokenCreationFee();
tokenCreationFee = fee_;
emit NewTokenCreationFee(tokenCreationFee);
}
function setTradingFeeBPS(uint256 bps_) external onlyOwner {
if (bps_ > FEE_BPS_MAX) revert InvalidTradingFeeBPS();
if (bps_ == tradingFeeBPS) revert InvalidTradingFeeBPS();
tradingFeeBPS = bps_;
emit NewTradingFeeBPS(tradingFeeBPS);
}
function setTokenLaunchingFeeBPS(uint256 bps_) external onlyOwner {
if (bps_ > FEE_BPS_MAX) revert InvalidTokenLaunchingFeeBPS();
if (bps_ == tokenLaunchingFeeBPS) revert InvalidTokenLaunchingFeeBPS();
tokenLaunchingFeeBPS = bps_;
emit NewGraduationFeeBPS(tokenLaunchingFeeBPS);
}
function setEthVirtualReserve(uint256 amount_) external onlyOwner {
if (amount_ == ethVirtualReserve) revert InvalidEthVirtualReserve();
ethVirtualReserve = amount_;
emit NewEthVirtualReserve(ethVirtualReserve);
}
////////////////////////////////////////////////////////////////
// Private Read Functions //
////////////////////////////////////////////////////////////////
function getSalt(address account_) private view returns (bytes32 salt) {
uint8 tokenIndex = tokenCounts[account_];
salt = keccak256(abi.encodePacked(account_, tokenIndex));
}
function getTradingFeeAmount(uint256 amount_) private view returns (uint256 feeAmount) {
feeAmount = amount_.mulDiv(tradingFeeBPS, FEE_BPS_SCALE, Math.Rounding.Ceil);
}
function getLaunchingFeeAmount(uint256 amount_) private view returns (uint256 feeAmount) {
feeAmount = amount_.mulDiv(tokenLaunchingFeeBPS, FEE_BPS_SCALE, Math.Rounding.Ceil);
}
function getBondingCurveTokenAmountOut(FankoTokenV2 token_, uint256 ethAmountIn_)
private
view
returns (uint256 tokenAmountOut)
{
BondingCurve memory curve = bondingCurves[token_];
uint256 _maxEthAmountIn = getBondingCurveMaxCapacity(token_);
if (ethAmountIn_ > _maxEthAmountIn) {
ethAmountIn_ = _maxEthAmountIn;
}
uint256 _newEthVirtualReserve = curve.ethVirtualReserve + ethAmountIn_;
uint256 _newTokenVirtualReserve = curve.k.mulDiv(1 ether, _newEthVirtualReserve, Math.Rounding.Floor);
tokenAmountOut = curve.tokenVirtualReserve - _newTokenVirtualReserve;
}
function getBondingCurveEthAmountOut(FankoTokenV2 token_, uint256 tokenAmountIn_)
private
view
returns (uint256 ethAmountOut)
{
BondingCurve memory curve = bondingCurves[token_];
uint256 _newTokenVirtualReserve = curve.tokenVirtualReserve + tokenAmountIn_;
uint256 _newEthVirtualReserve = curve.k.mulDiv(1 ether, _newTokenVirtualReserve);
ethAmountOut = curve.ethVirtualReserve - _newEthVirtualReserve;
}
function getBondingCurveMaxCapacity(FankoTokenV2 token_) private view returns (uint256 maxCap) {
BondingCurve memory curve = bondingCurves[token_];
maxCap = curve.ethRealReserveThreshold - curve.ethRealReserve;
}
function getNewTokenAddress(address account_) external view returns (address token) {
bytes32 salt = getSalt(account_);
token = implementation.predictDeterministicAddress(salt);
}
function launchable(FankoTokenV2 token_) private view returns (bool isLaunchable) {
BondingCurve memory curve = bondingCurves[token_];
isLaunchable = curve.ethRealReserve >= curve.ethRealReserveThreshold;
}
////////////////////////////////////////////////////////////////
// Private Write Functions //
////////////////////////////////////////////////////////////////
function deployToken(address creator_, string memory name_, string memory symbol_)
private
returns (FankoTokenV2 token)
{
bytes32 salt = getSalt(creator_);
address deployed = implementation.cloneDeterministic(salt);
token = FankoTokenV2(deployed);
tokenCounts[creator_] += 1;
tokenCreator[token] = creator_;
token.initialize(name_, symbol_, tokenTotalSupply);
}
function createBondingCurve(FankoTokenV2 token_) private {
BondingCurve storage curve = bondingCurves[token_];
curve.tokenRealReserve = RESERVE_REAL_TOKEN;
curve.tokenVirtualReserve = RESERVE_VIRT_TOKEN;
curve.ethRealReserve = 0 ether;
curve.ethVirtualReserve = ethVirtualReserve;
curve.k = RESERVE_VIRT_TOKEN.mulDiv(ethVirtualReserve, 1 ether);
curve.spotPrice = ethVirtualReserve.mulDiv(1 ether, RESERVE_VIRT_TOKEN);
curve.ethRealReserveThreshold =
curve.k.mulDiv(1 ether, RESERVE_VIRT_TOKEN - RESERVE_REAL_TOKEN) - ethVirtualReserve;
}
function resetBondingCurve(FankoTokenV2 token_) private {
BondingCurve storage curve = bondingCurves[token_];
curve.tokenRealReserve = 0;
curve.tokenVirtualReserve = 0;
curve.ethRealReserve = 0 ether;
curve.ethVirtualReserve = 0;
curve.k = 0;
curve.spotPrice = 0;
curve.ethRealReserveThreshold = 0;
}
function updateBondingCurveOnBuy(FankoTokenV2 token_, uint256 ethAmountIn_, uint256 tokenAmountOut_) private {
BondingCurve storage curve = bondingCurves[token_];
curve.ethRealReserve += ethAmountIn_;
curve.ethVirtualReserve += ethAmountIn_;
curve.tokenVirtualReserve -= tokenAmountOut_;
curve.spotPrice = curve.ethVirtualReserve.mulDiv(1 ether, curve.tokenVirtualReserve);
}
function updateBondingCurveOnSell(FankoTokenV2 token_, uint256 tokenAmountIn_, uint256 ethAmountOut_) private {
BondingCurve storage curve = bondingCurves[token_];
curve.tokenVirtualReserve += tokenAmountIn_;
curve.ethRealReserve -= ethAmountOut_;
curve.ethVirtualReserve -= ethAmountOut_;
curve.spotPrice = curve.ethVirtualReserve.mulDiv(1 ether, curve.tokenVirtualReserve);
}
function collectAdminFees(uint256 amount_) private {
if (amount_ == 0) return;
(bool succeed,) = owner().call{value: amount_}("");
if (!succeed) revert CollectAdminFeesFailed();
emit FeeCollected(amount_);
}
function refundEth(address recipient_, uint256 amount_) private {
if (amount_ == 0) return;
(bool succeed,) = recipient_.call{value: amount_}("");
if (!succeed) revert RefundFailed();
}
function collectCreatorFees(FankoTokenV2 token_, uint256 amount_) private {
if (amount_ == 0) return;
address creator = tokenCreator[token_];
(bool succeed,) = creator.call{value: amount_}("");
if (!succeed) revert CollectAdminFeesFailed();
emit FeeCreatorCollected(creator, address(token_), amount_);
}
function collectTradingFees(FankoTokenV2 token_, uint256 amount_) private {
uint256 protocolShare = amount_.mulDiv(5000, FEE_BPS_SCALE, Math.Rounding.Ceil);
uint256 creatorShare = amount_ - protocolShare;
collectAdminFees(protocolShare);
collectCreatorFees(token_, creatorShare);
}
function createCamelotV2Pair(FankoTokenV2 token_) private {
address pair = camelotV2Factory.createPair(weth, address(token_));
token_.setPair(pair);
}
function addCamelotV2Liquidity(FankoTokenV2 token_, uint256 ethAmount_, uint256 tokenAmount_) private {
token_.unblockPair();
token_.approve(address(camelotV2Router), tokenAmount_);
camelotV2Router.addLiquidityETH{value: ethAmount_}(
address(token_), tokenAmount_, tokenAmount_, ethAmount_, address(0), block.timestamp + 2 hours
);
token_.approve(address(camelotV2Router), 0);
}
function buy(
address sender_,
address recipient_,
FankoTokenV2 token_,
uint256 ethAmountIn_,
uint256 tokenAmountOutMin_
) private {
uint256 _feeAmount = getTradingFeeAmount(ethAmountIn_);
uint256 _ethAmount = ethAmountIn_ - _feeAmount;
uint256 _maxEthAmountIn = getBondingCurveMaxCapacity(token_);
uint256 refund = 0;
if (_ethAmount > _maxEthAmountIn) {
refund = _ethAmount - _maxEthAmountIn;
_ethAmount = _maxEthAmountIn;
}
uint256 _tokenAmount = getBondingCurveTokenAmountOut(token_, _ethAmount);
if (_tokenAmount < tokenAmountOutMin_) revert InvalidTokenAmountOut();
updateBondingCurveOnBuy(token_, _ethAmount, _tokenAmount);
collectTradingFees(token_, _feeAmount);
token_.transfer(recipient_, _tokenAmount);
refundEth(sender_, refund);
emit Buy(token_, sender_, recipient_, ethAmountIn_, _tokenAmount);
}
function launchToken(FankoTokenV2 token_) private {
if (tokenLaunched[token_]) revert InvalidToken();
BondingCurve memory curve = bondingCurves[token_];
uint256 _feeAmount = getLaunchingFeeAmount(curve.ethRealReserve);
uint256 _ethAmount = curve.ethRealReserve - _feeAmount;
uint256 _tokenAmount = tokenTotalSupply - RESERVE_REAL_TOKEN;
tokenLaunched[token_] = true;
if (_tokenAmount == 0) revert InvalidToken();
addCamelotV2Liquidity(token_, _ethAmount, _tokenAmount);
resetBondingCurve(token_);
collectAdminFees(_feeAmount);
emit NewTokenLaunch(token_);
}
////////////////////////////////////////////////////////////////
// Public Read Functions //
////////////////////////////////////////////////////////////////
function getNewTokenAmount(uint256 ethAmountIn_) external view returns (uint256 tokenAmountOut) {
uint256 _buyAmount = ethAmountIn_ - tokenCreationFee;
uint256 _buyFeeAmount = getTradingFeeAmount(_buyAmount);
uint256 _ethAmount = _buyAmount - _buyFeeAmount;
uint256 _newEthVirtualReserve = ethVirtualReserve + _ethAmount;
uint256 _k = RESERVE_VIRT_TOKEN.mulDiv(ethVirtualReserve, 1 ether);
uint256 _newTokenVirtualReserve = _k.mulDiv(1 ether, _newEthVirtualReserve);
tokenAmountOut = RESERVE_VIRT_TOKEN - _newTokenVirtualReserve;
}
function getTokenAmountOut(FankoTokenV2 token_, uint256 ethAmountIn_)
external
view
returns (uint256 tokenAmountOut)
{
ethAmountIn_ -= getTradingFeeAmount(ethAmountIn_);
return getBondingCurveTokenAmountOut(token_, ethAmountIn_);
}
function getEthAmountOut(FankoTokenV2 token_, uint256 tokenAmountIn_)
external
view
returns (uint256 ethAmountOut)
{
ethAmountOut = getBondingCurveEthAmountOut(token_, tokenAmountIn_);
uint256 _fee = getTradingFeeAmount(ethAmountOut);
ethAmountOut -= _fee;
}
////////////////////////////////////////////////////////////////
// Public Write Functions //
////////////////////////////////////////////////////////////////
function createToken(string memory name_, string memory symbol_)
external
payable
nonReentrant
returns (FankoTokenV2 token)
{
if (msg.value < tokenCreationFee) revert InvalidTokenCreationFee();
uint256 _ethAmountIn = 0;
if (msg.value > tokenCreationFee) {
_ethAmountIn = msg.value - tokenCreationFee;
}
token = deployToken(msg.sender, name_, symbol_);
createBondingCurve(token);
createCamelotV2Pair(token);
if (_ethAmountIn > 0) {
buy(msg.sender, msg.sender, token, _ethAmountIn, 0);
collectAdminFees(tokenCreationFee);
} else {
collectAdminFees(tokenCreationFee);
}
emit NewToken(msg.sender, token);
}
function buy(FankoTokenV2 token_, uint256 tokenAmountOutMin_, address recipient_) external payable nonReentrant {
if (msg.value == 0) revert InvalidEthAmountIn();
if (tokenCreator[token_] == address(0)) revert InvalidToken();
if (tokenLaunched[token_]) revert InvalidToken();
buy(msg.sender, recipient_, token_, msg.value, tokenAmountOutMin_);
if (launchable(token_)) {
launchToken(token_);
}
}
function sell(FankoTokenV2 token_, uint256 tokenAmountIn_, uint256 ethAmountOutMin_, address recipient_)
external
payable
nonReentrant
{
if (tokenAmountIn_ == 0) revert InvalidTokenAmountIn();
if (tokenCreator[token_] == address(0)) revert InvalidToken();
if (tokenLaunched[token_]) revert InvalidToken();
token_.transferFrom(msg.sender, address(this), tokenAmountIn_);
uint256 _ethAmountOut = getBondingCurveEthAmountOut(token_, tokenAmountIn_);
uint256 _feeAmount = getTradingFeeAmount(_ethAmountOut);
uint256 _ethAmount = _ethAmountOut - _feeAmount;
if (_ethAmount < ethAmountOutMin_) revert InvalidEthAmountOut();
if (_ethAmount > bondingCurves[token_].ethRealReserve) revert InvalidEthAmountOut();
updateBondingCurveOnSell(token_, tokenAmountIn_, _ethAmountOut);
collectTradingFees(token_, _feeAmount);
(bool succeed,) = recipient_.call{value: _ethAmount}("");
if (!succeed) revert SellFailed();
emit Sell(token_, msg.sender, recipient_, tokenAmountIn_, _ethAmount);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (proxy/Clones.sol)
pragma solidity ^0.8.20;
/**
* @dev https://eips.ethereum.org/EIPS/eip-1167[EIP 1167] is a standard for
* deploying minimal proxy contracts, also known as "clones".
*
* > To simply and cheaply clone contract functionality in an immutable way, this standard specifies
* > a minimal bytecode implementation that delegates all calls to a known, fixed address.
*
* The library includes functions to deploy a proxy using either `create` (traditional deployment) or `create2`
* (salted deterministic deployment). It also includes functions to predict the addresses of clones deployed using the
* deterministic method.
*/
library Clones {
/**
* @dev A clone instance deployment failed.
*/
error ERC1167FailedCreateClone();
/**
* @dev Deploys and returns the address of a clone that mimics the behaviour of `implementation`.
*
* This function uses the create opcode, which should never revert.
*/
function clone(address implementation) internal returns (address instance) {
/// @solidity memory-safe-assembly
assembly {
// Cleans the upper 96 bits of the `implementation` word, then packs the first 3 bytes
// of the `implementation` address with the bytecode before the address.
mstore(0x00, or(shr(0xe8, shl(0x60, implementation)), 0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000))
// Packs the remaining 17 bytes of `implementation` with the bytecode after the address.
mstore(0x20, or(shl(0x78, implementation), 0x5af43d82803e903d91602b57fd5bf3))
instance := create(0, 0x09, 0x37)
}
if (instance == address(0)) {
revert ERC1167FailedCreateClone();
}
}
/**
* @dev Deploys and returns the address of a clone that mimics the behaviour of `implementation`.
*
* This function uses the create2 opcode and a `salt` to deterministically deploy
* the clone. Using the same `implementation` and `salt` multiple time will revert, since
* the clones cannot be deployed twice at the same address.
*/
function cloneDeterministic(address implementation, bytes32 salt) internal returns (address instance) {
/// @solidity memory-safe-assembly
assembly {
// Cleans the upper 96 bits of the `implementation` word, then packs the first 3 bytes
// of the `implementation` address with the bytecode before the address.
mstore(0x00, or(shr(0xe8, shl(0x60, implementation)), 0x3d602d80600a3d3981f3363d3d373d3d3d363d73000000))
// Packs the remaining 17 bytes of `implementation` with the bytecode after the address.
mstore(0x20, or(shl(0x78, implementation), 0x5af43d82803e903d91602b57fd5bf3))
instance := create2(0, 0x09, 0x37, salt)
}
if (instance == address(0)) {
revert ERC1167FailedCreateClone();
}
}
/**
* @dev Computes the address of a clone deployed using {Clones-cloneDeterministic}.
*/
function predictDeterministicAddress(
address implementation,
bytes32 salt,
address deployer
) internal pure returns (address predicted) {
/// @solidity memory-safe-assembly
assembly {
let ptr := mload(0x40)
mstore(add(ptr, 0x38), deployer)
mstore(add(ptr, 0x24), 0x5af43d82803e903d91602b57fd5bf3ff)
mstore(add(ptr, 0x14), implementation)
mstore(ptr, 0x3d602d80600a3d3981f3363d3d373d3d3d363d73)
mstore(add(ptr, 0x58), salt)
mstore(add(ptr, 0x78), keccak256(add(ptr, 0x0c), 0x37))
predicted := keccak256(add(ptr, 0x43), 0x55)
}
}
/**
* @dev Computes the address of a clone deployed using {Clones-cloneDeterministic}.
*/
function predictDeterministicAddress(
address implementation,
bytes32 salt
) internal view returns (address predicted) {
return predictDeterministicAddress(implementation, salt, address(this));
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable2Step.sol)
pragma solidity ^0.8.20;
import {Ownable} from "./Ownable.sol";
/**
* @dev Contract module which provides access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* The initial owner is specified at deployment time in the constructor for `Ownable`. This
* can later be changed with {transferOwnership} and {acceptOwnership}.
*
* This module is used through inheritance. It will make available all functions
* from parent (Ownable).
*/
abstract contract Ownable2Step is Ownable {
address private _pendingOwner;
event OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner);
/**
* @dev Returns the address of the pending owner.
*/
function pendingOwner() public view virtual returns (address) {
return _pendingOwner;
}
/**
* @dev Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one.
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual override onlyOwner {
_pendingOwner = newOwner;
emit OwnershipTransferStarted(owner(), newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`) and deletes any pending owner.
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual override {
delete _pendingOwner;
super._transferOwnership(newOwner);
}
/**
* @dev The new owner accepts the ownership transfer.
*/
function acceptOwnership() public virtual {
address sender = _msgSender();
if (pendingOwner() != sender) {
revert OwnableUnauthorizedAccount(sender);
}
_transferOwnership(sender);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/ReentrancyGuard.sol)
pragma solidity ^0.8.20;
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no nested
* (reentrant) calls to them.
*
* Note that because there is a single `nonReentrant` guard, functions marked as
* `nonReentrant` may not call one another. This can be worked around by making
* those functions `private`, and then adding `external` `nonReentrant` entry
* points to them.
*
* TIP: If you would like to learn more about reentrancy and alternative ways
* to protect against it, check out our blog post
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
*/
abstract contract ReentrancyGuard {
// Booleans are more expensive than uint256 or any type that takes up a full
// word because each write operation emits an extra SLOAD to first read the
// slot's contents, replace the bits taken up by the boolean, and then write
// back. This is the compiler's defense against contract upgrades and
// pointer aliasing, and it cannot be disabled.
// The values being non-zero value makes deployment a bit more expensive,
// but in exchange the refund on every call to nonReentrant will be lower in
// amount. Since refunds are capped to a percentage of the total
// transaction's gas, it is best to keep them low in cases like this one, to
// increase the likelihood of the full refund coming into effect.
uint256 private constant NOT_ENTERED = 1;
uint256 private constant ENTERED = 2;
uint256 private _status;
/**
* @dev Unauthorized reentrant call.
*/
error ReentrancyGuardReentrantCall();
constructor() {
_status = NOT_ENTERED;
}
/**
* @dev Prevents a contract from calling itself, directly or indirectly.
* Calling a `nonReentrant` function from another `nonReentrant`
* function is not supported. It is possible to prevent this from happening
* by making the `nonReentrant` function external, and making it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
_nonReentrantBefore();
_;
_nonReentrantAfter();
}
function _nonReentrantBefore() private {
// On the first call to nonReentrant, _status will be NOT_ENTERED
if (_status == ENTERED) {
revert ReentrancyGuardReentrantCall();
}
// Any calls to nonReentrant after this point will fail
_status = ENTERED;
}
function _nonReentrantAfter() private {
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = NOT_ENTERED;
}
/**
* @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
* `nonReentrant` function in the call stack.
*/
function _reentrancyGuardEntered() internal view returns (bool) {
return _status == ENTERED;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/Math.sol)
pragma solidity ^0.8.20;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
/**
* @dev Muldiv operation overflow.
*/
error MathOverflowedMulDiv();
enum Rounding {
Floor, // Toward negative infinity
Ceil, // Toward positive infinity
Trunc, // Toward zero
Expand // Away from zero
}
/**
* @dev Returns the addition of two unsigned integers, with an overflow flag.
*/
function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
uint256 c = a + b;
if (c < a) return (false, 0);
return (true, c);
}
}
/**
* @dev Returns the subtraction of two unsigned integers, with an overflow flag.
*/
function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b > a) return (false, 0);
return (true, a - b);
}
}
/**
* @dev Returns the multiplication of two unsigned integers, with an overflow flag.
*/
function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) return (true, 0);
uint256 c = a * b;
if (c / a != b) return (false, 0);
return (true, c);
}
}
/**
* @dev Returns the division of two unsigned integers, with a division by zero flag.
*/
function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b == 0) return (false, 0);
return (true, a / b);
}
}
/**
* @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
*/
function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
unchecked {
if (b == 0) return (false, 0);
return (true, a % b);
}
}
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two numbers.
*/
function min(uint256 a, uint256 b) internal pure returns (uint256) {
return a < b ? a : b;
}
/**
* @dev Returns the average of two numbers. The result is rounded towards
* zero.
*/
function average(uint256 a, uint256 b) internal pure returns (uint256) {
// (a + b) / 2 can overflow.
return (a & b) + (a ^ b) / 2;
}
/**
* @dev Returns the ceiling of the division of two numbers.
*
* This differs from standard division with `/` in that it rounds towards infinity instead
* of rounding towards zero.
*/
function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
if (b == 0) {
// Guarantee the same behavior as in a regular Solidity division.
return a / b;
}
// (a + b - 1) / b can overflow on addition, so we distribute.
return a == 0 ? 0 : (a - 1) / b + 1;
}
/**
* @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or
* denominator == 0.
* @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) with further edits by
* Uniswap Labs also under MIT license.
*/
function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {
unchecked {
// 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
// use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
// variables such that product = prod1 * 2^256 + prod0.
uint256 prod0 = x * y; // Least significant 256 bits of the product
uint256 prod1; // Most significant 256 bits of the product
assembly {
let mm := mulmod(x, y, not(0))
prod1 := sub(sub(mm, prod0), lt(mm, prod0))
}
// Handle non-overflow cases, 256 by 256 division.
if (prod1 == 0) {
// Solidity will revert if denominator == 0, unlike the div opcode on its own.
// The surrounding unchecked block does not change this fact.
// See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
return prod0 / denominator;
}
// Make sure the result is less than 2^256. Also prevents denominator == 0.
if (denominator <= prod1) {
revert MathOverflowedMulDiv();
}
///////////////////////////////////////////////
// 512 by 256 division.
///////////////////////////////////////////////
// Make division exact by subtracting the remainder from [prod1 prod0].
uint256 remainder;
assembly {
// Compute remainder using mulmod.
remainder := mulmod(x, y, denominator)
// Subtract 256 bit number from 512 bit number.
prod1 := sub(prod1, gt(remainder, prod0))
prod0 := sub(prod0, remainder)
}
// Factor powers of two out of denominator and compute largest power of two divisor of denominator.
// Always >= 1. See https://cs.stackexchange.com/q/138556/92363.
uint256 twos = denominator & (0 - denominator);
assembly {
// Divide denominator by twos.
denominator := div(denominator, twos)
// Divide [prod1 prod0] by twos.
prod0 := div(prod0, twos)
// Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
twos := add(div(sub(0, twos), twos), 1)
}
// Shift in bits from prod1 into prod0.
prod0 |= prod1 * twos;
// Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
// that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
// four bits. That is, denominator * inv = 1 mod 2^4.
uint256 inverse = (3 * denominator) ^ 2;
// Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also
// works in modular arithmetic, doubling the correct bits in each step.
inverse *= 2 - denominator * inverse; // inverse mod 2^8
inverse *= 2 - denominator * inverse; // inverse mod 2^16
inverse *= 2 - denominator * inverse; // inverse mod 2^32
inverse *= 2 - denominator * inverse; // inverse mod 2^64
inverse *= 2 - denominator * inverse; // inverse mod 2^128
inverse *= 2 - denominator * inverse; // inverse mod 2^256
// Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
// This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
// less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
// is no longer required.
result = prod0 * inverse;
return result;
}
}
/**
* @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
*/
function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {
uint256 result = mulDiv(x, y, denominator);
if (unsignedRoundsUp(rounding) && mulmod(x, y, denominator) > 0) {
result += 1;
}
return result;
}
/**
* @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded
* towards zero.
*
* Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
*/
function sqrt(uint256 a) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
// For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
//
// We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
// `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
//
// This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
// → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
// → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
//
// Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
uint256 result = 1 << (log2(a) >> 1);
// At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
// since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
// every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
// into the expected uint128 result.
unchecked {
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
result = (result + a / result) >> 1;
return min(result, a / result);
}
}
/**
* @notice Calculates sqrt(a), following the selected rounding direction.
*/
function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = sqrt(a);
return result + (unsignedRoundsUp(rounding) && result * result < a ? 1 : 0);
}
}
/**
* @dev Return the log in base 2 of a positive value rounded towards zero.
* Returns 0 if given 0.
*/
function log2(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >> 128 > 0) {
value >>= 128;
result += 128;
}
if (value >> 64 > 0) {
value >>= 64;
result += 64;
}
if (value >> 32 > 0) {
value >>= 32;
result += 32;
}
if (value >> 16 > 0) {
value >>= 16;
result += 16;
}
if (value >> 8 > 0) {
value >>= 8;
result += 8;
}
if (value >> 4 > 0) {
value >>= 4;
result += 4;
}
if (value >> 2 > 0) {
value >>= 2;
result += 2;
}
if (value >> 1 > 0) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 2, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log2(value);
return result + (unsignedRoundsUp(rounding) && 1 << result < value ? 1 : 0);
}
}
/**
* @dev Return the log in base 10 of a positive value rounded towards zero.
* Returns 0 if given 0.
*/
function log10(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >= 10 ** 64) {
value /= 10 ** 64;
result += 64;
}
if (value >= 10 ** 32) {
value /= 10 ** 32;
result += 32;
}
if (value >= 10 ** 16) {
value /= 10 ** 16;
result += 16;
}
if (value >= 10 ** 8) {
value /= 10 ** 8;
result += 8;
}
if (value >= 10 ** 4) {
value /= 10 ** 4;
result += 4;
}
if (value >= 10 ** 2) {
value /= 10 ** 2;
result += 2;
}
if (value >= 10 ** 1) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 10, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log10(value);
return result + (unsignedRoundsUp(rounding) && 10 ** result < value ? 1 : 0);
}
}
/**
* @dev Return the log in base 256 of a positive value rounded towards zero.
* Returns 0 if given 0.
*
* Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
*/
function log256(uint256 value) internal pure returns (uint256) {
uint256 result = 0;
unchecked {
if (value >> 128 > 0) {
value >>= 128;
result += 16;
}
if (value >> 64 > 0) {
value >>= 64;
result += 8;
}
if (value >> 32 > 0) {
value >>= 32;
result += 4;
}
if (value >> 16 > 0) {
value >>= 16;
result += 2;
}
if (value >> 8 > 0) {
result += 1;
}
}
return result;
}
/**
* @dev Return the log in base 256, following the selected rounding direction, of a positive value.
* Returns 0 if given 0.
*/
function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
unchecked {
uint256 result = log256(value);
return result + (unsignedRoundsUp(rounding) && 1 << (result << 3) < value ? 1 : 0);
}
}
/**
* @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers.
*/
function unsignedRoundsUp(Rounding rounding) internal pure returns (bool) {
return uint8(rounding) % 2 == 1;
}
}// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;
import {Initializable} from "@openzeppelin/contracts/proxy/utils/Initializable.sol";
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
import {ERC20, ERC20Burnable} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import {ReentrancyGuard} from "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
/**
* @title FankoTokenV2
* @notice Immutable contract. Creator can't rug but they can still jeet, so becareful.
* @dev only FankoFactory can setPair abd unblockPair
*/
contract FankoTokenV2 is Initializable, ERC20Burnable, Ownable, ReentrancyGuard {
string private _name;
string private _symbol;
address public pair;
bool public pairBlocked;
error InvalidTransfer();
constructor() Ownable(msg.sender) ERC20("Fanko", "FANKO") {}
function initialize(string memory name_, string memory symbol_, uint256 totalSupply_) external initializer {
_name = name_;
_symbol = symbol_;
_mint(msg.sender, totalSupply_);
_transferOwnership(msg.sender);
pairBlocked = true;
}
///////////////////////////////////////////////////////////////
// Admin Actions //
///////////////////////////////////////////////////////////////
function setPair(address pair_) external onlyOwner {
pair = pair_;
}
function unblockPair() external onlyOwner {
pairBlocked = false;
}
////////////////////////////////////////////////////////////////
// Private Write Functions //
////////////////////////////////////////////////////////////////
function _update(address from, address to, uint256 value) internal virtual override {
if (to == pair && pairBlocked) {
revert InvalidTransfer();
}
super._update(from, to, value);
}
////////////////////////////////////////////////////////////////
// Public Read Functions //
////////////////////////////////////////////////////////////////
function name() public view virtual override returns (string memory) {
return _name;
}
function symbol() public view virtual override returns (string memory) {
return _symbol;
}
}// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;
interface ICamelotV2Factory {
function createPair(address tokenA, address tokenB) external returns (address pair);
}// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;
interface ICamelotV2Router {
function addLiquidityETH(
address token,
uint256 amountTokenDesired,
uint256 amountTokenMin,
uint256 amountETHMin,
address to,
uint256 deadline
) external payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity);
function swapExactETHForTokensSupportingFeeOnTransferTokens(
uint256 amountOutMin,
address[] calldata path,
address to,
address referrer,
uint256 deadline
) external payable;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)
pragma solidity ^0.8.20;
import {Context} from "../utils/Context.sol";
/**
* @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.
*
* The initial owner is set to the address provided by the deployer. 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;
/**
* @dev The caller account is not authorized to perform an operation.
*/
error OwnableUnauthorizedAccount(address account);
/**
* @dev The owner is not a valid owner account. (eg. `address(0)`)
*/
error OwnableInvalidOwner(address owner);
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the address provided by the deployer as the initial owner.
*/
constructor(address initialOwner) {
if (initialOwner == address(0)) {
revert OwnableInvalidOwner(address(0));
}
_transferOwnership(initialOwner);
}
/**
* @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 {
if (owner() != _msgSender()) {
revert OwnableUnauthorizedAccount(_msgSender());
}
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby disabling 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 {
if (newOwner == address(0)) {
revert OwnableInvalidOwner(address(0));
}
_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);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (proxy/utils/Initializable.sol)
pragma solidity ^0.8.20;
/**
* @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
* behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an
* external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer
* function so it can only be called once. The {initializer} modifier provided by this contract will have this effect.
*
* The initialization functions use a version number. Once a version number is used, it is consumed and cannot be
* reused. This mechanism prevents re-execution of each "step" but allows the creation of new initialization steps in
* case an upgrade adds a module that needs to be initialized.
*
* For example:
*
* [.hljs-theme-light.nopadding]
* ```solidity
* contract MyToken is ERC20Upgradeable {
* function initialize() initializer public {
* __ERC20_init("MyToken", "MTK");
* }
* }
*
* contract MyTokenV2 is MyToken, ERC20PermitUpgradeable {
* function initializeV2() reinitializer(2) public {
* __ERC20Permit_init("MyToken");
* }
* }
* ```
*
* TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as
* possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}.
*
* CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure
* that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.
*
* [CAUTION]
* ====
* Avoid leaving a contract uninitialized.
*
* An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation
* contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke
* the {_disableInitializers} function in the constructor to automatically lock it when it is deployed:
*
* [.hljs-theme-light.nopadding]
* ```
* /// @custom:oz-upgrades-unsafe-allow constructor
* constructor() {
* _disableInitializers();
* }
* ```
* ====
*/
abstract contract Initializable {
/**
* @dev Storage of the initializable contract.
*
* It's implemented on a custom ERC-7201 namespace to reduce the risk of storage collisions
* when using with upgradeable contracts.
*
* @custom:storage-location erc7201:openzeppelin.storage.Initializable
*/
struct InitializableStorage {
/**
* @dev Indicates that the contract has been initialized.
*/
uint64 _initialized;
/**
* @dev Indicates that the contract is in the process of being initialized.
*/
bool _initializing;
}
// keccak256(abi.encode(uint256(keccak256("openzeppelin.storage.Initializable")) - 1)) & ~bytes32(uint256(0xff))
bytes32 private constant INITIALIZABLE_STORAGE = 0xf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00;
/**
* @dev The contract is already initialized.
*/
error InvalidInitialization();
/**
* @dev The contract is not initializing.
*/
error NotInitializing();
/**
* @dev Triggered when the contract has been initialized or reinitialized.
*/
event Initialized(uint64 version);
/**
* @dev A modifier that defines a protected initializer function that can be invoked at most once. In its scope,
* `onlyInitializing` functions can be used to initialize parent contracts.
*
* Similar to `reinitializer(1)`, except that in the context of a constructor an `initializer` may be invoked any
* number of times. This behavior in the constructor can be useful during testing and is not expected to be used in
* production.
*
* Emits an {Initialized} event.
*/
modifier initializer() {
// solhint-disable-next-line var-name-mixedcase
InitializableStorage storage $ = _getInitializableStorage();
// Cache values to avoid duplicated sloads
bool isTopLevelCall = !$._initializing;
uint64 initialized = $._initialized;
// Allowed calls:
// - initialSetup: the contract is not in the initializing state and no previous version was
// initialized
// - construction: the contract is initialized at version 1 (no reininitialization) and the
// current contract is just being deployed
bool initialSetup = initialized == 0 && isTopLevelCall;
bool construction = initialized == 1 && address(this).code.length == 0;
if (!initialSetup && !construction) {
revert InvalidInitialization();
}
$._initialized = 1;
if (isTopLevelCall) {
$._initializing = true;
}
_;
if (isTopLevelCall) {
$._initializing = false;
emit Initialized(1);
}
}
/**
* @dev A modifier that defines a protected reinitializer function that can be invoked at most once, and only if the
* contract hasn't been initialized to a greater version before. In its scope, `onlyInitializing` functions can be
* used to initialize parent contracts.
*
* A reinitializer may be used after the original initialization step. This is essential to configure modules that
* are added through upgrades and that require initialization.
*
* When `version` is 1, this modifier is similar to `initializer`, except that functions marked with `reinitializer`
* cannot be nested. If one is invoked in the context of another, execution will revert.
*
* Note that versions can jump in increments greater than 1; this implies that if multiple reinitializers coexist in
* a contract, executing them in the right order is up to the developer or operator.
*
* WARNING: Setting the version to 2**64 - 1 will prevent any future reinitialization.
*
* Emits an {Initialized} event.
*/
modifier reinitializer(uint64 version) {
// solhint-disable-next-line var-name-mixedcase
InitializableStorage storage $ = _getInitializableStorage();
if ($._initializing || $._initialized >= version) {
revert InvalidInitialization();
}
$._initialized = version;
$._initializing = true;
_;
$._initializing = false;
emit Initialized(version);
}
/**
* @dev Modifier to protect an initialization function so that it can only be invoked by functions with the
* {initializer} and {reinitializer} modifiers, directly or indirectly.
*/
modifier onlyInitializing() {
_checkInitializing();
_;
}
/**
* @dev Reverts if the contract is not in an initializing state. See {onlyInitializing}.
*/
function _checkInitializing() internal view virtual {
if (!_isInitializing()) {
revert NotInitializing();
}
}
/**
* @dev Locks the contract, preventing any future reinitialization. This cannot be part of an initializer call.
* Calling this in the constructor of a contract will prevent that contract from being initialized or reinitialized
* to any version. It is recommended to use this to lock implementation contracts that are designed to be called
* through proxies.
*
* Emits an {Initialized} event the first time it is successfully executed.
*/
function _disableInitializers() internal virtual {
// solhint-disable-next-line var-name-mixedcase
InitializableStorage storage $ = _getInitializableStorage();
if ($._initializing) {
revert InvalidInitialization();
}
if ($._initialized != type(uint64).max) {
$._initialized = type(uint64).max;
emit Initialized(type(uint64).max);
}
}
/**
* @dev Returns the highest version that has been initialized. See {reinitializer}.
*/
function _getInitializedVersion() internal view returns (uint64) {
return _getInitializableStorage()._initialized;
}
/**
* @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}.
*/
function _isInitializing() internal view returns (bool) {
return _getInitializableStorage()._initializing;
}
/**
* @dev Returns a pointer to the storage namespace.
*/
// solhint-disable-next-line var-name-mixedcase
function _getInitializableStorage() private pure returns (InitializableStorage storage $) {
assembly {
$.slot := INITIALIZABLE_STORAGE
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/ERC20Burnable.sol)
pragma solidity ^0.8.20;
import {ERC20} from "../ERC20.sol";
import {Context} from "../../../utils/Context.sol";
/**
* @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 a `value` amount of tokens from the caller.
*
* See {ERC20-_burn}.
*/
function burn(uint256 value) public virtual {
_burn(_msgSender(), value);
}
/**
* @dev Destroys a `value` amount of 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
* `value`.
*/
function burnFrom(address account, uint256 value) public virtual {
_spendAllowance(account, _msgSender(), value);
_burn(account, value);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
pragma solidity ^0.8.20;
/**
* @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;
}
function _contextSuffixLength() internal view virtual returns (uint256) {
return 0;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/ERC20.sol)
pragma solidity ^0.8.20;
import {IERC20} from "./IERC20.sol";
import {IERC20Metadata} from "./extensions/IERC20Metadata.sol";
import {Context} from "../../utils/Context.sol";
import {IERC20Errors} from "../../interfaces/draft-IERC6093.sol";
/**
* @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}.
*
* TIP: For a detailed writeup see our guide
* https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
* to implement supply mechanisms].
*
* The default value of {decimals} is 18. To change this, you should override
* this function so it returns a different value.
*
* 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.
*/
abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
mapping(address account => uint256) private _balances;
mapping(address account => mapping(address spender => uint256)) private _allowances;
uint256 private _totalSupply;
string private _name;
string private _symbol;
/**
* @dev Sets the values for {name} and {symbol}.
*
* 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 returns (string memory) {
return _name;
}
/**
* @dev Returns the symbol of the token, usually a shorter version of the
* name.
*/
function symbol() public view virtual 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 default value returned by this function, unless
* it's 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 returns (uint8) {
return 18;
}
/**
* @dev See {IERC20-totalSupply}.
*/
function totalSupply() public view virtual returns (uint256) {
return _totalSupply;
}
/**
* @dev See {IERC20-balanceOf}.
*/
function balanceOf(address account) public view virtual 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 `value`.
*/
function transfer(address to, uint256 value) public virtual returns (bool) {
address owner = _msgSender();
_transfer(owner, to, value);
return true;
}
/**
* @dev See {IERC20-allowance}.
*/
function allowance(address owner, address spender) public view virtual returns (uint256) {
return _allowances[owner][spender];
}
/**
* @dev See {IERC20-approve}.
*
* NOTE: If `value` 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 value) public virtual returns (bool) {
address owner = _msgSender();
_approve(owner, spender, value);
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 `value`.
* - the caller must have allowance for ``from``'s tokens of at least
* `value`.
*/
function transferFrom(address from, address to, uint256 value) public virtual returns (bool) {
address spender = _msgSender();
_spendAllowance(from, spender, value);
_transfer(from, to, value);
return true;
}
/**
* @dev Moves a `value` 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.
*
* NOTE: This function is not virtual, {_update} should be overridden instead.
*/
function _transfer(address from, address to, uint256 value) internal {
if (from == address(0)) {
revert ERC20InvalidSender(address(0));
}
if (to == address(0)) {
revert ERC20InvalidReceiver(address(0));
}
_update(from, to, value);
}
/**
* @dev Transfers a `value` amount of tokens from `from` to `to`, or alternatively mints (or burns) if `from`
* (or `to`) is the zero address. All customizations to transfers, mints, and burns should be done by overriding
* this function.
*
* Emits a {Transfer} event.
*/
function _update(address from, address to, uint256 value) internal virtual {
if (from == address(0)) {
// Overflow check required: The rest of the code assumes that totalSupply never overflows
_totalSupply += value;
} else {
uint256 fromBalance = _balances[from];
if (fromBalance < value) {
revert ERC20InsufficientBalance(from, fromBalance, value);
}
unchecked {
// Overflow not possible: value <= fromBalance <= totalSupply.
_balances[from] = fromBalance - value;
}
}
if (to == address(0)) {
unchecked {
// Overflow not possible: value <= totalSupply or value <= fromBalance <= totalSupply.
_totalSupply -= value;
}
} else {
unchecked {
// Overflow not possible: balance + value is at most totalSupply, which we know fits into a uint256.
_balances[to] += value;
}
}
emit Transfer(from, to, value);
}
/**
* @dev Creates a `value` amount of tokens and assigns them to `account`, by transferring it from address(0).
* Relies on the `_update` mechanism
*
* Emits a {Transfer} event with `from` set to the zero address.
*
* NOTE: This function is not virtual, {_update} should be overridden instead.
*/
function _mint(address account, uint256 value) internal {
if (account == address(0)) {
revert ERC20InvalidReceiver(address(0));
}
_update(address(0), account, value);
}
/**
* @dev Destroys a `value` amount of tokens from `account`, lowering the total supply.
* Relies on the `_update` mechanism.
*
* Emits a {Transfer} event with `to` set to the zero address.
*
* NOTE: This function is not virtual, {_update} should be overridden instead
*/
function _burn(address account, uint256 value) internal {
if (account == address(0)) {
revert ERC20InvalidSender(address(0));
}
_update(account, address(0), value);
}
/**
* @dev Sets `value` 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.
*
* Overrides to this logic should be done to the variant with an additional `bool emitEvent` argument.
*/
function _approve(address owner, address spender, uint256 value) internal {
_approve(owner, spender, value, true);
}
/**
* @dev Variant of {_approve} with an optional flag to enable or disable the {Approval} event.
*
* By default (when calling {_approve}) the flag is set to true. On the other hand, approval changes made by
* `_spendAllowance` during the `transferFrom` operation set the flag to false. This saves gas by not emitting any
* `Approval` event during `transferFrom` operations.
*
* Anyone who wishes to continue emitting `Approval` events on the`transferFrom` operation can force the flag to
* true using the following override:
* ```
* function _approve(address owner, address spender, uint256 value, bool) internal virtual override {
* super._approve(owner, spender, value, true);
* }
* ```
*
* Requirements are the same as {_approve}.
*/
function _approve(address owner, address spender, uint256 value, bool emitEvent) internal virtual {
if (owner == address(0)) {
revert ERC20InvalidApprover(address(0));
}
if (spender == address(0)) {
revert ERC20InvalidSpender(address(0));
}
_allowances[owner][spender] = value;
if (emitEvent) {
emit Approval(owner, spender, value);
}
}
/**
* @dev Updates `owner` s allowance for `spender` based on spent `value`.
*
* Does not update the allowance value in case of infinite allowance.
* Revert if not enough allowance is available.
*
* Does not emit an {Approval} event.
*/
function _spendAllowance(address owner, address spender, uint256 value) internal virtual {
uint256 currentAllowance = allowance(owner, spender);
if (currentAllowance != type(uint256).max) {
if (currentAllowance < value) {
revert ERC20InsufficientAllowance(spender, currentAllowance, value);
}
unchecked {
_approve(owner, spender, currentAllowance - value, false);
}
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.20;
/**
* @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 value of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the value of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves a `value` amount of 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 value) 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 a `value` amount of tokens 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 value) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from `from` to `to` using the
* allowance mechanism. `value` 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 value) external returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Metadata.sol)
pragma solidity ^0.8.20;
import {IERC20} from "../IERC20.sol";
/**
* @dev Interface for the optional metadata functions from the ERC20 standard.
*/
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);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/draft-IERC6093.sol)
pragma solidity ^0.8.20;
/**
* @dev Standard ERC20 Errors
* Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC20 tokens.
*/
interface IERC20Errors {
/**
* @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
* @param sender Address whose tokens are being transferred.
* @param balance Current balance for the interacting account.
* @param needed Minimum amount required to perform a transfer.
*/
error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed);
/**
* @dev Indicates a failure with the token `sender`. Used in transfers.
* @param sender Address whose tokens are being transferred.
*/
error ERC20InvalidSender(address sender);
/**
* @dev Indicates a failure with the token `receiver`. Used in transfers.
* @param receiver Address to which tokens are being transferred.
*/
error ERC20InvalidReceiver(address receiver);
/**
* @dev Indicates a failure with the `spender`’s `allowance`. Used in transfers.
* @param spender Address that may be allowed to operate on tokens without being their owner.
* @param allowance Amount of tokens a `spender` is allowed to operate with.
* @param needed Minimum amount required to perform a transfer.
*/
error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed);
/**
* @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
* @param approver Address initiating an approval operation.
*/
error ERC20InvalidApprover(address approver);
/**
* @dev Indicates a failure with the `spender` to be approved. Used in approvals.
* @param spender Address that may be allowed to operate on tokens without being their owner.
*/
error ERC20InvalidSpender(address spender);
}
/**
* @dev Standard ERC721 Errors
* Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC721 tokens.
*/
interface IERC721Errors {
/**
* @dev Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20.
* Used in balance queries.
* @param owner Address of the current owner of a token.
*/
error ERC721InvalidOwner(address owner);
/**
* @dev Indicates a `tokenId` whose `owner` is the zero address.
* @param tokenId Identifier number of a token.
*/
error ERC721NonexistentToken(uint256 tokenId);
/**
* @dev Indicates an error related to the ownership over a particular token. Used in transfers.
* @param sender Address whose tokens are being transferred.
* @param tokenId Identifier number of a token.
* @param owner Address of the current owner of a token.
*/
error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner);
/**
* @dev Indicates a failure with the token `sender`. Used in transfers.
* @param sender Address whose tokens are being transferred.
*/
error ERC721InvalidSender(address sender);
/**
* @dev Indicates a failure with the token `receiver`. Used in transfers.
* @param receiver Address to which tokens are being transferred.
*/
error ERC721InvalidReceiver(address receiver);
/**
* @dev Indicates a failure with the `operator`’s approval. Used in transfers.
* @param operator Address that may be allowed to operate on tokens without being their owner.
* @param tokenId Identifier number of a token.
*/
error ERC721InsufficientApproval(address operator, uint256 tokenId);
/**
* @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
* @param approver Address initiating an approval operation.
*/
error ERC721InvalidApprover(address approver);
/**
* @dev Indicates a failure with the `operator` to be approved. Used in approvals.
* @param operator Address that may be allowed to operate on tokens without being their owner.
*/
error ERC721InvalidOperator(address operator);
}
/**
* @dev Standard ERC1155 Errors
* Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC1155 tokens.
*/
interface IERC1155Errors {
/**
* @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
* @param sender Address whose tokens are being transferred.
* @param balance Current balance for the interacting account.
* @param needed Minimum amount required to perform a transfer.
* @param tokenId Identifier number of a token.
*/
error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId);
/**
* @dev Indicates a failure with the token `sender`. Used in transfers.
* @param sender Address whose tokens are being transferred.
*/
error ERC1155InvalidSender(address sender);
/**
* @dev Indicates a failure with the token `receiver`. Used in transfers.
* @param receiver Address to which tokens are being transferred.
*/
error ERC1155InvalidReceiver(address receiver);
/**
* @dev Indicates a failure with the `operator`’s approval. Used in transfers.
* @param operator Address that may be allowed to operate on tokens without being their owner.
* @param owner Address of the current owner of a token.
*/
error ERC1155MissingApprovalForAll(address operator, address owner);
/**
* @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
* @param approver Address initiating an approval operation.
*/
error ERC1155InvalidApprover(address approver);
/**
* @dev Indicates a failure with the `operator` to be approved. Used in approvals.
* @param operator Address that may be allowed to operate on tokens without being their owner.
*/
error ERC1155InvalidOperator(address operator);
/**
* @dev Indicates an array length mismatch between ids and values in a safeBatchTransferFrom operation.
* Used in batch transfers.
* @param idsLength Length of the array of token identifiers
* @param valuesLength Length of the array of token amounts
*/
error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength);
}{
"remappings": [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"forge-std/=lib/forge-std/src/",
"ds-test/=lib/openzeppelin-contracts/lib/forge-std/lib/ds-test/src/",
"erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/",
"openzeppelin-contracts/=lib/openzeppelin-contracts/"
],
"optimizer": {
"enabled": true,
"runs": 20000
},
"metadata": {
"useLiteralContent": false,
"bytecodeHash": "ipfs",
"appendCBOR": true
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"abi"
]
}
},
"evmVersion": "paris",
"viaIR": false,
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"admin_","type":"address"},{"internalType":"address","name":"implementation_","type":"address"},{"internalType":"address","name":"weth_","type":"address"},{"internalType":"address","name":"camelotV2Factory_","type":"address"},{"internalType":"address","name":"camelotV2Router_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"CollectAdminFeesFailed","type":"error"},{"inputs":[],"name":"ERC1167FailedCreateClone","type":"error"},{"inputs":[],"name":"InvalidEthAmountIn","type":"error"},{"inputs":[],"name":"InvalidEthAmountOut","type":"error"},{"inputs":[],"name":"InvalidEthVirtualReserve","type":"error"},{"inputs":[],"name":"InvalidToken","type":"error"},{"inputs":[],"name":"InvalidTokenAmountIn","type":"error"},{"inputs":[],"name":"InvalidTokenAmountOut","type":"error"},{"inputs":[],"name":"InvalidTokenCreationFee","type":"error"},{"inputs":[],"name":"InvalidTokenLaunchingFeeBPS","type":"error"},{"inputs":[],"name":"InvalidTradingFeeBPS","type":"error"},{"inputs":[],"name":"MathOverflowedMulDiv","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"inputs":[],"name":"ReentrancyGuardReentrantCall","type":"error"},{"inputs":[],"name":"RefundFailed","type":"error"},{"inputs":[],"name":"SellFailed","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"contract FankoTokenV2","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountIn","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amountOut","type":"uint256"}],"name":"Buy","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"FeeCollected","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"creator","type":"address"},{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"FeeCreatorCollected","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"reserve","type":"uint256"}],"name":"NewEthVirtualReserve","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"bps","type":"uint256"}],"name":"NewGraduationFeeBPS","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"creator","type":"address"},{"indexed":false,"internalType":"contract FankoTokenV2","name":"token","type":"address"}],"name":"NewToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"fee","type":"uint256"}],"name":"NewTokenCreationFee","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"contract FankoTokenV2","name":"token","type":"address"}],"name":"NewTokenLaunch","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"bps","type":"uint256"}],"name":"NewTradingFeeBPS","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferStarted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"contract FankoTokenV2","name":"token","type":"address"},{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountIn","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amountOut","type":"uint256"}],"name":"Sell","type":"event"},{"inputs":[],"name":"acceptOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token","type":"address"}],"name":"bondingCurves","outputs":[{"internalType":"uint256","name":"tokenRealReserve","type":"uint256"},{"internalType":"uint256","name":"tokenVirtualReserve","type":"uint256"},{"internalType":"uint256","name":"ethRealReserve","type":"uint256"},{"internalType":"uint256","name":"ethRealReserveThreshold","type":"uint256"},{"internalType":"uint256","name":"ethVirtualReserve","type":"uint256"},{"internalType":"uint256","name":"k","type":"uint256"},{"internalType":"uint256","name":"spotPrice","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token_","type":"address"},{"internalType":"uint256","name":"tokenAmountOutMin_","type":"uint256"},{"internalType":"address","name":"recipient_","type":"address"}],"name":"buy","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"camelotV2Factory","outputs":[{"internalType":"contract ICamelotV2Factory","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"camelotV2Router","outputs":[{"internalType":"contract ICamelotV2Router","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"}],"name":"createToken","outputs":[{"internalType":"contract FankoTokenV2","name":"token","type":"address"}],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"ethVirtualReserve","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token_","type":"address"},{"internalType":"uint256","name":"tokenAmountIn_","type":"uint256"}],"name":"getEthAmountOut","outputs":[{"internalType":"uint256","name":"ethAmountOut","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account_","type":"address"}],"name":"getNewTokenAddress","outputs":[{"internalType":"address","name":"token","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"ethAmountIn_","type":"uint256"}],"name":"getNewTokenAmount","outputs":[{"internalType":"uint256","name":"tokenAmountOut","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token_","type":"address"},{"internalType":"uint256","name":"ethAmountIn_","type":"uint256"}],"name":"getTokenAmountOut","outputs":[{"internalType":"uint256","name":"tokenAmountOut","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"implementation","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":"pendingOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token_","type":"address"},{"internalType":"uint256","name":"tokenAmountIn_","type":"uint256"},{"internalType":"uint256","name":"ethAmountOutMin_","type":"uint256"},{"internalType":"address","name":"recipient_","type":"address"}],"name":"sell","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount_","type":"uint256"}],"name":"setEthVirtualReserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"fee_","type":"uint256"}],"name":"setTokenCreationFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"bps_","type":"uint256"}],"name":"setTokenLaunchingFeeBPS","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"bps_","type":"uint256"}],"name":"setTradingFeeBPS","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"tokenCounts","outputs":[{"internalType":"uint8","name":"count","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenCreationFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token","type":"address"}],"name":"tokenCreator","outputs":[{"internalType":"address","name":"creator","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"contract FankoTokenV2","name":"token","type":"address"}],"name":"tokenLaunched","outputs":[{"internalType":"bool","name":"isLaunched","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenLaunchingFeeBPS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokenTotalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingFeeBPS","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"weth","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]Contract Creation Code
6080604052662386f26fc1000060075560646008556101f46009556709e23e2069088000600a556b033b2e3c9fd0803ce8000000600b5534801561004257600080fd5b50604051612d33380380612d338339810160408190526100619161017b565b846001600160a01b03811661009057604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b610099816100f3565b506001600255600380546001600160a01b039586166001600160a01b0319918216179091556004805494861694821694909417909355600580549285169284169290921790915560068054919093169116179055506101e0565b600180546001600160a01b031916905561010c8161010f565b50565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b038116811461017657600080fd5b919050565b600080600080600060a0868803121561019357600080fd5b61019c8661015f565b94506101aa6020870161015f565b93506101b86040870161015f565b92506101c66060870161015f565b91506101d46080870161015f565b90509295509295909350565b612b44806101ef6000396000f3fe6080604052600436106101c25760003560e01c8063715018a6116100f7578063b95f8c9a11610095578063e30c397811610064578063e30c3978146105cd578063f2fde38b146105f8578063f7abab9e14610618578063f87ec1e11461062e57600080fd5b8063b95f8c9a146104ed578063b9a059f71461050d578063d43fd4d11461059a578063db61c76e146105ba57600080fd5b80638da5cb5b116100d15780638da5cb5b146104545780639909ccb11461047f578063b0f66ab7146104c1578063b484b050146104d757600080fd5b8063715018a61461040a57806379ba50971461041f578063818cb2331461043457600080fd5b8063540a9f6f1161016457806362a3c0961161013e57806362a3c0961461038a57806367a5a85f146103aa5780636dc5843f146103ca5780636e9dae75146103ea57600080fd5b8063540a9f6f14610307578063564e5ad21461031d5780635c60da1b1461035d57600080fd5b80632dc8f867116101a05780632dc8f8671461028e5780632f2f2d56146102a35780633fc8cef3146102b657806351f1bfa4146102e357600080fd5b80630e7aecb8146101c757806323774af21461021e5780632891721814610261575b600080fd5b3480156101d357600080fd5b506005546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561022a57600080fd5b506101f46102393660046126a0565b600d6020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b34801561026d57600080fd5b506006546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b6102a161029c3660046126bd565b61064e565b005b6101f46102b1366004612802565b6109d6565b3480156102c257600080fd5b506004546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b3480156102ef57600080fd5b506102f960085481565b604051908152602001610215565b34801561031357600080fd5b506102f960075481565b34801561032957600080fd5b5061034d6103383660046126a0565b600f6020526000908152604090205460ff1681565b6040519015158152602001610215565b34801561036957600080fd5b506003546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b34801561039657600080fd5b506102a16103a536600461286b565b610ae2565b3480156103b657600080fd5b506102f96103c5366004612884565b610b9d565b3480156103d657600080fd5b506102a16103e536600461286b565b610bca565b3480156103f657600080fd5b506102a161040536600461286b565b610c84565b34801561041657600080fd5b506102a1610d38565b34801561042b57600080fd5b506102a1610d4c565b34801561044057600080fd5b506102a161044f36600461286b565b610dc8565b34801561046057600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166101f4565b34801561048b57600080fd5b506104af61049a3660046126a0565b600c6020526000908152604090205460ff1681565b60405160ff9091168152602001610215565b3480156104cd57600080fd5b506102f9600a5481565b3480156104e357600080fd5b506102f960095481565b3480156104f957600080fd5b506101f46105083660046126a0565b610e40565b34801561051957600080fd5b506105656105283660046126a0565b600e602052600090815260409020805460018201546002830154600384015460048501546005860154600690960154949593949293919290919087565b604080519788526020880196909652948601939093526060850191909152608084015260a083015260c082015260e001610215565b3480156105a657600080fd5b506102f96105b536600461286b565b610f10565b6102a16105c83660046128b0565b610fb8565b3480156105d957600080fd5b5060015473ffffffffffffffffffffffffffffffffffffffff166101f4565b34801561060457600080fd5b506102a16106133660046126a0565b61115d565b34801561062457600080fd5b506102f9600b5481565b34801561063a57600080fd5b506102f9610649366004612884565b61120d565b61065661122e565b82600003610690576040517f3712846700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8481166000908152600d6020526040902054166106ee576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff84166000908152600f602052604090205460ff161561074e576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f23b872dd0000000000000000000000000000000000000000000000000000000081523360048201523060248201526044810184905273ffffffffffffffffffffffffffffffffffffffff8516906323b872dd906064016020604051808303816000875af11580156107c7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107eb91906128f2565b5060006107f8858561126f565b9050600061080582611329565b905060006108138284612943565b90508481101561084f576040517f4c1b0f2500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff87166000908152600e60205260409020600201548111156108b1576040517f4c1b0f2500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108bc87878561133f565b6108c687836113dc565b60008473ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610920576040519150601f19603f3d011682016040523d82523d6000602084013e610925565b606091505b5050905080610960576040517f18d16f5f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805133815273ffffffffffffffffffffffffffffffffffffffff878116602083015291810189905260608101849052908916907fbbc79dc7d11fb8ae8de963e009943172807faa4a90c3620ef772f4783e76355f9060800160405180910390a2505050506109d06001600255565b50505050565b60006109e061122e565b600754341015610a1c576040517f5c5d409d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000600754341115610a3857600754610a359034612943565b90505b610a43338585611412565b9150610a4e8261160f565b610a57826116f9565b8015610a7b57610a6b333384846000611827565b610a766007546119da565b610a86565b610a866007546119da565b60405173ffffffffffffffffffffffffffffffffffffffff8316815233907f46960970e01c8cbebf9e58299b0acf8137b299ef06eb6c4f5be2c0443d5e5f229060200160405180910390a250610adc6001600255565b92915050565b610aea611ab6565b6103e8811115610b26576040517f1b72f54100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6009548103610b61576040517f1b72f54100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60098190556040518181527f58bce3b9df0b2ee963bd2d7abf70edb7a2539aedcdd6c3cacc23b6c51a780ef5906020015b60405180910390a150565b6000610ba9838361126f565b90506000610bb682611329565b9050610bc28183612943565b949350505050565b610bd2611ab6565b670de0b6b3a7640000811115610c14576040517f5c5d409d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6007548103610c4f576040517f5c5d409d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60078190556040518181527f02c4eef437790fbe5a1b13f1ca245da317f31c6ab6d67fabd00b87212335ab4e90602001610b92565b610c8c611ab6565b6103e8811115610cc8576040517fa553da3500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6008548103610d03576040517fa553da3500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60088190556040518181527f849da3872c60f3ff8d48046a91cc7ecaea924d0755150f46f522faa382a5975290602001610b92565b610d40611ab6565b610d4a6000611b09565b565b600154339073ffffffffffffffffffffffffffffffffffffffff168114610dbc576040517f118cdaa700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821660048201526024015b60405180910390fd5b610dc581611b09565b50565b610dd0611ab6565b600a548103610e0b576040517f4df7699d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600a8190556040518181527f184dbd51cc82e3d9b1298732d7b9a25a43118c9103be4adb30b163b97d66694990602001610b92565b600080610ee38373ffffffffffffffffffffffffffffffffffffffff81166000908152600c602090815260409182902054825160609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168483015260f81b7fff00000000000000000000000000000000000000000000000000000000000000166034840152815160158185030181526035909301909152815191012090565b600354909150610f099073ffffffffffffffffffffffffffffffffffffffff1682611b3a565b9392505050565b60008060075483610f219190612943565b90506000610f2e82611329565b90506000610f3c8284612943565b9050600081600a54610f4e9190612956565b90506000610f7d600a54670de0b6b3a76400006b037790968dc8efffd1000000611b9a9092919063ffffffff16565b90506000610f9482670de0b6b3a764000085611b9a565b9050610fac816b037790968dc8efffd1000000612943565b98975050505050505050565b610fc061122e565b34600003610ffa576040517fa9db4eba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8381166000908152600d602052604090205416611058576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff83166000908152600f602052604090205460ff16156110b8576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6110c53382853486611827565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600e6020908152604091829020825160e08101845281548152600182015492810192909252600281015492820183905260038101546060830181905260048201546080840152600582015460a084015260069091015460c0909201919091521161114e5761114e83611c95565b6111586001600255565b505050565b611165611ab6565b6001805473ffffffffffffffffffffffffffffffffffffffff83167fffffffffffffffffffffffff000000000000000000000000000000000000000090911681179091556111c860005473ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b600061121882611329565b6112229083612943565b9150610f098383611edf565b6002805403611269576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60028055565b73ffffffffffffffffffffffffffffffffffffffff82166000908152600e60209081526040808320815160e0810183528154815260018201549381018490526002820154928101929092526003810154606083015260048101546080830152600581015460a08301526006015460c08201529082906112ef908590612956565b60a083015190915060009061130d90670de0b6b3a764000084611b9a565b905080836080015161131f9190612943565b9695505050505050565b600854600090610adc9083906127106001611fb8565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600e6020526040812060018101805491928592611379908490612956565b92505081905550818160020160008282546113949190612943565b92505081905550818160040160008282546113af9190612943565b9091555050600181015460048201546113d191670de0b6b3a764000090611b9a565b600690910155505050565b60006113ef826113886127106001611fb8565b905060006113fd8284612943565b9050611408826119da565b6109d08482612009565b6000806114b58573ffffffffffffffffffffffffffffffffffffffff81166000908152600c602090815260409182902054825160609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168483015260f81b7fff00000000000000000000000000000000000000000000000000000000000000166034840152815160158185030181526035909301909152815191012090565b6003549091506000906114de9073ffffffffffffffffffffffffffffffffffffffff1683612117565b73ffffffffffffffffffffffffffffffffffffffff87166000908152600c60205260408120805492955085935060019290919061151f90849060ff16612969565b82546101009290920a60ff8181021990931691909216919091021790555073ffffffffffffffffffffffffffffffffffffffff8381166000818152600d60205260409081902080547fffffffffffffffffffffffff000000000000000000000000000000000000000016938a1693909317909255600b5491517fb119490e000000000000000000000000000000000000000000000000000000008152909163b119490e916115d49189918991906004016129e6565b600060405180830381600087803b1580156115ee57600080fd5b505af1158015611602573d6000803e3d6000fd5b5050505050509392505050565b73ffffffffffffffffffffffffffffffffffffffff81166000908152600e602052604081206b029009752660ad62af80000081556b037790968dc8efffd1000000600182018190556002820192909255600a5460048201819055909161167d91670de0b6b3a7640000611b9a565b6005820155600a546116a490670de0b6b3a76400006b037790968dc8efffd1000000611b9a565b6006820155600a546116e6670de0b6b3a76400006116da6b029009752660ad62af8000006b037790968dc8efffd1000000612943565b60058501549190611b9a565b6116f09190612943565b60039091015550565b600554600480546040517fc9c6539600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff918216928101929092528381166024830152600092169063c9c65396906044016020604051808303816000875af115801561177a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061179e9190612a1c565b6040517f8187f51600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff808316600483015291925090831690638187f51690602401600060405180830381600087803b15801561180b57600080fd5b505af115801561181f573d6000803e3d6000fd5b505050505050565b600061183283611329565b905060006118408285612943565b9050600061184d866121ab565b9050600081831115611869576118638284612943565b90508192505b60006118758885611edf565b9050858110156118b1576040517f65fc6a9600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6118bc88858361222b565b6118c688866113dc565b6040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8a811660048301526024820183905289169063a9059cbb906044016020604051808303816000875af115801561193b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061195f91906128f2565b5061196a8a8361229b565b6040805173ffffffffffffffffffffffffffffffffffffffff8c811682528b8116602083015291810189905260608101839052908916907fbab4aa6b2d5c0935e0e2937d1f73655848f670d43bf6f0c7e9e11e635bb5d86f9060800160405180910390a250505050505050505050565b806000036119e55750565b6000805460405173ffffffffffffffffffffffffffffffffffffffff9091169083908381818185875af1925050503d8060008114611a3f576040519150601f19603f3d011682016040523d82523d6000602084013e611a44565b606091505b5050905080611a7f576040517f31976d8200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040518281527fc472cb3a7a659a876494d66b3063145f279701771d6150b9329c31611ed6405c9060200160405180910390a15050565b60005473ffffffffffffffffffffffffffffffffffffffff163314610d4a576040517f118cdaa7000000000000000000000000000000000000000000000000000000008152336004820152602401610db3565b600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055610dc581612341565b6040513060388201526f5af43d82803e903d91602b57fd5bf3ff602482015260148101839052733d602d80600a3d3981f3363d3d373d3d3d363d738152605881018290526037600c82012060788201526055604390910120600090610f09565b6000838302817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8587098281108382030391505080600003611bef57838281611be557611be5612a39565b0492505050610f09565b808411611c28576040517f227bc15300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000848688096000868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b73ffffffffffffffffffffffffffffffffffffffff81166000908152600f602052604090205460ff1615611cf5576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff81166000908152600e60209081526040808320815160e0810183528154815260018201549381019390935260028101549183018290526003810154606084015260048101546080840152600581015460a08401526006015460c0830152909190611d73906123b6565b90506000818360400151611d879190612943565b905060006b029009752660ad62af800000600b54611da59190612943565b73ffffffffffffffffffffffffffffffffffffffff86166000908152600f6020526040812080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055909150819003611e2f576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e3a8583836123cc565b611e8e8573ffffffffffffffffffffffffffffffffffffffff166000908152600e60205260408120818155600181018290556002810182905560048101829055600581018290556006810182905560030155565b611e97836119da565b60405173ffffffffffffffffffffffffffffffffffffffff8616907f209156264c93be2bbde023bbbaf8e65ca5e0a0837f8fe9316b153acbd303b12290600090a25050505050565b73ffffffffffffffffffffffffffffffffffffffff82166000908152600e60209081526040808320815160e081018352815481526001820154938101939093526002810154918301919091526003810154606083015260048101546080830152600581015460a08301526006015460c082015281611f5c856121ab565b905080841115611f6a578093505b6000848360800151611f7c9190612956565b60a0840151909150600090611f9b90670de0b6b3a76400008484611fb8565b9050808460200151611fad9190612943565b979650505050505050565b600080611fc6868686611b9a565b9050611fd183612651565b8015611fed575060008480611fe857611fe8612a39565b868809115b1561200057611ffd600182612956565b90505b95945050505050565b80600003612015575050565b73ffffffffffffffffffffffffffffffffffffffff8281166000908152600d6020526040808220549051921691829084908381818185875af1925050503d806000811461207e576040519150601f19603f3d011682016040523d82523d6000602084013e612083565b606091505b50509050806120be576040517f31976d8200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805173ffffffffffffffffffffffffffffffffffffffff8681168252602082018690528416917f6db075527fc7154c59e93ed1ec44bc170ce881eaa6b23be103124209f9b225db910160405180910390a250505050565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008360601b60e81c176000526e5af43d82803e903d91602b57fd5bf38360781b1760205281603760096000f5905073ffffffffffffffffffffffffffffffffffffffff8116610adc576040517fc2f868f400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff81166000908152600e60209081526040808320815160e08101835281548152600182015493810193909352600281015491830182905260038101546060840181905260048201546080850152600582015460a085015260069091015460c0840152610f099190612943565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600e6020526040812060028101805491928592612265908490612956565b92505081905550828160040160008282546122809190612956565b92505081905550818160010160008282546113af9190612943565b806000036122a7575050565b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114612301576040519150601f19603f3d011682016040523d82523d6000602084013e612306565b606091505b5050905080611158576040517ff0c49d4400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600954600090610adc9083906127106001611fb8565b8273ffffffffffffffffffffffffffffffffffffffff166281a0b26040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561241357600080fd5b505af1158015612427573d6000803e3d6000fd5b50506006546040517f095ea7b300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff918216600482015260248101859052908616925063095ea7b391506044016020604051808303816000875af11580156124a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124c891906128f2565b5060065473ffffffffffffffffffffffffffffffffffffffff1663f305d719838584808360006124fa42611c20612956565b60405160e089901b7fffffffff0000000000000000000000000000000000000000000000000000000016815273ffffffffffffffffffffffffffffffffffffffff9687166004820152602481019590955260448501939093526064840191909152909216608482015260a481019190915260c40160606040518083038185885af115801561258c573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906125b19190612a68565b50506006546040517f095ea7b300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff918216600482015260006024820152908516915063095ea7b3906044016020604051808303816000875af115801561262d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109d091906128f2565b6000600282600381111561266757612667612a96565b6126719190612ac5565b60ff166001149050919050565b73ffffffffffffffffffffffffffffffffffffffff81168114610dc557600080fd5b6000602082840312156126b257600080fd5b8135610f098161267e565b600080600080608085870312156126d357600080fd5b84356126de8161267e565b9350602085013592506040850135915060608501356126fc8161267e565b939692955090935050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f83011261274757600080fd5b813567ffffffffffffffff81111561276157612761612707565b6040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8501160116810181811067ffffffffffffffff821117156127cd576127cd612707565b6040528181528382016020018510156127e557600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561281557600080fd5b823567ffffffffffffffff81111561282c57600080fd5b61283885828601612736565b925050602083013567ffffffffffffffff81111561285557600080fd5b61286185828601612736565b9150509250929050565b60006020828403121561287d57600080fd5b5035919050565b6000806040838503121561289757600080fd5b82356128a28161267e565b946020939093013593505050565b6000806000606084860312156128c557600080fd5b83356128d08161267e565b92506020840135915060408401356128e78161267e565b809150509250925092565b60006020828403121561290457600080fd5b81518015158114610f0957600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b81810381811115610adc57610adc612914565b80820180821115610adc57610adc612914565b60ff8181168382160190811115610adc57610adc612914565b6000815180845260005b818110156129a85760208185018101518683018201520161298c565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b6060815260006129f96060830186612982565b8281036020840152612a0b8186612982565b915050826040830152949350505050565b600060208284031215612a2e57600080fd5b8151610f098161267e565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600080600060608486031215612a7d57600080fd5b5050815160208301516040909301519094929350919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060ff831680612aff577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b8060ff8416069150509291505056fea2646970667358221220669684cfeffc43969fe80a180a815523a9d551a4775c0d4a7c4ec6209b5d67ac64736f6c634300081a0033000000000000000000000000a511e07689753fcf34d92b8ebb5bcdda385b7efd000000000000000000000000d2a627f955275f2c42592368a8d4440028393a3c00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab10000000000000000000000006eccab422d763ac031210895c81787e87b43a652000000000000000000000000c873fecbd354f5a56e00e710b90ef4201db2448d
Deployed Bytecode
0x6080604052600436106101c25760003560e01c8063715018a6116100f7578063b95f8c9a11610095578063e30c397811610064578063e30c3978146105cd578063f2fde38b146105f8578063f7abab9e14610618578063f87ec1e11461062e57600080fd5b8063b95f8c9a146104ed578063b9a059f71461050d578063d43fd4d11461059a578063db61c76e146105ba57600080fd5b80638da5cb5b116100d15780638da5cb5b146104545780639909ccb11461047f578063b0f66ab7146104c1578063b484b050146104d757600080fd5b8063715018a61461040a57806379ba50971461041f578063818cb2331461043457600080fd5b8063540a9f6f1161016457806362a3c0961161013e57806362a3c0961461038a57806367a5a85f146103aa5780636dc5843f146103ca5780636e9dae75146103ea57600080fd5b8063540a9f6f14610307578063564e5ad21461031d5780635c60da1b1461035d57600080fd5b80632dc8f867116101a05780632dc8f8671461028e5780632f2f2d56146102a35780633fc8cef3146102b657806351f1bfa4146102e357600080fd5b80630e7aecb8146101c757806323774af21461021e5780632891721814610261575b600080fd5b3480156101d357600080fd5b506005546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020015b60405180910390f35b34801561022a57600080fd5b506101f46102393660046126a0565b600d6020526000908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b34801561026d57600080fd5b506006546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b6102a161029c3660046126bd565b61064e565b005b6101f46102b1366004612802565b6109d6565b3480156102c257600080fd5b506004546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b3480156102ef57600080fd5b506102f960085481565b604051908152602001610215565b34801561031357600080fd5b506102f960075481565b34801561032957600080fd5b5061034d6103383660046126a0565b600f6020526000908152604090205460ff1681565b6040519015158152602001610215565b34801561036957600080fd5b506003546101f49073ffffffffffffffffffffffffffffffffffffffff1681565b34801561039657600080fd5b506102a16103a536600461286b565b610ae2565b3480156103b657600080fd5b506102f96103c5366004612884565b610b9d565b3480156103d657600080fd5b506102a16103e536600461286b565b610bca565b3480156103f657600080fd5b506102a161040536600461286b565b610c84565b34801561041657600080fd5b506102a1610d38565b34801561042b57600080fd5b506102a1610d4c565b34801561044057600080fd5b506102a161044f36600461286b565b610dc8565b34801561046057600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166101f4565b34801561048b57600080fd5b506104af61049a3660046126a0565b600c6020526000908152604090205460ff1681565b60405160ff9091168152602001610215565b3480156104cd57600080fd5b506102f9600a5481565b3480156104e357600080fd5b506102f960095481565b3480156104f957600080fd5b506101f46105083660046126a0565b610e40565b34801561051957600080fd5b506105656105283660046126a0565b600e602052600090815260409020805460018201546002830154600384015460048501546005860154600690960154949593949293919290919087565b604080519788526020880196909652948601939093526060850191909152608084015260a083015260c082015260e001610215565b3480156105a657600080fd5b506102f96105b536600461286b565b610f10565b6102a16105c83660046128b0565b610fb8565b3480156105d957600080fd5b5060015473ffffffffffffffffffffffffffffffffffffffff166101f4565b34801561060457600080fd5b506102a16106133660046126a0565b61115d565b34801561062457600080fd5b506102f9600b5481565b34801561063a57600080fd5b506102f9610649366004612884565b61120d565b61065661122e565b82600003610690576040517f3712846700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8481166000908152600d6020526040902054166106ee576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff84166000908152600f602052604090205460ff161561074e576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040517f23b872dd0000000000000000000000000000000000000000000000000000000081523360048201523060248201526044810184905273ffffffffffffffffffffffffffffffffffffffff8516906323b872dd906064016020604051808303816000875af11580156107c7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107eb91906128f2565b5060006107f8858561126f565b9050600061080582611329565b905060006108138284612943565b90508481101561084f576040517f4c1b0f2500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff87166000908152600e60205260409020600201548111156108b1576040517f4c1b0f2500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6108bc87878561133f565b6108c687836113dc565b60008473ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114610920576040519150601f19603f3d011682016040523d82523d6000602084013e610925565b606091505b5050905080610960576040517f18d16f5f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805133815273ffffffffffffffffffffffffffffffffffffffff878116602083015291810189905260608101849052908916907fbbc79dc7d11fb8ae8de963e009943172807faa4a90c3620ef772f4783e76355f9060800160405180910390a2505050506109d06001600255565b50505050565b60006109e061122e565b600754341015610a1c576040517f5c5d409d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000600754341115610a3857600754610a359034612943565b90505b610a43338585611412565b9150610a4e8261160f565b610a57826116f9565b8015610a7b57610a6b333384846000611827565b610a766007546119da565b610a86565b610a866007546119da565b60405173ffffffffffffffffffffffffffffffffffffffff8316815233907f46960970e01c8cbebf9e58299b0acf8137b299ef06eb6c4f5be2c0443d5e5f229060200160405180910390a250610adc6001600255565b92915050565b610aea611ab6565b6103e8811115610b26576040517f1b72f54100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6009548103610b61576040517f1b72f54100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60098190556040518181527f58bce3b9df0b2ee963bd2d7abf70edb7a2539aedcdd6c3cacc23b6c51a780ef5906020015b60405180910390a150565b6000610ba9838361126f565b90506000610bb682611329565b9050610bc28183612943565b949350505050565b610bd2611ab6565b670de0b6b3a7640000811115610c14576040517f5c5d409d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6007548103610c4f576040517f5c5d409d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60078190556040518181527f02c4eef437790fbe5a1b13f1ca245da317f31c6ab6d67fabd00b87212335ab4e90602001610b92565b610c8c611ab6565b6103e8811115610cc8576040517fa553da3500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6008548103610d03576040517fa553da3500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60088190556040518181527f849da3872c60f3ff8d48046a91cc7ecaea924d0755150f46f522faa382a5975290602001610b92565b610d40611ab6565b610d4a6000611b09565b565b600154339073ffffffffffffffffffffffffffffffffffffffff168114610dbc576040517f118cdaa700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821660048201526024015b60405180910390fd5b610dc581611b09565b50565b610dd0611ab6565b600a548103610e0b576040517f4df7699d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600a8190556040518181527f184dbd51cc82e3d9b1298732d7b9a25a43118c9103be4adb30b163b97d66694990602001610b92565b600080610ee38373ffffffffffffffffffffffffffffffffffffffff81166000908152600c602090815260409182902054825160609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168483015260f81b7fff00000000000000000000000000000000000000000000000000000000000000166034840152815160158185030181526035909301909152815191012090565b600354909150610f099073ffffffffffffffffffffffffffffffffffffffff1682611b3a565b9392505050565b60008060075483610f219190612943565b90506000610f2e82611329565b90506000610f3c8284612943565b9050600081600a54610f4e9190612956565b90506000610f7d600a54670de0b6b3a76400006b037790968dc8efffd1000000611b9a9092919063ffffffff16565b90506000610f9482670de0b6b3a764000085611b9a565b9050610fac816b037790968dc8efffd1000000612943565b98975050505050505050565b610fc061122e565b34600003610ffa576040517fa9db4eba00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff8381166000908152600d602052604090205416611058576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff83166000908152600f602052604090205460ff16156110b8576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6110c53382853486611827565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600e6020908152604091829020825160e08101845281548152600182015492810192909252600281015492820183905260038101546060830181905260048201546080840152600582015460a084015260069091015460c0909201919091521161114e5761114e83611c95565b6111586001600255565b505050565b611165611ab6565b6001805473ffffffffffffffffffffffffffffffffffffffff83167fffffffffffffffffffffffff000000000000000000000000000000000000000090911681179091556111c860005473ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff167f38d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270060405160405180910390a350565b600061121882611329565b6112229083612943565b9150610f098383611edf565b6002805403611269576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60028055565b73ffffffffffffffffffffffffffffffffffffffff82166000908152600e60209081526040808320815160e0810183528154815260018201549381018490526002820154928101929092526003810154606083015260048101546080830152600581015460a08301526006015460c08201529082906112ef908590612956565b60a083015190915060009061130d90670de0b6b3a764000084611b9a565b905080836080015161131f9190612943565b9695505050505050565b600854600090610adc9083906127106001611fb8565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600e6020526040812060018101805491928592611379908490612956565b92505081905550818160020160008282546113949190612943565b92505081905550818160040160008282546113af9190612943565b9091555050600181015460048201546113d191670de0b6b3a764000090611b9a565b600690910155505050565b60006113ef826113886127106001611fb8565b905060006113fd8284612943565b9050611408826119da565b6109d08482612009565b6000806114b58573ffffffffffffffffffffffffffffffffffffffff81166000908152600c602090815260409182902054825160609490941b7fffffffffffffffffffffffffffffffffffffffff000000000000000000000000168483015260f81b7fff00000000000000000000000000000000000000000000000000000000000000166034840152815160158185030181526035909301909152815191012090565b6003549091506000906114de9073ffffffffffffffffffffffffffffffffffffffff1683612117565b73ffffffffffffffffffffffffffffffffffffffff87166000908152600c60205260408120805492955085935060019290919061151f90849060ff16612969565b82546101009290920a60ff8181021990931691909216919091021790555073ffffffffffffffffffffffffffffffffffffffff8381166000818152600d60205260409081902080547fffffffffffffffffffffffff000000000000000000000000000000000000000016938a1693909317909255600b5491517fb119490e000000000000000000000000000000000000000000000000000000008152909163b119490e916115d49189918991906004016129e6565b600060405180830381600087803b1580156115ee57600080fd5b505af1158015611602573d6000803e3d6000fd5b5050505050509392505050565b73ffffffffffffffffffffffffffffffffffffffff81166000908152600e602052604081206b029009752660ad62af80000081556b037790968dc8efffd1000000600182018190556002820192909255600a5460048201819055909161167d91670de0b6b3a7640000611b9a565b6005820155600a546116a490670de0b6b3a76400006b037790968dc8efffd1000000611b9a565b6006820155600a546116e6670de0b6b3a76400006116da6b029009752660ad62af8000006b037790968dc8efffd1000000612943565b60058501549190611b9a565b6116f09190612943565b60039091015550565b600554600480546040517fc9c6539600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff918216928101929092528381166024830152600092169063c9c65396906044016020604051808303816000875af115801561177a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061179e9190612a1c565b6040517f8187f51600000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff808316600483015291925090831690638187f51690602401600060405180830381600087803b15801561180b57600080fd5b505af115801561181f573d6000803e3d6000fd5b505050505050565b600061183283611329565b905060006118408285612943565b9050600061184d866121ab565b9050600081831115611869576118638284612943565b90508192505b60006118758885611edf565b9050858110156118b1576040517f65fc6a9600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6118bc88858361222b565b6118c688866113dc565b6040517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8a811660048301526024820183905289169063a9059cbb906044016020604051808303816000875af115801561193b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061195f91906128f2565b5061196a8a8361229b565b6040805173ffffffffffffffffffffffffffffffffffffffff8c811682528b8116602083015291810189905260608101839052908916907fbab4aa6b2d5c0935e0e2937d1f73655848f670d43bf6f0c7e9e11e635bb5d86f9060800160405180910390a250505050505050505050565b806000036119e55750565b6000805460405173ffffffffffffffffffffffffffffffffffffffff9091169083908381818185875af1925050503d8060008114611a3f576040519150601f19603f3d011682016040523d82523d6000602084013e611a44565b606091505b5050905080611a7f576040517f31976d8200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040518281527fc472cb3a7a659a876494d66b3063145f279701771d6150b9329c31611ed6405c9060200160405180910390a15050565b60005473ffffffffffffffffffffffffffffffffffffffff163314610d4a576040517f118cdaa7000000000000000000000000000000000000000000000000000000008152336004820152602401610db3565b600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055610dc581612341565b6040513060388201526f5af43d82803e903d91602b57fd5bf3ff602482015260148101839052733d602d80600a3d3981f3363d3d373d3d3d363d738152605881018290526037600c82012060788201526055604390910120600090610f09565b6000838302817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8587098281108382030391505080600003611bef57838281611be557611be5612a39565b0492505050610f09565b808411611c28576040517f227bc15300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000848688096000868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b73ffffffffffffffffffffffffffffffffffffffff81166000908152600f602052604090205460ff1615611cf5576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff81166000908152600e60209081526040808320815160e0810183528154815260018201549381019390935260028101549183018290526003810154606084015260048101546080840152600581015460a08401526006015460c0830152909190611d73906123b6565b90506000818360400151611d879190612943565b905060006b029009752660ad62af800000600b54611da59190612943565b73ffffffffffffffffffffffffffffffffffffffff86166000908152600f6020526040812080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055909150819003611e2f576040517fc1ab6dc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e3a8583836123cc565b611e8e8573ffffffffffffffffffffffffffffffffffffffff166000908152600e60205260408120818155600181018290556002810182905560048101829055600581018290556006810182905560030155565b611e97836119da565b60405173ffffffffffffffffffffffffffffffffffffffff8616907f209156264c93be2bbde023bbbaf8e65ca5e0a0837f8fe9316b153acbd303b12290600090a25050505050565b73ffffffffffffffffffffffffffffffffffffffff82166000908152600e60209081526040808320815160e081018352815481526001820154938101939093526002810154918301919091526003810154606083015260048101546080830152600581015460a08301526006015460c082015281611f5c856121ab565b905080841115611f6a578093505b6000848360800151611f7c9190612956565b60a0840151909150600090611f9b90670de0b6b3a76400008484611fb8565b9050808460200151611fad9190612943565b979650505050505050565b600080611fc6868686611b9a565b9050611fd183612651565b8015611fed575060008480611fe857611fe8612a39565b868809115b1561200057611ffd600182612956565b90505b95945050505050565b80600003612015575050565b73ffffffffffffffffffffffffffffffffffffffff8281166000908152600d6020526040808220549051921691829084908381818185875af1925050503d806000811461207e576040519150601f19603f3d011682016040523d82523d6000602084013e612083565b606091505b50509050806120be576040517f31976d8200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040805173ffffffffffffffffffffffffffffffffffffffff8681168252602082018690528416917f6db075527fc7154c59e93ed1ec44bc170ce881eaa6b23be103124209f9b225db910160405180910390a250505050565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008360601b60e81c176000526e5af43d82803e903d91602b57fd5bf38360781b1760205281603760096000f5905073ffffffffffffffffffffffffffffffffffffffff8116610adc576040517fc2f868f400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b73ffffffffffffffffffffffffffffffffffffffff81166000908152600e60209081526040808320815160e08101835281548152600182015493810193909352600281015491830182905260038101546060840181905260048201546080850152600582015460a085015260069091015460c0840152610f099190612943565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600e6020526040812060028101805491928592612265908490612956565b92505081905550828160040160008282546122809190612956565b92505081905550818160010160008282546113af9190612943565b806000036122a7575050565b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114612301576040519150601f19603f3d011682016040523d82523d6000602084013e612306565b606091505b5050905080611158576040517ff0c49d4400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600954600090610adc9083906127106001611fb8565b8273ffffffffffffffffffffffffffffffffffffffff166281a0b26040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561241357600080fd5b505af1158015612427573d6000803e3d6000fd5b50506006546040517f095ea7b300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff918216600482015260248101859052908616925063095ea7b391506044016020604051808303816000875af11580156124a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124c891906128f2565b5060065473ffffffffffffffffffffffffffffffffffffffff1663f305d719838584808360006124fa42611c20612956565b60405160e089901b7fffffffff0000000000000000000000000000000000000000000000000000000016815273ffffffffffffffffffffffffffffffffffffffff9687166004820152602481019590955260448501939093526064840191909152909216608482015260a481019190915260c40160606040518083038185885af115801561258c573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906125b19190612a68565b50506006546040517f095ea7b300000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff918216600482015260006024820152908516915063095ea7b3906044016020604051808303816000875af115801561262d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109d091906128f2565b6000600282600381111561266757612667612a96565b6126719190612ac5565b60ff166001149050919050565b73ffffffffffffffffffffffffffffffffffffffff81168114610dc557600080fd5b6000602082840312156126b257600080fd5b8135610f098161267e565b600080600080608085870312156126d357600080fd5b84356126de8161267e565b9350602085013592506040850135915060608501356126fc8161267e565b939692955090935050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f83011261274757600080fd5b813567ffffffffffffffff81111561276157612761612707565b6040517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8501160116810181811067ffffffffffffffff821117156127cd576127cd612707565b6040528181528382016020018510156127e557600080fd5b816020850160208301376000918101602001919091529392505050565b6000806040838503121561281557600080fd5b823567ffffffffffffffff81111561282c57600080fd5b61283885828601612736565b925050602083013567ffffffffffffffff81111561285557600080fd5b61286185828601612736565b9150509250929050565b60006020828403121561287d57600080fd5b5035919050565b6000806040838503121561289757600080fd5b82356128a28161267e565b946020939093013593505050565b6000806000606084860312156128c557600080fd5b83356128d08161267e565b92506020840135915060408401356128e78161267e565b809150509250925092565b60006020828403121561290457600080fd5b81518015158114610f0957600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b81810381811115610adc57610adc612914565b80820180821115610adc57610adc612914565b60ff8181168382160190811115610adc57610adc612914565b6000815180845260005b818110156129a85760208185018101518683018201520161298c565b5060006020828601015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f83011685010191505092915050565b6060815260006129f96060830186612982565b8281036020840152612a0b8186612982565b915050826040830152949350505050565b600060208284031215612a2e57600080fd5b8151610f098161267e565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600080600060608486031215612a7d57600080fd5b5050815160208301516040909301519094929350919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b600060ff831680612aff577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b8060ff8416069150509291505056fea2646970667358221220669684cfeffc43969fe80a180a815523a9d551a4775c0d4a7c4ec6209b5d67ac64736f6c634300081a0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000a511e07689753fcf34d92b8ebb5bcdda385b7efd000000000000000000000000d2a627f955275f2c42592368a8d4440028393a3c00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab10000000000000000000000006eccab422d763ac031210895c81787e87b43a652000000000000000000000000c873fecbd354f5a56e00e710b90ef4201db2448d
-----Decoded View---------------
Arg [0] : admin_ (address): 0xA511e07689753fcF34d92B8Ebb5BcDDa385b7eFd
Arg [1] : implementation_ (address): 0xD2a627F955275f2C42592368a8d4440028393A3C
Arg [2] : weth_ (address): 0x82aF49447D8a07e3bd95BD0d56f35241523fBab1
Arg [3] : camelotV2Factory_ (address): 0x6EcCab422D763aC031210895C81787E87B43A652
Arg [4] : camelotV2Router_ (address): 0xc873fEcbd354f5A56E00E710B90EF4201db2448d
-----Encoded View---------------
5 Constructor Arguments found :
Arg [0] : 000000000000000000000000a511e07689753fcf34d92b8ebb5bcdda385b7efd
Arg [1] : 000000000000000000000000d2a627f955275f2c42592368a8d4440028393a3c
Arg [2] : 00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1
Arg [3] : 0000000000000000000000006eccab422d763ac031210895c81787e87b43a652
Arg [4] : 000000000000000000000000c873fecbd354f5a56e00e710b90ef4201db2448d
Deployed Bytecode Sourcemap
547:16650:12:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;737:41;;;;;;;;;;-1:-1:-1;737:41:12;;;;;;;;;;;216:42:16;204:55;;;186:74;;174:2;159:18;737:41:12;;;;;;;;1689:66;;;;;;;;;;-1:-1:-1;1689:66:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;784:39;;;;;;;;;;-1:-1:-1;784:39:12;;;;;;;;16073:1122;;;;;;:::i;:::-;;:::i;:::-;;14819:782;;;;;;:::i;:::-;;:::i;712:19::-;;;;;;;;;;-1:-1:-1;712:19:12;;;;;;;;1167:34;;;;;;;;;;;;;;;;;;;3880:25:16;;;3868:2;3853:18;1167:34:12;3734:177:16;1117:44:12;;;;;;;;;;;;;;;;1837:67;;;;;;;;;;-1:-1:-1;1837:67:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;4081:14:16;;4074:22;4056:41;;4044:2;4029:18;1837:67:12;3916:187:16;677:29:12;;;;;;;;;;-1:-1:-1;677:29:12;;;;;;;;4111:317;;;;;;;;;;-1:-1:-1;4111:317:12;;;;;:::i;:::-;;:::i;14291:314::-;;;;;;;;;;-1:-1:-1;14291:314:12;;;;;:::i;:::-;;:::i;3538:289::-;;;;;;;;;;-1:-1:-1;3538:289:12;;;;;:::i;:::-;;:::i;3833:272::-;;;;;;;;;;-1:-1:-1;3833:272:12;;;;;:::i;:::-;;:::i;2293:101:0:-;;;;;;;;;;;;;:::i;1761:229:1:-;;;;;;;;;;;;;:::i;4434:242:12:-;;;;;;;;;;-1:-1:-1;4434:242:12;;;;;:::i;:::-;;:::i;1638:85:0:-;;;;;;;;;;-1:-1:-1;1684:7:0;1710:6;;;1638:85;;1625:58:12;;;;;;;;;;-1:-1:-1;1625:58:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;5184:4:16;5172:17;;;5154:36;;5142:2;5127:18;1625:58:12;5012:184:16;1254:47:12;;;;;;;;;;;;;;;;1207:41;;;;;;;;;;;;;;;;6850:199;;;;;;;;;;-1:-1:-1;6850:199:12;;;;;:::i;:::-;;:::i;1761:70::-;;;;;;;;;;-1:-1:-1;1761:70:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5516:25:16;;;5572:2;5557:18;;5550:34;;;;5600:18;;;5593:34;;;;5658:2;5643:18;;5636:34;;;;5701:3;5686:19;;5679:35;5745:3;5730:19;;5723:35;5789:3;5774:19;;5767:35;5503:3;5488:19;1761:70:12;5201:607:16;13409:591:12;;;;;;;;;;-1:-1:-1;13409:591:12;;;;;:::i;:::-;;:::i;15607:460::-;;;;;;:::i;:::-;;:::i;874:99:1:-;;;;;;;;;;-1:-1:-1;953:13:1;;;;874:99;;1166:178;;;;;;;;;;-1:-1:-1;1166:178:1;;;;;:::i;:::-;;:::i;1307:53:12:-;;;;;;;;;;;;;;;;14006:279;;;;;;;;;;-1:-1:-1;14006:279:12;;;;;:::i;:::-;;:::i;16073:1122::-;2356:21:10;:19;:21::i;:::-;16250:14:12::1;16268:1;16250:19:::0;16246:54:::1;;16278:22;;;;;;;;;;;;;;16246:54;16314:34;:20:::0;;::::1;16346:1;16314:20:::0;;;:12:::1;:20;::::0;;;;;::::1;16310:61;;16357:14;;;;;;;;;;;;;;16310:61;16385:21;::::0;::::1;;::::0;;;:13:::1;:21;::::0;;;;;::::1;;16381:48;;;16415:14;;;;;;;;;;;;;;16381:48;16440:62;::::0;;;;16460:10:::1;16440:62;::::0;::::1;6577:74:16::0;16480:4:12::1;6667:18:16::0;;;6660:83;6759:18;;;6752:34;;;16440:19:12::1;::::0;::::1;::::0;::::1;::::0;6550:18:16;;16440:62:12::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;16513:21;16537:51;16565:6;16573:14;16537:27;:51::i;:::-;16513:75;;16598:18;16619:34;16639:13;16619:19;:34::i;:::-;16598:55:::0;-1:-1:-1;16663:18:12::1;16684:26;16598:55:::0;16684:13;:26:::1;:::i;:::-;16663:47;;16737:16;16724:10;:29;16720:63;;;16762:21;;;;;;;;;;;;;;16720:63;16810:21;::::0;::::1;;::::0;;;:13:::1;:21;::::0;;;;:36:::1;;::::0;16797:49;::::1;16793:83;;;16855:21;;;;;;;;;;;;;;16793:83;16887:63;16912:6;16920:14;16936:13;16887:24;:63::i;:::-;16960:38;16979:6;16987:10;16960:18;:38::i;:::-;17010:12;17027:10;:15;;17050:10;17027:38;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17009:56;;;17080:7;17075:33;;17096:12;;;;;;;;;;;;;;17075:33;17124:64;::::0;;17137:10:::1;7842:74:16::0;;17124:64:12::1;7952:55:16::0;;;7947:2;7932:18;;7925:83;8024:18;;;8017:34;;;8082:2;8067:18;;8060:34;;;17124:64:12;;::::1;::::0;::::1;::::0;7829:3:16;7814:19;17124:64:12::1;;;;;;;16236:959;;;;2398:20:10::0;1713:1;2924:7;:21;2744:208;2398:20;16073:1122:12;;;;:::o;14819:782::-;14955:18;2356:21:10;:19;:21::i;:::-;15005:16:12::1;;14993:9;:28;14989:66;;;15030:25;;;;;;;;;;;;;;14989:66;15066:20;15116:16;;15104:9;:28;15100:102;;;15175:16;::::0;15163:28:::1;::::0;:9:::1;:28;:::i;:::-;15148:43;;15100:102;15220:39;15232:10;15244:5;15251:7;15220:11;:39::i;:::-;15212:47;;15269:25;15288:5;15269:18;:25::i;:::-;15304:26;15324:5;15304:19;:26::i;:::-;15345:16:::0;;15341:211:::1;;15377:51;15381:10;15393;15405:5;15412:12;15426:1;15377:3;:51::i;:::-;15442:34;15459:16;;15442;:34::i;:::-;15341:211;;;15507:34;15524:16;;15507;:34::i;:::-;15567:27;::::0;::::1;204:55:16::0;;186:74;;15576:10:12::1;::::0;15567:27:::1;::::0;174:2:16;159:18;15567:27:12::1;;;;;;;14979:622;2398:20:10::0;1713:1;2924:7;:21;2744:208;2398:20;14819:782:12;;;;:::o;4111:317::-;1531:13:0;:11;:13::i;:::-;970:5:12::1;4191:4;:18;4187:60;;;4218:29;;;;;;;;;;;;;;4187:60;4269:20;;4261:4;:28:::0;4257:70:::1;;4298:29;;;;;;;;;;;;;;4257:70;4338:20;:27:::0;;;4380:41:::1;::::0;3880:25:16;;;4380:41:12::1;::::0;3868:2:16;3853:18;4380:41:12::1;;;;;;;;4111:317:::0;:::o;14291:314::-;14408:20;14459:51;14487:6;14495:14;14459:27;:51::i;:::-;14444:66;;14520:12;14535:33;14555:12;14535:19;:33::i;:::-;14520:48;-1:-1:-1;14578:20:12;14520:48;14578:20;;:::i;:::-;;14291:314;-1:-1:-1;;;;14291:314:12:o;3538:289::-;1531:13:0;:11;:13::i;:::-;865:7:12::1;3614:4;:14;3610:52;;;3637:25;;;;;;;;;;;;;;3610:52;3684:16;;3676:4;:24:::0;3672:62:::1;;3709:25;;;;;;;;;;;;;;3672:62;3745:16;:23:::0;;;3783:37:::1;::::0;3880:25:16;;;3783:37:12::1;::::0;3868:2:16;3853:18;3783:37:12::1;3734:177:16::0;3833:272:12;1531:13:0;:11;:13::i;:::-;970:5:12::1;3906:4;:18;3902:53;;;3933:22;;;;;;;;;;;;;;3902:53;3977:13;;3969:4;:21:::0;3965:56:::1;;3999:22;;;;;;;;;;;;;;3965:56;4032:13;:20:::0;;;4067:31:::1;::::0;3880:25:16;;;4067:31:12::1;::::0;3868:2:16;3853:18;4067:31:12::1;3734:177:16::0;2293:101:0;1531:13;:11;:13::i;:::-;2357:30:::1;2384:1;2357:18;:30::i;:::-;2293:101::o:0;1761:229:1:-;953:13;;735:10:9;;1856:24:1;953:13;1856:24;;1852:96;;1903:34;;;;;216:42:16;204:55;;1903:34:1;;;186:74:16;159:18;;1903:34:1;;;;;;;;1852:96;1957:26;1976:6;1957:18;:26::i;:::-;1803:187;1761:229::o;4434:242:12:-;1531:13:0;:11;:13::i;:::-;4525:17:12::1;;4514:7;:28:::0;4510:67:::1;;4551:26;;;;;;;;;;;;;;4510:67;4588:17;:27:::0;;;4630:39:::1;::::0;3880:25:16;;;4630:39:12::1;::::0;3868:2:16;3853:18;4630:39:12::1;3734:177:16::0;6850:199:12;6919:13;6944:12;6959:17;6967:8;4990:21;;;4947:12;4990:21;;;:11;:21;;;;;;;;;;5038:38;;10407:2:16;10403:15;;;;10420:66;10399:88;5038:38:12;;;10387:101:16;10526:3;10522:16;;;10504:12;;;10497:111;5038:38:12;;;;;;;;;10624:12:16;;;;5038:38:12;;;5028:49;;;;;;4890:194;6959:17;6994:14;;6944:32;;-1:-1:-1;6994:48:12;;:14;;6944:32;6994:42;:48::i;:::-;6986:56;6850:199;-1:-1:-1;;;6850:199:12:o;13409:591::-;13481:22;13515:18;13551:16;;13536:12;:31;;;;:::i;:::-;13515:52;;13577:21;13601:31;13621:10;13601:19;:31::i;:::-;13577:55;-1:-1:-1;13642:18:12;13663:26;13577:55;13663:10;:26;:::i;:::-;13642:47;;13699:29;13751:10;13731:17;;:30;;;;:::i;:::-;13699:62;;13771:10;13784:53;13810:17;;13829:7;1094:16;13784:25;;:53;;;;;:::i;:::-;13771:66;-1:-1:-1;13847:31:12;13881:41;13771:66;13891:7;13900:21;13881:9;:41::i;:::-;13847:75;-1:-1:-1;13949:44:12;13847:75;1094:16;13949:44;:::i;:::-;13932:61;13409:591;-1:-1:-1;;;;;;;;13409:591:12:o;15607:460::-;2356:21:10;:19;:21::i;:::-;15733:9:12::1;15746:1;15733:14:::0;15729:47:::1;;15756:20;;;;;;;;;;;;;;15729:47;15790:34;:20:::0;;::::1;15822:1;15790:20:::0;;;:12:::1;:20;::::0;;;;;::::1;15786:61;;15833:14;;;;;;;;;;;;;;15786:61;15861:21;::::0;::::1;;::::0;;;:13:::1;:21;::::0;;;;;::::1;;15857:48;;;15891:14;;;;;;;;;;;;;;15857:48;15916:66;15920:10;15932;15944:6;15952:9;15963:18;15916:3;:66::i;:::-;7175:21:::0;;;7118:17;7175:21;;;:13;:21;;;;;;;;;7147:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;15993:68:12::1;;16031:19;16043:6;16031:11;:19::i;:::-;2398:20:10::0;1713:1;2924:7;:21;2744:208;2398:20;15607:460:12;;;:::o;1166:178:1:-;1531:13:0;:11;:13::i;:::-;1255::1::1;:24:::0;;::::1;::::0;::::1;::::0;;;::::1;::::0;::::1;::::0;;;1319:7:::1;1684::0::0;1710:6;;;;1638:85;1319:7:1::1;1294:43;;;;;;;;;;;;1166:178:::0;:::o;14006:279:12:-;14123:22;14177:33;14197:12;14177:19;:33::i;:::-;14161:49;;;;:::i;:::-;;;14227:51;14257:6;14265:12;14227:29;:51::i;2431:307:10:-;1755:1;2558:7;;:18;2554:86;;2599:30;;;;;;;;;;;;;;2554:86;1755:1;2714:17;;2431:307::o;6138:468:12:-;6330:21;;;6266:20;6330:21;;;:13;:21;;;;;;;;6302:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6266:20;;6395:42;;6423:14;;6395:42;:::i;:::-;6479:7;;;;6361:76;;-1:-1:-1;6447:29:12;;6479:48;;6494:7;6361:76;6479:14;:48::i;:::-;6447:80;;6578:21;6552:5;:23;;;:47;;;;:::i;:::-;6537:62;6138:468;-1:-1:-1;;;;;;6138:468:12:o;5090:180::-;5214:13;;5158:17;;5199:64;;:7;;919:6;5244:18;5199:14;:64::i;9359:421::-;9508:21;;;9479:26;9508:21;;;:13;:21;;;;;9539:25;;;:43;;9508:21;;9568:14;;9539:43;;9568:14;;9539:43;:::i;:::-;;;;;;;;9616:13;9592:5;:20;;;:37;;;;;;;:::i;:::-;;;;;;;;9666:13;9639:5;:23;;;:40;;;;;;;:::i;:::-;;;;-1:-1:-1;;9747:25:12;;;;9707:23;;;;:66;;9738:7;;9707:30;:66::i;:::-;9689:15;;;;:84;-1:-1:-1;;;9359:421:12:o;10607:317::-;10691:21;10715:55;:7;10730:4;919:6;10751:18;10715:14;:55::i;:::-;10691:79;-1:-1:-1;10780:20:12;10803:23;10691:79;10803:7;:23;:::i;:::-;10780:46;;10836:31;10853:13;10836:16;:31::i;:::-;10877:40;10896:6;10904:12;10877:18;:40::i;7495:435::-;7611:18;7645:12;7660:17;7668:8;4990:21;;;4947:12;4990:21;;;:11;:21;;;;;;;;;;5038:38;;10407:2:16;10403:15;;;;10420:66;10399:88;5038:38:12;;;10387:101:16;10526:3;10522:16;;;10504:12;;;10497:111;5038:38:12;;;;;;;;;10624:12:16;;;;5038:38:12;;;5028:49;;;;;;4890:194;7660:17;7706:14;;7645:32;;-1:-1:-1;7687:16:12;;7706:39;;:14;;7645:32;7706:33;:39::i;:::-;7796:21;;;;;;;:11;:21;;;;;:26;;7687:58;;-1:-1:-1;7687:58:12;;-1:-1:-1;7821:1:12;;7796:21;;;:26;;7821:1;;7796:26;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7832:19:12;;;;-1:-1:-1;7832:19:12;;;:12;:19;;;;;;;:30;;;;;;;;;;;;;;7906:16;;7873:50;;;;;7832:19;;7873:16;;:50;;7890:5;;7897:7;;7906:16;7873:50;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7635:295;;7495:435;;;;;:::o;7936:618::-;8032:21;;;8003:26;8032:21;;;:13;:21;;;;;1027:15;8063:43;;1094:16;8116:25;;;:46;;;8172:20;;;:30;;;;8238:17;;8212:23;;;:43;;;8032:21;;8275:53;;8320:7;8275:25;:53::i;:::-;8265:7;;;:63;8356:17;;:53;;8381:7;1094:16;8356:24;:53::i;:::-;8338:15;;;:71;8530:17;;8463:64;8478:7;8487:39;1027:15;1094:16;8487:39;:::i;:::-;8463:7;;;;;:64;:14;:64::i;:::-;:84;;;;:::i;:::-;8419:29;;;;:128;-1:-1:-1;7936:618:12:o;10930:170::-;11013:16;;11041:4;;;11013:50;;;;;:16;11041:4;;;11013:50;;;9485:74:16;;;;9595:55;;;9575:18;;;9568:83;10998:12:12;;11013:16;;:27;;9458:18:16;;11013:50:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;11073:20;;;;;:14;204:55:16;;;11073:20:12;;;186:74:16;10998:65:12;;-1:-1:-1;11073:14:12;;;;;;159:18:16;;11073:20:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10988:112;10930:170;:::o;11546:989::-;11731:18;11752:33;11772:12;11752:19;:33::i;:::-;11731:54;-1:-1:-1;11795:18:12;11816:25;11731:54;11816:12;:25;:::i;:::-;11795:46;;11851:23;11877:34;11904:6;11877:26;:34::i;:::-;11851:60;;11921:14;11966:15;11953:10;:28;11949:138;;;12006:28;12019:15;12006:10;:28;:::i;:::-;11997:37;;12061:15;12048:28;;11949:138;12097:20;12120:49;12150:6;12158:10;12120:29;:49::i;:::-;12097:72;;12198:18;12183:12;:33;12179:69;;;12225:23;;;;;;;;;;;;;;12179:69;12259:57;12283:6;12291:10;12303:12;12259:23;:57::i;:::-;12326:38;12345:6;12353:10;12326:18;:38::i;:::-;12375:41;;;;;:15;10124:55:16;;;12375:41:12;;;10106:74:16;10196:18;;;10189:34;;;12375:15:12;;;;;10079:18:16;;12375:41:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;12426:26;12436:7;12445:6;12426:9;:26::i;:::-;12468:60;;;;7860:55:16;;;7842:74;;7952:55;;;7947:2;7932:18;;7925:83;8024:18;;;8017:34;;;8082:2;8067:18;;8060:34;;;12468:60:12;;;;;;7829:3:16;7814:19;12468:60:12;;;;;;;11721:814;;;;;11546:989;;;;;:::o;9786:243::-;9851:7;9862:1;9851:12;9847:25;;9786:243;:::o;9847:25::-;9882:12;1710:6:0;;9899:32:12;;1710:6:0;;;;;9919:7:12;;9882:12;9899:32;9882:12;9899:32;9919:7;1710:6:0;9899:32:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9881:50;;;9946:7;9941:45;;9962:24;;;;;;;;;;;;;;9941:45;10001:21;;3880:25:16;;;10001:21:12;;3868:2:16;3853:18;10001:21:12;;;;;;;9837:192;9786:243;:::o;1796:162:0:-;1684:7;1710:6;1855:23;1710:6;735:10:9;1855:23:0;1851:101;;1901:40;;;;;735:10:9;1901:40:0;;;186:74:16;159:18;;1901:40:0;14:252:16;1528:153:1;1617:13;1610:20;;;;;;1640:34;1665:8;1640:24;:34::i;3930:227:3:-;3398:4;3392:11;4144:4;3432;3423:14;;3416:32;3484:34;3477:4;3468:14;;3461:58;-1:-1:-1;3539:14:3;;3532:38;;;3595:42;3583:55;;3667:4;3658:14;;3651:28;;;3741:4;3734;3725:14;;3715:31;3708:4;3699:14;;3692:55;3799:4;3792;3783:14;;;3773:31;4050:17;;4086:64;3140:680;3803:4116:11;3885:14;4248:5;;;3885:14;4433:6;4252:1;4248;4420:20;4493:5;4489:2;4486:13;4478:5;4474:2;4470:14;4466:34;4457:43;;;4595:5;4604:1;4595:10;4591:368;;4933:11;4925:5;:19;;;;;:::i;:::-;;4918:26;;;;;;4591:368;5080:5;5065:11;:20;5061:88;;5112:22;;;;;;;;;;;;;;5061:88;5404:17;5539:11;5536:1;5533;5526:25;5939:12;5969:15;;;5954:31;;6088:22;;;;;6813:1;6794;:15;;6793:21;;7046;;;7042:25;;7031:36;7115:21;;;7111:25;;7100:36;7185:21;;;7181:25;;7170:36;7255:21;;;7251:25;;7240:36;7325:21;;;7321:25;;7310:36;7396:21;;;7392:25;;;7381:36;6333:12;;;;6329:23;;;6354:1;6325:31;5653:20;;;5642:32;;;6445:12;;;;5700:21;;;;6186:16;;;;6436:21;;;;7860:15;;;;;-1:-1:-1;;3803:4116:11;;;;;:::o;12541:654:12:-;12605:21;;;;;;;:13;:21;;;;;;;;12601:48;;;12635:14;;;;;;;;;;;;;;12601:48;12688:21;;;12660:25;12688:21;;;:13;:21;;;;;;;;12660:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:25;12741:43;;:21;:43::i;:::-;12720:64;;12794:18;12838:10;12815:5;:20;;;:33;;;;:::i;:::-;12794:54;;12858:20;1027:15;12881:16;;:37;;;;:::i;:::-;12928:21;;;;;;;:13;:21;;;;;:28;;;;12952:4;12928:28;;;12858:60;;-1:-1:-1;12971:17:12;;;12967:44;;12997:14;;;;;;;;;;;;;;12967:44;13022:55;13044:6;13052:10;13064:12;13022:21;:55::i;:::-;13087:25;13105:6;8655:21;;8626:26;8655:21;;;:13;:21;;;;;8686:26;;;8722:25;;;:29;;;8761:20;;;:30;;;8801:23;;;:27;;;8838:7;;;:11;;;8859:15;;;:19;;;8888:29;;:33;8560:368;13087:25;13122:28;13139:10;13122:16;:28::i;:::-;13166:22;;;;;;;;;;;12591:604;;;;12541:654;:::o;5471:661::-;5665:21;;;5599:22;5665:21;;;:13;:21;;;;;;;;5637:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5599:22;5722:34;5679:6;5722:26;:34::i;:::-;5696:60;;5785:15;5770:12;:30;5766:91;;;5831:15;5816:30;;5766:91;5866:29;5924:12;5898:5;:23;;;:38;;;;:::i;:::-;5980:7;;;;5866:70;;-1:-1:-1;5946:31:12;;5980:67;;5995:7;5866:70;5946:31;5980:14;:67::i;:::-;5946:101;;6102:23;6074:5;:25;;;:51;;;;:::i;:::-;6057:68;5471:661;-1:-1:-1;;;;;;;5471:661:12:o;8051:302:11:-;8152:7;8171:14;8188:25;8195:1;8198;8201:11;8188:6;:25::i;:::-;8171:42;;8227:26;8244:8;8227:16;:26::i;:::-;:59;;;;;8285:1;8270:11;8257:25;;;;;:::i;:::-;8267:1;8264;8257:25;:29;8227:59;8223:101;;;8302:11;8312:1;8302:11;;:::i;:::-;;;8223:101;8340:6;8051:302;-1:-1:-1;;;;;8051:302:11:o;10254:347:12:-;10342:7;10353:1;10342:12;10338:25;;10254:347;;:::o;10338:25::-;10390:20;;;;10372:15;10390:20;;;:12;:20;;;;;;;10438:32;;10390:20;;;;;10458:7;;10372:15;10438:32;10372:15;10438:32;10458:7;10390:20;10438:32;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10420:50;;;10485:7;10480:45;;10501:24;;;;;;;;;;;;;;10480:45;10540:54;;;;10124:55:16;;;10106:74;;10211:2;10196:18;;10189:34;;;10540:54:12;;;;;10079:18:16;10540:54:12;;;;;;;10328:273;;10254:347;;:::o;2209:821:3:-;2293:16;2625:48;2607:14;2601:4;2597:25;2591:4;2587:36;2584:90;2578:4;2571:104;2832:32;2815:14;2809:4;2805:25;2802:63;2796:4;2789:77;2914:4;2908;2902;2899:1;2891:28;2879:40;-1:-1:-1;2942:22:3;;;2938:86;;2987:26;;;;;;;;;;;;;;6612:232:12;6745:21;;;6691:14;6745:21;;;:13;:21;;;;;;;;6717:49;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6785:52;;6717:49;6785:52;:::i;8934:419::-;9082:21;;;9053:26;9082:21;;;:13;:21;;;;;9113:20;;;:36;;9082:21;;9137:12;;9113:36;;9137:12;;9113:36;:::i;:::-;;;;;;;;9186:12;9159:5;:23;;;:39;;;;;;;:::i;:::-;;;;;;;;9237:15;9208:5;:25;;;:44;;;;;;;:::i;10035:213::-;10113:7;10124:1;10113:12;10109:25;;10035:213;;:::o;10109:25::-;10144:12;10161:10;:15;;10184:7;10161:35;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10143:53;;;10211:7;10206:35;;10227:14;;;;;;;;;;;;;;2912:187:0;2985:16;3004:6;;;3020:17;;;;;;;;;;3052:40;;3004:6;;;;;;;3052:40;;2985:16;3052:40;2975:124;2912:187;:::o;5276:189:12:-;5402:20;;5346:17;;5387:71;;:7;;919:6;5439:18;5387:14;:71::i;11106:434::-;11218:6;:18;;;:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;11271:15:12;;11248:54;;;;;:14;11271:15;;;11248:54;;;10106:74:16;10196:18;;;10189:34;;;11248:14:12;;;;-1:-1:-1;11248:14:12;;-1:-1:-1;10079:18:16;;11248:54:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;11312:15:12;;;;:31;11351:10;11384:6;11393:12;;11351:10;11312:15;11445:25;:15;11463:7;11445:25;:::i;:::-;11312:168;;;;;;;;;;11153:42:16;11141:55;;;11312:168:12;;;11123:74:16;11213:18;;;11206:34;;;;11256:18;;;11249:34;;;;11299:18;;;11292:34;;;;11363:55;;;11342:19;;;11335:84;11435:19;;;11428:35;;;;11095:19;;11312:168:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;11513:15:12;;11490:43;;;;;:14;11513:15;;;11490:43;;;10106:74:16;11513:15:12;10196:18:16;;;10189:34;11490:14:12;;;;-1:-1:-1;11490:14:12;;10079:18:16;;11490:43:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;14993:122:11:-;15061:4;15102:1;15090:8;15084:15;;;;;;;;:::i;:::-;:19;;;;:::i;:::-;:24;;15107:1;15084:24;15077:31;;14993:122;;;:::o;271:168:16:-;371:42;364:5;360:54;353:5;350:65;340:93;;429:1;426;419:12;444:282;524:6;577:2;565:9;556:7;552:23;548:32;545:52;;;593:1;590;583:12;545:52;632:9;619:23;651:45;690:5;651:45;:::i;1218:678::-;1325:6;1333;1341;1349;1402:3;1390:9;1381:7;1377:23;1373:33;1370:53;;;1419:1;1416;1409:12;1370:53;1458:9;1445:23;1477:45;1516:5;1477:45;:::i;:::-;1541:5;-1:-1:-1;1619:2:16;1604:18;;1591:32;;-1:-1:-1;1722:2:16;1707:18;;1694:32;;-1:-1:-1;1804:2:16;1789:18;;1776:32;1817:47;1776:32;1817:47;:::i;:::-;1218:678;;;;-1:-1:-1;1218:678:16;;-1:-1:-1;;1218:678:16:o;1901:184::-;1953:77;1950:1;1943:88;2050:4;2047:1;2040:15;2074:4;2071:1;2064:15;2090:844;2133:5;2186:3;2179:4;2171:6;2167:17;2163:27;2153:55;;2204:1;2201;2194:12;2153:55;2244:6;2231:20;2274:18;2266:6;2263:30;2260:56;;;2296:18;;:::i;:::-;2345:2;2339:9;2492:66;2487:2;2418:66;2411:4;2403:6;2399:17;2395:90;2391:99;2387:172;2379:6;2375:185;2626:6;2614:10;2611:22;2590:18;2578:10;2575:34;2572:62;2569:88;;;2637:18;;:::i;:::-;2673:2;2666:22;2697;;;2738:19;;;2759:4;2734:30;2731:39;-1:-1:-1;2728:59:16;;;2783:1;2780;2773:12;2728:59;2847:6;2840:4;2832:6;2828:17;2821:4;2813:6;2809:17;2796:58;2902:1;2874:19;;;2895:4;2870:30;2863:41;;;;2878:6;2090:844;-1:-1:-1;;;2090:844:16:o;2939:538::-;3027:6;3035;3088:2;3076:9;3067:7;3063:23;3059:32;3056:52;;;3104:1;3101;3094:12;3056:52;3144:9;3131:23;3177:18;3169:6;3166:30;3163:50;;;3209:1;3206;3199:12;3163:50;3232;3274:7;3265:6;3254:9;3250:22;3232:50;:::i;:::-;3222:60;;;3335:2;3324:9;3320:18;3307:32;3364:18;3354:8;3351:32;3348:52;;;3396:1;3393;3386:12;3348:52;3419;3463:7;3452:8;3441:9;3437:24;3419:52;:::i;:::-;3409:62;;;2939:538;;;;;:::o;4108:226::-;4167:6;4220:2;4208:9;4199:7;4195:23;4191:32;4188:52;;;4236:1;4233;4226:12;4188:52;-1:-1:-1;4281:23:16;;4108:226;-1:-1:-1;4108:226:16:o;4339:402::-;4428:6;4436;4489:2;4477:9;4468:7;4464:23;4460:32;4457:52;;;4505:1;4502;4495:12;4457:52;4544:9;4531:23;4563:45;4602:5;4563:45;:::i;:::-;4627:5;4705:2;4690:18;;;;4677:32;;-1:-1:-1;;;4339:402:16:o;5813:557::-;5911:6;5919;5927;5980:2;5968:9;5959:7;5955:23;5951:32;5948:52;;;5996:1;5993;5986:12;5948:52;6035:9;6022:23;6054:45;6093:5;6054:45;:::i;:::-;6118:5;-1:-1:-1;6196:2:16;6181:18;;6168:32;;-1:-1:-1;6278:2:16;6263:18;;6250:32;6291:47;6250:32;6291:47;:::i;:::-;6357:7;6347:17;;;5813:557;;;;;:::o;6797:277::-;6864:6;6917:2;6905:9;6896:7;6892:23;6888:32;6885:52;;;6933:1;6930;6923:12;6885:52;6965:9;6959:16;7018:5;7011:13;7004:21;6997:5;6994:32;6984:60;;7040:1;7037;7030:12;7079:184;7131:77;7128:1;7121:88;7228:4;7225:1;7218:15;7252:4;7249:1;7242:15;7268:128;7335:9;;;7356:11;;;7353:37;;;7370:18;;:::i;8105:125::-;8170:9;;;8191:10;;;8188:36;;;8204:18;;:::i;8235:148::-;8323:4;8302:12;;;8316;;;8298:31;;8341:13;;8338:39;;;8357:18;;:::i;8388:459::-;8430:3;8468:5;8462:12;8495:6;8490:3;8483:19;8520:1;8530:139;8544:6;8541:1;8538:13;8530:139;;;8652:4;8637:13;;;8633:24;;8627:31;8607:11;;;8603:22;;8596:63;8559:12;8530:139;;;8534:3;8714:1;8707:4;8698:6;8693:3;8689:16;8685:27;8678:38;8836:4;8766:66;8761:2;8753:6;8749:15;8745:88;8740:3;8736:98;8732:109;8725:116;;;8388:459;;;;:::o;8852:454::-;9077:2;9066:9;9059:21;9040:4;9103:45;9144:2;9133:9;9129:18;9121:6;9103:45;:::i;:::-;9196:9;9188:6;9184:22;9179:2;9168:9;9164:18;9157:50;9224:33;9250:6;9242;9224:33;:::i;:::-;9216:41;;;9293:6;9288:2;9277:9;9273:18;9266:34;8852:454;;;;;;:::o;9662:265::-;9732:6;9785:2;9773:9;9764:7;9760:23;9756:32;9753:52;;;9801:1;9798;9791:12;9753:52;9833:9;9827:16;9852:45;9891:5;9852:45;:::i;10647:184::-;10699:77;10696:1;10689:88;10796:4;10793:1;10786:15;10820:4;10817:1;10810:15;11474:456;11562:6;11570;11578;11631:2;11619:9;11610:7;11606:23;11602:32;11599:52;;;11647:1;11644;11637:12;11599:52;-1:-1:-1;;11692:16:16;;11798:2;11783:18;;11777:25;11894:2;11879:18;;;11873:25;11692:16;;11777:25;;-1:-1:-1;11873:25:16;11474:456;-1:-1:-1;11474:456:16:o;12245:184::-;12297:77;12294:1;12287:88;12394:4;12391:1;12384:15;12418:4;12415:1;12408:15;12434:311;12464:1;12498:4;12495:1;12491:12;12522:3;12512:191;;12559:77;12556:1;12549:88;12660:4;12657:1;12650:15;12688:4;12685:1;12678:15;12512:191;12735:3;12728:4;12725:1;12721:12;12717:22;12712:27;;;12434:311;;;;:::o
Swarm Source
ipfs://669684cfeffc43969fe80a180a815523a9d551a4775c0d4a7c4ec6209b5d67ac
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$1,726.92
Net Worth in ETH
0.748504
Token Allocations
ETH
100.00%
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ARB | 100.00% | $2,307.16 | 0.7485 | $1,726.92 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.