CHARACTER_SHOP_UPGRADEABLE_V2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "CHARACTER_SHOP_UPGRADEABLE_V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CHARACTER_SHOP_UPGRADEABLE_V2"
ABI
ABI objects
Getter at block 21315447
failedTransferCredits() view returns (uint256)
0
feeReceiver() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
baseUrlForChapter(address, uint8) view returns (uint8 isSet, string baseUrl)
getAunctionData(address _nftContractAddress, uint256 _tokenId) view returns (struct CHARACTER_SHOP_UPGRADEABLE_V2CombinedAuctionData auctionData)
smallSales(uint256) view returns (bytes32 allowListRoot, uint128 price, uint128 buyLimit, address nftContractAddress, uint8 chapterId, uint8 saleType, uint128 bidIncreaseAmount, uint256 startAt, uint256 auctionEnd)
userBuyCountInSmallSale(address, uint256) view returns (uint128)
State-modifying
Events closeAuction(address _nftContractAddress, uint256 tokenId)
closeBatchAuctions(address _nftContractAddress, uint256 count)
createNewNftAuction(uint256 _smallSaleId, uint256[] _tokenIds)
createSmallSale(bytes32 _allowRoot, uint8 _saleType, uint128 _price, uint128 _buyLimit, address _nftContractAddress, uint8 _chapterId, uint128 _bidIncreaseAmount, uint256 _startAt, uint256 _endAt) returns (uint256)
initialize(address _feeReceiver)
makeBid(address _nftContractAddress, uint256 _tokenId, bytes32[] merkleProof) payable
pause()
renounceOwnership()
setBaseUrlForChapter(address _nftContractAddress, uint8 _chapterId, string _baseUrl)
settleAuction(address _nftContractAddress, uint256 _tokenId)
takeHighestBid(address _nftContractAddress, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
updateFeeReceiver(address updatedFeeReceiver)
updateMerkleRoot(uint256 _smallSaleId, bytes32 _allowRoot)
withdrawAllFailedCredits(address receiver)
withdrawAuction(address _nftContractAddress, uint256 _tokenId)
AuctionCreated(address indexed nftContractAddress, uint256 indexed tokenId, uint256 indexed smallSaleId)
AuctionPeriodUpdated(address indexed nftContractAddress, uint256 indexed tokenId, uint256 auctionEndPeriod)
AuctionSettled(address indexed nftContractAddress, uint256 indexed tokenId, address auctionSettler)
AuctionWithdrawn(address indexed nftContractAddress, uint256 indexed tokenId, address nftOwner)
BaseUrlForChapterSet(address indexed nftContractAddress, uint8 indexed chapterId, string baseUrl, uint256 createdAt)
BidMade(address indexed nftContractAddress, uint256 indexed tokenId, address bidder, uint128 ethAmount, uint256 createdAt)
CharaterMintedAndPaymentPaid(address indexed nftContractAddress, uint256 indexed tokenId, uint128 nftHighestBid, address nftHighestBidder)
FailedPayout(address indexed nftContractAddress, uint256 indexed tokenId, address toAddress, uint128 ethAmount)
HighestBidTaken(address indexed nftContractAddress, uint256 indexed tokenId)
Initialized(uint8 version)
MerkleRootUpdated(uint256 indexed smallSaleId, bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SaleCreated(address indexed nftContractAddress, uint256 indexed tokenId, uint128 buyNowPrice, address buyer)
SmallSaleCreated(uint256 indexed smallSaleId, uint256 createdAt)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.