0x514e76ca58d66223f183281ba41fad6381c31c7a
Unverified contract
Proxy
Active on
Ethereum with 125 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
-
variable spans 48 additional slots
Balances ($183,278.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESE | ERC-20 | 7.796383M | $0.023508 |
$183,278.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244887 | 3 hours ago | | | 0 | 0.0039879226 | |
| 21244825 | 3 hours ago | | | 0 | 0.0049862658 | |
| 21244760 | 3 hours ago | | | 0 | 0.0041764911 | |
| 21244640 | 4 hours ago | | | 0 | 0.0042299154 | |
| 21244425 | 4 hours ago | | | 0 | 0.0053330552 | |
| 21244337 | 5 hours ago | | | 0 | 0.0049201642 | |
| 21244031 | 6 hours ago | | | 0 | 0.0047276619 | |
| 21243717 | 7 hours ago | | | 0 | 0.0048102532 | |
| 21243674 | 7 hours ago | | | 0 | 0.0054834220 | |
| 21243534 | 7 hours ago | | | 0 | 0.0048307008 |
ABI
ABI objects
Getter at block 21245720
MAX_APY() view returns (uint256)
100000000
MAX_STAKE_AMOUNT() view returns (uint256)
10000000000000000000000000000000000000000000000000000000
MAX_STAKING_PERIOD() view returns (uint256)
315360000
ONE_HUNDRED() view returns (uint256)
10000
YEAR() view returns (uint256)
31536000
contractBalance() view returns (uint256)
7796383485619322725000000
currentAPY() view returns (uint80)
1700
getMainInfo() view returns (struct StakingPoolMainInfo)
(123, 6663050185619322725000000, 123, 209100, 614768444715136750000, 7795768717174607588250000, 6666666000000000000000000, 7796383485619322725000000, 1700, 31536000, 0x908ddb096bfb3acb19e2280aad858186ea4935c4)
getRewardsAvailable() view returns (uint256)
614768444715136750000
globalId() view returns (uint256)
123
maxPotentialDebt() view returns (uint256)
7795768717174607588250000
numOfActiveStakes() view returns (uint80)
123
owner() view returns (address)
0x76fa5489f68eaa7596c875893ecfbe2d7d36f249
paused() view returns (bool)
false
stakingPeriod() view returns (uint80)
31536000
stakingToken() view returns (address)
0x908ddb096bfb3acb19e2280aad858186ea4935c4
stakingTokenLimit() view returns (uint256)
6666666000000000000000000
sumOfActiveAPY() view returns (uint80)
209100
totalSupply() view returns (uint256)
6663050185619322725000000
Read-only
balanceOf(address) view returns (uint256)
earned(uint256 id) view returns (uint256)
getStakeRealDuration(uint256 id) view returns (uint256 duration)
getUserInactiveStakesLength(address user) view returns (uint256)
getUserInactiveStakesSlice(address user, uint256 offset, uint256 length) view returns (struct StakingPoolStake[])
getUserStakeIdsLength(address user) view returns (uint256)
getUserStakesSlice(address user, uint256 offset, uint256 length) view returns (struct StakingPoolStake[])
hasStakeId(address user, uint256 id) view returns (bool)
stakes(uint256) view returns (uint256 id, address owner, uint256 amount, uint256 claimed, uint256 expectedRewards, uint80 apy, uint80 unstakedAtBlockTimestamp, uint80 timestamp)
userInactiveStakes(address, uint256) view returns (uint256)
State-modifying
Events init(address stakingToken_, address owner_, uint256 stakingPeriod_, uint256 apy_, uint256 stakeAmountLimit_, address blastPoints_, address pointsOperator_)
pullExtraLiquidity(address token, uint256 amount, address recepient)
renounceOwnership()
setAPY(uint256 apy)
setPaused(bool paused)
setTokenLimit(uint256 limit)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 id)
Deposit(uint80 stakingPeriod, address indexed user, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Pulled(address indexed token, address indexed recepient, uint256 amount)
SetAPY(uint256 indexed newAPY)
SetTokenLimit(uint256 indexed newLimit)
Unpaused(address account)
Withdraw(uint80 stakingPeriod, address indexed user, uint256 amount, uint256 reward)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.