ERC20Staking
Verified contract
Active on
Ethereum with 517 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x446a…bfc5
0x416d…e589
0x139f…da48
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TCC | ERC-20 | 287.991576 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12077462 | 4 years ago | | | 0 | 0.031556294 | |
| 11964003 | 4 years ago | | | 0 | 0.0061622060 | |
| 11952588 | 4 years ago | | | 0 | 0.022335299 | |
| 11740897 | 4 years ago | | | 0 | 0.014614117 | |
| 11740887 | 4 years ago | | | 0 | 0.014915439 | |
| 11707716 | 4 years ago | | | 0 | 0.0059118510 | |
| 11707712 | 4 years ago | | | 0 | 0.0081397360 | |
| 11693660 | 4 years ago | | | 0 | 0.016083532 | |
| 11693647 | 4 years ago | | | 0 | 0.017463532 | |
| 11691215 | 4 years ago | | | 0 | 0.0061688880 |
ABI
ABI objects
Getter at block 21180258
ROUND_DURATION() view returns (uint256)
2592000
claimStarted() view returns (bool)
true
farmingStartTimestamp() view returns (uint256)
1608145200
farmingStarted() view returns (bool)
true
lastRewardTimestamp() view returns (uint256)
1610739529
lastUpdateTimestamp() view returns (uint256)
1610739529
minted() view returns (address)
0x416d37eba7b7efce016059571eb87bb2a739e589
owner() view returns (address)
0x5403b24c96a21c81ee2841e6ad538dfd713722bb
resetTimestamp() view returns (uint256)
1610739529
rewardAllocation() view returns (uint256)
23760000000000000000000
rewardPerToken() view returns (uint256)
437238174273733605694
rewardPerTokenStored() view returns (uint256)
437238174273733605694
rewardRate() view returns (uint256)
9166666666666666
token() view returns (address)
0x446ae71d2880ac9be107ad2f7f71b455bc36bfc5
totalValue() view returns (uint256)
287991575662203508602
Read-only
balanceOf(address account) view returns (uint256)
rewardEarned(address account) view returns (uint256)
State-modifying
Events claim()
claimAndCompound()
renounceOwnership()
setMinted(address _minted)
setNFTStaking(address _nftStaking)
stake(uint256 _amount)
stakeFor(address _account, uint256 _amount)
toggleClaim()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claimed(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoundReset()
Staked(address indexed from, uint256 amount)
Withdrawn(address indexed to, uint256 amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.