Black Eyed Dragon
Verified contract
Active on
Ethereum with 1,980 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6327…187e
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BleYd | ERC-20 | 1.011065B | -- | -- | |
ZC | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19497031 | 8 months ago | | | 0 | 0.010682447 | |
| 19216174 | 10 months ago | | | 0 | 0.0010545302 | |
| 19094632 | 10 months ago | | | 0 | 0.00051957590 | |
| 18905094 | a year ago | | | 0 | 0.00083588630 | |
| 18448670 | a year ago | | | 0 | 0.00080146153 | |
| 18433598 | a year ago | | | 0 | 0.010124330 | |
| 18342480 | a year ago | | | 0 | 0.00085916712 | |
| 18285816 | a year ago | | | 0 | 0.0010263951 | |
| 18213333 | a year ago | | | 0 | 0.0012554502 | |
| 18209974 | a year ago | | | 0 | 0.00033241766 |
ABI
ABI objects
Getter at block 21315382
decimals() view returns (uint8)
9
dividendTracker() view returns (address)
0x6327944b4f798a3797bbb802f2c02d308748187e
gasForProcessing() view returns (uint256)
300000
getClaimWait() view returns (uint256)
3600
getLastProcessedIndex() view returns (uint256)
97
getNumberOfDividendTokenHolders() view returns (uint256)
128
getTotalDividendsDistributed() view returns (uint256)
0
liquidityFeeOnBuy() view returns (uint256)
1
liquidityFeeOnSell() view returns (uint256)
1
maxTransactionAmountBuy() view returns (uint256)
100000000000000000000
maxTransactionAmountSell() view returns (uint256)
100000000000000000000
maxTransactionLimitEnabled() view returns (bool)
true
name() view returns (string)
Black Eyed Dragon
owner() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
rewardsFeeOnBuy() view returns (uint256)
0
rewardsFeeOnSell() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000
symbol() view returns (string)
BleYd
totalSupply() view returns (uint256)
100000000000000000000
tradingEnabled() view returns (bool)
true
treasuryFeeOnBuy() view returns (uint256)
3
treasuryFeeOnSell() view returns (uint256)
3
treasuryWallet() view returns (address)
0x0f10a3c90e73feaadd6d0d4bda302891160d0f24
uniswapV2Pair() view returns (address)
0xa220160de6e613d2e0d4a4ac71eefb66d6fb9ec2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
totalRewardsEarned(address account) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeTreasuryWallet(address _treasuryWallet)
claim()
claimAddress(address claimee)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setLastProcessedIndex(uint256 index)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _liquidityFeeOnBuy, uint256 _treasuryFeeOnBuy, uint256 _rewardsFeeOnBuy)
updateClaimWait(uint256 newClaimWait)
updateGasForProcessing(uint256 newValue)
updateMinimumBalanceForDividends(uint256 newMinimumBalance)
updateSellFees(uint256 _liquidityFeeOnSell, uint256 _treasuryFeeOnSell, uint256 _rewardsFeeOnSell)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesUpdated(uint256 totalBuyFee)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SellFeesUpdated(uint256 totalSellFee)
SendDividends(uint256 amount)
SendMarketing(uint256 bnbSend)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFeesUpdated(uint256 fee1, uint256 fee2)
TreasuryWalletChanged(address treasuryWallet)
UpdateDividendTracker(address indexed newAddress, address indexed oldAddress)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.