StakeTools
Verified contract
Active on
Ethereum with 18,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,571.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOOLS | ERC-20 | 14.262233K | $0.811354 |
$11,571.72 | |
UNI-V2 | ERC-20 | 0.032252 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209255 | 7 days ago | | | 0 | 0.00035056777 | |
| 21120966 | 19 days ago | | | 0 | 0.00075588166 | |
| 21069143 | a month ago | | | 0 | 0.0015515957 | |
| 20962964 | a month ago | | | 0 | 0.0015442923 | |
| 20962960 | a month ago | | | 0 | 0.0016838552 | |
| 20962953 | a month ago | | | 0 | 0.0044046345 | |
| 20796142 | 2 months ago | | | 0 | 0.0015287582 | |
| 20796127 | 2 months ago | | | 0 | 0.0011996517 | |
| 20749764 | 2 months ago | | | 0 | 0.00038910759 | |
| 20715199 | 2 months ago | | | 0 | 0.00096113285 |
ABI
ABI objects
Getter at block 21260274
BLOCKTOOLS() view returns (address)
0xc14b4d4ca66f40f352d7a50fd230ef8b2fb3b8d4
TOOLS_LP() view returns (address)
0xdae6d9662c4904026ac311a5fdc8917fdc51971a
active() view returns (bool)
true
feeOnStake() view returns (uint256)
10
feeOnUnstake() view returns (uint256)
10
minimumStake() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xae832734699f01752ae22e61132bac3b23fff876
rewardPool() view returns (uint256)
32251538681175775
totalStaked() view returns (uint256)
14010663095636509328073
Read-only
checkEarnings(address _stakeholder) view returns (uint256)
referralCount(address) view returns (uint256)
referralRewards(address) view returns (uint256)
stakeRewards(address) view returns (uint256)
stakes(address) view returns (uint256)
State-modifying
Events changePoolStatus()
claimEarnings() returns (bool success)
rescueLP(uint256 _amount) returns (bool success)
rescueTools(uint256 _amount) returns (bool success)
setFeeOnStake(uint256 _feeOnStake)
setFeeOnUnstake(uint256 _feeOnUnstake)
setMinimumStake(uint256 _minimumStake)
stakeTools(uint256 _amount)
transferOwnership(address _newOwner)
unstakeTools(uint256 _amount)
OnStake(address sender, uint256 amount, uint256 tax)
OnUnstake(address sender, uint256 amount, uint256 tax)
OnWithdrawal(address sender, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
constructor(address _tools, address _toolsLP, uint256 _feeOnStake, uint256 _feeOnUnstake, uint256 _minimumStake)
This contract contains no fallback and receive objects.
This contract contains no error objects.