BRO

Verified contract

Active on Ethereum with 71 txns
Deployed by via 0x287d4826 at 18652052
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables
ERC-20
Value $0
ERC-20
--
0x0673cbdc174bb547b1edad8f854d5874c87181db8c3255f6f9a4447b29f8e72d
0x2ee7b51e092754b8b14311b07316c06510f8fc2c9281a13291281aa246e9d2c5
0xee96915707c6f5e86409e804fd1627378a415c0fdd0ec956e90ddf1ea962bfc4
0x411d012c64dad20d84efde253a805b58802653c396d76b634db3081e983adf47
0x312dea0a3d880d258a123cbba201226c28cffccb925af71beda3d90482fa13f4
0xa0bd484aff2194858c51cf661fa65fa65eabe17c129af16b480b56686e9030ec
0xf49229a46d95e0b58d9ff85a35818dcfdbd9149c5f3ff59b0bfccfda194a741e
0xf887a91827aa3b29c31d694acf1188c9ee514b315e047b9990670a70ca66a88e
0x4de813e3adced476d42b6e1e2bf0b2c869fdfeaa55def49e1b4d1eec4ef89d24
0xebb83b3c778a9162e4a0816c2039c4895980f68f0e20c66e8171c4f0c320a175

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexview returns (addressint256int256uint256uint256uint256uint256uint256)
isExcludedFromDividends(address accountview returns (bool)
isExcludedFromFees(addressview returns (bool)
isExcludedFromLimits(addressview returns (bool)
isExcludedFromTradingRestriction(addressview returns (bool)
rewardsFees(uint256view returns (uint16)
teamFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
treasuryFees(uint256view returns (uint16)
withdrawableDividendOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
burnFrom(address accountuint256 amount
claim(returns (bool)
claimWaitSetup(uint256 claimWait
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeFromDividends(address accountbool isExcluded
excludeFromFees(address accountbool isExcluded
excludeFromLimits(address accountbool isExcluded
excludeFromTradingRestriction(address accountbool isExcluded
gasForProcessingSetup(uint256 _gasForProcessing
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _feeTokenaddress _rewardTokenaddress _router
pause(
process(uint256 gasreturns (uint256 iterationsuint256 claims)
renounceOwnership(
rewardsFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
setAMMPair(address pairbool isPair
teamAddressSetup(address _newAddress
teamFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
treasuryAddressSetup(address _newAddress
treasuryFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
unpause(
updateMaxBuyAmount(uint256 _maxBuyAmount
updateMaxSellAmount(uint256 _maxSellAmount
updateSwapThreshold(uint16 _swapThresholdRatio
Events
AMMPairsUpdated(address indexed AMMPairbool isPair
Approval(address indexed owneraddress indexed spenderuint256 value
DeployedDividendTracker(address indexed dividendTracker
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeFromLimits(address indexed accountbool isExcluded
ExcludeFromTradingRestriction(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 gasForProcessing
MaxBuyAmountUpdated(uint256 maxBuyAmount
MaxSellAmountUpdated(uint256 maxSellAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RouterV2Updated(address indexed routerV2
SwapThresholdUpdated(uint16 swapThresholdRatio
TradingEnabled(
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
rewardsFeeSent(uint256 amount
rewardsFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
teamAddressUpdated(address teamAddress
teamFeeSent(address recipientuint256 amount
teamFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
treasuryAddressUpdated(address treasuryAddress
treasuryFeeSent(address recipientuint256 amount
treasuryFeesUpdated(uint16 buyFeeuint16 sellFeeuint16 transferFee
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.