DeficliqStaking
Verified contract
Active on
Ethereum with 68 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x47e4…89bf
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ACXT | ERC-20 | 767.018338K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16296928 | 2 years ago | | | 0 | 0.0013447367 | |
| 14386107 | 3 years ago | | | 0 | 0.0025734544 | |
| 14386107 | 3 years ago | | | 0 | 0.0026950110 | |
| 14386083 | 3 years ago | | | 0 | 0.0029182791 | |
| 14386081 | 3 years ago | | | 0 | 0.0029182791 | |
| 14386081 | 3 years ago | | | 0 | 0.0029182791 | |
| 14386076 | 3 years ago | | | 0 | 0.0029547965 | |
| 13789644 | 3 years ago | | | 0 | 0.0047438493 | |
| 13771872 | 3 years ago | | | 0 | 0.013151743 | |
| 13747864 | 3 years ago | | | 0 | 0.0082167937 |
ABI
ABI objects
Getter at block 21288953
CLIQ() view returns (address)
0x47e45f5a66ac1c61ab457b3551454cf73f7189bf
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
NAME() view returns (string)
Deficliq Staking Contract
REWARD_PROVIDER() view returns (bytes32)
0xe56e19a7d558c827e5fe3dd17249e3d1e70e83b18ea8e11167d41e0a83cdd168
packageLength() view returns (uint256)
3
paused() view returns (bool)
false
tokenContract() view returns (address)
0x7be00ed6796b21656732e8f739fc1b8f1c53da0d
totalStakedFunds() view returns (uint256)
253199152000000000043656
Read-only
checkStakeReward(address _address, uint256 stakeIndex) view returns (uint256 yieldReward, uint256 timeDiff)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hasStaked(address) view returns (bool)
packageNames(uint256) view returns (bytes32)
packages(bytes32) view returns (bytes32 _packageName, uint256 _daysLocked, uint256 _daysBlocked, uint256 _packageInterest, uint256 _packageCliqReward)
stakes(address, uint256) view returns (uint256 _amount, uint256 _timestamp, bytes32 _packageName, uint256 _withdrawnTimestamp, uint16 _stakeRewardType)
stakesLength(address _address) view returns (uint256)
totalStakedBalance(address) view returns (uint256)
State-modifying
Events addStakedTokenReward(uint256 _amount) returns (bool)
forceWithdraw(uint256 stakeIndex)
grantRole(bytes32 role, address account)
pauseStaking()
removeStakedTokenReward(uint256 _amount) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
stakeTokens(uint256 _amount, bytes32 _packageName, uint16 _stakeRewardType)
unpauseStaking()
unstake(uint256 stakeIndex)
ForcefullyWithdrawn(address indexed _usr, uint256 stakeIndex)
NativeTokenRewardAdded(address indexed _from, uint256 _val)
NativeTokenRewardRemoved(address indexed _to, uint256 _val)
Paused()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StakeAdded(address indexed _usr, bytes32 _packageName, uint256 _amount, uint16 _stakeRewardType, uint256 _stakeIndex)
Unpaused()
Unstaked(address indexed _usr, uint256 stakeIndex)
constructor(address _stakedToken, address _CLIQ)
This contract contains no fallback and receive objects.
This contract contains no error objects.