MarketNG
Verified contract
Active on
Ethereum with 6,875 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,353.00)
Native
Value
$21.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00628 | $3,422.10 |
$21.49 | |
WETH | ERC-20 | 0.38888 | $3,423.95 |
$1,331.51 | |
BFAC | ERC-721 | 1 | -- | -- | |
MTKL1 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251831 | 12 hours ago | | | 0 | 0.0018707849 | |
| 21251771 | 13 hours ago | | | 0 | 0.0013563304 | |
| 21251714 | 13 hours ago | | | 0 | 0.0023851290 | |
| 21251706 | 13 hours ago | | | 0 | 0.0015567151 | |
| 21251583 | 13 hours ago | | | 0 | 0.0029385631 | |
| 21251572 | 13 hours ago | | | 0 | 0.0017272143 | |
| 21251425 | 14 hours ago | | | 0 | 0.0022276336 | |
| 21241608 | 2 days ago | | | 0 | 0.00093237180 | |
| 21234326 | 3 days ago | | | 0.3 | 0.018525601 | |
| 21234315 | 3 days ago | | | 0.3 | 0.019015628 |
ABI
ABI objects
Getter at block 21255506
KIND_AUCTION() view returns (uint8)
3
KIND_BUY() view returns (uint8)
2
KIND_SELL() view returns (uint8)
1
OP_ACCEPT_AUCTION() view returns (uint8)
9
OP_ACCEPT_BUY() view returns (uint8)
4
OP_BID() view returns (uint8)
7
OP_BUY() view returns (uint8)
3
OP_CANCEL_BUY() view returns (uint8)
5
OP_COMPLETE_AUCTION() view returns (uint8)
8
OP_COMPLETE_BUY() view returns (uint8)
2
OP_COMPLETE_SELL() view returns (uint8)
1
OP_MAX() view returns (uint8)
10
OP_MIN() view returns (uint8)
0
OP_REJECT_BUY() view returns (uint8)
6
RATE_BASE() view returns (uint256)
1000000
STATUS_CANCELLED() view returns (uint8)
2
STATUS_DONE() view returns (uint8)
1
STATUS_OPEN() view returns (uint8)
0
TOKEN_1155() view returns (uint8)
2
TOKEN_721() view returns (uint8)
1
TOKEN_MINT() view returns (uint8)
0
minAuctionDuration() view returns (uint256)
600
minAuctionIncrement() view returns (uint256)
50000
owner() view returns (address)
0x079a889eb69013d451ecf45377258948116e2b3e
paused() view returns (bool)
false
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
couponSpent(uint256) view returns (bool)
hasInv(uint256 id) view returns (bool)
hasSignedIntention(uint8 op) pure returns (bool)
inventories(uint256) view returns (address seller, address buyer, address currency, uint256 price, uint256 netPrice, uint256 deadline, uint8 kind, uint8 status)
inventoryTokenCounts(uint256) view returns (uint256)
inventoryTokens(uint256, uint256) view returns (address token, uint256 tokenId, uint256 amount, uint8 kind, bytes mintData)
isAuction(uint256 id) view returns (bool)
isAuctionOpen(uint256 id) view returns (bool)
isBundleApproved(uint256 invId, address owner) view returns (bool)
isBuy(uint256 id) view returns (bool)
isBuyOpen(uint256 id) view returns (bool)
isExpired(uint256 id) view returns (bool)
isSell(uint256 id) view returns (bool)
isSignatureValid(bytes signature, bytes32 hash, address signer) pure returns (bool)
isStatusOpen(uint256 id) view returns (bool)
marketSigners(address) view returns (bool)
onERC1155BatchReceived(address operator, address from, uint256[] ids, uint256[] values, bytes data) view returns (bytes4)
onERC1155Received(address operator, address from, uint256 id, uint256 value, bytes data) view returns (bytes4)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) view returns (bytes4)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events cancelBuys(uint256[] ids)
emergencyCancelAuction(uint256 id, bool noBundle)
inCaseMoneyGetsStuck(address to, address currency, uint256 amount)
pause()
renounceOwnership()
run(struct MarketNGIntention intent, struct MarketNGDetail detail, bytes sigIntent, bytes sigDetail) payable
send(address to, struct MarketNGPair721[] tokens)
swap(struct MarketNGSwap req, bytes signature)
transferOwnership(address newOwner)
unpause()
updateSettings(uint256 minAuctionIncrement_, uint256 minAuctionDuration_)
updateSigner(address addr, bool remove)
EvAuctionRefund(uint256 indexed id, address bidder, uint256 refund)
EvCouponSpent(uint256 indexed id, uint256 indexed couponId)
EvInventoryUpdate(uint256 indexed id, struct MarketNGInventory inventory)
EvMarketSignerUpdate(address addr, bool isRemoval)
EvSettingsUpdated()
EvSwapped(struct MarketNGSwap req, bytes signature, address swapper)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address weth_)
receive()
This contract contains no error objects.