RewardsContract
Verified contract
Active on
Ethereum with 495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63f8…2437
Balances ($7,570.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GAME | ERC-20 | 6.177916M | $0.001225 |
$7,570.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495839 | 4 months ago | | | 0 | 0.030477330 | |
| 20495838 | 4 months ago | | | 0 | 0.039954888 | |
| 18565094 | a year ago | | | 0 | 0.051861763 | |
| 18344501 | a year ago | | | 0 | 0.0089326400 | |
| 16728388 | 2 years ago | | | 0 | 0.025510973 | |
| 16054602 | 2 years ago | | | 0 | 0.011110004 | |
| 15381990 | 2 years ago | | | 0 | 0.0027795132 | |
| 15175559 | 2 years ago | | | 0 | 0.0072217502 | |
| 15175545 | 2 years ago | | | 0 | 0.0079454443 | |
| 15152364 | 2 years ago | | | 0 | 0.0010076129 |
ABI
ABI objects
Getter at block 21328898
SECONDS_PER_WEEK() view returns (uint256)
604800
WEEK_ZERO_START() view returns (uint256)
1538352000
erc20Contract() view returns (address)
0x63f88a2298a5c4aee3c216aa6d926b184a4b2437
gameContract() view returns (address)
0xb5aafa2f675b5ec6590595944feb9fe9a71178b1
getCurrentWeek() view returns (uint256)
322
isSupportContract() pure returns (bool)
true
owner() view returns (address)
0x2c5ac9d8e04d98def29b0c9c3d42cd8778a64e92
recoveryAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalSupport() view returns (uint256)
3097534000000000000000000
url() view returns (string)
https://www.gamecredits.org
Read-only
accountSupport(address) view returns (uint256)
gameAccountSupport(uint256, address) view returns (uint256)
gameSupport(uint256) view returns (uint256)
getGameAccountSupport(uint256 _game, address _account) view returns (uint256 support)
lastPayoutWeekByAccount(address) view returns (uint256)
lastPayoutWeekByGame(uint256) view returns (uint256)
weekAccountSupport(uint256, address) view returns (uint256)
weekGameAccountSupport(uint256, uint256, address) view returns (uint256)
weekGameSupport(uint256, uint256) view returns (uint256)
weekTotalSupport(uint256) view returns (uint256)
weeklyRewardsPool(uint256) view returns (uint256)
State-modifying
Events collectGamePayout(uint256 _game, uint256 _numberOfWeeks) returns (uint256 _payout)
collectRewards(uint256 _numberOfWeeks) returns (uint256 _payout)
contestEntry(uint256, address, uint256, uint256, uint256, bytes32)
fundRewardsPool(uint256 _amount, uint256 _startWeek, uint256 _numberOfWeeks)
receiveGameCredits(uint256, address, uint256, uint256, bytes32)
receiveLoyaltyPayment(uint256, address, uint256, uint256, bytes32)
setOwner(address _newOwner)
setPromotedGame(uint256 _game, bool _isPromoted, string _json)
setRecovery(address _newRecovery)
setSuppressedGame(uint256 _game, bool _isSuppressed)
updateSupport(uint256 _game, address _account, uint256 _newSupport)
ChangeSupport(uint256 week, uint256 indexed game, address indexed supporter, uint256 prevSupport, uint256 newSupport, uint256 accountSupport, uint256 gameSupport, uint256 totalSupport)
EnterContest(uint256 indexed _game, address indexed account, uint256 _tokenId, uint256 indexed _contestId, uint256 _payment, bytes32 _data)
GameCreditsPayment(uint256 indexed _game, address indexed account, uint256 indexed _tokenId, uint256 _payment, bytes32 _data)
LoyaltyPayment(uint256 indexed _game, address indexed account, uint256 indexed _tokenId, uint256 _payment, bytes32 _data)
OwnershipTransferred(address previousOwner, address newOwner)
Payout(address indexed supporter, uint256 indexed game, uint256 amount, uint256 endWeek)
PromotedGame(uint256 game, bool isPromoted, string json)
SuppressedGame(uint256 game, bool isSuppressed)
WeeklyRewardsPoolUpdated(uint256 week, uint256 stored)
constructor(address _erc20Contract, address _gameContract)
fallback()
This contract contains no error objects.