TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 955 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
0x12b6…88c8
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAMA | ERC-20 | 56.498347M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19086887 | 10 months ago | | | 0 | 0.0017470000 | |
| 19086879 | 10 months ago | | | 0 | 0.0020891947 | |
| 19084322 | 10 months ago | | | 0 | 0.0048733297 | |
| 19081074 | 10 months ago | | | 0 | 0.00043527958 | |
| 19080088 | 10 months ago | | | 0 | 0.0011096657 | |
| 19080086 | 10 months ago | | | 0 | 0.0010856721 | |
| 19078849 | 10 months ago | | | 0 | 0.00041658740 | |
| 19075880 | 10 months ago | | | 0 | 0.0016274810 | |
| 19075473 | 10 months ago | | | 0 | 0.0013112691 | |
| 19075466 | 10 months ago | | | 0 | 0.0011916540 |
ABI
ABI objects
Getter at block 21160198
BLOCKS_PER_HOUR() view returns (uint256)
300
REWARDS_PRECISION() view returns (uint256)
1000000
accShare() view returns (uint256)
123542
currentBlock() view returns (uint256)
21160198
endingBlock() view returns (uint256)
19361593
isPaused() view returns (bool)
false
lastRewardBlock() view returns (uint256)
19086887
lockDuration() view returns (uint256)
0
owner() view returns (address)
0x7efe7cbc1522a3ae877d5878ce38fc784f8de1a5
period() view returns (uint256)
1
rewPerBlock() view returns (uint256)
3000000000000000000
rewardBalance() view returns (uint256)
2592408304766813518836059
stakedBalance() view returns (uint256)
53905939000000000000000000
startingBlock() view returns (uint256)
18034993
tokenInterface() view returns (address)
0x12b6893ce26ea6341919fe289212ef77e51688c8
totalReward() view returns (uint256)
3979800000000000000000000
totalStaked() view returns (uint256)
89026923284666368514558319
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.