Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,283.78)
Native
Value
$1,283.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.386457 | $3,321.92 |
$1,283.78 | |
$Boysclub | ERC-20 | 1B | -- | -- | |
TeddyBull | ERC-20 | 1B | -- | -- | |
HATCHI | ERC-20 | 1B | -- | -- | |
GIGACHAD | ERC-20 | 1B | -- | -- | |
BEET | ERC-20 | 1B | -- | -- | |
BFO | ERC-20 | 1B | -- | -- | |
$CC77 | ERC-20 | 1B | -- | -- | |
Boge | ERC-20 | 1B | -- | -- | |
$BasedGloryHole | ERC-20 | 1B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736341 | 10 hours ago | | | 0.00002 | 0.000020664877 | |
| 22725255 | 16 hours ago | | | 0 | 0.000016770274 | |
| 22713435 | a day ago | | | 0.001 | 0.000023015371 | |
| 22691195 | a day ago | | | 0.00555 | 0.0000026651172 | |
| 22691107 | a day ago | | | 0 | 0.0000037149379 | |
| 22690806 | a day ago | | | 0.01 | 0.0000047388778 | |
| 22668811 | 2 days ago | | | 0 | 0.0000037149379 | |
| 22668713 | 2 days ago | | | 0 | 0.0000037149379 | |
| 22668707 | 2 days ago | | | 0.003 | 0.0000029222802 | |
| 22668510 | 2 days ago | | | 0.01 | 0.0000051389549 |
ABI
ABI objects
Getter at block 22753507
BASIS_POINTS() view returns (uint256)
10000
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
HUNDRED() view returns (uint256)
100
eventTracker() view returns (address)
0x4beb2fd73a0edd5d911965d057276a757e1be9f1
feeContract() view returns (address)
0x1d6ebf29de04e80f3aace5a9422f9d45efb6d826
feePer() view returns (uint16)
100
implementation() view returns (address)
0x269610d2635fe3201d73d73d66bc792b39830f66
lpLockDeployer() view returns (address)
0xa5edcf1b1288c87489a006c50aca62d2b324738c
owner() view returns (address)
0x6c9db1bbbdcd118cfca20ca4b82e448ab1281b0d
stableAddress() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
voter() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowedDeployers(address) view returns (bool)
getAmountOutETH(address funToken, uint256 amountIn) view returns (uint256 amountOut)
getAmountOutTokens(address funToken, uint256 amountIn) view returns (uint256 amountOut)
getAmountsMinToken(address funToken, address _tokenAddress, uint256 _ethIN) view returns (uint256)
getBaseToken(address funToken) view returns (address)
getCurrentCap(address funToken) view returns (uint256)
getFuntokenPool(address funToken) view returns (struct FunPoolFunTokenPool)
getFuntokenPools(address[] funTokens) view returns (struct FunPoolFunTokenPool[])
getUserFuntokens(address user) view returns (address[])
getWrapAddr(address funToken) view returns (address)
tokenPools(address) view returns (address creator, address token, address baseToken, address router, address lockerAddress, address storedLPAddress, address deployer, struct FunPoolFunTokenPoolData pool)
userFunTokens(address, uint256) view returns (address)
State-modifying
Events addDeployer(address _deployer)
buyTokens(address funToken, uint256 minTokens, address _affiliate) payable
changeNativePer(address funToken, uint8 _newNativePer)
createFun(string[2] _name_symbol, uint256 _totalSupply, address _creator, address _baseToken, address _router, uint256[2] listThreshold_initReserveEth, bool lpBurn) payable returns (address)
removeDeployer(address _deployer)
renounceOwnership()
sellTokens(address funToken, uint256 tokenAmount, uint256 minEth, address _affiliate) returns (bool, bool)
transferOwnership(address _newOwner)
updateEventTracker(address _newEventTracker)
updateFeeContract(address _newFeeContract)
updateImplementation(address _implementation)
updateLpLockDeployer(address _newLpLockDeployer)
updateStableAddress(address _newStableAddress)
updateteamFeeper(uint16 _newFeePer)
LiquidityAdded(address indexed provider, uint256 tokenAmount, uint256 ethAmount)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
bought(address indexed user, uint256 amountIn, uint256 amountOut, uint256 _time, uint256 reserveEth, uint256 reserveTokens, uint256 totalVolume)
funTradeCall(address indexed user, uint256 amountIn, uint256 amountOut, uint256 _time, uint256 reserveEth, uint256 reserveTokens, string tradeType, uint256 totalVolume)
listed(address indexed user, address indexed tokenAddress, address indexed router, uint256 liquidityAmount, uint256 tokenAmount, uint256 _time, uint256 totalVolume)
sold(address indexed user, uint256 amountIn, uint256 amountOut, uint256 _time, uint256 reserveEth, uint256 reserveTokens, uint256 totalVolume)
constructor(address _implementation, address _feeContract, address _lpLockDeployer, address _stableAddress, address _eventTracker, uint16 _feePer)
This contract contains no fallback and receive objects.
FailedDeployment()
InsufficientBalance(uint256 balance, uint256 needed)
ReentrancyGuardReentrantCall()