BSKTStaker
Verified contract
Active on
Ethereum with 777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x273e…5e34
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSKT | ERC-20 | 74.289988K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14016235 | 3 years ago | | | 0 | 0.014117830 | |
| 13671256 | 3 years ago | | | 0 | 0.043340064 | |
| 13287493 | 3 years ago | | | 0 | 0.0038916094 | |
| 12589272 | 3 years ago | | | 0 | 0.0023127000 | |
| 12380718 | 4 years ago | | | 0 | 0.0011022060 | |
| 12380546 | 4 years ago | | | 0 | 0.00095844000 | |
| 12350286 | 4 years ago | | | 0 | 0.0076806000 | |
| 12349044 | 4 years ago | | | 0 | 0.0067530640 | |
| 12347717 | 4 years ago | | | 0 | 0.0059123400 | |
| 12346654 | 4 years ago | | | 0 | 0.0027289500 |
ABI
ABI objects
Getter at block 21177143
_bskToken() view returns (address)
0xc03841b5135600312707d39eb2af0d2ad5d51a91
_rewardContract() view returns (address)
0x273eaff98c9230ec840b1e6c7d8a2d1294605e34
getLastClaimTimestamp() view returns (uint256)
0
getMinStakeAmount() view returns (uint256)
10000000000000000000000
getRewardContract() view returns (address)
0x273eaff98c9230ec840b1e6c7d8a2d1294605e34
getRewardPoolBalance() view returns (uint256)
5008211694763342778748
getRewardPortion() view returns (uint256)
10
getStakerCount() view returns (uint256)
37
getTotalStakedAmount() view returns (uint256)
74289988184200000000000
owner() view returns (address)
0x817ffe05ff0cd1291c9c269afb79f596d32a09b1
Read-only
getReward(address account) view returns (uint256)
getStakedAmount(address staker) view returns (uint256)
getStakedRank(address account) view returns (uint256)
State-modifying
Events claim()
endStake()
setRewardContract(address rewardContract) returns (bool)
setRewardPortion(uint256 rewardPortion) returns (bool)
stake(uint256 amount)
unstake(uint256 amount)
Claim(address staker, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address staker, uint256 amount)
Unstaked(address staker, uint256 amount)
constructor(address bskToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.