Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd59c…9f93
Balances ($0.00)
No balances found for "Trade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17564102 | a year ago | | | 0 | 0.0031402712 | |
| 17215895 | 2 years ago | | | 0 | 0.015279581 | |
| 17038936 | 2 years ago | | | 0 | 0.0062766974 | |
| 17018279 | 2 years ago | | | 0 | 0.0011618298 | |
| 17014281 | 2 years ago | | | 0 | 0.00087280930 | |
| 17014274 | 2 years ago | | | 0 | 0.0038236870 | |
| 17009694 | 2 years ago | | | 0 | 0.0036632347 | |
| 17005252 | 2 years ago | | | 0 | 0.0010756138 | |
| 17005246 | 2 years ago | | | 0 | 0.00099862814 | |
| 17001729 | 2 years ago | | | 0 | 0.0036968693 |
ABI
ABI objects
Getter at block 21307683
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
buyerServiceFee() view returns (uint8)
0
owner() view returns (address)
0x364ecd7fbb15b62d667a68c216755fb3b6195633
sellerServiceFee() view returns (uint8)
25
signer() view returns (address)
0x86fb994c2bac71bb51a496c9cc96434b89776f79
transferProxy() view returns (address)
0xd59c1c5652ebc95fe034af5523c79ab4acd19f93
Read-only
addressRefBy(address) view returns (address)
addressRefRewards(address, address) view returns (uint256)
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, struct TradeReferral referral)
changeSigner(address newSigner)
executeBid(struct TradeOrder order, struct TradeSign sign, struct TradeReferral referral)
grantRole(bytes32 role, address account)
mintAndBuyAsset(struct TradeOrder order, struct TradeSign sign, struct TradeSign ownerSign, struct TradeReferral referral)
mintAndExecuteBid(struct TradeOrder order, struct TradeSign sign, struct TradeSign ownerSign, struct TradeReferral referral)
pause()
putOnSale(struct TradeSignOrder signOrder, uint256 nonce)
removeFromSale(uint256 nonce)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBuyerServiceFee(uint8 _buyerFee)
setSellerServiceFee(uint8 _sellerFee)
transferOwnership(address newOwner)
unpause()
withdraw(address tokenAddress)
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)
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)
SignerChanged(address indexed previousSigner, address indexed newSigner)
constructor(uint8 _buyerFee, uint8 _sellerFee, address _transferProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.