GroveToken_Dividend_Tracker
Verified contract
Proxy
Active on
Ethereum with 13 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GVR | ERC-20 | 24.234718T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20345373 | 4 months ago | | | 0 | 0.000066240000 | |
| 20344436 | 4 months ago | | | 0 | 0.000088320000 | |
| 17462080 | a year ago | | | 0 | 0.00094562162 | |
| 16454030 | 2 years ago | | | 0 | 0.00033336000 | |
| 16298219 | 2 years ago | | | 0 | 0.00032009417 | |
| 16082546 | 2 years ago | | | 0 | 0.00021621755 | |
| 15771445 | 2 years ago | | | 0 | 0.00035139250 | |
| 15771435 | 2 years ago | | | 0 | 0.00035423254 | |
| 15771422 | 2 years ago | | | 0 | 0.00037148238 | |
| 15708428 | 2 years ago | | | 0 | 0.0010317928 |
ABI
ABI objects
Getter at block 21204448
claimWait() view returns (uint256)
3600
decimals() view returns (uint8)
18
getNumberOfTokenHolders() view returns (uint256)
4090
minimumTokenBalanceForDividends() view returns (uint256)
0
name() view returns (string)
GroveToken_Dividend_Tracker
owner() view returns (address)
0x84fa8f52e437ac04107ec1768764b2b39287cb3e
rewardToken() view returns (address)
0x84fa8f52e437ac04107ec1768764b2b39287cb3e
symbol() view returns (string)
GroveToken_Dividend_Tracker
totalDividendsDistributed() view returns (uint256)
252724840937801672114168527577600
totalSupply() view returns (uint256)
1996464020684358969881467305490033
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)
distributeDividendsUsingAmount(uint256 amount)
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.