TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 5,887 txns
Deployed by via 0xb626b7ff at 16528627
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
17 additional variables

No balances found for "TransparentUpgradeableProxy"

0x6f5bb4e97f29f5a5f91e661bd749ff21c2b7e2814e7065453adca9e64f81e119
0xe8a42be6ef7a2f304ae90f28bd914fd2a4c7a1e220e2de0ed8bdfce0daff3afc
0x49280e1c62873f335e5004a345039e40bcff913166b5edb6e8da698d2372ffce
0xdad129a3b45c60920c40919819ef45f03af259d214f135f9903969849eb67e07
0x63f7232311f8dcb53fc4b19151e3c2b6c556c5e3d8eb0f48e7982aea45292578
0x9909bd3e224469b47c2a5be6c4db25c2146874e935c72e0c0de2d2b3e1f7423a
0x81e4d1bf175443c43a5ae7c692ad628853b5c8fc4b04ae3bd382f34db69bddbe
0x2008714d9e72cd2f862cf7f9b5324612d09dc1f67c75c53831f26a49e0f755d0
0x35877ffb3fedffd5a22745557aa153f44ecea34d7fd14d093635fb5621990425
0x4673ad043b1f3c3c4d58b1365fb28c6f7c5c126a344e18bc10eaf60f80c3a921

Functions
Getter at block 20854219
byPassable(view returns (bool)
true
isClaimable(view returns (bool)
true
isOverloadSerial(view returns (bool)
true
isSerialized(view returns (bool)
true
owner(view returns (address)
0x2272ecf43a7481088fa2d4ba9109804ed5a31901
streamAddress(view returns (address)
0x0000000000000000000000000000000000000000
version(pure returns (uint256)
15
Read-only
balanceOf(address accountuint256 tokenIdview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
byPassableFunction(addressbytes4view returns (bool)
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)
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(
migrationMint(uint256 serialNumberaddress accountuint256 tokenId
migrationMintMany(uint256[] serialNumberaddress[] accountuint256[] tokenId
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