TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 0 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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TransparentUpgradeableProxy"
ABI
ABI objects
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(uint256) view returns (address)
deployedAssetAddresses(bytes32) view returns (address)
getDebridgeId(uint256 _chainId, address _nftCollectionAddress) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createNFT(uint256 _tokenType, address _owner, address[] _minters, string _name, string _symbol, string _baseUri) returns (address deNFTContractAddress)
deployAsset(uint256 _tokenType, bytes32 _debridgeId, string _name, string _symbol) returns (address deNFTContractAddress)
grantRole(bytes32 role, address account)
initialize(address _beacon, address _nftBridgeAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDeNftBeacon(uint256 _tokenType, address _newBeacon)
setNftBridgeAddress(address _nftBridgeAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
NFTDeployed(address asset, string name, string symbol, string baseUri, uint256 nonce)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
UpdatedBeacon(uint256 tokenType, address oldBeacon, address newBeacon)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AdminBadRole()
DeployedAlready()
DuplicateDebridgeId()
NFTBridgeBadRole()
NotFoundBeacon()
WrongArgument()
ZeroAddress()