Quote

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x0768e52a at 1536015
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
9 additional variables

No balances found for "Quote"

No transactions found for "Quote"


Functions
Getter at block 22768706
ADMINISTRATOR_ROLE(view returns (bytes32)
0xe5a0b4d50f56047f84728557fedbda92f956391bc9d5c762e8461996dd8e7ad7
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
collector(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
assets(uint32 providerIduint32 assetIdview returns (struct Asset)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
pendingAmounts(addressview returns (uint256)
previewQuote(struct QuoteSubmission quoteview returns (string image)
products(uint32 providerIduint32 productIdview returns (struct Product)
providers(uint32 providerIdview returns (struct Provider)
quoteSettlements(uint256 quoteIdview returns (struct QuoteSettlement)
quoteStatus(uint256 quoteIdview returns (uint8 status)
quotes(uint256view returns (uint32 providerIduint32 productIduint32 coverAssetIduint256 coverAmountuint32 paymentAssetIduint256 premiumAmountuint256 feeAmountuint16 coverExpiryuint256 validUntil)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
collect(address assetAddressuint256 amount
emergencyPause(
emergencyUnpause(
grantRole(bytes32 roleaddress account
initialize(string name_string symbol_
refundQuote(uint256 quoteId
refundUnfulfilledQuote(uint256 quoteIdaddress withdrawTo
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAsset(uint32 providerIduint32 assetIdstruct Asset asset
setCollector(address collector_
setProduct(uint32 providerIduint32 productIdstruct Product product
setProvider(uint32 providerIdstruct Provider provider
setQuoteMetadata(address quoteMetadata_
settleQuote(uint256 quoteIdbytes32 txHashuint256 coverExpiresAt
submitQuote(struct QuoteSubmission quoteuint8 vbytes32 rbytes32 spayable returns (uint256 quoteId)
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AssetChanged(uint32 indexed providerIduint32 indexed assetIdaddress sender
BeaconUpgraded(address indexed beacon
Collected(address indexed assetAddressuint256 amountaddress sender
CollectorChanged(address oldCollectoraddress newCollectoraddress sender
Initialized(uint8 version
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Paused(address account
ProductChanged(uint32 indexed providerIduint32 indexed productIdaddress sender
ProviderChanged(uint32 indexed providerIdaddress sender
QuoteRefunded(uint256 indexed quoteIdaddress indexed withdrawToaddress sender
QuoteSettled(uint256 indexed quoteIdaddress sender
QuoteSubmitted(uint256 indexed quoteIdaddress indexed sender
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAddress(
InvalidAsset(
InvalidCoverAsset(
InvalidCoverExpiry(
InvalidPaymentAmount(
InvalidPaymentAsset(
InvalidProduct(
InvalidProvider(
InvalidQuote(
InvalidSignature(
QuoteAlreadyRefunded(
QuoteAlreadySettled(
QuoteNotExpired(
QuoteNotOwned(
QuoteSoulbound(
QuoteSubmissionExpired(
UnsupportedCoverAmount(
UnsupportedPaymentAmount(