BlackFiskStaking
Verified contract
Active on
Ethereum with 1,072 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 |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 253.455793 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14360457 | 3 years ago | | | 0 | 0.0016184242 | |
| 13547093 | 3 years ago | | | 0 | 0.013571282 | |
| 13502632 | 3 years ago | | | 0 | 0.093109412 | |
| 13265244 | 3 years ago | | | 0 | 0.0032966092 | |
| 13036287 | 3 years ago | | | 0 | 0.0030071598 | |
| 12762789 | 3 years ago | | | 0 | 0.00042454800 | |
| 12730114 | 3 years ago | | | 0 | 0.0030105920 | |
| 12730108 | 3 years ago | | | 0 | 0.017091854 | |
| 12724014 | 3 years ago | | | 0 | 0.00083083200 | |
| 12642723 | 3 years ago | | | 0 | 0.00074378400 |
ABI
ABI objects
Getter at block 21248452
currentEpoch() view returns (uint256)
75
devCommission() view returns (uint256)
0
owner() view returns (address)
0xe084d465f5f98160329a74ee81e4b1f76a4d61a3
poolLength() view returns (uint256)
1
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
Epochs(uint256) view returns (uint256 startTime, uint256 startBlock, uint256 endTime, uint256 endBlock, uint256 eth)
calcReward(uint256 pid, address user) view returns (uint256)
getBotProfit(uint256 amountOfEpochs) view returns (uint256)
pools(uint256) view returns (uint256 totalSupplyLp, address lpToken)
userInfo(uint256, address) view returns (uint256 activeAmount, uint256 totalDeposited, uint256 lastEpoch, uint256 lastDeposit, uint256 lastDepositEpoch)
State-modifying
Events add(address _lpToken)
claim(uint256 pid) payable
claimDevCommission()
claimInsteadOfUser(uint256 pid, address userAddress, uint256 commission, uint256 reward)
deposit(uint256 pid, uint256 amount)
emergencyWithdraw(uint256 pid)
endEpoch(uint256 amount) payable
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 pid, uint256 amount)
withdrawEther(uint256 amount)
Claim(address indexed user, uint256 indexed pid, uint256 amount)
ClaimInsteadOfUser(address indexed caller, address indexed user, uint256 indexed pid, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor()
receive()
This contract contains no error objects.