DolaSavings
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,675,962.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOLA | ERC-20 | 1.681355M | $0.996793 |
$1,675,962.43 | |
sDOLA | ERC-20 | 0 | $1.078 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19590951 | 8 months ago | | | 0 | 0.0036995235 | |
| 19590758 | 8 months ago | | | 0 | 0.0027845303 | |
| 19367223 | 9 months ago | | | 0 | 0.0043969362 | |
| 19364838 | 9 months ago | | | 0 | 0.0065682801 | |
| 19339974 | 9 months ago | | | 0 | 0.0034005960 | |
| 19319089 | 9 months ago | | | 0 | 0.0037471645 | |
| 19297190 | 9 months ago | | | 0 | 0.0024333987 | |
| 19254558 | 10 months ago | | | 0 | 0.0024762877 |
ABI
ABI objects
Getter at block 21324556
dbr() view returns (address)
0xad038eb671c44b853887a7e32528fab35dc5d710
dola() view returns (address)
0x865377367054516e17014ccded1e7d814edc9ce4
gov() view returns (address)
0x926df14a23be491164dcf93f4c468a50ef659d5b
lastUpdate() view returns (uint256)
1733241023
mantissa() view returns (uint256)
1000000000000000000
maxRewardPerDolaMantissa() view returns (uint256)
990000000000000000
maxYearlyRewardBudget() view returns (uint256)
10000000000000000000000000
operator() view returns (address)
0x8f97cca30dbe80e7a8b462f1dd1a51c32accdfc8
pendingGov() view returns (address)
0x0000000000000000000000000000000000000000
rewardIndexMantissa() view returns (uint256)
816706678082191381
totalSupply() view returns (uint256)
1681354535952704732314736
yearlyRewardBudget() view returns (uint256)
5000000000000000000000000
Read-only
accruedRewards(address) view returns (uint256)
balanceOf(address) view returns (uint256)
claimable(address user) view returns (uint256)
stakerIndexMantissa(address) view returns (uint256)
State-modifying
Events acceptGov()
claim(address to)
setMaxRewardPerDolaMantissa(uint256 _max)
setMaxYearlyRewardBudget(uint256 _max)
setOperator(address _operator)
setPendingGov(address _gov)
setYearlyRewardBudget(uint256 _yearlyRewardBudget)
stake(uint256 amount, address recipient)
sweep(address token, uint256 amount, address to)
unstake(uint256 amount)
Claim(address indexed caller, address indexed recipient, uint256 claimed)
SetMaxRewardPerDolaMantissa(uint256 newMax)
SetMaxYearlyRewardBudget(uint256 newMax)
SetYearlyRewardBudget(uint256 newYearlyRewardBudget)
Stake(address indexed caller, address indexed recipient, uint256 amount)
Unstake(address indexed caller, uint256 amount)
constructor(address _dbr, address _dola, address _gov, address _operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.