TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 111 txns
Deployed by via 0x5fc3b071 at 17379758
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 48 additional slots
15 additional variables

No balances found for "TransparentUpgradeableProxy"

0xdae36aafc958349cdf6328afd171efa893bd4153073808c4a60554614b4333fe
0x16105dcfc580a19caa3081c0f5310617efa5e8d1f0c2130612e4252b52dd9777
0x8344d9fd66d04d95e08d9b9284520d758e781b26182fb54731a43cb951957028
0x1270d61fb9966d6e7ac2ba23dfa71dceede35154aee64c8662e3ab77a793a4e7
0x6a9490415758474e1fecc9864c0303b02f4dbd040e10df88636589b957b8ee4d
0x99b6811a34478f318dcda28a7ca90bc40c787c0ef416e5559d4da1300a925e22
0xd9d92a0ee21ada38635a74e72b0de551aa88cd679525fe58d20d4928d2c0d72b
0x2a0bbd6792434bc228add497e4e3b901dd04ebfe05d2396721d34c48d1136924
0x6c3d5c148fa97d45339f6ccd70395f6e2ebf367511eff17f614c04a9f5115650
0xf03b404b197d61dd3aa376a2f21d26164bb622d4c77ca90f2a7e6f33e043f7a7

Functions
Getter at block 20896967
isClaimable(view returns (bool)
true
isOverloadSerial(view returns (bool)
false
isSerialized(view returns (bool)
false
isUpgrade(view returns (bool)
false
owner(view returns (address)
0x2272ecf43a7481088fa2d4ba9109804ed5a31901
streamAddress(view returns (address)
0x0000000000000000000000000000000000000000
upgradedFrom(view returns (address)
0x0000000000000000000000000000000000000000
version(pure returns (uint256)
10
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getAllRegisteredContractsOfType(uint256 _typeview returns (address[])
getFirstSerialByOwner(address _owneruint256 tokenIdview returns (uint256)
getOwnerOfSerial(uint256 serialNumberview returns (address)
getSerial(uint256 tokenIduint256 indexview returns (uint256)
getSerialByOwnerAtIndex(address _owneruint256 tokenIduint256 indexview returns (uint256)
getTokenIdForSerialNumber(uint256 serialNumberview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
isRegistered(address _contractuint256 _typeview returns (bool)
registeredContracts(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 valueview returns (address receiveruint256 royaltyAmount)
seen(addressview returns (bool)
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 
addBypassRule(address whobytes4 functionSiguint256 id
burn(address _fromuint256 _tokenIduint256 _amount
changeName(string _namestring _symbol
initialize(
mint(address _touint256 _tokenIduint256 _amount
mintBatch(address touint256[] idsuint256[] amountsbytes[] serialNumbers
mintWithSerial(address _touint256 _tokenIduint256 _amountbytes serialNumber
registerContract(address _contractuint256 _type
removeBypassRule(address whobytes4 functionSiguint256 id
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeBatchTransferIdFrom(address fromaddress[] tosuint256 iduint256 amountbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes
setApprovalForAll(address operatorbool approved
setTokenRoyalty(uint256 tokenIdaddress recipientuint256 value
setURI(string newuri
toggleBypassability(
toggleClaimable(
toggleOverloadSerial(
toggleSerialization(
transferOwnership(address newOwner
unregisterContract(address _contractuint256 index
upgradeFrom(address oldContract
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
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSerial(address indexed fromaddress indexed touint256 serial
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator