TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,648 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18866070 | a year ago | | | 0 | 0.00059326992 | |
| 18866070 | a year ago | | | 0 | 0.00059086672 | |
| 18866069 | a year ago | | | 0 | 0.00052837192 | |
| 18762061 | a year ago | | | 0 | 0.0089682531 | |
| 18762054 | a year ago | | | 0 | 0.0089649650 | |
| 18761954 | a year ago | | | 0 | 0.010043909 | |
| 18748010 | a year ago | | | 0 | 0.0095939824 | |
| 18747766 | a year ago | | | 0 | 0.0090952303 | |
| 18747752 | a year ago | | | 0 | 0.0095266558 | |
| 18747705 | a year ago | | | 0 | 0.010276352 |
ABI
ABI objects
Getter at block 21315447
failedTransferCredits() view returns (uint256)
0
feeReceiver() view returns (address)
0x4a499c065a097a66639add238ee8e0a3f5a104ff
owner() view returns (address)
0x6d33a2ab3649b5284ad0233df706020df386ff94
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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.