NFTXMarketplace0xZap
Verified contract
Active on
Ethereum with 13,524 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000008 | $3,342.07 |
$0.03 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20918048 | 2 months ago | | | 0.14119287 | 0.0058934009 | |
| 20482787 | 3 months ago | | | 0.11593788 | 0.00099225338 | |
| 20431717 | 4 months ago | | | 0 | 0.00031718705 | |
| 20431715 | 4 months ago | | | 0 | 0.0022035884 | |
| 20431124 | 4 months ago | | | 0.070432813 | 0.0016750355 | |
| 20430377 | 4 months ago | | | 0.044308352 | 0.0037079706 | |
| 20429886 | 4 months ago | | | 0 | 0.0023379351 | |
| 20429726 | 4 months ago | | | 0 | 0.0021830513 | |
| 20429463 | 4 months ago | | | 0 | 0.0041966420 | |
| 20425304 | 4 months ago | | | 0.08078326 | 0.0024522209 |
ABI
ABI objects
Getter at block 21249021
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
dustThreshold() view returns (uint256)
1000000000
feeDistributor() view returns (address)
0xfd8a76dc204e461db5da4f38687adc9cc5ae4a86
nftxFactory() view returns (address)
0xbe86f647b167567525ccaafcd6f881f1ee558216
owner() view returns (address)
0x673a039f6a959fa9db65d16781e6defde30375d9
paused() view returns (bool)
false
Read-only
nftxVaultAddresses(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyAndRedeem(uint256 vaultId, uint256 amount, uint256[] specificIds, bytes swapCallData, address to) payable
buyAndSwap1155(uint256 vaultId, uint256[] idsIn, uint256[] amounts, uint256[] specificIds, bytes swapCallData, address to) payable
buyAndSwap721(uint256 vaultId, uint256[] idsIn, uint256[] specificIds, bytes swapCallData, address to) payable
mintAndSell1155(uint256 vaultId, uint256[] ids, uint256[] amounts, bytes swapCallData, address to)
mintAndSell721(uint256 vaultId, uint256[] ids, bytes swapCallData, address to)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause(bool _paused)
renounceOwnership()
rescue(address token)
setDustThreshold(uint256 _dustThreshold)
transferOwnership(address newOwner)
Buy(uint256 count, uint256 ethSpent, address to)
DustReturned(uint256 ethAmount, uint256 vTokenAmount, address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sell(uint256 count, uint256 ethReceived, address to)
Swap(uint256 count, uint256 ethSpent, address to)
constructor(address _nftxFactory, address _WETH, address _swapTarget, uint256 _dustThreshold)
receive()
This contract contains no error objects.