BACDAIPool
Verified contract
Active on
Ethereum with 23,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3449…a69a
Balances ($88,368.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 88.280573K | $1.001 |
$88,368.85 | |
BAC | ERC-20 | 35.272395 | $0.001652 |
$0.06 | |
StableDAI.com | ERC-20 | 681 | -- | -- | |
RDGX | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11736086 | 4 years ago | | | 0 | 0.0024985475 | |
| 11735981 | 4 years ago | | | 0 | 0.0057601110 | |
| 11720056 | 4 years ago | | | 0 | 0.0078103200 | |
| 11715837 | 4 years ago | | | 0 | 0.0046861920 | |
| 11712328 | 4 years ago | | | 0 | 0.0058577400 | |
| 11710286 | 4 years ago | | | 0 | 0.0046178517 | |
| 11706746 | 4 years ago | | | 0 | 0.0057840300 | |
| 11704766 | 4 years ago | | | 0 | 0.0091771260 | |
| 11695511 | 4 years ago | | | 0 | 0.0079498460 | |
| 11689457 | 4 years ago | | | 0 | 0.0042166854 |
ABI
ABI objects
Getter at block 21259543
DURATION() view returns (uint256)
432000
basisCash() view returns (address)
0x3449fc1cd036255ba1eb19d65ff4ba2b8903a69a
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
lastTimeRewardApplicable() view returns (uint256)
1607126400
lastUpdateTime() view returns (uint256)
1607126400
owner() view returns (address)
0x68c3a95b35c45db5db67ed83c43305052fad6e04
periodFinish() view returns (uint256)
1607126400
rewardDistribution() view returns (address)
0x666c2a4625ef5f8cf66a24fbff9f22437754c0cd
rewardPerToken() view returns (uint256)
474651097417386
rewardPerTokenStored() view returns (uint256)
474651097417386
rewardRate() view returns (uint256)
23148148148148148
starttime() view returns (uint256)
1606694400
totalSupply() view returns (uint256)
88178923639981441335508
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.