Seeing Red
Verified contract
Active on
Ethereum with 548 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Mika | ERC-20 | 1.15719B | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- | |
CNRED | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18356424 | a year ago | | | 0 | 0.00014013384 | |
| 17887629 | a year ago | | | 0 | 0.00053544724 | |
| 17779693 | a year ago | | | 0 | 0.0015424376 | |
| 17463824 | a year ago | | | 0 | 0.0010299044 | |
| 16989340 | 2 years ago | | | 0 | 0.0020143903 | |
| 16961089 | 2 years ago | | | 0 | 0.0017674754 | |
| 16889630 | 2 years ago | | | 0 | 0.00057232847 | |
| 16852816 | 2 years ago | | | 0 | 0.0013510564 | |
| 16792142 | 2 years ago | | | 0 | 0.0033752488 | |
| 16615965 | 2 years ago | | | 0 | 0.0011630814 |
ABI
ABI objects
Getter at block 21281524 getFees() view returns (uint256) listings() view returns (struct IERC20NFTMintMarketplaceMItemO[]) marketItems() view returns (struct IERC20NFTMintMarketplaceMItemO[])
PTA() view returns (address)
0xd44fc10f34b260d4ce7af7359012ea4ae1967ebf
burnPercentagePoints() view returns (uint256)
6500
burnPercentagePointsMint() view returns (uint256)
1000
getListingPrice() view returns (uint256)
21000000000000000000000000
listingPrice() view returns (uint256)
21000000000000000000000000
maxMintableDays() view returns (uint256)
15
maxMintablePerSubmission() view returns (uint256)
1000
maxMintablePerTX() view returns (uint256)
16
minMintablePerSubmission() view returns (uint256)
1
mintToUserMaxCount() view returns (uint256)
10
mintToUserPercentagePoint() view returns (uint256)
500
name() view returns (string)
Seeing Red
owner() view returns (address)
0x0d6f7bc54dc6b4dfb2501e229325cb7bfe773c19
platformFees() view returns (uint256)
500
platformFeesAftermarket() view returns (uint256)
150
symbol() view returns (string)
CNRED
Read-only
balanceOf(address owner) view returns (uint256)
ceil(uint256 a, uint256 mo) pure returns (uint256)
fetchMintables(bool approved) view returns (struct IERC20NFTMintMarketplaceMI[])
fetchMyMintables(address mOwner) view returns (struct IERC20NFTMintMarketplaceMI[])
getApproved(uint256 tokenId) view returns (address)
getMarketItem(uint256 id) view returns (struct IERC20NFTMintMarketplaceMItemO)
isApprovedForAll(address owner, address operator) view returns (bool)
myCollection(address user) view returns (struct IERC20NFTMintMarketplaceMItemO[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOffer(uint256 tId, uint256 mId, uint256 bid, address from, bool isTokenBuy) payable
approve(address to, uint256 tokenId)
approveMintable(uint256 mId, bool approved) payable
artistMint(uint256 mId, uint256 count) payable
buyToken(uint256 tId) payable
cancelListing(uint256 tId) payable
cancelOfferOnMintId(uint256 id) payable
cancelOfferTokenId(uint256 id) payable
createMintable(uint256 price, uint256 close, uint256 max, string tokenURI)
mint(uint256 mId, uint256 count) payable
offerOnMintId(uint256 id, uint256 bid) payable
offerOnTokenId(uint256 id, uint256 bid) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
sellToken(uint256 tId, uint256 price) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateArweaveHash(uint256 id, string _hash)
updateBurnPercentagePoints(uint256 _burnPoints) payable
updateBurnPercentagePointsMint(uint256 _burnPointsM) payable
updateListingPrice(uint256 _price) payable
updateMaxMintableDays(uint256 _max) payable
updateMaxMintablePerSubmission(uint256 _max) payable
updateMaxMintsPerTX(uint256 _max) payable
updateMinMintablePerSubmission(uint256 _min) payable
updateMintToUserMaxCount(uint256 _max) payable
updateMintToUserPoints(uint256 _min) payable
updatePaused(bool _p) payable
updatePaymentToken(address _new) payable
updatePlatFees(uint256 _fee) payable
updatePlatFeesAftermarket(uint256 _fee) payable
withdraw() payable
withdrawMikaForToken(uint256 id) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address cAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.