ExchangeMetaV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 45 additional slots
Balances ($0.00)
No balances found for "ExchangeMetaV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ExchangeMetaV2"
ABI
ABI objects
Getter at block 21894538
owner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFee() view returns (address receiver, uint48 buyerAmount, uint48 sellerAmount)
(receiver=0x0000000000000000000000000000000000000000, buyerAmount=0, sellerAmount=0)
royaltiesRegistry() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
fills(bytes32) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
State-modifying
Events __ExchangeV2_init(address _transferProxy, address _erc20TransferProxy, uint256 newProtocolFee, address newDefaultFeeReceiver, address newRoyaltiesProvider)
cancel(struct LibOrderOrder order)
directAcceptBid(struct LibDirectTransferAcceptBid direct) payable
directPurchase(struct LibDirectTransferPurchase direct) payable
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
matchOrders(struct LibOrderOrder orderLeft, bytes signatureLeft, struct LibOrderOrder orderRight, bytes signatureRight) payable
renounceOwnership()
setAllProtocolFeeData(address _receiver, uint48 _buyerAmount, uint48 _sellerAmount)
setAssetMatcher(bytes4 assetType, address matcher)
setPrtocolFeeBuyerAmount(uint48 _buyerAmount)
setPrtocolFeeReceiver(address _receiver)
setPrtocolFeeSellerAmount(uint48 _sellerAmount)
setRoyaltiesRegistry(address newRoyaltiesRegistry)
setTransferProxy(bytes4 assetType, address proxy)
transferOwnership(address newOwner)
BuyerFeeAmountChanged(uint256 oldValue, uint256 newValue)
Cancel(bytes32 hash)
FeeReceiverChanged(address oldValue, address newValue)
Match(bytes32 leftHash, bytes32 rightHash, uint256 newLeftFill, uint256 newRightFill)
MatcherChange(bytes4 indexed assetType, address matcher)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyChange(bytes4 indexed assetType, address proxy)
SellerFeeAmountChanged(uint256 oldValue, uint256 newValue)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.