Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

PreMarket

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x37b2a323 at 10892695
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PreMarket"

No transactions found for "PreMarket"


Functions
Getter at block 22918756
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
config(view returns (struct Config)
(0, 0, 0, 0x0000000000000000000000000000000000000000)
lastOfferId(view returns (uint256)
0
lastOrderId(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAcceptedToken(address tokenview returns (bool)
isBuyOffer(uint256 offerIdview returns (bool)
isSellOffer(uint256 offerIdview returns (bool)
offerAmount(uint256 offerIdview returns (uint256)
offerAmountAvailable(uint256 offerIdview returns (uint256)
offerExToken(uint256 offerIdview returns (address)
offerStatus(uint256 offerIdview returns (uint256)
offerValue(uint256 offerIdview returns (uint256)
offers(uint256 idview returns (struct Offer)
orderStatus(uint256 orderIdview returns (uint256)
orders(uint256 idview returns (struct Order)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokens(bytes32 tokenIdview returns (struct Token)
State-modifying
cancelOffer(uint256 offerId
cancelOffers(uint256[] offerIds
createToken(bytes32 tokenIduint48 settleDuration
fillOffer(uint256 offerIduint256 amount
fillOfferETH(uint256 offerIduint256 amountpayable 
forceCancelOrder(uint256 orderId
forceCancelOrders(uint256[] orderIds
grantRole(bytes32 roleaddress account
initialize(
newOffer(uint8 offerTypebytes32 tokenIduint256 amountuint256 valueaddress exTokenbool fullMatch
newOfferETH(uint8 offerTypebytes32 tokenIduint256 amountuint256 valuebool fullMatchpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
setAcceptedTokens(address[] tokenAddressesbool isAccepted
settle2Steps(uint256 orderIdbytes32 hash
settle2StepsBatch(uint256[] orderIdsbytes32[] hashes
settleCancelled(uint256 orderId
settleCancelleds(uint256[] orderIds
settleFilled(uint256 orderId
settleFilleds(uint256[] orderIds
tokenForceCancelSettlePhase(bytes32 tokenId
tokenToSettlePhase(bytes32 tokenIdaddress tokenAddressuint152 settleRate
tokenToggleActivation(bytes32 tokenId
transferOwnership(address newOwner
updateConfig(address feeWallet_uint256 feeSettle_uint256 feeRefund_uint256 pledgeRate_
updateSettleDuration(bytes32 tokenIduint48 newValue
withdrawStuckToken(address _tokenaddress _to
Events
CancelOffer(uint256 offerIduint256 refundValueuint256 refundFeeaddress doer
CancelOrder(uint256 orderIdaddress doer
CloseOffer(uint256 offerIduint256 refundAmount
Initialized(uint64 version
NewOffer(uint256 iduint8 offerTypebytes32 tokenIdaddress exTokenuint256 amountuint256 valueuint256 collateralbool fullMatchaddress doer
NewOrder(uint256 iduint256 offerIduint256 amountaddress selleraddress buyer
NewToken(bytes32 tokenIduint256 settleDuration
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Settle2Steps(uint256 orderIdbytes32 hashaddress doer
SettleCancelled(uint256 orderIduint256 valueuint256 feeaddress doer
SettleFilled(uint256 orderIduint256 valueuint256 feeaddress doer
TokenForceCancelSettlePhase(bytes32 tokenId
TokenToSettlePhase(bytes32 tokenIdaddress tokenuint256 settleRateuint256 settleTime
UpdateAcceptedTokens(address[] tokensbool isAccepted
UpdateConfig(address oldFeeWalletuint256 oldFeeSettleuint256 oldFeeRefunduint256 oldPledgeRateaddress newFeeWalletuint256 newFeeSettleuint256 newFeeRefunduint256 newPledgeRate
UpdateTokenSettleDuration(bytes32 tokenIduint48 oldValueuint48 newValue
UpdateTokenStatus(bytes32 tokenIduint8 oldValueuint8 newValue
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token