Balances ($0.00)
No balances found for "Trade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13533644 | 3 years ago | | | 0 | 0.0078447626 | |
| 13516537 | 3 years ago | | | 0 | 0.043321824 | |
| 13516444 | 3 years ago | | | 0 | 0.041641236 | |
| 13507890 | 3 years ago | | | 0 | 0.074899912 | |
| 13487954 | 3 years ago | | | 0 | 0.015272613 | |
| 13467992 | 3 years ago | | | 0 | 0.011450886 | |
| 13465903 | 3 years ago | | | 0 | 0.0039854551 | |
| 13465466 | 3 years ago | | | 0 | 0.0049283918 | |
| 13465444 | 3 years ago | | | 0 | 0.0038201767 | |
| 13465434 | 3 years ago | | | 0 | 0.015633110 |
ABI
ABI objects
Getter at block 21300090
buyerServiceFee() view returns (uint8)
10
owner() view returns (address)
0x0de5e3c9d6761eda5d9dee09fe49e889ad3dbeb9
sellerServiceFee() view returns (uint8)
10
transferProxy() view returns (address)
0x3595ca1db648e8f074c97cd2ede6d59b82913fe7
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyAsset(struct TradeOrder order, struct TradeSign sign) returns (bool)
executeBid(struct TradeOrder order, struct TradeSign sign) returns (bool)
ownerTransfership(address newOwner) returns (bool)
setBuyerServiceFee(uint8 _buyerFee) returns (bool)
setSellerServiceFee(uint8 _sellerFee) returns (bool)
BuyAsset(address indexed assetOwner, uint256 indexed tokenId, uint256 quantity, address indexed buyer)
BuyerFee(uint8 buyerFee)
ExecuteBid(address indexed assetOwner, uint256 indexed tokenId, uint256 quantity, address indexed buyer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellerFee(uint8 sellerFee)
constructor(uint8 _buyerFee, uint8 _sellerFee, address _transferProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.