BlurExchangeV2

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x2d60f684 at 17622363
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 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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots

No balances found for "BlurExchangeV2"

0xc74b1cf1b14c8c58d16e64ec79730e6a2e855e914c5d3ef93bfcb7bedb0ace74
From

Functions
Getter at block 20790935
blockRange(view returns (uint256)
0
governor(view returns (address)
0x0000000000000000000000000000000000000000
information(view returns (string versionbytes32 domainSeparator)
(version=1.0, domainSeparator=0xdd526a4e59bb74d0e4e4ab849ded32647b3bcf1df3acc01f4c21e76a8018c7c9)
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
protocolFee(view returns (address recipientuint16 rate)
(recipient=0x0000000000000000000000000000000000000000, rate=0)
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
 
verifyDomain(view 
Read-only
amountTaken(addressbytes32uint256view returns (uint256)
hashListing(struct Listing listingpure returns (bytes32)
hashOrder(struct Order orderuint8 orderTypeview returns (bytes32)
hashTakeAsk(struct TakeAsk inputsaddress _callerpure returns (bytes32)
hashTakeAskSingle(struct TakeAskSingle inputsaddress _callerpure returns (bytes32)
hashTakeBid(struct TakeBid inputsaddress _callerpure returns (bytes32)
hashTakeBidSingle(struct TakeBidSingle inputsaddress _callerpure returns (bytes32)
nonces(addressview returns (uint256)
oracles(addressview returns (uint256)
State-modifying
acceptOwnership(
cancelTrades(struct Cancel[] cancels
incrementNonce(
initialize(
renounceOwnership(
setBlockRange(uint256 _blockRange
setGovernor(address _governor
setOracle(address oraclebool approved
setProtocolFee(address recipientuint16 rate
takeAsk(struct TakeAsk inputsbytes oracleSignaturepayable 
takeAskPool(struct TakeAsk inputsbytes oracleSignatureuint256 amountToWithdrawpayable 
takeAskSingle(struct TakeAskSingle inputsbytes oracleSignaturepayable 
takeAskSinglePool(struct TakeAskSingle inputsbytes oracleSignatureuint256 amountToWithdrawpayable 
takeBid(struct TakeBid inputsbytes oracleSignature
takeBidSingle(struct TakeBidSingle inputsbytes oracleSignature
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
CancelTrade(address indexed userbytes32 hashuint256 indexuint256 amount
Execution(struct Transfer transferbytes32 orderHashuint256 listingIndexuint256 pricestruct FeeRate makerFeestruct Fees feesuint8 orderType
Execution721MakerFeePacked(bytes32 orderHashuint256 tokenIdListingIndexTraderuint256 collectionPriceSideuint256 makerFeeRecipientRate
Execution721Packed(bytes32 orderHashuint256 tokenIdListingIndexTraderuint256 collectionPriceSide
Execution721TakerFeePacked(bytes32 orderHashuint256 tokenIdListingIndexTraderuint256 collectionPriceSideuint256 takerFeeRecipientRate
Initialized(uint8 version
NewBlockRange(uint256 blockRange
NewGovernor(address indexed governor
NewProtocolFee(address indexed recipientuint16 indexed rate
NonceIncremented(address indexed useruint256 newNonce
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetOracle(address indexed userbool approved
Upgraded(address indexed implementation
Constructor
constructor(address delegateaddress pooladdress proxy
Fallback and receive
receive(
Errors
ETHTransferFailed(
ExpiredOracleSignature(
InsufficientFunds(
InvalidDomain(
InvalidOracleSignature(
InvalidOrder(
OrderFulfilled(
PoolDepositFailed(
PoolTransferFailed(
PoolWithdrawFromFailed(
ProtocolFeeTooHigh(
TokenTransferFailed(
Unauthorized(
UnauthorizedOracle(