TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,215 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
-
variable spans 45 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239698 | 20 hours ago | | | 0 | 0.0013654825 | |
| 21228309 | 2 days ago | | | 0 | 0.0013121424 | |
| 21203699 | 6 days ago | | | 0 | 0.0013403817 | |
| 21203556 | 6 days ago | | | 0 | 0.0012449561 | |
| 21203552 | 6 days ago | | | 0 | 0.0013169733 | |
| 21201572 | 6 days ago | | | 0 | 0.0019860194 | |
| 21200130 | 6 days ago | | | 0 | 0.0017120992 | |
| 21197854 | 7 days ago | | | 0 | 0.0022147910 | |
| 21184515 | 9 days ago | | | 0 | 0.0040185886 | |
| 21165678 | 11 days ago | | | 0 | 0.0065590424 |
ABI
ABI objects
Getter at block 21245664
owner() view returns (address)
0xb23bcd4f668365b1c9ec4b4df79915bf8c76c5b5
Read-only
getProvider(address token) view returns (address)
getRoyaltiesType(address token) view returns (uint256)
royaltiesByToken(address) view returns (bool initialized)
royaltiesByTokenAndTokenId(bytes32) view returns (bool initialized)
royaltiesProviders(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__RoyaltiesRegistry_init()
clearRoyaltiesType(address token)
forceSetRoyaltiesType(address token, uint256 royaltiesType)
getRoyalties(address token, uint256 tokenId) returns (struct LibPartPart[])
renounceOwnership()
setProviderByToken(address token, address provider)
setRoyaltiesByToken(address token, struct LibPartPart[] royalties)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSetForContract(address indexed token, struct LibPartPart[] royalties)
RoyaltiesSetForToken(address indexed token, uint256 indexed tokenId, struct LibPartPart[] royalties)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.