Brewlabs_Dividend_Tracker
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($3,795.34)
Native
Value
$3,795.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.23136 | $3,082.23 |
$3,795.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Brewlabs_Dividend_Tracker"
ABI
ABI objects
Getter at block 21186859
claimWait() view returns (uint256)
3600
decimals() view returns (uint8)
18
getNumberOfTokenHolders() view returns (uint256)
110
minimumTokenBalanceForDividends() view returns (uint256)
2000000000000
name() view returns (string)
Brewlabs_Dividend_Tracker
owner() view returns (address)
0xdad33e12e61dc2f2692f2c12e6303b5ade7277ba
rewardToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
symbol() view returns (string)
Brewlabs_Dividend_Tracker
totalDividendsDistributed() view returns (uint256)
14934882835534993351
totalSupply() view returns (uint256)
87409125588636966
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
excludedFromDividends(address) view returns (bool)
lastClaimTimes(address) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeDividends() payable
excludeFromDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processAccount(address account, bool automatic) returns (bool)
renounceOwnership()
setBalance(address account, uint256 newBalance)
setRewardToken(address token)
setTokenBalanceForDividends(uint256 newValue)
setUniswapRouter(address router)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawDividend()
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount, bool indexed automatic)
ClaimWaitUpdated(uint256 indexed newValue, uint256 indexed oldValue)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
ExcludeFromDividends(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.