UBCBACPool
Verified contract
Active on
Ethereum with 111 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 | 26.392582 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11521488 | 4 years ago | | | 0 | 0.0033874896 | |
| 11520078 | 4 years ago | | | 0 | 0.0069595650 | |
| 11519940 | 4 years ago | | | 0 | 0.010030522 | |
| 11519129 | 4 years ago | | | 0 | 0.0023097900 | |
| 11519034 | 4 years ago | | | 0 | 0.0032535000 | |
| 11518907 | 4 years ago | | | 0 | 0.0020292900 | |
| 11518905 | 4 years ago | | | 0 | 0.0030357240 | |
| 11518895 | 4 years ago | | | 0 | 0.0059256000 | |
| 11518816 | 4 years ago | | | 0 | 0.0025073160 | |
| 11518815 | 4 years ago | | | 0 | 0.0029109520 |
ABI
ABI objects
Getter at block 21219018
DURATION() view returns (uint256)
259200
UBC() view returns (address)
0x1cde42a34d549fbc1e75f63e56867f14a8e1175b
bac() view returns (address)
0x3449fc1cd036255ba1eb19d65ff4ba2b8903a69a
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)
123805549203654665
rewardPerTokenStored() view returns (uint256)
123805549203654665
rewardRate() view returns (uint256)
38580246913580246
starttime() view returns (uint256)
1608559200
totalSupply() view returns (uint256)
0
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 BAC_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.