Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1708…9db4
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0 | $97,926.00 |
$0 | |
BRO | ERC-20 | 72.765K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18653068 | a year ago | | | 0 | 0.00098959902 | |
| 18652818 | a year ago | | | 0 | 0.00064336676 | |
| 18652807 | a year ago | | | 0 | 0.00054685935 | |
| 18652655 | a year ago | | | 0 | 0.0014154659 | |
| 18652547 | a year ago | | | 0 | 0.0012197975 | |
| 18652533 | a year ago | | | 0 | 0.00094439559 | |
| 18652529 | a year ago | | | 0 | 0.00088924129 | |
| 18652509 | a year ago | | | 0 | 0.0010972173 | |
| 18652508 | a year ago | | | 0 | 0.0010695384 | |
| 18652476 | a year ago | | | 0 | 0.00059690181 |
ABI
ABI objects
Getter at block 21294686
decimals() pure returns (uint8)
18
dividendTokenTotalSupply() view returns (uint256)
5150581860893477792582750
dividendTracker() view returns (address)
0x17088ac97b0e64a7556525a6b2ea468d95e39db4
feeToken() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
gasForProcessing() view returns (uint256)
300000
getAllPending() view returns (uint256)
72765000000000000000000
getClaimWait() view returns (uint256)
86400
getLastProcessedIndex() view returns (uint256)
9
getNumberOfDividendTokenHolders() view returns (uint256)
27
getSwapThresholdAmount() view returns (uint256)
34427
getTotalDividendsDistributed() view returns (uint256)
77023653187319185
maxBuyAmount() view returns (uint256)
1000000000000000000000000
maxSellAmount() view returns (uint256)
210000000000000000000000
name() view returns (string)
BRO
owner() view returns (address)
0x9c4682750ddb5a496e682720a3891f7b4332e589
pairV2() view returns (address)
0xba104297fbca323e89ae33d8512e72360b12fd05
paused() view returns (bool)
false
rewardToken() view returns (address)
0x45804880de22913dafe09f4980848ece6ecbaf78
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
100
symbol() view returns (string)
BRO
teamAddress() view returns (address)
0x3ea351e197a4aaa7f2f7af6956caef10501727e4
totalSupply() view returns (uint256)
21000000000000000000000000
tradingEnabled() view returns (bool)
true
treasuryAddress() view returns (address)
0x2629310256512b31c63a6e3bca10f09dd325dcc3
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
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)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
rewardsFees(uint256) view returns (uint16)
teamFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
treasuryFees(uint256) view returns (uint16)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim() returns (bool)
claimWaitSetup(uint256 claimWait)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromDividends(address account, bool isExcluded)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
gasForProcessingSetup(uint256 _gasForProcessing)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _feeToken, address _rewardToken, address _router)
pause()
process(uint256 gas) returns (uint256 iterations, uint256 claims)
renounceOwnership()
rewardsFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMMPair(address pair, bool isPair)
teamAddressSetup(address _newAddress)
teamFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
treasuryAddressSetup(address _newAddress)
treasuryFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
unpause()
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
DeployedDividendTracker(address indexed dividendTracker)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 gasForProcessing)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
rewardsFeeSent(uint256 amount)
rewardsFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
teamAddressUpdated(address teamAddress)
teamFeeSent(address recipient, uint256 amount)
teamFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
treasuryAddressUpdated(address treasuryAddress)
treasuryFeeSent(address recipient, uint256 amount)
treasuryFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.