TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 2,439 txns
Deployed by via 0x16e160c2 at 16073871
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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
5 additional variables

No balances found for "TransparentUpgradeableProxy"

0x1cb28e5e0f13f43d90869f60eb42237e1acdb0fc8dfe69271e863f02e3923910
0x9cba26c7e75c4371a051bd5871bacbb69c5df16adf0bd3d1c75d3a4be68fad13
From
0xdb11e0381544fde8e3ad06cf7e78b0be868bbc9a450824ba18db1809dd2b213e
0x317a36493a2a18049fb104c43135e89d02c5c4622f93e3de4f1f10c457dbcadf
0xca76924a70b7a290c7e74920294c3baadfd118e01f26090e12db789bb862ac25
0x29f783a4292df8e966ae36e1d066b990c0f6c3cd5ec0b6c23fbf5d8ccbcde319
0x0d9fe9637af4f2a5537d70f8889b66bef470f22254c91565ee67695e386868f4
0xccfcc5e17bd571dd20a121a71efa29eb7fabc9dce183404eea678508835aef09
0x94a92c0fe8d06a0c0513fb90d5ad775a6e5ae82949c67b362847b944883ccc9d
0x8ca6f93d8e5a1225345e041c81889bf60a72e348c9b66e47231adf0191b428e4

Functions
Getter at block 21160512
characterRandomlyAssigned(view returns (address)
0x3b709c041e162ad9047b88cbc981c97eae48c732
owner(view returns (address)
0x5a83cac3685d84a8057f87167a30b9781c4c887a
packContract(view returns (address)
0x8045cb5f58b9a53464121ed22067f28715e55b18
paused(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getTwoMintedAddresses(uint256 _tokenIdview returns (address[])
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__DefaultOperatorFilterer1155_init(
__OperatorFilterer1155_init(address subscriptionOrRegistrantToCopybool subscribe
burnPack(uint256 _packId
initialize(address _packContract
operatorInitialize(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator