Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,132.27)
Native
Value
$429.65
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.133197 | $3,225.70 |
$429.65 | |
FUG | ERC-20 | 170K | $0.004133 |
$702.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183772 | an hour ago | | | 0 | 0.0016758314 | |
| 21183723 | an hour ago | | | 0 | 0.0016854670 | |
| 21183337 | 2 hours ago | | | 0 | 0.0014772252 | |
| 21183215 | 3 hours ago | | | 0 | 0.0020627450 | |
| 21183155 | 3 hours ago | | | 0 | 0.0020123526 | |
| 21183110 | 3 hours ago | | | 0 | 0.0018239720 | |
| 21182998 | 3 hours ago | | | 0 | 0.0020625250 | |
| 21182850 | 4 hours ago | | | 0 | 0.0021238141 | |
| 21182490 | 5 hours ago | | | 0 | 0.0014986951 | |
| 21182402 | 5 hours ago | | | 0 | 0.0013958575 |
ABI
ABI objects
Getter at block 21183993
_tokenSwapAmount() view returns (uint256)
2500000000000000000000000
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
maxTransaction() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000
name() view returns (string)
FUG
operator() view returns (address)
0x221c773cbc1f10df4f7f5369e98ca99447ff0849
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000
symbol() view returns (string)
FUG
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
treasuryWallet() view returns (address)
0x1562087014ac287f8c289b418b66334c5a3b3e97
uniswapV2Pair() view returns (address)
0xa07dbd2f63f78a06c41b2528755f62973e6dab18
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
State-modifying
Events addLiquidity()
approve(address spender, uint256 amount) returns (bool)
bulkExcludeFromFees(address[] accounts, bool value)
bulkExcludeFromMaxTransaction(address[] accounts, bool value)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool value)
excludeFromMaxTransaction(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFees(uint256 phase)
setMaxWalletAndMaxTransaction(uint256 _maxTransaction, uint256 _maxWallet)
setSwapEnabled(bool value)
setSwapTokensAtAmount(uint256 amount)
setTokenLiqSwapAmount(uint256 __tokenSwapAmount)
settreasuryWallet(address _treasuryWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOperatorAccess(address _NewOperator)
transferOwnership(address newOwner)
withdrawStuckETH()
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
operatorAccessTransferred(address indexed previousOperator, address indexed newOperator)
treasuryWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
UnauthorizedOperator(address account)