StakingPool
Verified contract
Active on
Ethereum with 1,409 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc43…4efe
0xe047…83ac
Balances ($208.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWAP | ERC-20 | 1.82124K | $0.114722 |
$208.94 | |
BCP | ERC-20 | 1.787776K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20378650 | 4 months ago | | | 0 | 0.0016990317 | |
| 12451050 | 3 years ago | | | 0 | 0.012859371 | |
| 12448887 | 3 years ago | | | 0 | 0.010159475 | |
| 12445990 | 3 years ago | | | 0 | 0.010848708 | |
| 12441612 | 3 years ago | | | 0 | 0.013259532 | |
| 12441154 | 3 years ago | | | 0 | 0.0089197500 | |
| 12439602 | 3 years ago | | | 0 | 0.019447314 | |
| 12421962 | 3 years ago | | | 0 | 0.024379929 | |
| 12412161 | 4 years ago | | | 0 | 0.0058396520 | |
| 12412151 | 4 years ago | | | 0 | 0.036552176 |
ABI
ABI objects
Getter at block 21169170
getPoolDetails() view returns (address _baseToken, address _pairedToken, uint256 _totalRewards, uint256 _rewardsWithdrawn, uint256 _poolStartTime, uint256 _poolEndTime)
(_baseToken=0xcc4304a31d09258b0029ea7fe63d032f52e44efe, _pairedToken=0xe047705117eb07e712c3d684f5b18e74577e83ac, _totalRewards=850000000000000, _rewardsWithdrawn=850181222414716, _poolStartTime=1617088809, _poolEndTime=92853858427)
getPoolDuration() view returns (uint256 _poolDuration)
91236769618
getSwapAddress() view returns (address _swapAddress)
0xcc4304a31d09258b0029ea7fe63d032f52e44efe
getTotalRewards() view returns (uint256 _totalRewards)
850000000000000
getTotalStaked() view returns (uint256 _totalStaked)
1821240340472268542714
owner() view returns (address)
0xa29bd4646bc2943b217196e945180e4f2f8b332b
rewardToken() view returns (address)
0xe047705117eb07e712c3d684f5b18e74577e83ac
tswap() view returns (address)
0xcc4304a31d09258b0029ea7fe63d032f52e44efe
Read-only
calculateReward(address _userAddress) view returns (uint256 _reward)
getStakingAmount(address _userAddress) view returns (uint256 _stakedAmount)
getTotalRewardCollectedByUser(address userAddress) view returns (uint256 _totalRewardCollected)
userRewardInfo(address) view returns (uint256 totalWithdrawn, uint256 lastWithdrawTime)
userStaking(address, uint256) view returns (uint256 amount, uint256 stakingTime, uint256 lastWithdrawTime)
userTotalStaking(address) view returns (uint256 totalStaking, uint256 totalStakingTIme)
State-modifying
Events ownerSetPoolRewards(uint256 _rewardAmount)
setPoolDuration(uint256 _poolDuration)
setRewardTokenAddress(address _address)
setTswapAddress(address _address)
stake(uint256 amount)
transferOwnership(address newOwner)
withdrawRewardsOnly()
withdrawStaking(uint256 amount)
OwnerChanges(address newOwner)
OwnerSetReward(uint256 amount)
PoolDurationChange(uint256 poolDuration)
RewardWithdrawal(address userAddress, uint256 amount)
Staked(address userAddress, uint256 amount)
StakingWithdrawal(address userAddress, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.