ERC721LimitOrder
Verified contract
Active on
Ethereum with 281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($511.97)
Native
Value
$511.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2042 | $2,507.18 |
$511.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16935524 | 2 years ago | | | 0 | 0.0013847113 | |
| 13237118 | 3 years ago | | | 0 | 0.0026743846 | |
| 13230782 | 3 years ago | | | 0 | 0.0019087332 | |
| 13225445 | 3 years ago | | | 0 | 0.0022286429 | |
| 13225324 | 3 years ago | | | 0 | 0.0024973427 | |
| 13225143 | 3 years ago | | | 0 | 0.0028934682 | |
| 13225126 | 3 years ago | | | 0 | 0.0025132134 | |
| 13225106 | 3 years ago | | | 0 | 0.0025953649 | |
| 13225017 | 3 years ago | | | 0 | 0.0028399538 | |
| 13225014 | 3 years ago | | | 0 | 0.0029107701 |
ABI
ABI objects
Getter at block 21098462
botFeeBips() view returns (uint256)
100
coordinator() view returns (address)
0xc87f98bc399fd19f86affae85d80e150ce92f170
profitReceiver() view returns (address)
0xc87f98bc399fd19f86affae85d80e150ce92f170
Read-only
orders(address, address) view returns (uint128 priceInWeiEach, uint128 quantity)
viewOrder(address _user, address _tokenAddress) view returns (struct ERC721LimitOrderOrder)
viewOrders(address[] _users, address[] _tokenAddresses) view returns (struct ERC721LimitOrderOrder[])
State-modifying
Events cancelOrder(address _tokenAddress)
changeBotFeeBips(uint256 _newBotFeeBips)
changeCoordinator(address _newCoordinator)
changeProfitReceiver(address _newProfitReceiver)
fillMultipleOrders(address[] _users, address _tokenAddress, uint256[] _tokenIds, uint256[] _expectedPriceInWeiEach, address _profitTo, bool _sendNow) returns (uint256[])
fillOrder(address _user, address _tokenAddress, uint256 _tokenId, uint256 _expectedPriceInWeiEach, address _profitTo, bool _sendNow) returns (uint256)
placeOrder(address _tokenAddress, uint128 _quantity) payable
Action(address indexed user, address indexed tokenAddress, uint256 priceInWeiEach, uint256 quantity, string action, uint256 optionalTokenId)
constructor(address _profitReceiver, uint256 _botFeeBips)
This contract contains no fallback and receive objects.
This contract contains no error objects.