TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 38 txns
Deployed by via 0xf7ddad86 at 18008379
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"

0xfa10d4b39c2019fca02c6bf01388c33f24769dff509db1e1244594b9ba96fe4f
0x89c3a041c206b286bea27549a46c83c9672f6271382969243a33aadc33313b39
0x0a0709b90ba7fea0222feaa2281da09393cf650c1421aa504d61fb94e86f8ba8
0xeed0cd2bbd098888937fd3de01996e0eaa8ca1cb4da917259d004bedab04c430
0x40bb0d39a0ac6f9caba247149682b259a942bdf9b449c1a439b6a8f251914d33
0x43dbc6117bde266ec49ca7947f2c7f831c69ef9d81c53f40c540296dd5d2898a
0x0eb2c23a8c4ed50ae89ef7655ad3315a50e1e7c985b2043b5d648e461a74951f
0x0f0565e03f8bb4e236f565a879d9c1cc68bfa4dd38dc2763ca5dd608960206cc
0x19cb252b377e6f7e6d462fb4449b4cfd3ff041ded30c24c5c18a7fe7693402fb
0x8073021182c776c3cab119b49b129a083a3f6f7f4e1425bb1c3e8566d0f314ab

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