TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 72 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAMA | ERC-20 | 7.200325K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18512773 | a year ago | | | 0 | 0.0039790629 | |
| 18432623 | a year ago | | | 0 | 0.0022811976 | |
| 18432605 | a year ago | | | 0 | 0.0022835379 | |
| 18432596 | a year ago | | | 0 | 0.0025399364 | |
| 18427643 | a year ago | | | 0 | 0.0045059824 | |
| 18384313 | a year ago | | | 0 | 0.00080629578 | |
| 18384128 | a year ago | | | 0 | 0.00077076363 | |
| 18383958 | a year ago | | | 0 | 0.0016131245 | |
| 18383940 | a year ago | | | 0 | 0.00077290943 | |
| 18383927 | a year ago | | | 0 | 0.0010474901 |
ABI
ABI objects
Getter at block 21304124
BLOCKS_PER_HOUR() view returns (uint256)
300
REWARDS_PRECISION() view returns (uint256)
1000000
accShare() view returns (uint256)
36876000000000000000127986434
currentBlock() view returns (uint256)
21304124
endingBlock() view returns (uint256)
19031547
isPaused() view returns (bool)
false
lastRewardBlock() view returns (uint256)
18512773
lockDuration() view returns (uint256)
0
owner() view returns (address)
0x56d9e4a0663ea4fa310887c1ee02a56824c4533b
period() view returns (uint256)
6
rewPerBlock() view returns (uint256)
1000000000000000
rewardBalance() view returns (uint256)
2362325042000000000000
stakedBalance() view returns (uint256)
4638000000000000000000
startingBlock() view returns (uint256)
18383547
tokenInterface() view returns (address)
0x12b6893ce26ea6341919fe289212ef77e51688c8
totalReward() view returns (uint256)
648000000000000000000
totalStaked() view returns (uint256)
43146000000000000000001
Read-only
calcualteOldRewards(address from) view returns (uint256)
calculate(address from) view returns (uint256)
endAccShare(uint256) view returns (uint256 period, uint256 accShare, uint256 rewPerBlock, uint256 startingBlock, uint256 endingBlock, uint256 rewards)
hasStaked(address) view returns (bool)
isPaid(address) view returns (bool)
userDeposits(address from) view returns (struct TamaStakingDeposits)
State-modifying
Events changeTokenInterface(address _tokenAddress)
claimOldRewards() returns (bool)
claimRewards() returns (bool)
extendPeriod(uint256 rewardsToBeAdded) returns (bool)
initialize(address _tokenAddress)
renew() returns (bool)
renounceOwnership()
resetAndSetStartEndBlock(uint256 _rewardAmount, uint256 _startBlock, uint256 _endBlock, uint256 _lockDurationInHr) returns (bool)
stake(uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw() returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
NewPeriodSet(uint256 indexed _period, uint256 indexed _startBlock, uint256 indexed _endBlock, uint256 _lockDuration, uint256 _rewardAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodExtended(uint256 indexed period, uint256 indexed endBlock, uint256 rewards)
RewardsHarvested(address indexed _staker, uint256 _amount, uint256 _reward)
Staked(address indexed _staker, uint256 _stakedAmount)
Withdrawn(address indexed _staker, uint256 _withdrawnAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.