UBCWBTCPool
Verified contract
Active on
Ethereum with 52 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1cde…175b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UBC | ERC-20 | 47.266206 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11523542 | 4 years ago | | | 0 | 0.0041130601 | |
| 11517044 | 4 years ago | | | 0 | 0.0028898420 | |
| 11517044 | 4 years ago | | | 0 | 0.0035869460 | |
| 11516904 | 4 years ago | | | 0 | 0.0034638181 | |
| 11516904 | 4 years ago | | | 0 | 0.0039068041 | |
| 11516880 | 4 years ago | | | 0 | 0.0036602461 | |
| 11516570 | 4 years ago | | | 0 | 0.0044498400 | |
| 11516566 | 4 years ago | | | 0 | 0.0043574220 | |
| 11516564 | 4 years ago | | | 0 | 0.0054899900 | |
| 11516132 | 4 years ago | | | 0 | 0.0039137721 |
ABI
ABI objects
Getter at block 21215227
DURATION() view returns (uint256)
259200
UBC() view returns (address)
0x1cde42a34d549fbc1e75f63e56867f14a8e1175b
lastTimeRewardApplicable() view returns (uint256)
1608818400
lastUpdateTime() view returns (uint256)
1608818400
owner() view returns (address)
0x477784fe160c246d8abfa457477e9ff8996a6096
periodFinish() view returns (uint256)
1608818400
rewardDistribution() view returns (address)
0x219934eecbcc07a5b73b33ac3a9a699da21c1e14
rewardPerToken() view returns (uint256)
35111520232674614589201781065008
rewardPerTokenStored() view returns (uint256)
35111520232674614589201781065008
rewardRate() view returns (uint256)
38580246913580246
starttime() view returns (uint256)
1608559200
totalSupply() view returns (uint256)
0
wbtc() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
Read-only
balanceOf(address account) view returns (uint256)
deposits(address) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address UBC_, address WBTC_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.