TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 24,083 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
0xb11d…c70e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTCMTX | ERC-20 | 497.257095M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273311 | 2 hours ago | | | 0 | 0.0011393297 | |
| 21272440 | 5 hours ago | | | 0 | 0.0019995547 | |
| 21272305 | 5 hours ago | | | 0 | 0.0020028906 | |
| 21271154 | 9 hours ago | | | 0 | 0.00064475821 | |
| 21270951 | 10 hours ago | | | 0 | 0.0011699221 | |
| 21270528 | 11 hours ago | | | 0 | 0.00068645826 | |
| 21270523 | 11 hours ago | | | 0 | 0.00073447028 | |
| 21269601 | 14 hours ago | | | 0 | 0.00063619285 | |
| 21269484 | 15 hours ago | | | 0 | 0.00058088770 | |
| 21268993 | 16 hours ago | | | 0 | 0.00073691974 |
ABI
ABI objects
Getter at block 21273842
claimStart() view returns (uint256)
1714471200
endBlock() view returns (uint256)
20819010
harvestLock() view returns (bool)
false
lockedTime() view returns (uint256)
604800
owner() view returns (address)
0xfdbf5c331b3d06e0947c4278d440d6def6ff756c
presaleContract() view returns (address)
0x1ef1b6bb65cc49c3819ec9f2053000984cd7beb7
rewardTokensPerBlock() view returns (uint256)
158500000000000000000
stakeToken() view returns (address)
0xb11db272ebfabedf611a07684e82165db60dc70e
tokensStaked() view returns (uint256)
707702895928756844447416568
tokensStakedByPresale() view returns (uint256)
842008201000000000000000000
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.