Bellatrix
Verified contract
Active on
Ethereum with 121 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f5d…42e2
8 additional
variables
Balances ($15.13)
Native
Value
$15.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004817 | $3,141.36 |
$15.13 | |
BELLATRIX | ERC-20 | 112.747345 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15494769 | 2 years ago | | | 0 | 0.00043685471 | |
| 15489157 | 2 years ago | | | 0 | 0.00030849555 | |
| 15484895 | 2 years ago | | | 0 | 0.00062661643 | |
| 15484835 | 2 years ago | | | 0 | 0.00059901731 | |
| 15484805 | 2 years ago | | | 0 | 0.0012961780 | |
| 15484771 | 2 years ago | | | 0 | 0.0013445075 | |
| 15484709 | 2 years ago | | | 0 | 0.00084529750 | |
| 15484701 | 2 years ago | | | 0 | 0.00084104377 | |
| 15484695 | 2 years ago | | | 0 | 0.00088365914 | |
| 15484694 | 2 years ago | | | 0 | 0.00083996009 |
ABI
ABI objects
Getter at block 21212871
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x0f5dab1c1c3191c5b83dd7f6b0d7066c89dd42e2
feeDivisor() view returns (uint256)
1000
gasForProcessing() view returns (uint256)
0
getClaimWait() view returns (uint256)
1200
getLastProcessedIndex() view returns (uint256)
0
getNumberOfDividendTokenHolders() view returns (uint256)
0
getNumberOfDividends() view returns (uint256)
0
limitsInEffect() view returns (bool)
false
liquidityActiveBlock() view returns (uint256)
0
liquidityBuyFee() view returns (uint256)
10
liquiditySellFee() view returns (uint256)
10
lpPercToWithDraw() view returns (uint256)
0
lpWithdrawRequestDuration() view returns (uint256)
259200
lpWithdrawRequestPending() view returns (bool)
false
lpWithdrawRequestTimestamp() view returns (uint256)
0
maxTransactionAmount() view returns (uint256)
1000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000
name() view returns (string)
Bellatrix
nextAvailableLpWithdrawDate() view returns (uint256)
0
owner() view returns (address)
0xf155eaa6731da55266307f4c55819e4613df689d
rewardsBuyFee() view returns (uint256)
50
rewardsSellFee() view returns (uint256)
50
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
72448000000000000000
symbol() view returns (string)
BELLATRIX
tokensForLiquidity() view returns (uint256)
18787980218789069617
tokensForRewards() view returns (uint256)
93939901093945348085
totalBuyFees() view returns (uint256)
60
totalSellFees() view returns (uint256)
60
totalSupply() view returns (uint256)
144896000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15484623
uniswapV2Pair() view returns (address)
0x2309ec50f45c5c5cadc84a29913647ac0424144b
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
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)
getTotalDividendsDistributed(address rewardToken) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account, address rewardToken) view returns (uint256)
withdrawnDividendOf(address account, address rewardToken) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _rewardsFee, uint256 _liquidityFee)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _rewardsFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
withdrawRequestedLP()
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
CanceledLpWithdrawRequest()
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
RequestedLPWithdraw()
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrewLPForMigration()
constructor()
receive()
This contract contains no error objects.