ArtBlocksBroker
Verified contract
Active on
Ethereum with 637 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,730.78)
Native
Value
$7,730.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.1507 | $3,594.54 |
$7,730.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14932687 | 2 years ago | | | 0 | 0.0013358799 | |
| 14932667 | 2 years ago | | | 0.2 | 0.0014285880 | |
| 14135328 | 3 years ago | | | 0 | 0.0070643584 | |
| 14130025 | 3 years ago | | | 0.4 | 0.0063095596 | |
| 13778910 | 3 years ago | | | 0 | 0.0034514158 | |
| 13710283 | 3 years ago | | | 0 | 0.0058546025 | |
| 13710111 | 3 years ago | | | 0.15 | 0.0081957114 | |
| 13629407 | 3 years ago | | | 0 | 0.0041588882 | |
| 13629074 | 3 years ago | | | 1.08 | 0.0083752772 | |
| 13577350 | 3 years ago | | | 0 | 0.0037672800 |
ABI
ABI objects
Getter at block 21289320
ARTBLOCKS_FACTORY() view returns (address)
0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270
artBlocksBrokerFeeBips() view returns (uint256)
100
coordinator() view returns (address)
0xc87f98bc399fd19f86affae85d80e150ce92f170
profitReceiver() view returns (address)
0xc87f98bc399fd19f86affae85d80e150ce92f170
Read-only
balances(address) view returns (uint256)
orders(address, uint256) view returns (uint128 priceInWeiEach, uint128 quantity)
viewOrder(address _user, uint256 _artBlocksProjectId) view returns (struct ArtBlocksBrokerOrder)
viewOrders(address[] _users, uint256[] _artBlocksProjectIds) view returns (struct ArtBlocksBrokerOrder[])
State-modifying
Events cancelOrder(uint256 _artBlocksProjectId)
changeArtBlocksBrokerFeeBips(uint256 _newArtBlocksBrokerFeeBips)
changeCoordinator(address _newCoordinator)
changeProfitReceiver(address _newProfitReceiver)
fulfillMultipleOrders(address[] _user, uint256[] _artBlocksProjectId, uint256[] _tokenId, uint256[] _expectedPriceInWeiEach, address[] _profitTo, bool[] _sendNow) returns (uint256[])
fulfillOrder(address _user, uint256 _artBlocksProjectId, uint256 _tokenId, uint256 _expectedPriceInWeiEach, address _profitTo, bool _sendNow) returns (uint256)
placeOrder(uint256 _artBlocksProjectId, uint128 _quantity) payable
withdraw()
Action(address indexed _user, uint256 indexed _artBlocksProjectId, uint256 _priceInWeiEach, uint256 _quantity, string _action, uint256 _optionalTokenId)
constructor(address _profitReceiver, uint256 _artBlocksBrokerFeeBips)
This contract contains no fallback and receive objects.
This contract contains no error objects.