Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,372.78)
Native
Value
$1,313.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.400341 | $3,280.45 |
$1,313.3 | |
FREN | ERC-20 | 3.470145B | $0.00 |
$58.99 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
BOYS | ERC-20 | 0.4 | $0.012099 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000186 |
$0 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000759 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 198 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22733898 | 13 hours ago | | | 0 | 1.6210232e-7 | |
| 22647871 | 3 days ago | | | 0 | 3.8401589e-7 | |
| 22626640 | 3 days ago | | | 0 | 5.1940277e-7 | |
| 22578336 | 4 days ago | | | 0 | 0.0000028893637 | |
| 22553495 | 5 days ago | | | 0 | 8.3520803e-7 | |
| 22553380 | 5 days ago | | | 0 | 4.6706334e-7 | |
| 22545055 | 5 days ago | | | 0 | 5.6892509e-7 | |
| 22545041 | 5 days ago | | | 0 | 9.8138621e-7 | |
| 22539353 | 5 days ago | | | 0 | 9.7847994e-7 | |
| 22538317 | 5 days ago | | | 0 | 9.5708937e-7 |
ABI
ABI objects
Getter at block 22758078
UNISWAP_FACTORY() view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
UNISWAP_ROUTER() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
UNISWAP_V2_PAIR() view returns (address)
0x9e29177f8ea5994255aaa551c4e1ac1655b2bdbe
buyTotalFees() view returns (uint256)
0
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x6769544742849fb8fe6e3f85c0b992770387adf2
fetchFees() view returns (bool)
false
limitsInEffect() view returns (bool)
false
maxBuy() view returns (uint256)
84000000000000000000000000000
maxSell() view returns (uint256)
75600000000000000000000000000
maxWallet() view returns (uint256)
84000000000000000000000000000
name() view returns (string)
Frens Club
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTotalFees() view returns (uint256)
0
swapEnabled() view returns (bool)
true
symbol() view returns (string)
FREN
taxedTokens() view returns (uint256)
339470144631056527267798897900
tokenSwapThreshold() view returns (uint256)
21000000000000000000000000000
totalSupply() view returns (uint256)
4200000000000000000000000000000
tradingActive() view returns (bool)
true
tradingOpenedOnBlock() view returns (uint256)
14423887
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFees(address account, bool excluded)
openTrading()
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setNewFees(uint256 newBuyFees, uint256 newSellFees)
setdevWallet(address _devWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxBuy(uint256 newNum)
updateMaxSell(uint256 newNum)
updateMaxWallet(uint256 newNum)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading(bool tradingActive)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedMaxBuy(uint256 newAmount)
UpdatedMaxSell(uint256 newAmount)
UpdatedMaxWallet(uint256 newAmount)
UpdateddevWallet(address indexed newWallet)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)