0xc2a7dfb76e93d12a1bb1fa151b9900158090395d
Verified contract
Proxy
Active on
Ethereum with 755 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x3e8b…a295
-
variable spans 1 additional slot
0xbe85…6876
0x3472…e53d
Balances ($9,028.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BADGER | ERC-20 | 2.363399K | $3.82 |
$9,028.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20343688 | 4 months ago | | | 0 | 0.0011721841 | |
| 19933208 | 6 months ago | | | 0 | 0.0030960891 | |
| 19809607 | 7 months ago | | | 0 | 0.0013986808 | |
| 19704276 | 7 months ago | | | 0 | 0.0029879788 | |
| 19592868 | 8 months ago | | | 0 | 0.0031775213 | |
| 19504130 | 8 months ago | | | 0 | 0.0051482975 | |
| 19347523 | 9 months ago | | | 0 | 0.011633538 | |
| 18855677 | a year ago | | | 0 | 0.0071745547 | |
| 18846922 | a year ago | | | 0 | 0.0053504912 | |
| 18024446 | a year ago | | | 0 | 0.0064914092 |
ABI
ABI objects
Getter at block 21293827 accountedBalance() view returns (uint256)
awardBalance() view returns (uint256)
0
liquidityCap() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxExitFeeMantissa() view returns (uint256)
100000000000000000
maxTimelockDuration() view returns (uint256)
2419200
owner() view returns (address)
0x42cd8312d2bce04277dd5161832460e95b24262e
prizeStrategy() view returns (address)
0xbe85339d8cc7fdd6c949da660a691d201a576876
reserveRegistry() view returns (address)
0x3e8b9901dbfe766d3fe44b36c180a1bca2b9a295
reserveTotalSupply() view returns (uint256)
0
timelockTotalSupply() view returns (uint256)
0
token() view returns (address)
0x3472a5a71965499acd81997a54bba8d852c6e53d
tokens() view returns (address[])
[0x8fa1A616945ABbFC6b218518Dc6B514E282e23Db, 0xfa831A04Cb52fc89Dd519D08dC5e94ab2dF52B7E]
Read-only
calculateReserveFee(uint256 amount) view returns (uint256)
canAwardExternal(address _externalToken) view returns (bool)
creditPlanOf(address controlledToken) view returns (uint128 creditLimitMantissa, uint128 creditRateMantissa)
estimateCreditAccrualTime(address _controlledToken, uint256 _principal, uint256 _interest) view returns (uint256 durationSeconds)
timelockBalanceAvailableAt(address user) view returns (uint256)
timelockBalanceOf(address user) view returns (uint256)
State-modifying
Events award(address to, uint256 amount, address controlledToken)
awardExternalERC20(address to, address externalToken, uint256 amount)
awardExternalERC721(address to, address externalToken, uint256[] tokenIds)
balance() returns (uint256)
balanceOfCredit(address user, address controlledToken) returns (uint256)
beforeTokenTransfer(address from, address to, uint256 amount)
calculateEarlyExitFee(address from, address controlledToken, uint256 amount) returns (uint256 exitFee, uint256 burnedCredit)
calculateTimelockDuration(address from, address controlledToken, uint256 amount) returns (uint256 durationSeconds, uint256 burnedCredit)
captureAwardBalance() returns (uint256)
compLikeDelegate(address compLike, address to)
depositTo(address to, uint256 amount, address controlledToken, address referrer)
initialize(address _reserveRegistry, address[] _controlledTokens, uint256 _maxExitFeeMantissa, uint256 _maxTimelockDuration)
initialize(address _reserveRegistry, address[] _controlledTokens, uint256 _maxExitFeeMantissa, uint256 _maxTimelockDuration, address _stakeToken)
renounceOwnership()
setCreditPlanOf(address _controlledToken, uint128 _creditRateMantissa, uint128 _creditLimitMantissa)
setLiquidityCap(uint256 _liquidityCap)
setPrizeStrategy(address _prizeStrategy)
sweepTimelockBalances(address[] users) returns (uint256)
timelockDepositTo(address to, uint256 amount, address controlledToken)
transferExternalERC20(address to, address externalToken, uint256 amount)
transferOwnership(address newOwner)
withdrawInstantlyFrom(address from, uint256 amount, address controlledToken, uint256 maximumExitFee) returns (uint256)
withdrawReserve(address to) returns (uint256)
withdrawWithTimelockFrom(address from, uint256 amount, address controlledToken) returns (uint256)
AwardCaptured(uint256 amount)
Awarded(address indexed winner, address indexed token, uint256 amount)
AwardedExternalERC20(address indexed winner, address indexed token, uint256 amount)
AwardedExternalERC721(address indexed winner, address indexed token, uint256[] tokenIds)
ControlledTokenAdded(address indexed token)
CreditBurned(address indexed user, address indexed token, uint256 amount)
CreditMinted(address indexed user, address indexed token, uint256 amount)
CreditPlanSet(address token, uint128 creditLimitMantissa, uint128 creditRateMantissa)
Deposited(address indexed operator, address indexed to, address indexed token, uint256 amount, address referrer)
Initialized(address reserveRegistry, uint256 maxExitFeeMantissa, uint256 maxTimelockDuration)
InstantWithdrawal(address indexed operator, address indexed from, address indexed token, uint256 amount, uint256 redeemed, uint256 exitFee)
LiquidityCapSet(uint256 liquidityCap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrizeStrategySet(address indexed prizeStrategy)
ReserveFeeCaptured(uint256 amount)
ReserveWithdrawal(address indexed to, uint256 amount)
StakePrizePoolInitialized(address indexed stakeToken)
TimelockDeposited(address indexed operator, address indexed to, address indexed token, uint256 amount)
TimelockedWithdrawal(address indexed operator, address indexed from, address indexed token, uint256 amount, uint256 unlockTimestamp)
TimelockedWithdrawalSwept(address indexed operator, address indexed from, uint256 amount, uint256 redeemed)
TransferredExternalERC20(address indexed to, address indexed token, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.