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) |
---|---|---|---|---|---|---|---|
| 19644399 | 7 months ago | | | 0 | 0.0042649530 | |
| 19355199 | 8 months ago | | | 0 | 0.017009047 | |
| 19280682 | 9 months ago | | | 0 | 0.011265056 | |
| 18369547 | a year ago | | | 0 | 0.0028081170 | |
| 18369538 | a year ago | | | 0 | 0.0020853837 | |
| 18369509 | a year ago | | | 0 | 0.0029396418 | |
| 18140765 | a year ago | | | 0 | 0.0037719128 | |
| 18140693 | a year ago | | | 0 | 0.0043606762 | |
| 18140679 | a year ago | | | 0 | 0.0044375939 | |
| 18140666 | a year ago | | | 0 | 0.0041407508 |
ABI
ABI objects
Getter at block 21187267
buyerServiceFee() view returns (uint8)
25
owner() view returns (address)
0x37e3f327adf15de0c7a07210116993d727e2a3e4
sellerServiceFee() view returns (uint8)
25
transferProxy() view returns (address)
0xf32cefb83d0f91610a441356701c9547fa5031a7
Read-only
minter(address account) view returns (bool)
State-modifying
Events addMinters(address account) returns (bool)
buyAsset(struct TradeOrder order, struct TradeSign sign) returns (struct TradeFee)
executeBid(struct TradeOrder order, struct TradeSign sign) returns (bool)
mint(address nftAddress, uint8 nftType, string tokenURI, uint256 supply, address[] recipient, uint256[] royaltyFee) returns (bool)
mintAndBuyAsset(struct TradeOrder order, struct TradeSign sign) returns (bool)
mintAndExecuteBid(struct TradeOrder order, struct TradeSign sign) returns (bool)
removeMinters(address account) 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)
MintersAdded(address indexed minters)
MintersRemoved(address indexed minters)
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.