RED DRAGON
Verified contract
Active on
Ethereum with 52 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($63.06)
Native
Value
$63.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.016371 | $3,851.62 |
$63.06 | |
HANNIBAL | ERC-20 | 442.308513M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15835793 | 2 years ago | | | 0 | 0.00051280427 | |
| 15775952 | 2 years ago | | | 0 | 0.0018773120 | |
| 15773162 | 2 years ago | | | 0 | 0.00064401236 | |
| 15769167 | 2 years ago | | | 0 | 0.0012755634 | |
| 15757243 | 2 years ago | | | 0 | 0.00073044155 | |
| 15757212 | 2 years ago | | | 0.01 | 0.00031194225 | |
| 15743546 | 2 years ago | | | 0 | 0.0015638388 | |
| 15742082 | 2 years ago | | | 0 | 0.0010626559 | |
| 15737459 | 2 years ago | | | 0 | 0.00066825588 | |
| 15736477 | 2 years ago | | | 0 | 0.00075140385 |
ABI
ABI objects
Getter at block 21331870
_startTimeForSwap() view returns (uint256)
0
antiBotEnabled() view returns (bool)
false
antiBotFee() view returns (uint256)
990
charityFee() view returns (uint256)
10
charityPortionOfSwap() view returns (uint256)
300
charityWallet() view returns (address)
0x3ab2579a25915a6ec41b88cfe5d5f19d6241e4dd
collectedFeeTotal() view returns (uint256)
0
decimals() pure returns (uint8)
18
isInPresale() view returns (bool)
false
lpFee() view returns (uint256)
5
lpPortionOfSwap() view returns (uint256)
200
marketingFee() view returns (uint256)
10
marketingPortionOfSwap() view returns (uint256)
500
marketingWallet() view returns (address)
0xbdb65749de8c4641621aa63d19caa24c3768a013
maxTxAmount() view returns (uint256)
20000000000000000000000000000
maxWalletBalance() view returns (uint256)
20000000000000000000000000000
name() pure returns (string)
RED DRAGON
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xe1ea936bc30c6369e7cbf931c9935ad0e2346d7f
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000000
symbol() pure returns (string)
HANNIBAL
takeFeeEnabled() view returns (bool)
true
totalSupply() pure returns (uint256)
1000000000000000000000000000000
tradingIsEnabled() view returns (bool)
true
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(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 TransferETH(address recipient, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account, bool value)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExcludedFromFee(address account, bool value)
setSwapEnabled(bool _enabled)
toggleAntiBot(bool toggleStatus)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateCharityWallet(address newWallet)
updateFees(uint256 _marketing, uint256 _charity, uint256 _lp)
updateMarketingWallet(address newWallet)
updatePortionsOfSwap(uint256 marketingPortion, uint256 charityPortion, uint256 lpPortion)
updateRouterAddress(address newAddress)
updateSwapTokensAt(uint256 _swaptokens)
updateTradingIsEnabled(bool tradingStatus)
updateTransactionMax(uint256 _txMax)
updateWalletMax(uint256 _walletMax)
Approval(address indexed owner, address indexed spender, uint256 value)
CharityWalletUpdated(address indexed newCharityWallet, address indexed oldCharityWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
LiquidityAdded(uint256 tokenAmountSent, uint256 ethAmountSent, uint256 liquidity)
MarketingWalletUpdated(address indexed newMarketingWallet, address indexed oldMarketingWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatePancakeswapRouter(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.