Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Faded"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787388 | 2 months ago | | | 0 | 0.00075212564 | |
| 20404745 | 4 months ago | | | 0 | 0.000095099542 | |
| 20314672 | 5 months ago | | | 0 | 0.00049807448 | |
| 20192659 | 5 months ago | | | 0 | 0.00010679874 | |
| 20182382 | 5 months ago | | | 0 | 0.00019248248 | |
| 19871572 | 7 months ago | | | 0 | 0.00016972294 | |
| 19812808 | 7 months ago | | | 0 | 0.00017472882 | |
| 19812765 | 7 months ago | | | 0 | 0.00013981270 | |
| 19253224 | 9 months ago | | | 0 | 0.00052076686 | |
| 18439914 | a year ago | | | 0 | 0.00075084303 |
ABI
ABI objects
Getter at block 21311191
_maxWallet() view returns (uint256)
2000000000000000000000000
_swapThreshold() view returns (uint256)
40000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Faded
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
FADED
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingFees() view returns (uint256 buyFee, uint256 sellFee)
(buyFee=0, sellFee=0)
uniswapV2Pair() view returns (address)
0x131a2ad7287433539fad392ef87b6c0986fd5601
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wallets() view returns (address deployerWallet, address marketingWallet)
(deployerWallet=0x635e169329ab961ee3ab5c95e9ae98a350770c8c, marketingWallet=0xed1492f7dc852c99b78ee88cf6288912f40c9a75)
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearEth()
clearTokens(address tokenToClear)
enableSwap(bool shouldEnable)
excludeMultipleAccountsFromFees(address[] accounts, bool shouldExclude)
initialize(bool init)
manualSwapback()
openTrading()
preparation(uint256[] _blocks, bool blocked)
reduceFees(uint256 _buyFee, uint256 _sellFee)
renounceOwnership()
setContractExempt(address account, bool value)
setTradeCooldown(uint256 newTradeCooldown)
toggleAntiMEV(bool toggle)
transfer(address recipient, uint256 amount) returns (bool)
transfer(address wallet)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AntiMEVToggled(bool indexed toggle)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool indexed excluded)
FeesChanged(uint256 indexed buyFee, uint256 indexed sellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetContractExempt(address indexed contractAddress, bool indexed isExempt)
SwapEnabled(bool indexed enabled)
TradeCooldownChanged(uint256 indexed newTradeCooldown)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.