TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 16 txns
Deployed by via 0xa3249df7 at 18007560
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"

0xb282c033282e487483acf4741377497dc9b880d47df03b19469b827aee0e29b7
0x9008e22a7eedf00f8012d1f2e69798436e0a5de4f26425f34efc0799b042432c
0x227e1ae044055f7c2f80a02c92c9e4191a47a642c5f41717c36034ba1a79b100
0x994397d46b322d6edf3f172a00ae677376988787bd41b2f29746bb459eabf160
0xfb5b63e29c5fdca73c7bb6a843e1b2451772a7bd258eec904d828ae137fe1149
0x59a9118c3c1987766a448cee2b122b674eb331ed254c351ee77350ab76d36f75
0x10ce12e53b9ca58abab7fb250778b06b318dad5736816f6be134b2fa671f459c
0xef98d11b922be075f4f6420df474c8ac811445ae42335cf0938a17ecd3298a8c
0xb60cfd38e636ab2a27171c479ff8203c26230c078eec9fb0e5d248786299203e
0x46b74a15106099386cd0fa4f795c0dba766dc025b76be0ece58c8ea4827becae

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