TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 10,085 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 ($1,390,908.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABDS | ERC-20 | 1.01M | $0.529657 |
$534,953.57 | |
SKAI | ERC-20 | 8.354314M | $0.059488 |
$496,981.44 | |
AVATLY | ERC-20 | 45.235694M | $0.002826 |
$127,816.62 | |
ZYGO | ERC-20 | 130.497454M | $0.000713 |
$93,089.05 | |
ASI | ERC-20 | 22.131252M | $0.003947 |
$87,352.94 | |
SAITABIT | ERC-20 | 37.516423M | $0.001064 |
$39,929.1 | |
DEGA | ERC-20 | 45M | $0.000087 |
$3,928.05 | |
WETH | ERC-20 | 0.545262 | $3,921.00 |
$2,137.97 | |
GBE | ERC-20 | 918.181376 | $1.95 |
$1,790.45 | |
UNI | ERC-20 | 43.4 | $18.44 |
$800.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21384298 | 4 minutes ago | | | 0 | 0.0020141120 | |
| 21383083 | 4 hours ago | | | 0 | 0.0017226540 | |
| 21383040 | 4 hours ago | | | 0 | 0.0020650540 | |
| 21383036 | 4 hours ago | | | 0 | 0.0022054930 | |
| 21382794 | 5 hours ago | | | 0 | 0.0024353450 | |
| 21381913 | 8 hours ago | | | 0 | 0.0023899921 | |
| 21381799 | 8 hours ago | | | 0 | 0.0024578047 | |
| 21380839 | 12 hours ago | | | 0 | 0.0033482990 | |
| 21379985 | 15 hours ago | | | 0 | 0.0037220269 | |
| 21379979 | 15 hours ago | | | 0 | 0.0023553181 |
ABI
ABI objects
Getter at block 21384315 getPools() view returns (struct StakingPoolPoolInfo[])
currentVersion() view returns (uint256)
2
getPoolLength() view returns (uint256)
161
owner() view returns (address)
0x00d2a4873e7c73fcc3e6ebc9dd17241247a73846
Read-only
getUserInfo(address user, uint256 poolId) view returns (struct StakingPoolUserInfo)
hasBeenStaked(uint256) view returns (bool)
pendingReward(address _user, uint256 poolId) view returns (uint256)
poolInfo(uint256) view returns (address stakingToken, address rewardToken, uint256 lastRewardTimestamp, uint256 accTokenPerShare, uint256 startTime, uint256 endTime, uint256 precision, uint256 totalStaked, uint256 totalReward, address owner)
poolStakeLimit(uint256) view returns (uint256)
poolVersion(uint256) view returns (uint256)
rewardCredit(address, uint256) view returns (uint256)
userInfo(address, uint256) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPool(address stakingToken, address rewardToken, uint256 startTime, uint256 endTime, uint256 precision, uint256 totalReward)
addPoolReward(uint256 poolId, uint256 additionalRewardAmount)
claimReward(uint256 poolId)
deposit(uint256 _amount, uint256 poolId)
emergencyWithdraw(uint256 poolId)
initialize()
initializePoolV2()
renounceOwnership()
saveMe(address tokenAddress, uint256 amount)
setPoolStakeLimit(uint256 poolId, uint256 stakeLimit)
stopReward(uint256 poolId)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateVersion(uint256 _currentVersion)
withdraw(uint256 _amount, uint256 poolId)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claim(address indexed user, uint256 amount, uint256 poolIndex)
Deposit(address indexed user, uint256 amount, uint256 poolIndex)
EmergencyWithdraw(address indexed user, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed stakingToken, address indexed rewardToken, uint256 startTime, uint256 endTime, uint256 precision, uint256 totalReward)
PoolStopped(uint256 poolId)
RewardAdded(uint256 poolId, uint256 rewardAmount, address rewardToken)
Withdraw(address indexed user, uint256 amount, uint256 poolIndex)
WithdrawTokensEmptyPool(uint256 poolId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AmountIsZero()
CannotStopRewards()
InsufficientRemainingTime(uint256 timeLeft)
InsufficientTransferredAmount()
InvalidPrecision()
InvalidStakeLimit(uint256 totalStaked, uint256 stakeLimit)
InvalidStartAndEndDates()
MaximumStakeAmountReached(uint256 stakeLimit)
NotPoolOwner(address owner, address account)
Overflow()
PoolDoesNotExist(uint256 poolId)
PoolEnded()
RewardAmountIsZero()
RewardsInPast()