InfinityExchange
Verified contract
Active on
Ethereum with 332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13.41)
Native
Value
$13.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00345 | $3,886.17 |
$13.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16384666 | 2 years ago | | | 0 | 0.0071957337 | |
| 16278789 | 2 years ago | | | 0 | 0.0061428699 | |
| 16278756 | 2 years ago | | | 0 | 0.0020582084 | |
| 15877758 | 2 years ago | | | 0.008 | 0.0031057400 | |
| 15877723 | 2 years ago | | | 0.001 | 0.0041821680 | |
| 15877657 | 2 years ago | | | 0.009 | 0.0017732130 | |
| 15868659 | 2 years ago | | | 0 | 0.0014385953 | |
| 15847995 | 2 years ago | | | 0 | 0.0018119201 | |
| 15847987 | 2 years ago | | | 0 | 0.0021946124 | |
| 15830367 | 2 years ago | | | 0.01 | 0.0016776261 |
ABI
ABI objects
Getter at block 21388997
MAX_PROTOCOL_FEE_BPS() view returns (uint32)
2000
MAX_WETH_TRANSFER_GAS_UNITS() view returns (uint32)
200000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
matchExecutor() view returns (address)
0x31ae855ca3ee0413da86eca2f877ddd0da30e703
owner() view returns (address)
0xb81819ef1e84f04b6eb7ad210677936688ba3123
paused() view returns (bool)
true
protocolFeeBps() view returns (uint32)
250
wethTransferGasUnits() view returns (uint32)
50000
Read-only
isNonceValid(address user, uint256 nonce) view returns (bool)
isUserOrderNonceExecutedOrCancelled(address, uint256) view returns (bool)
userMinOrderNonce(address) view returns (uint256)
State-modifying
Events cancelAllOrders(uint256 minNonce)
cancelMultipleOrders(uint256[] orderNonces)
matchOneToManyOrders(struct OrderTypesMakerOrder makerOrder, struct OrderTypesMakerOrder[] manyMakerOrders)
matchOneToOneOrders(struct OrderTypesMakerOrder[] makerOrders1, struct OrderTypesMakerOrder[] makerOrders2)
matchOrders(struct OrderTypesMakerOrder[] sells, struct OrderTypesMakerOrder[] buys, struct OrderTypesOrderItem[][] constructs)
pause()
renounceOwnership()
takeMultipleOneOrders(struct OrderTypesMakerOrder[] makerOrders) payable
takeOrders(struct OrderTypesMakerOrder[] makerOrders, struct OrderTypesOrderItem[][] takerNfts) payable
transferMultipleNFTs(address to, struct OrderTypesOrderItem[] items)
transferOwnership(address newOwner)
unpause()
updateMatchExecutor(address _matchExecutor)
updateProtocolFee(uint32 _newProtocolFeeBps)
updateWethTransferGas(uint32 _newWethTransferGasUnits)
withdrawETH(address destination)
withdrawTokens(address destination, address currency, uint256 amount)
CancelAllOrders(address indexed user, uint256 newMinNonce)
CancelMultipleOrders(address indexed user, uint256[] orderNonces)
ERC20Withdrawn(address indexed destination, address indexed currency, uint256 amount)
ETHWithdrawn(address indexed destination, uint256 amount)
MatchExecutorUpdated(address indexed matchExecutor)
MatchOrderFulfilled(bytes32 sellOrderHash, bytes32 buyOrderHash, address indexed seller, address indexed buyer, address complication, address indexed currency, uint256 amount, struct OrderTypesOrderItem[] nfts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProtocolFeeUpdated(uint32 protocolFee)
TakeOrderFulfilled(bytes32 orderHash, address indexed seller, address indexed buyer, address complication, address indexed currency, uint256 amount, struct OrderTypesOrderItem[] nfts)
Unpaused(address account)
WethTransferGasUnitsUpdated(uint32 wethTransferGasUnits)
constructor(address _weth, address _matchExecutor)
This contract contains no fallback and receive objects.
This contract contains no error objects.