FlippingClubStakingContract
Verified contract
Active on
Ethereum with 2,935 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FlippingClubStakingContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16814087 | 2 years ago | | | 0 | 0.0051232360 | |
| 16810919 | 2 years ago | | | 0 | 0.0021440907 | |
| 16810903 | 2 years ago | | | 0 | 0.0012500582 | |
| 16810720 | 2 years ago | | | 0 | 0.0020295707 | |
| 16810357 | 2 years ago | | | 0 | 0.0018576821 | |
| 16807838 | 2 years ago | | | 0 | 0.0015520799 | |
| 16807741 | 2 years ago | | | 0 | 0.0030225104 | |
| 16806955 | 2 years ago | | | 0 | 0.0022615593 | |
| 16800971 | 2 years ago | | | 0 | 0.0045648889 | |
| 16799245 | 2 years ago | | | 0 | 0.0047758132 |
ABI
ABI objects
Getter at block 21299423
getBalance() view returns (uint256)
0
owner() view returns (address)
0x2e6e9d2dc85750b85d80f2af293ee2d0c5d556e2
paused() view returns (bool)
false
Read-only
_stakeLength(address _staker) view returns (uint256)
getAllStakes(address _staker) view returns (struct StakeableStakingSummary)
getSingleStake(address _staker, uint256 index) view returns (uint256, uint256, uint256, uint256, uint256, uint256)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
roles(bytes32, address) view returns (bool)
State-modifying
Events _burnKeys(uint256[] _keysToBeUsed, address _spender)
_extendStake(uint256 index)
addPackage(uint256 _name, uint256 duration, uint256 reward, uint256 min, uint256 max)
admin_withdraw_close(uint256 stake_index, address _spender, bool refund)
beginStake(uint256 _amount, uint256 _package, uint256[] _keysToBeUsed) payable
burnKeys(uint256[] _keysToBeUsed, address _spender)
exec_beginStake(uint256 _amount, uint256 _package, uint256 _startTime, address _spender, uint256 _numKeys, uint256 rewards)
grantRole(bytes32 _role, address _account)
initPool(uint256 _amount, address _payee)
pause()
renounceOwnership()
revokeRole(bytes32 _role, address _account)
setBurnContractAddress(address BurnContract)
setCheckKeysContractAddress(address KeysContract)
setDelegateBurn(bool status)
setMaxAllowancePerKey(uint256 _maxAllowancePerKey)
setMaxPositions(uint256 _maxPositions)
setMinStakeValueToClosePosition(uint256 _MinStakeValueToClosePosition)
setMinWithdraw(uint256 _minWithdraw)
setMoveFundsUponReceipt(bool _MoveFundsUponReceipt)
setMovePercentageBasisNumber(uint256 _MovePercentageBasisNumber)
setMovePercentageOfFundsUponReceipt(bool _MovePercentageOfFundsUponReceipt)
setPartialWithdraw(bool _partialWithdraw)
setStakingAccount(address _StakingAccount)
set_maxAllowancePerKey(uint256 __maxAllowancePerKey)
transferOwnership(address newOwner)
unPause()
withdrawReturn(uint256 index)
withdrawStake(uint256 index)
Claimed(uint256 indexed amount, address indexed payee)
Extended(address user, uint256 amount, uint256 since, uint256 reward, uint256 timePeriod, uint256 usedKeys)
GrantRole(bytes32 indexed role, address indexed account)
LogDepositReceived(address indexed payee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RevokeRole(bytes32 indexed role, address indexed account)
Staked(address indexed user, uint256 amount, uint256 index, uint256 timestamp, uint256 _plan, uint256 timePeriod, uint256 usedKeys)
Unpaused(address account)
Withdrawn(address indexed arg0, uint256 amount, uint256 timestamp)
constructor(address _newAdmin)
receive()
This contract contains no error objects.