KatsumiStaking4
Verified contract
Active on
Ethereum with 90 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ccb…1fd8
0x5e4e…8709
Balances ($0.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PARA | ERC-20 | 11.015K | $0.00003 |
$0.33 | |
KATSUMI | ERC-20 | 34.685869B | -- | -- | |
LYST | ERC-20 | 48.016846M | -- | -- | |
Para | ERC-20 | 11.015061K | -- | -- | |
PARA | ERC-20 | 11.015K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15462711 | 2 years ago | | | 0 | 0.0014686739 | |
| 15368935 | 2 years ago | | | 0 | 0.0018671536 | |
| 15338234 | 2 years ago | | | 0 | 0.00072598512 | |
| 15249988 | 2 years ago | | | 0 | 0.0015016280 | |
| 15249981 | 2 years ago | | | 0 | 0.0010884840 | |
| 15238186 | 2 years ago | | | 0 | 0.0022142489 | |
| 15221876 | 2 years ago | | | 0 | 0.0034747531 | |
| 15221560 | 2 years ago | | | 0 | 0.0037569006 | |
| 15221558 | 2 years ago | | | 0 | 0.0023380235 | |
| 15115663 | 2 years ago | | | 0 | 0.0058635067 |
ABI
ABI objects
Getter at block 21224599
PRECISION_FACTOR() view returns (uint256)
1000000000000
accTokenPerShare() view returns (uint256)
714056677869154331507346
bonusEndBlock() view returns (uint256)
15200000
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
15368935
owner() view returns (address)
0x03eb03b442959b493f2089a78de45b0c0f1ba9e2
rewardPerBlock() view returns (uint256)
114754000000000000000000
rewardToken() view returns (address)
0x7ccb2b7d0e8455b6be9c39417e5fe855aa831fd8
stakedToken() view returns (address)
0x5e4efb364071c64ee3641fe1e68cb5d2d5558709
startBlock() view returns (uint256)
14590000
Read-only
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
harvest()
initialize(address _stakedToken, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
modifyTimes(uint256 _startTime, uint256 _endTime, uint256 _reward)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updateRewardPerBlock(uint256 _rewardPerBlock)
updateStartAndEndBlocks(uint256 _startBlock, uint256 _bonusEndBlock)
withdraw(uint256 _amount)
AdminTokenRecovery(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewRewardPerBlock(uint256 rewardPerBlock)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsStop(uint256 blockNumber)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.