KodachiStaking
Verified contract
Active on
Ethereum with 973 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x57c4…fd16
0x57c4…fd16
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KODEX | ERC-20 | 10B | -- | -- | |
KODACHI | ERC-20 | 1.072965 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16563920 | 2 years ago | | | 0 | 0.015246563 | |
| 16563887 | 2 years ago | | | 0 | 0.014063442 | |
| 16563877 | 2 years ago | | | 0 | 0.010177322 | |
| 16563859 | 2 years ago | | | 0 | 0.0075233927 | |
| 16563824 | 2 years ago | | | 0 | 0.015243996 | |
| 16563821 | 2 years ago | | | 0 | 0.015168600 | |
| 16563801 | 2 years ago | | | 0 | 0.016818752 | |
| 16563776 | 2 years ago | | | 0 | 0.0098740327 | |
| 16563773 | 2 years ago | | | 0 | 0.010261046 | |
| 16563772 | 2 years ago | | | 0 | 0.011341248 |
ABI
ABI objects
Getter at block 21166494
PRECISION_FACTOR() view returns (uint256)
1000000000000
accTokenPerShare() view returns (uint256)
268251519120391
bonusEndBlock() view returns (uint256)
16563595
isInitialized() view returns (bool)
true
lastRewardBlock() view returns (uint256)
16563887
owner() view returns (address)
0x43c8ee85a758df15207f9f2412456f084fc9a468
rewardPerBlock() view returns (uint256)
4179553623670000000000
rewardToken() view returns (address)
0x57c411e9a358e2d2d0a6b058cedb709175e8fd16
stakedToken() view returns (address)
0x57c411e9a358e2d2d0a6b058cedb709175e8fd16
startBlock() view returns (uint256)
15367295
tokenStaked() view returns (uint256)
4225268314999999999768488961
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.