TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 0 txns
Deployed by via 0x96bac491 at 15546099
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 49 additional slots
-
variable spans 48 additional slots

No balances found for "TransparentUpgradeableProxy"

No transactions found for "TransparentUpgradeableProxy"


Functions
Getter at block 21302040
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getChainId(view returns (uint256 cid)
1
nftBridgeAddress(view returns (address)
0xd132698c56b03131c64e48732690249dd50562a1
version(pure returns (uint256)
100
Read-only
beacons(uint256view returns (address)
deployedAssetAddresses(bytes32view returns (address)
getDebridgeId(uint256 _chainIdaddress _nftCollectionAddresspure returns (bytes32)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
createNFT(uint256 _tokenTypeaddress _owneraddress[] _mintersstring _namestring _symbolstring _baseUrireturns (address deNFTContractAddress)
deployAsset(uint256 _tokenTypebytes32 _debridgeIdstring _namestring _symbolreturns (address deNFTContractAddress)
grantRole(bytes32 roleaddress account
initialize(address _beaconaddress _nftBridgeAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setDeNftBeacon(uint256 _tokenTypeaddress _newBeacon
setNftBridgeAddress(address _nftBridgeAddress
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Initialized(uint8 version
NFTDeployed(address assetstring namestring symbolstring baseUriuint256 nonce
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
UpdatedBeacon(uint256 tokenTypeaddress oldBeaconaddress newBeacon
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AdminBadRole(
DeployedAlready(
DuplicateDebridgeId(
NFTBridgeBadRole(
NotFoundBeacon(
WrongArgument(
ZeroAddress(