FankoFactoryV2ETH
Verified contract
Active on
Ethereum with 1,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,246.51)
Native
Value
$7,246.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.952894 | $3,710.65 |
$7,246.51 | |
FNEIRO | ERC-20 | 1B | -- | -- | |
FBULL | ERC-20 | 1B | -- | -- | |
FDUR | ERC-20 | 1B | -- | -- | |
$FRANKO | ERC-20 | 1B | -- | -- | |
FUNKO | ERC-20 | 1B | -- | -- | |
FFOOD | ERC-20 | 1B | -- | -- | |
BDV | ERC-20 | 1B | -- | -- | |
STRESS | ERC-20 | 999.319633M | -- | -- | |
JFANKO | ERC-20 | 999.175436M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830985 | 2 months ago | | | 0 | 0.0017518330 | |
| 20802149 | 2 months ago | | | 0 | 0.00061549358 | |
| 20802147 | 2 months ago | | | 0 | 0.00059873770 | |
| 20802143 | 2 months ago | | | 0 | 0.00061307961 | |
| 20765290 | 3 months ago | | | 0 | 0.00085516970 | |
| 20765228 | 3 months ago | | | 0.1 | 0.00053611782 | |
| 20765218 | 3 months ago | | | 0.016 | 0.010488103 | |
| 20763842 | 3 months ago | | | 0.063801853 | 0.0017869811 | |
| 20763840 | 3 months ago | | | 0.063801853 | 0.0020256562 | |
| 20763367 | 3 months ago | | | 0 | 0.00071508352 |
ABI
ABI objects
Getter at block 21311206
camelotV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
camelotV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
ethVirtualReserve() view returns (uint256)
1170000000000000000
implementation() view returns (address)
0xb9a037b916d1a7d59fb72a3a2f9ed8e299153d21
owner() view returns (address)
0xa511e07689753fcf34d92b8ebb5bcdda385b7efd
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
tokenCreationFee() view returns (uint256)
10000000000000000
tokenLaunchingFeeBPS() view returns (uint256)
500
tokenTotalSupply() view returns (uint256)
1000000000000000000000000000
tradingFeeBPS() view returns (uint256)
100
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
bondingCurves(address token) view returns (uint256 tokenRealReserve, uint256 tokenVirtualReserve, uint256 ethRealReserve, uint256 ethRealReserveThreshold, uint256 ethVirtualReserve, uint256 k, uint256 spotPrice)
getEthAmountOut(address token_, uint256 tokenAmountIn_) view returns (uint256 ethAmountOut)
getNewTokenAddress(address account_) view returns (address token)
getNewTokenAmount(uint256 ethAmountIn_) view returns (uint256 tokenAmountOut)
getTokenAmountOut(address token_, uint256 ethAmountIn_) view returns (uint256 tokenAmountOut)
tokenCounts(address account) view returns (uint8 count)
tokenCreator(address token) view returns (address creator)
tokenLaunched(address token) view returns (bool isLaunched)
State-modifying
Events acceptOwnership()
buy(address token_, uint256 tokenAmountOutMin_, address recipient_) payable
createToken(string name_, string symbol_) payable returns (address token)
renounceOwnership()
sell(address token_, uint256 tokenAmountIn_, uint256 ethAmountOutMin_, address recipient_) payable
setEthVirtualReserve(uint256 amount_)
setTokenCreationFee(uint256 fee_)
setTokenLaunchingFeeBPS(uint256 bps_)
setTradingFeeBPS(uint256 bps_)
transferOwnership(address newOwner)
Buy(address indexed token, address from, address to, uint256 amountIn, uint256 amountOut)
FeeCollected(uint256 amount)
FeeCreatorCollected(address indexed creator, address token, uint256 amount)
NewEthVirtualReserve(uint256 reserve)
NewGraduationFeeBPS(uint256 bps)
NewToken(address indexed creator, address token)
NewTokenCreationFee(uint256 fee)
NewTokenLaunch(address indexed token)
NewTradingFeeBPS(uint256 bps)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sell(address indexed token, address from, address to, uint256 amountIn, uint256 amountOut)
constructor(address admin_, address implementation_, address weth_, address camelotV2Factory_, address camelotV2Router_)
This contract contains no fallback and receive objects.
CollectAdminFeesFailed()
ERC1167FailedCreateClone()
InvalidEthAmountIn()
InvalidEthAmountOut()
InvalidEthVirtualReserve()
InvalidToken()
InvalidTokenAmountIn()
InvalidTokenAmountOut()
InvalidTokenCreationFee()
InvalidTokenLaunchingFeeBPS()
InvalidTradingFeeBPS()
MathOverflowedMulDiv()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
RefundFailed()
SellFailed()