Quote
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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 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
Balances ($0.00)
No balances found for "Quote"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Quote"
ABI
ABI objects
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 providerId, uint32 assetId) view returns (struct Asset)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingAmounts(address) view returns (uint256)
previewQuote(struct QuoteSubmission quote) view returns (string image)
products(uint32 providerId, uint32 productId) view returns (struct Product)
providers(uint32 providerId) view returns (struct Provider)
quoteSettlements(uint256 quoteId) view returns (struct QuoteSettlement)
quoteStatus(uint256 quoteId) view returns (uint8 status)
quotes(uint256) view returns (uint32 providerId, uint32 productId, uint32 coverAssetId, uint256 coverAmount, uint32 paymentAssetId, uint256 premiumAmount, uint256 feeAmount, uint16 coverExpiry, uint256 validUntil)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
collect(address assetAddress, uint256 amount)
emergencyPause()
emergencyUnpause()
grantRole(bytes32 role, address account)
initialize(string name_, string symbol_)
refundQuote(uint256 quoteId)
refundUnfulfilledQuote(uint256 quoteId, address withdrawTo)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAsset(uint32 providerId, uint32 assetId, struct Asset asset)
setCollector(address collector_)
setProduct(uint32 providerId, uint32 productId, struct Product product)
setProvider(uint32 providerId, struct Provider provider)
setQuoteMetadata(address quoteMetadata_)
settleQuote(uint256 quoteId, bytes32 txHash, uint256 coverExpiresAt)
submitQuote(struct QuoteSubmission quote, uint8 v, bytes32 r, bytes32 s) payable returns (uint256 quoteId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AssetChanged(uint32 indexed providerId, uint32 indexed assetId, address sender)
BeaconUpgraded(address indexed beacon)
Collected(address indexed assetAddress, uint256 amount, address sender)
CollectorChanged(address oldCollector, address newCollector, address sender)
Initialized(uint8 version)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Paused(address account)
ProductChanged(uint32 indexed providerId, uint32 indexed productId, address sender)
ProviderChanged(uint32 indexed providerId, address sender)
QuoteRefunded(uint256 indexed quoteId, address indexed withdrawTo, address sender)
QuoteSettled(uint256 indexed quoteId, address sender)
QuoteSubmitted(uint256 indexed quoteId, address indexed sender)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
InvalidAddress()
InvalidAsset()
InvalidCoverAsset()
InvalidCoverExpiry()
InvalidPaymentAmount()
InvalidPaymentAsset()
InvalidProduct()
InvalidProvider()
InvalidQuote()
InvalidSignature()
QuoteAlreadyRefunded()
QuoteAlreadySettled()
QuoteNotExpired()
QuoteNotOwned()
QuoteSoulbound()
QuoteSubmissionExpired()
UnsupportedCoverAmount()
UnsupportedPaymentAmount()