TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 29,680 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
Balances ($680,950.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGEVERSE | ERC-20 | 45.628967B | $0.000015 |
$680,784.19 | |
USDT | ERC-20 | 150.632579 | $1.00 |
$150.63 | |
HashAI | ERC-20 | 14.971341K | $0.000582 |
$8.72 | |
USDC | ERC-20 | 5.516361 | $0.999177 |
$5.51 | |
AXS | ERC-20 | 0.209688 | $5.92 |
$1.24 | |
DOGEVERSE | ERC-20 | 20B | -- | -- | |
FKETH | ERC-20 | 4.413788M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244265 | 2 hours ago | | | 0 | 0.0014378944 | |
| 21244066 | 2 hours ago | | | 0 | 0.0011938271 | |
| 21244066 | 2 hours ago | | | 0 | 0.0016376156 | |
| 21244054 | 3 hours ago | | | 0 | 0.0013464134 | |
| 21244002 | 3 hours ago | | | 0 | 0.0012007172 | |
| 21243993 | 3 hours ago | | | 0 | 0.0016910978 | |
| 21243580 | 4 hours ago | | | 0 | 0.0030890990 | |
| 21243433 | 5 hours ago | | | 0 | 0.0013579520 | |
| 21243182 | 5 hours ago | | | 0 | 0.0010549714 | |
| 21243172 | 5 hours ago | | | 0 | 0.0010026819 |
ABI
ABI objects
Getter at block 21244804
claimStart() view returns (uint256)
1717581600
endBlock() view returns (uint256)
22238374
harvestLock() view returns (bool)
false
lockedTime() view returns (uint256)
604800
owner() view returns (address)
0xf4f22fed92f7e93ed1253f47839e15cfe2b903d8
presaleContract() view returns (address)
0xab19d5d8590a7f337b7c2ece83e0733f55fe2dbf
rewardTokensPerBlock() view returns (uint256)
6088280000000000000000
stakeToken() view returns (address)
0x62f03b52c377fea3eb71d451a95ad86c818755d1
tokensStaked() view returns (uint256)
28875037216000000000000000000
tokensStakedByPresale() view returns (uint256)
52798864942000000000000000000
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.