TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 14,051 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
0xc2eb…51fd
Balances ($1,279,957.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
99BTC | ERC-20 | 13.615122B | $0.000094 |
$1,279,957.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269663 | 2 hours ago | | | 0 | 0.00053288056 | |
| 21269514 | 2 hours ago | | | 0 | 0.00054846272 | |
| 21269358 | 3 hours ago | | | 0 | 0.00030375353 | |
| 21269358 | 3 hours ago | | | 0 | 0.00056026418 | |
| 21269357 | 3 hours ago | | | 0 | 0.00055805403 | |
| 21269342 | 3 hours ago | | | 0 | 0.00067715408 | |
| 21269336 | 3 hours ago | | | 0 | 0.00061671714 | |
| 21269159 | 4 hours ago | | | 0 | 0.0014053553 | |
| 21269157 | 4 hours ago | | | 0 | 0.00080112283 | |
| 21269107 | 4 hours ago | | | 0 | 0.00063713644 |
ABI
ABI objects
Getter at block 21270235
claimStart() view returns (uint256)
1723111200
endBlock() view returns (uint256)
22196124
harvestLock() view returns (bool)
false
lockedTime() view returns (uint256)
604800
owner() view returns (address)
0xce8f9ff873216a6b36ed3143932ab51f7894f43b
presaleContract() view returns (address)
0xb695f88e6ac201d09269b1e83444dab290d15395
rewardTokensPerBlock() view returns (uint256)
4143000000000000000000
stakeToken() view returns (address)
0xc2eb40516ecaac04ae9964934983d1e9ebdf51fd
tokensStaked() view returns (uint256)
4146746328153030851208757614
tokensStakedByPresale() view returns (uint256)
1802880886000000000000000000
Read-only
getRewards(address _user) view returns (uint256)
isBlacklisted(address) view returns (bool)
poolStakers(address) view returns (uint256 amount, uint256 stakedTime, uint256 lastUpdatedBlock, uint256 Harvestedrewards, uint256 rewardDebt)
userLockedRewards(address) view returns (uint256)
State-modifying
Events __stakingManager_init(address _rewardTokenAddress, address _presale, uint256 _rewardTokensPerBlock, uint256 _lockTime, uint256 _endBlock)
blacklistUsers(address[] _usersToBlacklist)
deposit(uint256 _amount)
depositByPresale(address _user, uint256 _amount)
harvestRewards()
removeFromBlacklist(address[] _userToRemoveFromBlacklist)
renounceOwnership()
setClaimStart(uint256 _claimStart)
setEndBlock(uint256 _endBlock)
setHarvestLock(bool _harvestlock)
setLockedTime(uint256 _time)
setPresale(address _presale)
setStakeToken(address _stakeToken)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 amount)
HarvestRewards(address indexed user, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.