TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 5,765 txns
Deployed by via 0xdde7fdf8 at 17081894
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Native
Value $26,335.29
ERC-20
Value $16,433.27
 (#797)
ERC-721
--
0xe15da1278633667f35e31aa7d92e352c293e745a23fc742270c5b73897c5408e
0x0c06d20f6199d06609ab79fa1f27308bb33b688e07da03e2f0f34253abfdf33b
0xe0b2c82d06956a9fb7117ddc135ab0af9cb4601c35f75c3c22a9aa8730d19cf0
0x2a8b833a9cabace10e1306ae2cf5bd751ecab42efb90b4a74ac2648e215c4e8f
0xe8f5030c0249625f43fe84e798c0dd20dadae10943f9dd0c55fcc7d2594cbec1
0x06d76c71708fc969b696780eac90b35b614f15455257233c8dcb080ece57306a
0xfbf77fcd9a8e6a524cedee17ceb295c10142c8929ee8f6e7195490730e4ed872
0xde8e254e4fb93bafb89e9bdce3f6069d5be1e4c4b72626ccad2fa76a2a92e708
0xc024b92832186fe3421a7a06c453c202bcb9f6bceb68830cff2418fd52357703
0x71a25e88d39ea93018f73f10fac312c6713324e692eb323e4b3ae0de1a9d2814

Functions
Getter at block 21296705
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
claimableServiceFee(addressview returns (uint256)
getCurrencyAddressByPlanId(uint256 planIdview returns (address)
getPaymentInfoByPlanId(uint256 planIdbool isEarlyPaymentview returns (uint256uint256uint256uint256uint256)
getPlanStatus(uint256 planIdview returns (uint8)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
items(uint256view returns (uint256 amountuint256 tokenIdaddress contractAddressaddress cyanVaultAddressuint8 itemType)
paymentPlan(uint256view returns (struct Plan planuint256 createdDateaddress cyanWalletAddressuint8 status)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
activateBNPL(uint256[] planIds
claimServiceFee(address currencyAddress
createBNPL(struct Item itemstruct Plan planuint256 planIduint256 signedBlockNumbytes signaturepayable 
createPawn(struct Item itemstruct Plan planuint256 planIduint256 signedBlockNumbytes signature
createPawnByRefinance(struct Item itemstruct Plan planuint256 planIduint256 existingPlanIduint256 signedBlockNumbytes signaturepayable 
createPawnFromBendDao(struct Item itemstruct Plan planuint256 planIduint256 signedBlockNumbytes signature
earlyUnwindCyan(uint256 planIduint256[2] apePlanIdsuint256 sellPriceaddress cyanBuyerAddressuint256 signatureExpiryDatebytes signature
earlyUnwindOpensea(uint256 planIduint256[2] apePlanIdsuint256 sellPricebytes offeruint256 signatureExpiryDatebytes signature
fundBNPL(uint256[] planIds
grantRole(bytes32 roleaddress account
initialize(address _cyanSigneraddress _cyanSuperAdminaddress _walletFactory
liquidate(uint256 planIduint256[2] apePlanIdsuint256 estimatedValue
pay(uint256 planIdbool isEarlyPaymentpayable 
rejectBNPL(uint256 planIdpayable 
renounceRole(bytes32 roleaddress account
revive(uint256 planIduint256 penaltyAmountuint256 signatureExpiryDatebytes signaturepayable 
revokeRole(bytes32 roleaddress account
setAutoRepayStatus(uint256 planIduint8 autoRepayStatus
triggerAutoRepay(uint256 planId
updateCyanSignerAddress(address _cyanSigner
updateWalletFactoryAddress(address factory
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
ClaimedServiceFee(address indexed currencyuint256 indexed amount
Completed(uint256 indexed planId
CompletedByRevival(uint256 indexed planIduint256 penaltyAmount
CompletedEarly(uint256 indexed planIduint8 indexed paidNumOfPayment
CreatedBNPL(uint256 indexed planId
CreatedPawn(uint256 indexed planIduint8 createType
EarlyUnwind(uint256 indexed planId
Initialized(uint8 version
LiquidatedPaymentPlan(uint256 indexed planIduint256 indexed estimatedPriceuint256 indexed unpaidAmount
Paid(uint256 indexed planId
Revived(uint256 indexed planIduint256 penaltyAmount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetAutoRepayStatus(uint256 indexed planIduint8 indexed autoRepayStatus
UpdatedBNPL(uint256 indexed planIduint8 indexed planStatus
UpdatedCyanSigner(address indexed signer
UpdatedWalletFactory(address indexed factory
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
EthTransferFailed(
InvalidAddress(
InvalidAmount(
InvalidAutoRepaymentDate(
InvalidAutoRepaymentStatus(
InvalidCurrency(
InvalidCyanBuyer(
InvalidItem(
InvalidPaidCount(
InvalidReviveDate(
InvalidSender(
InvalidSignature(
InvalidStage(
PaymentPlanAlreadyExists(
PaymentPlanNotFound(