ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum
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 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
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APU | ERC-20 | 1 | $0.000842 |
$0 | |
THC | ERC-721 | 1 | -- | -- | |
MCPEPES | ERC-721 | 1 | -- | -- | |
MCPEPES | ERC-721 | 1 | -- | -- | |
MCPEPES | ERC-721 | 1 | -- | -- | |
MCPEPES | ERC-721 | 1 | -- | -- | |
MCPEPES | ERC-721 | 1 | -- | -- | |
PARA-HL | ERC-721 | 1 | -- | -- | |
HIGH | ERC-721 | 1 | -- | -- | |
ARCHQ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263520 | a few seconds ago | | | 0 | 0.0014237062 | |
| 21263513 | 2 minutes ago | | | 0 | 0.00039876496 | |
| 21263509 | 3 minutes ago | | | 0 | 0.00036104892 | |
| 21263507 | 3 minutes ago | | | 0 | 0.0012863777 | |
| 21263501 | 4 minutes ago | | | 0.35 | 0.0011662391 | |
| 21263488 | 7 minutes ago | | | 0 | 0.00036536676 | |
| 21263488 | 7 minutes ago | | | 0 | 0.0024034367 | |
| 21263487 | 7 minutes ago | | | 0.04615 | 0.00041387195 | |
| 21263466 | 11 minutes ago | | | 0 | 0.0016157319 | |
| 21263449 | 15 minutes ago | | | 0.108899 | 0.0017531265 |
ABI
ABI objects
Getter at block 21263520 proxiableUUID() view returns (bytes32)
blockRange() view returns (uint256)
30
governor() view returns (address)
0x0000000000000000000000000000000000000000
information() view returns (string version, bytes32 domainSeparator)
(version=1.0, domainSeparator=0xdd526a4e59bb74d0e4e4ab849ded32647b3bcf1df3acc01f4c21e76a8018c7c9)
owner() view returns (address)
0xfa9fb502534761dbddacf5b7e2aa84684815f1bb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFee() view returns (address recipient, uint16 rate)
(recipient=0x0000000000000000000000000000000000000000, rate=0)
verifyDomain() view
()
Read-only
amountTaken(address, bytes32, uint256) view returns (uint256)
hashListing(struct Listing listing) pure returns (bytes32)
hashOrder(struct Order order, uint8 orderType) view returns (bytes32)
hashTakeAsk(struct TakeAsk inputs, address _caller) pure returns (bytes32)
hashTakeAskSingle(struct TakeAskSingle inputs, address _caller) pure returns (bytes32)
hashTakeBid(struct TakeBid inputs, address _caller) pure returns (bytes32)
hashTakeBidSingle(struct TakeBidSingle inputs, address _caller) pure returns (bytes32)
nonces(address) view returns (uint256)
oracles(address) view returns (uint256)
State-modifying
Events acceptOwnership()
cancelTrades(struct Cancel[] cancels)
incrementNonce()
initialize()
renounceOwnership()
setBlockRange(uint256 _blockRange)
setGovernor(address _governor)
setOracle(address oracle, bool approved)
setProtocolFee(address recipient, uint16 rate)
takeAsk(struct TakeAsk inputs, bytes oracleSignature) payable
takeAskPool(struct TakeAsk inputs, bytes oracleSignature, uint256 amountToWithdraw) payable
takeAskSingle(struct TakeAskSingle inputs, bytes oracleSignature) payable
takeAskSinglePool(struct TakeAskSingle inputs, bytes oracleSignature, uint256 amountToWithdraw) payable
takeBid(struct TakeBid inputs, bytes oracleSignature)
takeBidSingle(struct TakeBidSingle inputs, bytes oracleSignature)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CancelTrade(address indexed user, bytes32 hash, uint256 index, uint256 amount)
Execution(struct Transfer transfer, bytes32 orderHash, uint256 listingIndex, uint256 price, struct FeeRate makerFee, struct Fees fees, uint8 orderType)
Execution721MakerFeePacked(bytes32 orderHash, uint256 tokenIdListingIndexTrader, uint256 collectionPriceSide, uint256 makerFeeRecipientRate)
Execution721Packed(bytes32 orderHash, uint256 tokenIdListingIndexTrader, uint256 collectionPriceSide)
Execution721TakerFeePacked(bytes32 orderHash, uint256 tokenIdListingIndexTrader, uint256 collectionPriceSide, uint256 takerFeeRecipientRate)
Initialized(uint8 version)
NewBlockRange(uint256 blockRange)
NewGovernor(address indexed governor)
NewProtocolFee(address indexed recipient, uint16 indexed rate)
NonceIncremented(address indexed user, uint256 newNonce)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetOracle(address indexed user, bool approved)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
ETHTransferFailed()
ExpiredOracleSignature()
InsufficientFunds()
InvalidDomain()
InvalidOracleSignature()
InvalidOrder()
OrderFulfilled()
PoolDepositFailed()
PoolTransferFailed()
PoolWithdrawFromFailed()
ProtocolFeeTooHigh()
TokenTransferFailed()
Unauthorized()
UnauthorizedOracle()