ASAP_RewardTracker
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($90,909.32)
Native
Value
$90,909.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 29.083443 | $3,125.81 |
$90,909.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17777525 | a year ago | | | 0 | 0.00070037100 | |
| 17777470 | a year ago | | | 0 | 0.00079375380 | |
| 17717199 | a year ago | | | 0 | 0.00032084595 | |
| 17556390 | a year ago | | | 0 | 0.00030789392 |
ABI
ABI objects
Getter at block 21177033
decimals() pure returns (uint8)
18
lastProcessedIndex() view returns (uint256)
0
minTokenBalanceForRewards() view returns (uint256)
1000000000000000000
name() pure returns (string)
ASAP_RewardTracker
owner() view returns (address)
0xc36ad98e62598ae24d4487d8012209f687c30d45
symbol() pure returns (string)
ASAP_RewardTracker
tokenAddress() view returns (address)
0xc36ad98e62598ae24d4487d8012209f687c30d45
totalRewardsDistributed() view returns (uint256)
43692812513074852049
totalRewardsWithdrawn() view returns (uint256)
14609369785799842974
totalSupply() view returns (uint256)
877659912300060790740955907
Read-only
accumulativeRewardOf(address account) view returns (uint256)
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address account) view returns (uint256)
excludedFromRewards(address) view returns (bool)
getAccountInfo(address account) view returns (address, uint256, uint256, uint256, uint256)
getLastClaimTime(address account) view returns (uint256)
isExcludedFromRewards(address account) view returns (bool)
transfer(address, uint256) pure returns (bool)
transferFrom(address, address, uint256) pure returns (bool)
withdrawableRewardOf(address account) view returns (uint256)
withdrawnRewardOf(address account) view returns (uint256)
State-modifying
Events compoundAccount(address account) returns (bool)
distributeRewards() payable
excludeFromRewards(address account, bool excluded)
manualSendReward(uint256 amount, address holder)
processAccount(address account) returns (bool)
renounceOwnership()
setBalance(address account, uint256 newBalance)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed account, uint256 amount)
Compound(address indexed account, uint256 amount, uint256 tokens)
ExcludeFromRewards(address indexed account, bool excluded)
LogErrorString(string message)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardWithdrawn(address indexed to, uint256 weiAmount)
RewardsDistributed(address indexed from, uint256 weiAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _tokenAddress, address _uniswapRouter)
receive()
This contract contains no error objects.