BCCDAIPool
Verified contract
Active on
Ethereum with 9,693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae17…c176
Balances ($15,709.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 15.646699K | $1.004 |
$15,709.29 | |
StableDAI.com | ERC-20 | 528 | -- | -- | |
BCC | ERC-20 | 281.180226 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11841303 | 4 years ago | | | 0 | 0.0090858590 | |
| 11705142 | 4 years ago | | | 0 | 0.0031313130 | |
| 11705142 | 4 years ago | | | 0 | 0.0035848725 | |
| 11705142 | 4 years ago | | | 0 | 0.0096189100 | |
| 11696166 | 4 years ago | | | 0 | 0.0037479500 | |
| 11681116 | 4 years ago | | | 0 | 0.0041983760 | |
| 11667778 | 4 years ago | | | 0 | 0.0034131760 | |
| 11658625 | 4 years ago | | | 0 | 0.0037629311 | |
| 11657275 | 4 years ago | | | 0 | 0.0065152395 | |
| 11651033 | 4 years ago | | | 0 | 0.0035732380 |
ABI
ABI objects
Getter at block 21165514
DURATION() view returns (uint256)
432000
basisCash() view returns (address)
0xae17f4f5ca32f77ea8e3786db7c0b2fe877ac176
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
lastTimeRewardApplicable() view returns (uint256)
1609689600
lastUpdateTime() view returns (uint256)
1609689600
owner() view returns (address)
0x638476470d58f2a6260a56856c0ac29e9313fe17
periodFinish() view returns (uint256)
1609689600
rewardDistribution() view returns (address)
0x865091da9de5edaed7f98cec3fb912f7895637af
rewardPerToken() view returns (uint256)
1799811783677554664
rewardPerTokenStored() view returns (uint256)
1799811783677554664
rewardRate() view returns (uint256)
23148148148148148
starttime() view returns (uint256)
1609257600
totalSupply() view returns (uint256)
15646699000000000000000
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 dai_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.