TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 582 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x6123…fa6b
0x0e84…040b
4 additional
variables
Balances ($884.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBN | ERC-20 | 2.116566K | $0.417677 |
$884.04 | |
COLLAR | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165911 | 15 days ago | | | 0 | 0.026833941 | |
| 20867135 | 2 months ago | | | 0 | 0.0031523115 | |
| 20746509 | 2 months ago | | | 0 | 0.00089507939 | |
| 20596149 | 3 months ago | | | 0 | 0.0012098888 | |
| 20439197 | 4 months ago | | | 0 | 0.0014961846 | |
| 20402642 | 4 months ago | | | 0 | 0.00061655134 | |
| 20264468 | 5 months ago | | | 0 | 0.0011641195 | |
| 20245812 | 5 months ago | | | 0 | 0.00085221946 | |
| 20168574 | 5 months ago | | | 0 | 0.0022790122 | |
| 20159133 | 5 months ago | | | 0 | 0.0013603269 |
ABI
ABI objects
Getter at block 21273632
auction() view returns (address)
0x3b383d8e92cc922539f9e9f4d64da119e250334a
flashGovernor() view returns (address)
0x0000000000000000000000000000000000000000
insuranceFactor() view returns (uint256)
50000000000000000
interestRateModel() view returns (address)
0x600eee67d5ffdbb897055c03e3ccdd0ac9706c8e
keeper() view returns (address)
0xa1c309653362f4a55b1d35db3b0b7aaa402cfa87
maxInactivePeriod() view returns (uint256)
1209600
owner() view returns (address)
0x43a43d3404eac5fa1ec4f4bb0879495d500e390b
periodToStartAuction() view returns (uint256)
1209600
poolBeacon() view returns (address)
0xc59e218828eea3e84f38a2cb9e02aad9318db57a
provisionalDefaultUtilization() view returns (uint256)
990000000000000000
rbn() view returns (address)
0x6123b0049f904d730db3c36a31167d9d4121fa6b
reserveFactor() view returns (uint256)
50000000000000000
staking() view returns (address)
0x0e847afb915710251229848c2eecfb9c505f040b
treasury() view returns (address)
0xdaeada3d210d2f45874724beea03c7d4bbd41674
warningGracePeriod() view returns (uint256)
432000
warningUtilization() view returns (uint256)
950000000000000000
Read-only
currencyAllowed(address) view returns (bool)
getPoolSymbol(address currency, address manager) view returns (string)
isPool(address) view returns (bool)
managerInfo(address) view returns (address currency, address pool, address staker, uint32 proposalId, uint256 stakedAmount, bytes32 ipfsHash, string managerSymbol)
usedManagerSymbols(string) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burnStake()
closePool()
createPool(address manager, address currency)
createPoolInitial(address manager, address currency, bytes32 ipfsHash, string managerSymbol)
initialize(address rbn_, address staking_, address poolBeacon_, address interestRateModel_, address auction_)
renounceOwnership()
setCurrency(address currency, bool allowed)
setInsuranceFactor(uint256 insuranceFactor_)
setInterestRateModel(address interestRateModel_)
setKeeper(address keeper_)
setManagerInfo(address manager, bytes32 ipfsHash)
setMaxInactivePeriod(uint256 maxInactivePeriod_)
setPeriodToStartAuction(uint256 periodToStartAuction_)
setPoolBeacon(address poolBeacon_)
setPoolRewardPerSecond(address pool, uint256 rewardPerSecond)
setProvisionalDefaultUtilization(uint256 provisionalDefaultUtilization_)
setReserveFactor(uint256 reserveFactor_)
setTreasury(address treasury_)
setWarningGracePeriod(uint256 warningGracePeriod_)
setWarningUtilization(uint256 warningUtilization_)
sweep(address token, address to, uint256 amount)
transferOwnership(address newOwner)
transferPool(address oldManager, address newManager)
withdrawReward(address[] pools)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CurrencySet(address currency, bool allowed)
Initialized(uint8 version)
InsuranceFactorSet(uint256 factor)
InterestRateModelSet(address newModel)
KeeperSet(address newKeeper)
ManagerInfoSet(address manager, bytes32 ipfsHash)
MaxInactivePeriodSet(uint256 period)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodToStartAuctionSet(uint256 period)
PoolBeaconSet(address newPoolBeacon)
PoolClosed(address indexed pool, address indexed manager)
PoolCreated(address indexed pool, address indexed manager, address indexed currency)
PoolRewardPerSecondSet(address indexed pool, uint256 rewardPerSecond)
PoolTransferred(address indexed pool, address indexed oldManager, address indexed newManager)
ProvisionalDefaultUtilizationSet(uint256 utilization)
ReserveFactorSet(uint256 factor)
TreasurySet(address newTreasury)
WarningGracePeriodSet(uint256 period)
WarningUtilizationSet(uint256 utilization)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.