TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 169 txns
Deployed by via 0x048b9c80 at 16122718
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
)
ERC-1555
--
0x0fe6c74e5a7347f75ae6496e1d6d71edda0bddb09dda7d45126964336141985b
From
0x9a22e035e0d2a574110dcdc60dfec9293a54f9c7bdf42d0e30a6709fd0a9a2fd
0x41788ce650ef0d7b3499ec34825bc0a74c791c494c8d91ff927361ceae2a6e05
0xb819586c27316f1379c14d996f31806653df853dd9743025d87c492d61d9241f
0x7d694ace5443cc0c637d362a5d94790e920c4c09d943d60e53bc82f885193bc6
0x34cadc05468f316843803509eba8b0596e5b8c4de26121be0cc911561426fc02
0xf3157baf018d37d3f0424e1c1d524f3e0152d138e2cd99665e0d142e8b5131ee
0x7b65fbd252ae162cb3e61a30ed72de20645c40263948b061f858fb65dc6717e3
0x18e7a917d4fef5d46b72cba24c335553af69d6e1e0e70b292406d8dfd0eba7bf
0x86e82f15c994a380db86f7c0e48675ab245582bb3872c154803d84505cfbb84b

Functions
Getter at block 21386093
isClaimable(view returns (bool)
true
isOverloadSerial(view returns (bool)
true
isSerialized(view returns (bool)
true
isUpgrade(view returns (bool)
false
owner(view returns (address)
0xf314fa957255ad6ba189a641e6086c81385040fb
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