TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 3,242 txns
Deployed by via 0x363e1e06 at 15187425
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
2 additional variables

No balances found for "TransparentUpgradeableProxy"

0x9c04e288188974b4c56f4e991e78930187060cba376412aec1923e2c95b84c38
0xfe02035a6742ea7292a62dafd3cd2782e0323cadb4519c73addf91f52eba73c8
0x7025f47cd58b2eaa5a7f805b243711d2965ce20a535a999cb30f4058b9da00ad
0xd14152a8a84cf4e9385f7121df361d883d101bad6c5ed49a686ea87ec31ac3c1
0xadc49f1d9761463ae2d215bf4766b4da9378ee685d2e891c6731c93f29866b6b
0x99798b749f817ac45c0305326417849e3a1e4089915035e2e9603eea94882af9
0x2ae2882665aea0f1ffb6975bc63095e2191fc616e2fda0d290d73cb6092c4071
0xa92c7fa72953e737e463e804cdb4dc3c63dc395e25c76a1795a741b8ba577fcc
0x311c837491d6120769784b47d11f2b262fcb4b8a58257f610a1d6fffe53ddef2
0x5c6bf763d3728f9d9eb40597259d42cf0a5c58ad460b027de1e527ca2d360946

Functions
Getter at block 21283057
BASIS_POINTS(view returns (uint256)
10000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_COLLECTION_FEE(view returns (uint256)
2000
MAX_FEE(view returns (uint256)
1500
MIN_PRICE(view returns (uint256)
1000000000
TREASURE_MARKETPLACE_ADMIN_ROLE(view returns (bytes32)
0x34d5e892b0a7ec1561fc4a5fdcb31b798cf623590906b938d356c9619e539958
areBidsActive(view returns (bool)
true
fee(view returns (uint256)
500
feeReceipient(view returns (address)
0xb2f011fd7f663c37b2936e3bd921d3accb90b416
feeWithCollectionOwner(view returns (uint256)
250
paused(view returns (bool)
false
paymentToken(view returns (address)
0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
collectionBids(addressaddressview returns (uint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentTokenAddress)
collectionToCollectionOwnerFee(addressview returns (uint32 feeaddress recipient)
collectionToPaymentToken(addressview returns (address)
getPaymentTokenForCollection(address _collectionview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
listings(addressuint256addressview returns (uint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentTokenAddress)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenApprovals(addressview returns (uint8)
tokenBids(addressuint256addressview returns (uint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentTokenAddress)
State-modifying
admin(returns (address)
changeAdmin(address newAdmin
implementation(returns (address)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
acceptCollectionBid(struct AcceptBidParams _acceptBidParams
acceptTokenBid(struct AcceptBidParams _acceptBidParams
buyItems(struct BuyItemParams[] _buyItemParamspayable 
cancelListing(address _nftAddressuint256 _tokenId
cancelManyBids(struct CancelBidParams[] _cancelBidParams
createListing(address _nftAddressuint256 _tokenIduint64 _quantityuint128 _pricePerItemuint64 _expirationTimeaddress _paymentToken
createOrUpdateCollectionBid(address _nftAddressuint64 _quantityuint128 _pricePerItemuint64 _expirationTimeaddress _paymentToken
createOrUpdateListing(address _nftAddressuint256 _tokenIduint64 _quantityuint128 _pricePerItemuint64 _expirationTimeaddress _paymentToken
createOrUpdateTokenBid(address _nftAddressuint256 _tokenIduint64 _quantityuint128 _pricePerItemuint64 _expirationTimeaddress _paymentToken
grantRole(bytes32 roleaddress account
initialize(uint256 _initialFeeaddress _initialFeeRecipientaddress _initialPaymentToken
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setCollectionOwnerFee(address _collectionAddressstruct TreasureMarketplaceCollectionOwnerFee _collectionOwnerFee
setFee(uint256 _newFeeuint256 _newFeeWithCollectionOwner
setFeeRecipient(address _newFeeRecipient
setTokenApprovalStatus(address _nftuint8 _statusaddress _paymentToken
setWeth(address _wethAddress
toggleAreBidsActive(
unpause(
updateListing(address _nftAddressuint256 _tokenIduint64 _newQuantityuint128 _newPricePerItemuint64 _newExpirationTimeaddress _paymentToken
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
BidAccepted(address selleraddress bidderaddress nftAddressuint256 tokenIduint64 quantityuint128 pricePerItemaddress paymentTokenuint8 bidType
CollectionBidCancelled(address bidderaddress nftAddress
CollectionBidCreatedOrUpdated(address bidderaddress nftAddressuint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentToken
ItemCanceled(address indexed selleraddress indexed nftAddressuint256 indexed tokenId
ItemListed(address selleraddress nftAddressuint256 tokenIduint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentToken
ItemSold(address selleraddress buyeraddress nftAddressuint256 tokenIduint64 quantityuint128 pricePerItemaddress paymentToken
ItemUpdated(address selleraddress nftAddressuint256 tokenIduint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentToken
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TokenApprovalStatusUpdated(address nftuint8 statusaddress paymentToken
TokenBidCancelled(address bidderaddress nftAddressuint256 tokenId
TokenBidCreatedOrUpdated(address bidderaddress nftAddressuint256 tokenIduint64 quantityuint128 pricePerItemuint64 expirationTimeaddress paymentToken
Unpaused(address account
UpdateCollectionOwnerFee(address _collectionaddress _recipientuint256 _fee
UpdateFee(uint256 fee
UpdateFeeRecipient(address feeRecipient
UpdateFeeWithCollectionOwner(uint256 fee
Constructor
constructor(address initialLogicaddress initialAdminbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.