DlnExternalCallAdapter

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd372a454 at 18319319
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 "DlnExternalCallAdapter"

No transactions found for "DlnExternalCallAdapter"


Functions
Getter at block 20791532
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
defaultExecutor(view returns (address)
0x0000000000000000000000000000000000000000
dlnDestination(view returns (address)
0x0000000000000000000000000000000000000000
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
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
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(
Fallback and receive
receive(
Errors
AdminBadRole(
BadRole(
DisabledDelayedExecution(
DlnBadRole(
EthTransferFailed(
FailedExecuteExternalCall(
IncorrectExecutionFee(uint256 amountuint256 executionFee
InvalideAmount(
InvalideState(
UnknownEnvelopeVersion(uint8 version