ThunderStaking
Verified contract
Active on
Ethereum with 3,595 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x43a8…5599
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THUN | ERC-20 | 402.683827M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13101118 | 3 years ago | | | 0 | 0.0048316436 | |
| 13093208 | 3 years ago | | | 0 | 0.0032645201 | |
| 13090805 | 3 years ago | | | 0 | 0.0056348808 | |
| 13074191 | 3 years ago | | | 0 | 0.0014572411 | |
| 13070000 | 3 years ago | | | 0 | 0.0017444972 | |
| 13060190 | 3 years ago | | | 0 | 0.0015768436 | |
| 13024828 | 3 years ago | | | 0 | 0.0020800557 | |
| 13024618 | 3 years ago | | | 0 | 0.0037393680 | |
| 13024481 | 3 years ago | | | 0 | 0.0035763852 | |
| 13018794 | 3 years ago | | | 0 | 0.0046541566 |
ABI
ABI objects
Getter at block 21258361
maxInitializationReward() view returns (uint256)
100000000000000000000000
minPeriodDuration() view returns (uint256)
1209600
owner() view returns (address)
0xf5488c252cd7d90d7cf8bf7efd38b52955169407
periodFinish() view returns (uint256)
1628863456
periodNonce() view returns (uint256)
4
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerToken() view returns (uint256)
29143214754895254
teamWallet() view returns (address)
0xaf4d3ee0061c18eeb19f852658e4088e572f6a27
thunder() view returns (address)
0x43a89815f33747edbecc588d6bb7e1c10dda5599
totalAmountStaked() view returns (uint256)
203078739852000000000000000
Read-only
balances(address) view returns (uint256)
claimPeriods(address) view returns (uint256)
claimableReward(address _user) view returns (uint256)
State-modifying
Events claimOwnership()
claimReward()
initNewRewardPeriod()
proposeOwner(address _newOwner)
setMaxInitializationReward(uint256 _newMaxReward)
setMinDuration(uint256 _days)
stake(uint256 _amount)
withdraw()
MaxInitializationRewardUpdated(uint256 oldValue, uint256 newValue)
MinPeriodDurationUpdated(uint256 oldDuration, uint256 newDuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardClaimed(address indexed user, uint256 amount)
Staked(address indexed user, uint256 amount)
StakingPeriodStarted(uint256 totalRewardPool, uint256 periodFinish)
Withdraw(address indexed user, uint256 amount)
constructor(address _token, address _teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.