RBTCWBTCPool
Verified contract
Active on
Ethereum with 188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1190…fe1e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBTC | ERC-20 | 0.023253 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11605994 | 4 years ago | | | 0 | 0.0031891600 | |
| 11605994 | 4 years ago | | | 0 | 0.0029649100 | |
| 11598256 | 4 years ago | | | 0 | 0.011747640 | |
| 11596595 | 4 years ago | | | 0 | 0.0053409108 | |
| 11596559 | 4 years ago | | | 0 | 0.016006392 | |
| 11595208 | 4 years ago | | | 0 | 0.012864488 | |
| 11595062 | 4 years ago | | | 0 | 0.012500155 | |
| 11594632 | 4 years ago | | | 0 | 0.0043704906 | |
| 11593022 | 4 years ago | | | 0 | 0.0092954610 | |
| 11592401 | 4 years ago | | | 0 | 0.0093648450 |
ABI
ABI objects
Getter at block 21088309
DURATION() view returns (uint256)
259200
basisCash() view returns (address)
0x119090af6be58a47c352a5b1c57935454c4dfe1e
lastTimeRewardApplicable() view returns (uint256)
1609848000
lastUpdateTime() view returns (uint256)
1609848000
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1609848000
rewardDistribution() view returns (address)
0x9a65b0f8a7f02389352cb6fba42590d72c830f8b
rewardPerToken() view returns (uint256)
4676347790051299126465916800
rewardPerTokenStored() view returns (uint256)
4676347790051299126465916800
rewardRate() view returns (uint256)
11574074074074
starttime() view returns (uint256)
1609588800
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 basisCash_, address wbtc_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.