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 "Trade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16376718 | 2 years ago | | | 0 | 0.0099450260 | |
| 16376584 | 2 years ago | | | 0 | 0.0032909820 | |
| 16197389 | 2 years ago | | | 0 | 0.00087395798 |
ABI
ABI objects
Getter at block 21181245
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
buyerServiceFee() view returns (uint8)
1
owner() view returns (address)
0x13b7da9fd4dd734a2bc5e424aa1bdfd1b549449e
sellerServiceFee() view returns (uint8)
1
transferProxy() view returns (address)
0x87bd101982eb9e55d17f025f4877c93c835e3378
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyAsset(struct TradeOrder order, struct TradeSign sign) returns (bool)
executeBid(struct TradeOrder order, struct TradeSign sign) returns (bool)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBuyerServiceFee(uint8 _buyerFee) returns (bool)
setSellerServiceFee(uint8 _sellerFee) returns (bool)
transferOwnership(address newOwner) returns (bool)
BuyAsset(address nftAddress, address indexed assetOwner, uint256 indexed tokenId, uint256 quantity, address indexed buyer)
BuyerFee(uint8 buyerFee)
ExecuteBid(address nftAddress, address indexed assetOwner, uint256 indexed tokenId, uint256 quantity, address indexed buyer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
SellerFee(uint8 sellerFee)
constructor(uint8 _buyerFee, uint8 _sellerFee, address _transferProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.