OwnedUpgradeabilityProxy

Verified contract

Proxy

Active on Ethereum with 1,533 txns
Deployed by via 0xf5183d25 at 16792244
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OwnedUpgradeabilityProxy"

0x8f508453aa9e849e98c87350aedf83a0ead71241503fceee75e44ac75a68f645
0xa7934a04cdd33bc4aa544fce736e98e736a46da7f08aa2c0d313838c431c1725
0x75bfbe601c51b5b9c2e5073c57e2d5cf100c67ef96c6bfaf8ad3c0f3dcf96195
0xc240cb4ad66c150735b3022bd2c8fae3c89c8af433ad5f82d5f28825ece7edcc
0x51e411c6196899d7490af50d030692596637b4abad0e48f443f04038a616e033
0x51c543d70967da25174a2653d09a16339c4f0fbb3e6bf42bc6e533f023b68d53
0xef341120048b3ad03dabfb2bd7ae00c8b5ecc60f61b25e86221022fec8f9baf0
0x7227728f4ed32b7d4a2286f3ad91706b3ca8bb55c992ccf8a7ebfac8642f901a
0x3b00890680d953495a437e897f12cc091f621a58605e42133beecc30bd0b9072
0x10c6c86efce025973e917f3888f38fe72c078740142baf24ab892795ee05261b

Functions
Getter at block 21207294
implementation(view returns (address impl)
0xcafeaccb60a5a65b028b3827f047af0099d2f426
proxyOwner(view returns (address owner)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
GLOBAL_MIN_PRICE_RATIO(view returns (uint256)
100
MAX_COMMISSION_RATIO(view returns (uint256)
3000
NXM_PER_ALLOCATION_UNIT(view returns (uint256)
10000000000000000
coverDataCount(view returns (uint256)
1528
coverNFT(view returns (address)
0xcafeaca76be547f14d0220482667b42d8e7bc3eb
getGlobalCapacityAndPriceRatios(pure returns (uint256 _globalCapacityRatiouint256 _globalMinPriceRatio)
(_globalCapacityRatio=20000, _globalMinPriceRatio=100)
getGlobalCapacityRatio(pure returns (uint256)
20000
getGlobalMinPriceRatio(pure returns (uint256)
100
getGlobalRewardsRatio(pure returns (uint256)
5000
master(view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
stakingNFT(view returns (address)
0xcafea508a477d94c502c253a58239fb8f948e97f
stakingPoolFactory(view returns (address)
0xcafeafb97bf8831d95c0fc659b8eb3946b101cb3
stakingPoolImplementation(view returns (address)
0xcafea95d5e0256418186872a41127f1ae087e5c8
Read-only
activeCover(uint256view returns (uint192 totalActiveCoverInAssetuint64 lastBucketUpdateId)
coverData(uint256 coverIdview returns (struct CoverData)
coverSegmentAllocations(uint256uint256uint256view returns (uint40 poolIduint96 coverAmountInNXMuint96 premiumInNXMuint24 allocationId)
coverSegmentWithRemainingAmount(uint256 coverIduint256 segmentIdview returns (struct CoverSegment)
coverSegments(uint256 coverIdview returns (struct CoverSegment[])
coverSegmentsCount(uint256 coverIdview returns (uint256)
internalContracts(uint256view returns (address)
stakingPool(uint256 poolIdview returns (address)
totalActiveCoverInAsset(uint256 assetIdview returns (uint256)
State-modifying
transferProxyOwnership(address _newOwner
upgradeTo(address _implementation
burnStake(uint256 coverIduint256 segmentIduint256 payoutAmountInAssetreturns (address)
buyCover(struct BuyCoverParams paramsstruct PoolAllocationRequest[] poolAllocationRequestspayable returns (uint256 coverId)
changeCoverNFTDescriptor(address _coverNFTDescriptor
changeDependentContractAddress(
changeMasterAddress(address masterAddress
changeStakingNFTDescriptor(address _stakingNFTDescriptor
changeStakingPoolFactoryOperator(
expireCover(uint256 coverId
multicall(bytes[] datareturns (bytes[] results)
recalculateActiveCoverInAsset(uint256 coverAsset
updateStakingPoolsRewardShares(uint256[][][] tokenIds
updateTotalActiveCoverAmount(uint256 coverAsset
Events
ProxyOwnershipTransferred(address previousOwneraddress newOwner
Upgraded(address indexed implementation
CoverEdited(uint256 indexed coverIduint256 indexed productIduint256 indexed segmentIdaddress buyerstring ipfsMetadata
Constructor
constructor(address _implementation
Fallback and receive
fallback(
receive(
Errors
CommissionRateTooHigh(
CoverAmountIsZero(
CoverAssetNotSupported(
CoverNotYetExpired(uint256 coverId
CoverOutsideOfTheGracePeriod(
CoverPeriodTooLong(
CoverPeriodTooShort(
EditNotSupported(
ExpiredCoversCannotBeEdited(
InsufficientCoverAmountAllocated(
InsufficientEthSent(
InvalidPaymentAsset(
OnlyOwnerOrApproved(
OnlySwapOperator(
PriceExceedsMaxPremiumInAsset(
ProductDeprecated(
ProductNotFound(
ReturningEthRemainderToSenderFailed(
RevertedWithoutReason(uint256 index
SendingEthToCommissionDestinationFailed(
SendingEthToPoolFailed(
UnexpectedCoverAsset(
UnexpectedEthSent(
UnexpectedPoolId(
UnexpectedProductId(