FlippingClubStakingContract
Verified contract
Active on
Ethereum with 1,089 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($166.00)
Native
Value
$166
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049893 | $3,327.19 |
$166 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16896440 | 2 years ago | | | 0 | 0.0015550512 | |
| 16876875 | 2 years ago | | | 0 | 0.0028966109 | |
| 16875740 | 2 years ago | | | 0 | 0.0014066382 | |
| 16840833 | 2 years ago | | | 0.1 | 0.0091157204 | |
| 16826620 | 2 years ago | | | 0.2 | 0.021168970 | |
| 16824389 | 2 years ago | | | 0 | 0.0018400161 | |
| 16820516 | 2 years ago | | | 0 | 0.0031601551 | |
| 16812031 | 2 years ago | | | 0.48 | 0.0076347865 | |
| 16811033 | 2 years ago | | | 1.04 | 0.0092822236 | |
| 16810901 | 2 years ago | | | 0 | 0.0056616048 |
ABI
ABI objects
Getter at block 21168287
getBalance() view returns (uint256)
49893369577810688
owner() view returns (address)
0x5fb810730099e40bb4fd76dd458c96f8e8458e76
paused() view returns (bool)
false
Read-only
_stakeLength(address _staker) view returns (uint256)
getAllStakes(address _staker) view returns (struct StakeableStakingSummary)
getPoolGroup(uint256 poolID) view returns (struct StakeablepoolGroup)
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 _extendStake(uint256 index)
addPackage(uint256 _name, uint256 duration, uint256 percentage, uint256 min, uint256 max)
addPoolGroup(uint256 id, bool active)
admin_withdraw_close(uint256 stake_index, address _spender, bool refund)
beginStake(uint256 _amount, uint256 _package, uint256[] _keysToBeUsed, bytes32 token, uint256 poolID) payable
burnKeys(uint256[] _keysToBeUsed, address _spender)
deletePackage(uint256 packageName)
deletePoolGroup(uint256 poolID)
exec_beginStake(uint256 _amount, uint256 _package, uint256 _startTime, address _spender, uint256 _numKeys, uint256 rewards, uint256 poolID)
grantRole(bytes32 _role, address _account)
initPool(uint256 _amount, address _payee)
migrateStakes(uint256 poolID, uint256 _securityAddedTime, uint256 index)
pause()
renounceOwnership()
revokeRole(bytes32 _role, address _account)
setBurnContractAddress(address BurnContract)
setCheckKeysContractAddress(address KeysContract)
setMaxPositions(uint256 _maxPositions)
setMigratingSourceContractAddress(address migratingSourceContract)
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)
setmaxAllowancePerKey(uint256 _maxAllowancePerKey)
toggleLockdown(bool _status)
togglePoolGroupStatus(uint256 poolID, bool _status)
toggleStakeStatus(address _staker, bool _status, uint256 index)
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)
Migrated(address indexed user, uint256 amount, uint256 index, uint256 timestamp, uint256 _plan, uint256 timePeriod, uint256 usedKeys)
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.