ThriveCoinRewardSeasonIERC20GasRefundable
Verified contract
Active on
Ethereum with 1,638 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,944.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 10.665K | $1.12 |
$11,944.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19239420 | 9 months ago | | | 0 | 0.00053774015 | |
| 19228066 | 9 months ago | | | 0 | 0.0023420790 | |
| 19222314 | 9 months ago | | | 0 | 0.0022154976 | |
| 19217524 | 9 months ago | | | 0 | 0.0016517198 | |
| 19212082 | 9 months ago | | | 0 | 0.0017933738 | |
| 19210962 | 9 months ago | | | 0 | 0.0016207316 | |
| 19199927 | 9 months ago | | | 0 | 0.0022799775 | |
| 19197282 | 9 months ago | | | 0 | 0.0024283740 | |
| 19197235 | 9 months ago | | | 0 | 0.0023835570 | |
| 19158302 | 9 months ago | | | 0 | 0.0011947196 |
ABI
ABI objects
Getter at block 21225319
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WRITER_ROLE() view returns (bytes32)
0x2b8f168f361ac1393a163ed4adfa899a87be7b7c71645167bdaddd822ae453c8
currentSeason() view returns (uint256)
4
getFixedGasFee() view returns (uint256)
31602
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
readReward(uint256 season, address owner) view returns (struct ThriveCoinRewardSeasonUserReward reward)
readRewardByIndex(uint256 season, uint256 index) view returns (address owner, struct ThriveCoinRewardSeasonUserReward reward)
readSeasonInfo(uint256 index) view returns (struct ThriveCoinRewardSeasonSeason season)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addReward(struct ThriveCoinRewardSeasonUserRewardRequest entry)
addRewardBatch(struct ThriveCoinRewardSeasonUserRewardRequest[] entries)
addSeason(address defaultDestination, uint256 closeDate, uint256 claimCloseDate)
claimReward(address owner)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendUnclaimedFunds()
setFixedGasFee(uint256 _fixedGasFee)
withdrawERC20(address account, uint256 amount)
withdrawEther(address account, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address defaultDestination, uint256 closeDate, uint256 claimCloseDate, uint256 _fixedGasFee, address _tokenAddress)
fallback()
receive()
This contract contains no error objects.