Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Exchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17317004 | a year ago | | | 0 | 0.0016717915 | |
| 17276253 | a year ago | | | 0 | 0.0086369519 | |
| 17276239 | a year ago | | | 0 | 0.0097232757 | |
| 17253751 | a year ago | | | 0 | 0.010315149 | |
| 17177820 | 2 years ago | | | 0 | 0.017492495 | |
| 17158684 | 2 years ago | | | 0 | 0.0075212216 | |
| 17158672 | 2 years ago | | | 0 | 0.0077665657 | |
| 17120252 | 2 years ago | | | 0 | 0.0072279051 | |
| 17120227 | 2 years ago | | | 0 | 0.0079561750 | |
| 17053973 | 2 years ago | | | 0 | 0.0052918390 |
ABI
ABI objects
Getter at block 21171195
ADMIN() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PURCHASER() view returns (bytes32)
0x8654b55daeed86ba3c7fbcfbe4538a4b3b1db27fe023d3c19acd1ecb09a8336f
SIGNER() view returns (bytes32)
0x2aeb38be3df14d720aeb10a2de6df09b0fb3cd5c5ec256283a22d4593110ca40
feeDecimals() view returns (uint256)
10000
feePercentage() view returns (uint256)
200
feeReceiver() view returns (address)
0xaa17dfb19b7f0733d49a3492fd3d806b02c39cf0
getContractHash() view returns (bytes32)
0xcc9ed03cad784f8d12e34486f5a737ed4754b73340aeaaaddf9657f4a2ddb5f0
paused() view returns (bool)
true
paymentArbiter() view returns (address)
0xeeb07bb6ca37f23a82719d523a2e96cd3ad6e10c
paymentTokensAdded() view returns (uint8)
0
royaltyRegistry() view returns (address)
0xad2184fb5dbcfc05d8f056542fb25b04fa32a95d
Read-only
canceled(bytes32) view returns (bool)
getFee(uint256 price) view returns (uint256)
getNiftyOfferSigner(struct ExchangeOffer sellOffer, address counterParty, bytes sig) view returns (address)
getOfferSigner(struct ExchangeOffer offer, bytes sig) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
hashNIFTYOffer(struct ExchangeOffer offer, address counterParty) view returns (bytes32)
hashOffer(struct ExchangeOffer offer) view returns (bytes32)
nonces(address, bytes32) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
validateNiftySignature(struct ExchangeOffer offer, address counterParty, bytes sig) view returns (bool)
validateOfferSignature(struct ExchangeOffer offer, bytes sig) view returns (bool)
State-modifying
Events cancelOffer(struct ExchangeOffer offer)
completeOffer(struct ExchangeOffer offer, bytes signature, bytes niftysSig)
completePurchaseFor(struct ExchangeOffer offer, bytes signature, address receiver)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeePercentage(uint256 _feePercentage)
setFeeReceiver(address a)
setPaymentArbiter(address a)
setRoyaltyRegistry(address _registry)
unpause()
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
canceledOffer(bytes32 nonce, address signer)
completedOffer(bytes32 nonce, address signer, address counterParty, uint256 fee)
constructor(address _paymentArbiter, address _registry)
This contract contains no fallback and receive objects.
CancelledOffer()
ExpiredOffer()
InvalidNonce()
InvalidSender()
InvalidSignature()
OfferMustBeSale()
SenderIsNotSigner()