NFTMarketplace
Verified contract
Active on
Ethereum with 402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYTR | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11399232 | 4 years ago | | | 0 | 0.00089263440 | |
| 11396051 | 4 years ago | | | 0 | 0.0089411917 | |
| 11394676 | 4 years ago | | | 0 | 0.0080000130 | |
| 11393302 | 4 years ago | | | 0 | 0.0097197660 | |
| 11393286 | 4 years ago | | | 0 | 0.010370178 | |
| 11393278 | 4 years ago | | | 0 | 0.010044972 | |
| 11393274 | 4 years ago | | | 0 | 0.0097197660 | |
| 11393269 | 4 years ago | | | 0 | 0.010370178 | |
| 11393171 | 4 years ago | | | 0 | 0.010207575 | |
| 11393153 | 4 years ago | | | 0 | 0.013610100 |
ABI
ABI objects
Getter at block 21288273 viewNFTProfilesPrices() view returns (uint32[], uint256[], uint256[])
CANNOT_TRANSFER_TO_ZERO_ADDRESS() view returns (string)
018002
NOT_CURRENT_OWNER() view returns (string)
018001
getContractBalance() view returns (uint256)
0
getContractTokensBalance() view returns (uint256)
1
getNFTContract() view returns (address)
0x2eec2d8ffb26eb04dd37078f52913321d840f607
getNextTokenId() view returns (uint256)
280
getPaymentToken() view returns (address)
0xbd05cee8741100010d8e93048a80ed77645ac7bf
getPriceCurve() view returns (uint256)
5
getPriceManager() view returns (address)
0xe285d1408a223be34bf2b39e9d38bde26708a246
isPriceCurveInternal() view returns (bool)
true
owner() view returns (address)
0xe285d1408a223be34bf2b39e9d38bde26708a246
Read-only
getLimitById(uint32 id) view returns (uint32)
getPriceById(uint32 id) view returns (uint256)
getProfileIdByTokenId(uint256 tokenId) view returns (uint32)
getProfileIdbyUrl(string url) view returns (uint32)
getSellPriceById(uint32 id) view returns (uint256)
getTokenPriceByTokenId(uint256 tokenId) view returns (uint256)
getUrlById(uint32 id) view returns (string)
isFreeTokenId(uint256 tokenId) view returns (bool)
nftProfiles(uint256) view returns (uint32 id, uint256 price, uint256 sell_price, string url, uint32 limit)
viewNFTProfileDetails(uint32 id) view returns (uint256, uint256, string, uint32)
State-modifying
Events addNFTProfile(uint32 id, uint256 price, uint256 sell_price, string url, uint32 limit)
adminBurn(uint256 _tokenId) returns (uint256)
adminMint(uint32 profileID, address _to, uint256 _tokenId) returns (uint256)
buyNFT(uint32 profileID, uint256 cytrAmount, address _to, uint256 _tokenId) returns (uint256)
deposit(uint256 amount) payable
depositTokens(uint256 amount)
removeNFTProfileAtId(uint32 id)
replaceNFTProfileAtId(uint32 id, uint256 price, uint256 sell_price, string url, uint32 limit)
replaceNFTProfileAtIndex(uint32 atIndex, uint32 id, uint256 price, uint256 sell_price, string url, uint32 limit)
sellNFTBack(uint256 _tokenId) returns (uint256)
setExternalPriceCurve()
setInternalPriceCurve()
setNFTContract(address newNFTContract) returns (bool)
setNextTokenId(uint32 setId)
setPaymentToken(address newERC20Contract) returns (bool)
setPriceById(uint32 id, uint256 new_price)
setPriceCurve(uint256 new_curve)
setPriceManagerRight(address newPriceManager)
setSellPriceById(uint32 id, uint256 new_price)
transferOwnership(address _newOwner)
updatePricesById(uint32 id, uint256 new_price, uint256 new_sell_price)
withdraw(address sendTo, uint256 amount)
withdrawTokens(address to_wallet, uint256 realAmountTokens)
AdminBurned(uint256 _tokenId, uint32 tokenProfileId, uint256 curSellPrice)
AdminMinted(uint32 profileID, uint256 tokenId, address wallet, uint256 curPrice)
Burned(uint32 profileID, uint256 tokenId, address wallet, uint256 cytrAmount, uint256 buybackPriceAtMoment)
FinneyDeposited(uint256 amount, address wallet)
GotCYTRForNFT(uint32 profileID, address wallet, uint256 cytrAmount, uint256 priceAtMoment)
Minted(uint32 profileID, uint256 tokenId, address wallet, uint256 cytrAmount, uint256 priceAtMoment)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendCYTRForNFT(uint32 profileID, address wallet, uint256 cytrAmount, uint256 buybackPriceAtMoment)
TokensDeposited(uint256 amount, address wallet)
TokensWithdrawn(uint256 amount, address wallet)
Withdrawn(uint256 amount, address wallet)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.