TaskRewards
Verified contract
Active on
Ethereum with 132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4385…3449
Balances ($0.00)
No balances found for "TaskRewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18648050 | a year ago | | | 0 | 0.0031756499 | |
| 18637650 | a year ago | | | 0 | 0.0020754810 | |
| 18637507 | a year ago | | | 0 | 0.0035299231 | |
| 18637500 | a year ago | | | 0 | 0.0020758200 | |
| 18627091 | a year ago | | | 0 | 0.0034399940 | |
| 18620649 | a year ago | | | 0 | 0.0048365763 | |
| 18619473 | a year ago | | | 0 | 0.0028815142 | |
| 18619365 | a year ago | | | 0 | 0.0028334943 | |
| 18619151 | a year ago | | | 0 | 0.0029058120 | |
| 18618285 | a year ago | | | 0 | 0.0023869170 |
ABI
ABI objects
Getter at block 21277049
cooldownPeriod() view returns (uint256)
600
owner() view returns (address)
0xb49577e2c38599caf7df9f86758f6e58c39911dc
rewardWallet() view returns (address)
0xb2c52e7bf6dd149d803ebf1eb47fa2ccfa5737b7
tomiToken() view returns (address)
0x4385328cc4d643ca98dfea734360c0f596c83449
Read-only
lastRedeemTime(address) view returns (uint256)
userRedeemHistory(address) view returns (uint256)
State-modifying
Events redeemTokens(uint256 time, uint256 amount, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transferOwnership(address newOwner)
updateCooldownPeriod(uint256 newCooldownPeriod)
updateRewardWallet(address newRewardWallet)
updateSignerAddress(address newSigner)
CooldownPeriodUpdated(uint256 oldCoolDownPeriod, uint256 newCooldownPeriod)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardWalletUpdated(address oldRewardWallet, address newRewardWallet)
SignerUpdated(address oldSigner, address newSigner)
TokensDeposited(address indexed depositor, uint256 amount)
TokensRedeemed(address indexed redeemer, uint256 amount)
constructor(address signerAddress, address tomiTokenAddress, uint256 cooldownDuration, address rewardWalletAddress)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CoolPeriodNotOver()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
FailedInnerCall()
HashUsed()
IdenticalValue()
InvalidSignature()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZeroAddress()
ZeroValue()