TempusStake
Verified contract
Active on
Ethereum with 467 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5e41…c851
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TEMP | ERC-20 | 1.63453M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16941448 | 2 years ago | | | 0 | 0.0042361749 | |
| 10827446 | 4 years ago | | | 0 | 0.0070372480 | |
| 10827321 | 4 years ago | | | 0 | 0.0068669920 | |
| 10827138 | 4 years ago | | | 0 | 0.0065061892 | |
| 10827092 | 4 years ago | | | 0 | 0.0073878000 | |
| 10827088 | 4 years ago | | | 0 | 0.018118000 | |
| 10827075 | 4 years ago | | | 0 | 0.012987570 | |
| 10827070 | 4 years ago | | | 0 | 0.021025576 | |
| 10827067 | 4 years ago | | | 0 | 0.0030933750 | |
| 10827065 | 4 years ago | | | 0 | 0.0037757320 |
ABI
ABI objects
Getter at block 21287411
BURN_RATE() view returns (uint256)
2
BURN_REWARD() view returns (uint256)
2
POOL_REWARD() view returns (uint256)
48
allowStaking() view returns (bool)
true
getBurnAmount() view returns (uint256)
647719052451435769299
lastBurnTime() view returns (uint256)
1599648633
owner() view returns (address)
0xedea8d7eadcbfb23f2b0419a6d012355bd388219
rewardPool() view returns (uint256)
132463593404767868240820
rewardShareClaimed() view returns (uint256)
2933
totalBurned() view returns (uint256)
341998688704952419517351
totalStakedTokenTime() view returns (uint256)
121287448957733126791897837079748
totalStakedTokens() view returns (uint256)
1502066431998116931003521
unstakeTax() view returns (uint256)
7
Read-only
info(address value) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
State-modifying
Events claimReward()
renounceOwnership()
sanitisePool()
setAllowStaking(bool value)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake()
ClaimReward(address addr, uint256 rewardAmount, uint256 rewardPool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SanitisePool(address caller, uint256 burnAmount, uint256 userReward, uint256 poolReward, uint256 tempusSupply, uint256 uniswapBalance)
Stake(address addr, uint256 amount, uint256 totalStaked)
Unstake(address addr, uint256 withdrawAmount, uint256 tax)
constructor(address _tempusToken, address _uniswapPool)
This contract contains no fallback and receive objects.
This contract contains no error objects.