Black Eyed Dragon
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLEYD | ERC-20 | 8.10717B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20485558 | 4 months ago | | | 0 | 0.00020032364 | |
| 20485551 | 4 months ago | | | 0 | 0.00041546724 | |
| 20482356 | 4 months ago | | | 0 | 0.000044558135 | |
| 20482337 | 4 months ago | | | 0 | 0.000044751629 | |
| 20481900 | 4 months ago | | | 0 | 0.00010429640 | |
| 20481893 | 4 months ago | | | 0 | 0.00020850945 | |
| 20481704 | 4 months ago | | | 0 | 0.000045656652 | |
| 20481691 | 4 months ago | | | 0 | 0.000044912727 | |
| 20476397 | 4 months ago | | | 0 | 0.00024657133 | |
| 20476393 | 4 months ago | | | 0 | 0.00033776204 |
ABI
ABI objects
Getter at block 21403578
decimals() view returns (uint8)
18
marketingFeeOnBuy() view returns (uint256)
4
marketingFeeOnSell() view returns (uint256)
4
marketingWallet() view returns (address)
0xe56691193a6024caf927ec87188731bef32abc62
maxTransactionAmountBuy() view returns (uint256)
100000000000000000000000000000000000000000000000
maxTransactionAmountSell() view returns (uint256)
100000000000000000000000000000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
true
name() view returns (string)
Black Eyed Dragon
owner() view returns (address)
0xe56691193a6024caf927ec87188731bef32abc62
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000000000000
symbol() view returns (string)
BLEYD
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x646ee7485f3dd2b0ac2b189999bcf5f18d4ff206
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
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)
updateFees(uint256 _marketingFeeOnSell, uint256 _marketingFeeOnBuy)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateFees(uint256 marketingFeeOnBuy, uint256 marketingFeeOnSell)
constructor()
receive()
This contract contains no error objects.