TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 5,557 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x248b…07ba
-
variable spans 45 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 36 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756737 | 2 hours ago | | | 0 | 9.3742207e-7 | |
| 22756706 | 2 hours ago | | | 0 | 9.3742207e-7 | |
| 22753385 | 3 hours ago | | | 0.105 | 0.0000040794821 | |
| 22742075 | 10 hours ago | | | 0 | 0.000000600739914240 | |
| 22725930 | 19 hours ago | | | 0 | 0.000000088181885952 | |
| 22725876 | 19 hours ago | | | 0 | 0.000000087665927040 | |
| 22725326 | 19 hours ago | | | 0 | 1.2935512e-7 | |
| 22708185 | a day ago | | | 0 | 9.4082631e-7 | |
| 22708127 | a day ago | | | 0 | 9.4064714e-7 | |
| 22708103 | a day ago | | | 0 | 9.4100548e-7 |
ABI
ABI objects
Getter at block 22759534
owner() view returns (address)
0x256effcea2ab308d31e318728d2615545171d85b
protocolFee() view returns (address receiver, uint48 buyerAmount, uint48 sellerAmount)
(receiver=0x0000000000000000000000000000000000000000, buyerAmount=0, sellerAmount=0)
royaltiesRegistry() view returns (address)
0x248b46beb66b3078d771a9e7e5a0a0216d0d07ba
Read-only
fills(bytes32) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.