TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 121 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
0x18e2…23a3
0x18c2…b7e6
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRIBOT | ERC-20 | 1.599567M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18305130 | a year ago | | | 0 | 0.0023514344 | |
| 18275872 | a year ago | | | 0 | 0.0012922814 | |
| 18274275 | a year ago | | | 0 | 0.0036050793 | |
| 18264131 | a year ago | | | 0 | 0.013190487 | |
| 18258083 | a year ago | | | 0 | 0.0039944546 | |
| 18254314 | a year ago | | | 0 | 0.0026310463 | |
| 18245579 | a year ago | | | 0 | 0.00057552694 | |
| 18245574 | a year ago | | | 0 | 0.0028678857 | |
| 18244996 | a year ago | | | 0 | 0.0011197027 | |
| 18242813 | a year ago | | | 0 | 0.0034740430 |
ABI
ABI objects
Getter at block 21317075
basePercent() view returns (uint256)
500
minDeposit() view returns (uint256)
100000000000000000000
owner() view returns (address)
0xfc42830b401d5277ee57eb7aa1b384e39281818e
paused() view returns (bool)
false
penaltyPercent() view returns (uint256)
0
percentDivider() view returns (uint256)
10000
rewardManager() view returns (address)
0x18c261bb06730ccb70a153108557d0dfe78bb7e6
timeStep() view returns (uint256)
1209600
token() view returns (address)
0x18e2190303d6454deaa5ba5529ea0100f99723a3
totalStaked() view returns (uint256)
1622275963008857889662571
uniqueStakers() view returns (uint256)
50
usdtStaking() view returns (address)
0xe34c6430972764c9cbf7fecae8a94d3dbb570d3f
Read-only
calculatePoolReward(address _user) view returns (address[], uint256[])
calculateReward(address _user) view returns (uint256)
getCurrentShareAmount(address _user, uint256 _stakedAmount, address rewardToken, uint256 k) view returns (uint256)
prevRemainingReward(address, address) view returns (uint256)
rewardStakeHistory(address, uint256) view returns (uint256)
userLastPoolCount(address, address) view returns (uint256)
users(address) view returns (uint256 amount, uint256 checkpoint, uint256 claimedReward, uint256 totalclaimed, uint256 reward, uint256 startTime, uint256 withdrawTime, bool isActive, bool isExists)
State-modifying
Events claim()
initialize(address _token)
renounceOwnership()
restake()
setBasePercent(uint256 _basePercent)
setPauseStatus(bool _pauseStatus)
setPenaltyPercent(uint256 percent)
setPercentDivider(uint256 _percentDivider)
setRewardManager(address _rewardManager)
setUsdtStaking(address _addr)
stake(uint256 _amount)
transferOwnership(address newOwner)
updateRewardRecord(address _token, uint256 _index)
updateTimeStep(uint256 _timeStep)
updateToken(address _token)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CLAIM(address Staker, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
STAKE(address Staker, uint256 amount)
WITHDRAW(address Staker, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.