Stake
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Stake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Stake"
ABI
ABI objects
Getter at block 21258592
fee() view returns (uint256 fixedFee, uint16 percentFee)
(fixedFee=0, percentFee=0)
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolTemplate() view returns (address)
0x0000000000000000000000000000000000000000
totalPools() view returns (uint256)
0
Read-only
poolIndex(address) view returns (uint256)
poolModel(address) view returns (bool isHidden, uint256 fixedFee, uint16 percentFee)
pools(uint256) view returns (address)
State-modifying
Events cancel()
cancelPool(address _pool)
claim(address account, uint256 amount)
createPool(string name_, string symbol_, struct IStakePoolStakeModel _stakeModel, address _rewardToken, address _stakeToken, uint256 hardCap) payable
depositRewards(uint256 amount, uint256 depositAmount)
distributeRewards(uint256 amount, uint256 totalRewardsDistributed)
initialize(struct IStakeFee _fee, address _template)
renounceOwnership()
stake(address account, uint256 amount, uint256 totalStaked, uint8 decimals, uint256 stakers)
transferOwnership(address newOwner)
unstake(address account, uint256 amount, uint256 totalStaked, uint8 decimals, uint256 stakers)
updateAmountLimit(uint256 newMinAmountToStake, uint256 oldMinAmountToStake)
updateExtraData(string newExtraData, string oldExtraData)
updateFee(struct IStakeFee _fee)
updateTemplate(address _template)
updateTransferrable(bool newTransferrable, uint256 newMinPeriodToStake, bool oldTransferrable, uint256 oldMinPeriodToStake)
updateVisible(address _pool, bool isHide)
AmountLimitUpdated(address pool, uint256 newMinAmountToStake, uint256 oldMinAmountToStake)
Cancelled(address pool)
Claimed(address pool, address account, uint256 amount, uint256 timestamp)
ExtraDataUpdated(address pool, string newExtraData, string oldExtraData)
FeeUpdated(struct IStakeFee newFee, struct IStakeFee oldFee)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address pool)
RewardsDeposit(address pool, uint256 amount, uint256 depositAmount)
RewardsDistributed(address pool, uint256 amount, uint256 totalRewardsDistributed)
Staked(address pool, address account, uint256 amount, uint256 totalStaked, uint8 decimals, uint256 stakers)
TemplateUpdated(address newTemplate, address oldTemplate)
TransferrableUpdated(address pool, bool newTransferrable, uint256 newMinPeriodToStake, bool oldTransferrable, uint256 oldMinPeriodToStake)
Unstaked(address pool, address account, uint256 amount, uint256 totalStaked, uint8 decimals, uint256 stakers)
VisibleUpdated(address pool, bool isHide)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.