OrderBook
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "OrderBook"
ABI
ABI objects
Getter at block 21205770
collectorsFee() view returns (uint256)
0
isp() view returns (address)
0x0000000000000000000000000000000000000000
listingFee() view returns (uint256)
0
mgd() view returns (address)
0x0000000000000000000000000000000000000000
mintFee() view returns (uint256)
0
openListings() view returns (bool)
false
orderCounter() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
withdrawAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
listedBefore(uint256) view returns (bool)
orders(uint256) view returns (uint256 tokenId, uint256 askingPrice, uint256 amount, address creator, address token, address nft, bool orderValid, bool lookingFor, bool splitPayable)
primaryTracker(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancelOrder(uint256 _orderId)
createOrderExisting(uint256 _tokenId, uint256 _askingPrice, uint256 _amount, address _token, address _nft, bool _lookingFor) payable returns (uint256)
createOrderNew(string _orgName, string _metadataUri, address _royaltyReceiver, address _token, address _for, uint256 _askingPrice, uint256 _issues, uint24 _royalty, bool _splitPayable) returns (uint256)
fulfillOrder(uint256 _orderId, uint256 _numberOfIssues, bool _splitPayable) payable
initialize(address _mgdContract, address _withdrawAddress)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setCollectorsFee(uint256 _fee)
setFeeAdd(address _add)
setListingFee(uint256 _fee)
setMintFee(uint256 _fee)
transferOwnership(address newOwner)
unlockPlatform()
OrderCanceled(uint256 indexed _orderId)
OrderFulfilled(uint256 indexed orderID, uint256 salePrice, uint256 platformFee, uint256 royaltyAmount, address indexed royaltyReceiver, uint256 amountSold, bool isPrimaryMarket, address indexed fulfilledBy)
OrderPlaced(uint256 indexed tokenID, uint256 indexed orderID, uint256 indexed askingPrice, uint256 amountForSale, address account, address token, bool lookingFor, bool primary)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.