TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,256 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
0xa88d…eb73
0xdfbd…32d3
0xc3aa…456c
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19290259 | 10 months ago | | | 0 | 0.0012431550 | |
| 19290249 | 10 months ago | | | 0 | 0.0011370754 | |
| 19290129 | 10 months ago | | | 0 | 0.010463408 | |
| 19290009 | 10 months ago | | | 0 | 0.011693113 | |
| 19289897 | 10 months ago | | | 0 | 0.013006729 | |
| 19289744 | 10 months ago | | | 0 | 0.012898091 | |
| 19289574 | 10 months ago | | | 0 | 0.013867015 | |
| 19289542 | 10 months ago | | | 0 | 0.010794034 | |
| 19289531 | 10 months ago | | | 0 | 0.013522637 | |
| 19289518 | 10 months ago | | | 0 | 0.014005666 |
ABI
ABI objects
Getter at block 21415119
VERSION() view returns (bytes32)
0x312e322e30000000000000000000000000000000000000000000000000000000
hotWallet() view returns (address)
0xc3aa9bc72bd623168860a1e5c6a4530d3d80456c
nftFactory() view returns (address)
0xdfbdde4369ce32524cb4a208b1241e61fce032d3
owner() view returns (address)
0x15c1eae4187991e36373f9b6d95a48cd9f0f7ec3
paused() view returns (bool)
false
verifier() view returns (address)
0xa88d97bf1d079b872b366e0361c5b44b8682eb73
Read-only
itemUsages(address collection, uint256 deduplicationId) view returns (uint256 _value)
mintItemHash(struct IPassClaimNFTItem[] nftItems, struct INFTFactoryMintItemParams params, address sender) pure returns (bytes32)
nftItemRange(uint256) view returns (uint8)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address verifier_, address nftFactory_, address hotWallet_, uint8[2] nftItemRange_)
mintItem(struct IPassClaimNFTItem[] nftItems, struct INFTFactoryMintItemParams params, bytes signature) payable
pause()
renounceOwnership()
resetItemUsages(address collection, uint256[] deduplicationIds)
setHotWallet(address hotWallet_)
setNFTFactory(address nftFactory_)
setNFTItemRange(uint8[2] nftItemRange_)
setVerifier(address verifier_)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EtherReceived(address sender, uint256 value)
HotWalletSet(address indexed hotWallet)
Initialized(uint8 version)
ItemMinted(uint256 indexed transactionId, uint256 indexed collectionId, uint256 deduplicationId, uint256 maxItemSupply, uint256 tokenId, address tokenReceiver)
ItemUsagesReset(address indexed collection, uint256 deduplicationIdCount)
NFTFactorySet(address indexed nftFactory)
NFTItemRangeSet(uint8[2] nftItemRange)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
VerifierSet(address indexed verifier)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
DeadlineExceeded(uint256 currentTimestamp, uint256 deadline)
InconsistentNFTItemRange(uint8[2] nftItemRange)
InvalidNFTOwner(address collection, uint256 tokenId, address sender)
MaxItemUsageReached(address collection, uint256 deduplicationId, uint256 currentUsage)
NFTItemRangeMissed(uint8[2] nftItemRange, uint256 currentNFTItemCount)
SignerNotVerified(bytes32 hash, bytes signature)
ZeroNFTFactory()
ZeroVerifier()