0xeab695a8f5a44f583003a8bc97d677880d528248
Verified contract
Proxy
Active on
Ethereum with 10,193 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
0xf3d2…012a
0x04f2…111f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sOHM | ERC-20 | 1.614906K | -- | -- | |
33T | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135896 | 11 days ago | | | 0 | 0.0027513044 | |
| 21083758 | 18 days ago | | | 0 | 0.0013328948 | |
| 21037584 | 24 days ago | | | 0 | 0.0019256424 | |
| 20864883 | 2 months ago | | | 0 | 0.0030683268 | |
| 20706014 | 2 months ago | | | 0 | 0.00029736708 | |
| 20704061 | 2 months ago | | | 0 | 0.00030536179 | |
| 20692796 | 2 months ago | | | 0 | 0.0084335211 | |
| 20648232 | 3 months ago | | | 0 | 0.00025308080 | |
| 20597950 | 3 months ago | | | 0 | 0.00016205422 | |
| 20572045 | 3 months ago | | | 0 | 0.00020012450 |
ABI
ABI objects
Getter at block 21212469
VERSION() view returns (string)
3.4.1
accountedBalance() view returns (uint256)
1614906126419
awardBalance() view returns (uint256)
0
liquidityCap() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxExitFeeMantissa() view returns (uint256)
100000000000000000
owner() view returns (address)
0xea4e220dcf445a2975a27d490dc87b5ab1f33036
prizeStrategy() view returns (address)
0xf3d253257167c935f8c62a02aeaebb24c9c5012a
reserveRegistry() view returns (address)
0x3e8b9901dbfe766d3fe44b36c180a1bca2b9a295
reserveTotalSupply() view returns (uint256)
0
token() view returns (address)
0x04f2694c8fcee23e8fd0dfea1d4f5bb8c352111f
tokens() view returns (address[])
[0x0E930b8610229D74Da0A174626138Deb732cE6e9, 0xBD62d757F195702b41bCcBB699BB98B6b55B6128]
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)
isControlled(address controlledToken) view returns (bool)
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)
captureAwardBalance() returns (uint256)
compLikeDelegate(address compLike, address to)
depositTo(address to, uint256 amount, address controlledToken, address referrer)
initialize(address _reserveRegistry, address[] _controlledTokens, uint256 _maxExitFeeMantissa)
initialize(address _reserveRegistry, address[] _controlledTokens, uint256 _maxExitFeeMantissa, address _stakeToken)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
setCreditPlanOf(address _controlledToken, uint128 _creditRateMantissa, uint128 _creditLimitMantissa)
setLiquidityCap(uint256 _liquidityCap)
setPrizeStrategy(address _prizeStrategy)
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)
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)
ErrorAwardingExternalERC721(bytes error)
Initialized(address reserveRegistry, uint256 maxExitFeeMantissa)
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)
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.