RewardPoolTokens
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOX | ERC-20 | 8.59586K | $0.001303 |
$11.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19153024 | 10 months ago | | | 0 | 0.00045229907 | |
| 19150554 | 10 months ago | | | 0 | 0.00044234831 | |
| 19150551 | 10 months ago | | | 0 | 0.00044384625 | |
| 19150551 | 10 months ago | | | 0 | 0.00044366499 | |
| 19150547 | 10 months ago | | | 0 | 0.0032275362 | |
| 19130104 | 10 months ago | | | 0 | 0.0042946082 | |
| 19100164 | a year ago | | | 0 | 0.00036093303 | |
| 19099353 | a year ago | | | 0 | 0.0029417324 | |
| 19088473 | a year ago | | | 0 | 0.00042985592 | |
| 19082002 | a year ago | | | 0 | 0.0023958483 |
ABI
ABI objects
Getter at block 21400480
fee() view returns (uint256)
10
feeReceiver() view returns (address)
0x8c5a955fd0d96d9ddc8c4f9581745c5cf31d6374
getNumberOfDividends() view returns (uint256)
9999
getTotalDividendsDistributed() view returns (uint256)
450000000000000000000000
owner() view returns (address)
0x96ba97679ca4889c4a86e01e98bbfcb1cd194ed6
poolInfo() view returns (uint64 poolStartTime, uint48 poolDuration, uint64 payoutFrequency, uint64 lastPayout, uint8 totalPayouts)
(poolStartTime=1705352400, poolDuration=604800, payoutFrequency=604800, lastPayout=1705957200, totalPayouts=1)
poolName() view returns (string)
The Blox Project
rewardToken() view returns (address)
0x320ed4c7243e35a00f9ca30a1ae60929d15eae37
totalDividendsDistributed() view returns (uint256)
450000000000000000000000
totalForDistribution() view returns (uint256)
450000000000000000000000
totalPoints() view returns (uint256)
9999
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
authorized(address) view returns (bool)
dividendOf(address _owner) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccount(address _account) view returns (address account, uint256 withdrawableDividends, uint256 totalDividends, uint256 balance)
holderPoints(address) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events addTokensForDistribution()
claim()
distributeDividends()
renounceOwnership()
setAuthorized(address _wallet, bool _authorized)
setBalance(address account, uint256 newBalance)
setBalances(address[] accounts, uint256[] newBalances)
transferOwnership(address newOwner)
withdrawDividend()
Claim(address indexed account, uint256 amount, bool indexed automatic)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _feeReceiver, uint256 _fee, string _poolName, uint64 _poolStartTime, uint48 _poolDuration, uint64 _payoutFrequency, address _pointSetter, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.