TokenStake
Verified contract
Active on
Ethereum with 365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFUEL | ERC-20 | 47.135913 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10954785 | 4 years ago | | | 0 | 0.0086811066 | |
| 10950978 | 4 years ago | | | 0 | 0.0081640500 | |
| 10941353 | 4 years ago | | | 0 | 0.0033204226 | |
| 10938795 | 4 years ago | | | 0 | 0.0058318680 | |
| 10938456 | 4 years ago | | | 0 | 0.0052403650 | |
| 10929099 | 4 years ago | | | 0 | 0.0062484300 | |
| 10926919 | 4 years ago | | | 0 | 0.0057240910 | |
| 10926919 | 4 years ago | | | 0 | 0.0021419280 | |
| 10926902 | 4 years ago | | | 0 | 0.0021419280 | |
| 10920503 | 4 years ago | | | 0 | 0.0049374000 |
ABI
ABI objects
Getter at block 21327172 totalPoolToken() view returns (uint256)
_apr() view returns (uint256)
88000000
_aprPerDay() view returns (uint256)
241095
_freeze() view returns (bool)
false
_owner() view returns (address)
0xf2cd2b2c65b5d266f922e8eafd93db7d654e692a
_poolLimit() view returns (uint256)
2000000000000000000000
_token() view returns (address)
0xbd301be09eb78df47019aa833d29edc5d815d838
getApr() view returns (uint256)
88000000
getPoolLimit() view returns (uint256)
2000000000000000000000
getPoolLockForce() view returns (bool)
true
thousand() view returns (uint256)
1000000
totalActiveAddressCount() view returns (uint256)
53
Read-only
_activeAddress(uint256) view returns (address)
_staker(address, uint256) view returns (uint256 year, uint256 amount, uint256 timeDeposit, uint256 claimed, uint256 reward, uint256 apr, bool locked, bool openLockForce)
stakeCanClaim(address account, uint256 id) view returns (uint256)
stakesOf(address account) view returns (struct TokenStakeStake[])
State-modifying
Events claimStake(uint256 id) returns (bool)
setAPR(uint256 aprPercentage) returns (bool)
setFreeze(bool freezeStatus) returns (bool)
setOpenLockForce(address account, uint256 stakeId, bool lockForce) returns (bool)
setOpenLockForce(bool lockForce) returns (bool)
setOwner(address newOwner) returns (bool)
setPoolLimit(uint256 limit) returns (bool)
startStake(uint256 amount, uint256 year) returns (uint256)
unlockStake(uint256 stakeId) returns (bool)
withdrawToken(uint256 amount) returns (bool)
ClaimStake(address indexed account, uint256 indexed stakeId, uint256 indexed amount)
NewStake(address indexed account, uint256 indexed amount, uint256 indexed year)
OwnerSet(address indexed oldOwner, address indexed newOwner)
UnLockStake(address indexed account, uint256 indexed stakeId)
constructor(address tokenERC, uint256 aprPercentage, uint256 poolLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.