ERC1155ExchangeV0
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC1155ExchangeV0"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC1155ExchangeV0"
ABI
ABI objects
Getter at block 21225408
DOMAIN_SEPARATOR() view returns (bytes32)
0x0a78cb80e423556d2fa7f57eb92f531694cecc2bf166c00fbe4077155ed49d66
factory() view returns (address)
0x45c2f9746360c0b343769c6215837030b90b1fdf
Read-only
amountFilled(bytes32) view returns (uint256)
approvedBidHash(address proxy, bytes32 askHash, address bidder) view returns (bytes32 bidHash)
bestBid(bytes32) view returns (address bidder, uint256 amount, uint256 price, address recipient, address referrer, uint256 timestamp)
canTrade(address nft) view returns (bool)
isCancelledOrClaimed(bytes32) view returns (bool)
State-modifying
Events bid(struct OrdersAsk askOrder, struct OrdersBid bidOrder) returns (bool executed)
bid(struct OrdersAsk askOrder, uint256 bidAmount, uint256 bidPrice, address bidRecipient, address bidReferrer) returns (bool executed)
cancel(struct OrdersAsk order)
claim(struct OrdersAsk askOrder)
updateApprovedBidHash(bytes32 askHash, address bidder, bytes32 bidHash)
Bid(bytes32 indexed hash, address bidder, uint256 amount, uint256 price, address recipient, address referrer)
Cancel(bytes32 indexed hash)
Claim(bytes32 indexed hash, address bidder, uint256 amount, uint256 price, address recipient, address referrer)
UpdateApprovedBidHash(address indexed proxy, bytes32 indexed askHash, address indexed bidder, bytes32 bidHash)
constructor(address factory_)
This contract contains no fallback and receive objects.
This contract contains no error objects.