TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 3 txns
Deployed by via 0x291e219b at 13666681
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"

0x2912d2b06aee111db46ca807dcd8907a4ac777e76b0520e88e975dbc1fa754ef
0x705dd0d69ae3da7a80a21abf7b13b440e4d471c4a67c91586bc34c423768238c
0x3c4fbf77f75cd6bc014182dea69a0f97259ad2057e2550a8fba6123a651f57e1

Functions
Getter at block 21247028
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
deBridgeTokenAdmin(view returns (address)
0x6bec1faf33183e1bc316984202ecc09d46ac92d5
debridgeAddress(view returns (address)
0x43de2d77bf8027e25dbd179b491e8d64f38398aa
implementation(view returns (address)
0xcacebe8c354b70fa6e3107f3f6f699e4fbb3a98b
tokenImplementation(view returns (address)
0xcacebe8c354b70fa6e3107f3f6f699e4fbb3a98b
version(pure returns (uint256)
110
Read-only
getDeployedAssetAddress(bytes32view returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
overridedTokens(bytes32view returns (bool acceptstring namestring symbol)
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 
deployAsset(bytes32 _debridgeIdstring _namestring _symboluint8 _decimalsreturns (address deBridgeTokenAddress)
grantRole(bytes32 roleaddress account
initialize(address _tokenImplementationaddress _deBridgeTokenAdminaddress _debridgeAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setDeBridgeTokenAdmin(address _deBridgeTokenAdmin
setDebridgeAddress(address _debridgeAddress
setOverridedTokenInfo(bytes32[] _debridgeIdsstruct DeBridgeTokenDeployerOverridedTokenInfo[] _tokens
setTokenImplementation(address _impl
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
DeBridgeTokenDeployed(address assetstring namestring symboluint8 decimals
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AdminBadRole(
DeBridgeGateBadRole(
DeployedAlready(
WrongArgument(