TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 3 txns
Deployed by via 0x39c80701 at 18083710
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "TransparentUpgradeableProxy"

0x9b643112a5552ae75adcb1077093adeeb256c5b92d629c6866299b02fa987fa9
0x8ca0c0610d3b98f437aa879d6ee413ec5b3131aa3cba229e2c9f69bfc4112eb1
0xa6579afcf7ad9d6c19edd7e5c1cb297d47286896173a1fec6c2fb6e4fc84e10f

Functions
Getter at block 20791532
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
defaultExecutor(view returns (address)
0xae0361b1c3454b297129e01046057f1d294c7974
dlnDestination(view returns (address)
0xe7351fd770a37282b91d153ee690b63579d6dd7f
paused(view returns (bool)
false
version(pure returns (string)
1.0.1
Read-only
externalCallStatus(bytes32view returns (uint8)
getCallId(bytes32 _orderIdaddress _callAuthorityaddress _tokenAddressuint256 _transferredAmountbytes _externalCallpure returns (bytes32)
getCallId(bytes32 _orderIdaddress _callAuthorityaddress _tokenAddressuint256 _transferredAmountbytes32 _externalCallHashpure returns (bytes32)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenBalanceHistory(addressview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
cancelCall(bytes32 _orderIdaddress _callAuthorityaddress _tokenAddressuint256 _tokenAmountaddress _recipientbytes32 _externalCallHash
executeCall(bytes32 _orderIdaddress _callAuthorityaddress _tokenAddressuint256 _tokenAmountbytes _externalCalladdress _rewardBeneficiary
grantRole(bytes32 roleaddress account
initialize(address _dlnDestinationaddress _executor
receiveCall(bytes32 _orderIdaddress _callAuthorityaddress _tokenAddressuint256 _transferredAmountbytes _externalCalladdress _externalCallRewardBeneficiary
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
updateExecutor(address _newExecutor
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
ExecutorUpdated(address oldExecutoraddress newExecutor
ExternalCallCancelled(bytes32 callIdbytes32 orderIdaddress cancelBeneficiaryaddress tokenAddressuint256 amount
ExternalCallExecuted(bytes32 orderIdbool callSucceeded
ExternalCallFailed(bytes32 orderIdbytes callResult
ExternallCallRegistered(bytes32 callIdbytes32 orderIdaddress callAuthorityaddress tokenAddressuint256 amountbytes externalCall
Initialized(uint8 version
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
AdminBadRole(
BadRole(
DisabledDelayedExecution(
DlnBadRole(
EthTransferFailed(
FailedExecuteExternalCall(
IncorrectExecutionFee(uint256 amountuint256 executionFee
InvalideAmount(
InvalideState(
UnknownEnvelopeVersion(uint8 version