NFT_Market
Verified contract
Active on
Ethereum with 442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- | |
DYPs | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13576439 | 3 years ago | | | 0 | 0.019801152 | |
| 13437767 | 3 years ago | | | 0 | 0.0038280000 | |
| 13293139 | 3 years ago | | | 0 | 0.0091413196 | |
| 13292869 | 3 years ago | | | 0 | 0.011374206 | |
| 13125629 | 3 years ago | | | 0 | 0.020477885 | |
| 13125539 | 3 years ago | | | 0 | 0.016334236 | |
| 13125524 | 3 years ago | | | 0 | 0.0033322124 | |
| 13125497 | 3 years ago | | | 0 | 0.0033043111 | |
| 13043144 | 3 years ago | | | 0 | 0.012499791 | |
| 13041755 | 3 years ago | | | 0 | 0.0080685061 |
ABI
ABI objects
Getter at block 21266448
mintFee() view returns (uint256)
10000000000000000000
owner() view returns (address)
0x910090ea889b64b4e722ea4b8ff6d5e734dfb38f
sellingFeeRateX100() view returns (uint256)
30
totalListed() view returns (uint256)
191
trustedFeeTokenAddress() view returns (address)
0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17
trustedNftAddress() view returns (address)
0x582c905df6cad7a1c490edc215f0baa0dc0960dd
Read-only
balanceOf(address owner) view returns (uint256)
getToken(uint256 tokenId) view returns (uint256 _tokenId, uint256 _price, address _owner, uint8 _priceType)
getTokens(address seller, uint256 startIndex, uint256 endIndex) view returns (uint256[] _tokens, uint256[] _prices, address[] _owners, uint8[] _priceTypes)
getTokens(uint256 startIndex, uint256 endIndex) view returns (uint256[] _tokens, uint256[] _prices, address[] _owners, uint8[] _priceTypes)
State-modifying
Events buy(uint256 tokenId) payable
list(uint256 tokenId, uint256 price, uint8 priceType)
mint()
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
setMintFee(uint256 _mintFee)
setSellingFeeRateX100(uint256 _sellingFeeRateX100)
transferOwnership(address newOwner)
unlist(uint256 tokenId)
Buy(uint256 tokenId)
ERC721Received(address operator, address from, uint256 tokenId, bytes data)
List(uint256 tokenId, uint256 price, uint8 priceType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Unlist(uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.