FlippingClubStakingContract
Verified contract
Active on
Ethereum with 888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd2f7…cd68
6 additional
variables
Balances ($33.42)
Native
Value
$33.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009167 | $3,645.11 |
$33.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16521477 | 2 years ago | | | 0.003 | 0.00042447345 | |
| 16476018 | 2 years ago | | | 0.0061673379 | 0.00029325340 | |
| 15262741 | 2 years ago | | | 0 | 0.00024899359 | |
| 15261973 | 2 years ago | | | 0 | 0.00020552295 | |
| 15261973 | 2 years ago | | | 0 | 0.00025588147 | |
| 15259504 | 2 years ago | | | 0.35899274 | 0.0010917270 | |
| 15259460 | 2 years ago | | | 3.1 | 0.0031913826 | |
| 15258946 | 2 years ago | | | 0.27168909 | 0.00098775300 | |
| 15258879 | 2 years ago | | | 1.54 | 0.0029683136 | |
| 15258814 | 2 years ago | | | 0 | 0.0017914783 |
ABI
ABI objects
Getter at block 21315596
getBalance() view returns (uint256)
9167337915329735
getMaxPositions() view returns (uint256)
4
getMinMaxValue() view returns (uint256, uint256)
(100000000000000000, 100000000000000000000)
getMinStakeValueToClosePosition() view returns (uint256)
100000000000000000
getMoveFundsUponReceipt() view returns (bool)
false
getMovePercentageBasisNumber() view returns (uint256)
500
getMovePercentageOfFundsUponReceipt() view returns (bool)
false
getPackages() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(210, 864000, 280, 3888000, 460, 7776000, 930, 15552000)
getmaxAllowancePerKey() view returns (uint256)
500000000000000000000
getminWithdraw() view returns (uint256)
100000000000000000
owner() view returns (address)
0x5fb810730099e40bb4fd76dd458c96f8e8458e76
paused() view returns (bool)
false
Read-only
hasStake(address _staker, uint256 index) view returns (address, 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 admin_beginStake(uint256 _amount, uint256 _package, uint256[] _keysToBeUsed, address _spender) payable
admin_beginStake_noKeys(uint256 _amount, uint256 _package, uint256 _startTime, address _spender) payable
beginStake(uint256 _amount, uint256 _package, uint256[] _keysToBeUsed) payable
broadcastClaim(address _payee, uint256 _amount) payable
burnKeys(uint256[] _keysToBeUsed, address _spender)
grantRole(bytes32 _role, address _account)
initPool(uint256 _amount, address _payee)
pause()
renounceOwnership()
revokeRole(bytes32 _role, address _account)
setCheckKeysContractAddress(address KeysContract)
setClaimContract(address ClaimContract)
setClaimWithinContract(bool _ClaimWithinContract)
setMaxPositions(uint256 _maxPositions)
setMinStakeValueToClosePosition(uint256 _MinStakeValueToClosePosition)
setMinWithdraw(uint256 _minWithdraw)
setMoveFundsUponReceipt(bool _MoveFundsUponReceipt)
setMovePercentageBasisNumber(uint256 _MovePercentageBasisNumber)
setMovePercentageOfFundsUponReceipt(bool _MovePercentageOfFundsUponReceipt)
setPackageFour(uint256 _P4Reward, uint256 _P4Duration)
setPackageOne(uint256 _P1Reward, uint256 _P1Duration)
setPackageThree(uint256 _P3Reward, uint256 _P3Duration)
setPackageTwo(uint256 _P2Reward, uint256 _P2Duration)
setStakingAccount(address _StakingAccount)
setmaxAllowancePerKey(uint256 _maxAllowancePerKey)
setmaxStakeValue(uint256 _maxStakeValue)
setminStakeValue(uint256 _minStakeValue)
transferOwnership(address newOwner)
unPause()
withdrawStake(uint256 amount, uint256 stake_index) returns (uint256)
Claimed(uint256 indexed amount, address indexed payee)
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)
Unpaused(address account)
Withdrawn(address indexed arg0, uint256 amount, uint256 timestamp)
constructor(address _newAdmin)
receive()
This contract contains no error objects.