The latest block we've processed for this chain is 20897462, which is 8 minutes old. We're running behind the tip but working to resolve the issue.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 737 txns
Deployed by via 0x6e136066 at 16528697
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"

0x555000e5f6a4cc5e089d95220bb839defe9739e8269a9400756b690a29d70914
0x04280e2c55be48f97b696518584f82b0573f216bfc7ce6cbdd2bd0759e12226c
0x8b6637827655882a45d84a90c93bae3b9958b7f2aa8331aa3f3661de09421c3d
0x77c99d2c65648cdfb22d4188194cbe94e0ef2f7ea1f4104f8f6677a8e96e04ba
0xf0aa48b6872917ee23fd1c102c26cba93e1461585978470ddebf28089689b4e3
0xb40c5704fbc62466a5a4bd6dc5475939ec6fafc84cd12750e4d68485a71983ce
0x32db508d2e3f8962556e2dda0790c851fc2001530c88cddb610d31ff67ac6421
0xddfc9a600184936861d227151c7e57f47d95307c21ecaa6a4d7a6c647ff12f39
0xe42faf41526a4c7ec68f6b42c6d3fba25bc88cba0852e1afa0b0c24d74fd9e41
0xe08917f425de084febe82928baa582e4aa26410213a0a13f15099ea5e8934864

Functions
Getter at block 20897461
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