TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 18,672 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
0xfe85…fbff
Balances ($1,448,107.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WAI | ERC-20 | 16.70017B | $0.000087 |
$1,448,071.72 | |
USDT | ERC-20 | 36.009341 | $1.001 |
$36.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247930 | an hour ago | | | 0 | 0.0013442214 | |
| 21247926 | an hour ago | | | 0 | 0.0016812502 | |
| 21247849 | an hour ago | | | 0 | 0.0012661174 | |
| 21247558 | 2 hours ago | | | 0 | 0.00097325452 | |
| 21247558 | 2 hours ago | | | 0 | 0.0013350686 | |
| 21247369 | 3 hours ago | | | 0 | 0.00094556092 | |
| 21247126 | 4 hours ago | | | 0 | 0.00071742935 | |
| 21247123 | 4 hours ago | | | 0 | 0.0010978799 | |
| 21247033 | 4 hours ago | | | 0 | 0.0012218654 | |
| 21246932 | 4 hours ago | | | 0 | 0.0010649076 |
ABI
ABI objects
Getter at block 21248175
claimStart() view returns (uint256)
1722859200
endBlock() view returns (uint256)
22245420
harvestLock() view returns (bool)
false
lockedTime() view returns (uint256)
604800
owner() view returns (address)
0x90599ed28434dfe99d03156a3bc5b0f66d403931
presaleContract() view returns (address)
0x59ac6a6944e078b780d14fe6d92dcc1ca9257bf0
rewardTokensPerBlock() view returns (uint256)
3938000000000000000000
stakeToken() view returns (address)
0xfe8526a77a2c3590e5973ba81308b90bea21fbff
tokensStaked() view returns (uint256)
5932501702000000000000000000
tokensStakedByPresale() view returns (uint256)
9543116487000000000000000000
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.