TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,203 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) |
---|---|---|---|---|---|---|---|
| 21156809 | 19 hours ago | | | 0 | 0.0013830371 | |
| 21148161 | 2 days ago | | | 0 | 0.0011039845 | |
| 21147323 | 2 days ago | | | 0 | 0.00093932636 | |
| 21142405 | 3 days ago | | | 0 | 0.0015339009 | |
| 21138277 | 3 days ago | | | 0 | 0.0025144040 | |
| 21127440 | 5 days ago | | | 0 | 0.0039782557 | |
| 21119587 | 6 days ago | | | 0 | 0.00050039333 | |
| 21110733 | 7 days ago | | | 0 | 0.00033660911 | |
| 21109080 | 7 days ago | | | 0 | 0.00076308582 | |
| 21103409 | 8 days ago | | | 0 | 0.00091067338 |
ABI
ABI objects
Getter at block 21162566
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.