ChefLinkMaki
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWINGBY | ERC-20 | 120.781158K | $0.000157 |
$19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17220010 | 2 years ago | | | 0 | 0.0067024665 | |
| 17219979 | 2 years ago | | | 0 | 0.0067167181 | |
| 17084292 | 2 years ago | | | 0 | 0.0047787463 | |
| 17082561 | 2 years ago | | | 0 | 0.0088961570 | |
| 16972839 | 2 years ago | | | 0 | 0.0021280639 | |
| 16892858 | 2 years ago | | | 0 | 0.0024465705 | |
| 16888982 | 2 years ago | | | 0 | 0.0010994140 | |
| 16888913 | 2 years ago | | | 0 | 0.0012311334 | |
| 16863180 | 2 years ago | | | 0 | 0.0029139005 | |
| 16840646 | 2 years ago | | | 0 | 0.0024148637 |
ABI
ABI objects
Getter at block 21248993
BTCT_ADDR() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
accTokenPerShare() view returns (uint256)
2378234750300776567044545510
bonusEndBlock() view returns (uint256)
23091445
defaultRewardPerBlock() view returns (uint256)
1250000000000000000
isDynamic() view returns (bool)
false
isDynamicBTC() view returns (bool)
false
isDynamicBTCT() view returns (bool)
false
lastRewardBlock() view returns (uint256)
17220010
latestTilt() view returns (uint256)
0
maxRewardPerBlock() view returns (uint256)
1250000000000000000
owner() view returns (address)
0x63d9f6a25ddd2c586f4441065ce7c8412fbbb91e
rewardPerBlock() view returns (uint256)
1250000000000000000
rewardToken() view returns (address)
0x8287c7b963b405b7b8d467db9d79eec40625b13a
stakedToken() view returns (address)
0x44a62c7121a64691b61aef669f21c628258e7d52
startBlock() view returns (uint256)
14614497
swapContract() view returns (address)
0x4a084c0d1f89793bb57f49b97c4e3a24ca539aaa
totalStaked() view returns (uint256)
0
Read-only
getExpectedRewardPerBlock(address _token, uint256 _amountOfFloat) view returns (uint256 updatedRewards, uint256 reserveBTC, uint256 reserveBTCT, uint256 tilt)
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updateEndBlocks(uint256 _bonusEndBlock)
updateRewardPerBlock(uint256 _rewardPerBlock, uint256 _maxRewardPerBlock, bool _isDynamic)
updateStartAndEndBlocks(uint256 _startBlock, uint256 _bonusEndBlock)
withdraw(uint256 _amount)
AdminTokenRecovery(address tokenRecovered, uint256 amount)
Deposit(address indexed user, uint256 amount)
EmergencyRewardWithdraw(uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
NewPoolLimit(uint256 poolLimitPerUser)
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(address _stakedToken, address _rewardToken, address _swapContract, address _btct, uint256 _rewardPerBlock, uint256 _maxRewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.