TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 741 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19817836 | 7 months ago | | | 2.5 | 0.0017040459 | |
| 19630242 | 8 months ago | | | 0 | 0.0036633335 | |
| 19630035 | 8 months ago | | | 1.5 | 0.0040185017 | |
| 19606080 | 8 months ago | | | 0.425 | 0.0056713842 | |
| 19603406 | 8 months ago | | | 0.2 | 0.0037637624 | |
| 19599417 | 8 months ago | | | 0 | 0.0016771181 | |
| 19598684 | 8 months ago | | | 1.15 | 0.0043293474 | |
| 19598592 | 8 months ago | | | 2.65 | 0.0031171281 | |
| 19597535 | 8 months ago | | | 0 | 0.0023195879 | |
| 19594536 | 8 months ago | | | 0 | 0.0033492973 |
ABI
ABI objects
Getter at block 21304810
owner() view returns (address)
0xb849b1cbc6891825a77839d0d6b894ee169b9b95
paused() view returns (bool)
false
storageRegistryAddress() view returns (address)
0xa4f16744e427614631c56f8cf2f19923b0f71286
wETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptCollectionReserveOffer(struct CollectionReserveOffer _offer, bytes _signature, struct SwapParams _swapParams, struct Royalty _royalty, struct Fees sellerFees, struct Fees buyerFees, uint256 _toWrap) payable
acceptCollectionSwapOffer(struct CollectionSwapOffer _offer, bytes _signature, struct SwapParams _swapParams, struct Royalty _royalty, struct Fees sellerFees, struct Fees buyerFees, uint256 _toWrap) payable
acceptListedDirectSwapOffer(struct Listing _listing, bytes _listingSignature, struct SwapOffer _offer, bytes _offerSignature, bytes32[] _proof, struct Fees sellerFees, struct Fees buyerFees)
acceptListedReserveOffer(struct Listing _listing, bytes _listingSignature, struct ReserveOffer _offer, bytes _offerSignature, bytes32[] _proof, struct Fees sellerFees, struct Fees buyerFees)
acceptUnlistedDirectSwapOffer(struct SwapOffer _offer, bytes _signature, struct Assets _consideration, bytes32[] _proof, struct Royalty _royalty, struct Fees sellerFees, struct Fees buyerFees, uint256 _toWrap) payable
acceptUnlistedReserveOffer(struct ReserveOffer _offer, bytes _offerSignature, struct Assets _consideration, bytes32[] _proof, struct Royalty _royalty, struct Fees sellerFees, struct Fees buyerFees, uint256 _toWrap) payable
cancelCollectionReserveOffer(struct CollectionReserveOffer _offer, bytes _signature)
cancelCollectionSwapOffer(struct CollectionSwapOffer _offer, bytes _signature)
cancelListing(struct Listing _listing, bytes _signature)
cancelReserveOffer(struct ReserveOffer _offer, bytes _signature)
cancelSwapOffer(struct SwapOffer _offer, bytes _signature)
claimAirdrop(struct Reservation _reservation, uint256 _positionTokenId, address _airdropContract, bytes _data)
claimDefaulted(struct Reservation _reservation, uint256 _positionTokenId)
directSwap(struct Listing _listing, bytes _signature, uint256 _swapId, struct SwapParams _swapParams, struct Royalty _royalty, struct Fees sellerFees, struct Fees buyerFees, uint256 _toWrap) payable
initialize(address _wETH)
payRemains(struct Reservation _reservation, uint256 _positionTokenId, struct Royalty _royalty, struct Fees buyerFees, uint256 _toWrap) payable
renounceOwnership()
reserveDeposit(struct Listing _listing, bytes _listingSignature, uint256 _reserveId, struct Fees sellerFees, struct Fees buyerFees, uint256 _toWrap) payable
setPause(bool _setPause)
setStorageRegistry(address _storageRegistryAddress)
setTrustedForwarder(address __trustedForwarder)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StorageRegistrySet(address oldStorageRegistry, address newStorageRegistry)
TrustedForwarderSet(address oldTrustedForwarder, address newTrustedForwarder)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
NF3MarketError(uint8 code)