Balances ($0.00)
No balances found for "Trade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14748660 | 3 years ago | | | 0 | 0.014994213 | |
| 14748017 | 3 years ago | | | 0 | 0.0097893090 | |
| 14723188 | 3 years ago | | | 0 | 0.013122251 | |
| 14722831 | 3 years ago | | | 0 | 0.010576467 | |
| 14722479 | 3 years ago | | | 0 | 0.010712709 | |
| 14698790 | 3 years ago | | | 0 | 0.0041315682 | |
| 14672299 | 3 years ago | | | 0 | 0.0010307758 |
ABI
ABI objects
Getter at block 21405481
buyerServiceFee() view returns (uint8)
25
owner() view returns (address)
0xbd21a042b469790a028c9d46eb11db6f6f1fb8a9
sellerServiceFee() view returns (uint8)
25
transferProxy() view returns (address)
0x26769477fcf35036cdd2dacf5404df3a2b8ffccb
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)
mintAndBuyAsset(struct TradeOrder order, struct TradeSign ownerSign, struct TradeSign sign) returns (bool)
mintAndExecuteBid(struct TradeOrder order, struct TradeSign ownerSign, struct TradeSign sign) returns (bool)
setBuyerServiceFee(uint8 _buyerFee) returns (bool)
setSellerServiceFee(uint8 _sellerFee) returns (bool)
transferOwnership(address newOwner) 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.