Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "FU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18331099 | a year ago | | | 0 | 0.00023304049 | |
| 17728977 | a year ago | | | 0 | 0.0011626399 | |
| 17719734 | a year ago | | | 0 | 0.0017332497 | |
| 17717018 | a year ago | | | 0 | 0.00059719215 | |
| 17716960 | a year ago | | | 0 | 0.00066060591 | |
| 17716951 | a year ago | | | 0 | 0.00061782258 | |
| 17716440 | a year ago | | | 0 | 0.00066328026 | |
| 17714945 | a year ago | | | 0 | 0.0016742020 | |
| 17714941 | a year ago | | | 0 | 0.0016960129 | |
| 17714861 | a year ago | | | 0 | 0.0011158308 |
ABI
ABI objects
Getter at block 21211456
_burnFee() view returns (uint256)
75
_marketingFee() view returns (uint256)
175
_marketingWalletAddress() view returns (address)
0xc65774dd78633baadb5101225658b16bd3eded77
_taxFee() view returns (uint256)
150
decimals() view returns (uint256)
18
maxWalletBalance() view returns (uint256)
17777000000000000000000
name() view returns (string)
FU
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FU
totalFees() view returns (uint256)
24311987484137895984676
totalSupply() view returns (uint256)
888888000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xd8b40071b790161e2072645fa835610eafeaec74
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading()
excludeFromFee(address account)
excludeFromReward(address account)
includeAndExcludedFromMaxWallet(address account, bool value)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercent(uint256 tFee, uint256 mFee, uint256 cFee)
setMarketingWalletAddress(address _addr)
setSellFeePercent(uint256 tFee, uint256 mFee, uint256 cFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.