OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,533 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201303 | 20 hours ago | | | 0 | 0.023874155 | |
| 21200122 | a day ago | | | 0.58695686 | 0.014280061 | |
| 21199885 | a day ago | | | 0 | 0.011879173 | |
| 21199563 | a day ago | | | 0 | 0.011241384 | |
| 21199551 | a day ago | | | 0 | 0.011738217 | |
| 21193647 | 2 days ago | | | 0 | 0.024878798 | |
| 21193628 | 2 days ago | | | 0 | 0.029639381 | |
| 21193545 | 2 days ago | | | 0.098454766 | 0.025469332 | |
| 21189579 | 2 days ago | | | 0 | 0.0024628339 | |
| 21188785 | 3 days ago | | | 0 | 0.021946792 |
ABI
ABI objects
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 _globalCapacityRatio, uint256 _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(uint256) view returns (uint192 totalActiveCoverInAsset, uint64 lastBucketUpdateId)
coverData(uint256 coverId) view returns (struct CoverData)
coverSegmentAllocations(uint256, uint256, uint256) view returns (uint40 poolId, uint96 coverAmountInNXM, uint96 premiumInNXM, uint24 allocationId)
coverSegmentWithRemainingAmount(uint256 coverId, uint256 segmentId) view returns (struct CoverSegment)
coverSegments(uint256 coverId) view returns (struct CoverSegment[])
coverSegmentsCount(uint256 coverId) view returns (uint256)
internalContracts(uint256) view returns (address)
stakingPool(uint256 poolId) view returns (address)
totalActiveCoverInAsset(uint256 assetId) view returns (uint256)
State-modifying
Events transferProxyOwnership(address _newOwner)
upgradeTo(address _implementation)
burnStake(uint256 coverId, uint256 segmentId, uint256 payoutAmountInAsset) returns (address)
buyCover(struct BuyCoverParams params, struct PoolAllocationRequest[] poolAllocationRequests) payable returns (uint256 coverId)
changeCoverNFTDescriptor(address _coverNFTDescriptor)
changeDependentContractAddress()
changeMasterAddress(address masterAddress)
changeStakingNFTDescriptor(address _stakingNFTDescriptor)
changeStakingPoolFactoryOperator()
expireCover(uint256 coverId)
multicall(bytes[] data) returns (bytes[] results)
recalculateActiveCoverInAsset(uint256 coverAsset)
updateStakingPoolsRewardShares(uint256[][][] tokenIds)
updateTotalActiveCoverAmount(uint256 coverAsset)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
CoverEdited(uint256 indexed coverId, uint256 indexed productId, uint256 indexed segmentId, address buyer, string ipfsMetadata)
constructor(address _implementation)
fallback()
receive()
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()