Redfeg-AI
Verified contract
Active on
Ethereum with 154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Redfeg-AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17053216 | 2 years ago | | | 0 | 0.0011663904 | |
| 16564043 | 2 years ago | | | 0 | 0.00081539010 | |
| 16564040 | 2 years ago | | | 0 | 0.0014703570 | |
| 16563893 | 2 years ago | | | 0 | 0.0010638646 | |
| 16563787 | 2 years ago | | | 0 | 0.0010064501 | |
| 16563754 | 2 years ago | | | 0 | 0.0011987549 | |
| 16563701 | 2 years ago | | | 0 | 0.00076841100 | |
| 16563693 | 2 years ago | | | 0 | 0.00069156990 | |
| 16563649 | 2 years ago | | | 0 | 0.0012713360 | |
| 16563635 | 2 years ago | | | 0 | 0.00056350140 |
ABI
ABI objects
Getter at block 21128649
burnFee() view returns (uint8)
0
coolDownEnabled() view returns (bool)
true
coolDownTime() view returns (uint32)
60
decimals() view returns (uint8)
18
dexPair() view returns (address)
0xff9de3e8ec4cc6de6912151672e21a91a55e3046
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
10000000000000000000000000000000
marketingFee() view returns (uint8)
0
marketingWallet() view returns (address)
0x8b5b8d403d75281505d002b392f8c4d6f470407e
maxSellLimit() view returns (uint256)
100000000000000000000000000000
maxWalletLimit() view returns (uint256)
200000000000000000000000000000
name() view returns (string)
Redfeg-AI
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapThreshold() view returns (uint256)
500000000000000000000000000
symbol() view returns (string)
Redfeg-AI
teamFee() view returns (uint8)
0
teamWallet() view returns (address)
0x7a06ad7af13e7669b95b3b5b079171d21e2ead28
totalFees() view returns (uint8)
0
totalSupply() view returns (uint256)
10000000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxSellLimit(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchTokensTransfer(address[] _holders, uint256[] _amounts)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromAllFeesAndLimits(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeFromMaxSellLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setFees(uint8 newBurnFee, uint8 newTeamFee, uint8 newMarketingFee)
setMarketingWallet(address newWallet)
setMaxSellLimit(uint256 amount)
setMaxWalletLimit(uint256 amount)
setSwapThreshold(uint256 amount)
setTeamWallet(address newWallet)
swapAndDistribute(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateCooldown(bool state, uint32 timeInSeconds)
updateV2Router(address newAddress)
withdrawStuckBEP20Tokens(address token, address to)
withdrawStuckETH(address to)
AddAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burnt(uint256 amount)
CoolDownUpdated(bool state, uint32 timeInSeconds)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxSellLimit(address indexed account, bool isExcluded)
ExcludeFromMaxWalletLimit(address indexed account, bool isExcluded)
FeesUpdated(uint8 newBurnFee, uint8 newTeamfee, uint8 newMarketingFee)
MarketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
MaxSellLimitUpdated(uint256 amount)
MaxWalletLimitUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Router02Updated(address indexed newAddress, address indexed oldAddress)
Swap(uint256 tokensSwapped, uint256 ethReceived)
SwapThresholdUpdated(uint256 amount)
TeamWalletUpdated(address indexed newWallet, address indexed oldWallet)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.