DlnDestination
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "DlnDestination"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DlnDestination"
ABI
ABI objects
Getter at block 21239467
BPS_DENOMINATOR() view returns (uint256)
10000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EVM_ADDRESS_LENGTH() view returns (uint256)
20
GOVMONITORING_ROLE() view returns (bytes32)
0x2b36fa99e118fa8485d488becf749a974743fbeb6a7aa57e663893bf5d69a3c1
MAX_ADDRESS_LENGTH() view returns (uint256)
255
NATIVE_AMOUNT_DIVIDER_FOR_TRANSFER_TO_SOLANA() view returns (uint256)
10000000000
SOLANA_ADDRESS_LENGTH() view returns (uint256)
32
deBridgeGate() view returns (address)
0x0000000000000000000000000000000000000000
externalCallAdapter() view returns (address)
0x0000000000000000000000000000000000000000
getChainId() view returns (uint256 cid)
1
maxOrderCountPerBatchEvmUnlock() view returns (uint256)
0
maxOrderCountPerBatchSolanaUnlock() view returns (uint256)
0
paused() view returns (bool)
false
version() pure returns (string)
1.3.0
Read-only
chainEngines(uint256) view returns (uint8)
dlnSourceAddresses(uint256) view returns (bytes)
getOrderId(struct DlnOrderLibOrder _order) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
takeOrders(bytes32) view returns (uint8 status, address takerAddress, uint256 giveChainId)
takePatches(bytes32) view returns (uint256)
State-modifying
Events fulfillOrder(struct DlnOrderLibOrder _order, uint256 _fulFillAmount, bytes32 _orderId, bytes _permitEnvelope, address _unlockAuthority) payable
fulfillOrder(struct DlnOrderLibOrder _order, uint256 _fulFillAmount, bytes32 _orderId, bytes _permitEnvelope, address _unlockAuthority, address _externalCallRewardBeneficiary) payable
grantRole(bytes32 role, address account)
initialize(address _deBridgeGate)
patchOrderTake(struct DlnOrderLibOrder _order, uint256 _newSubtrahend)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendBatchEvmUnlock(bytes32[] _orderIds, address _beneficiary, uint256 _executionFee) payable
sendBatchSolanaUnlock(struct DlnOrderLibOrder[] _orders, bytes32 _beneficiary, uint256 _executionFee, uint64 _initWalletIfNeededInstructionReward, uint64 _claimUnlockInstructionReward) payable
sendEvmOrderCancel(struct DlnOrderLibOrder _order, address _cancelBeneficiary, uint256 _executionFee) payable
sendEvmUnlock(bytes32 _orderId, address _beneficiary, uint256 _executionFee) payable
sendSolanaOrderCancel(struct DlnOrderLibOrder _order, bytes32 _cancelBeneficiary, uint256 _executionFee, uint64 _reward1, uint64 _reward2) payable
sendSolanaUnlock(struct DlnOrderLibOrder _order, bytes32 _beneficiary, uint256 _executionFee, uint64 _initWalletIfNeededInstructionReward, uint64 _claimUnlockInstructionReward) payable
setDlnSourceAddress(uint256 _chainIdFrom, bytes _dlnSourceAddress, uint8 _chainEngine)
setExternalCallAdapter(address _externalCallAdapter)
setMaxOrderCountsPerBatch(uint256 _newEvmCount, uint256 _newSolanaCount)
unpause()
DecreasedTakeAmount(bytes32 orderId, uint256 orderTakeFinalAmount)
ExternalCallAdapterUpdated(address oldAdapter, address newAdapter)
FulfilledOrder(struct DlnOrderLibOrder order, bytes32 orderId, address sender, address unlockAuthority)
Initialized(uint8 version)
MaxOrderCountPerBatchEvmUnlockChanged(uint256 oldValue, uint256 newValue)
MaxOrderCountPerBatchSolanaUnlockChanged(uint256 oldValue, uint256 newValue)
Paused(address account)
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)
SentOrderCancel(struct DlnOrderLibOrder order, bytes32 orderId, bytes cancelBeneficiary, bytes32 submissionId)
SentOrderUnlock(bytes32 orderId, bytes beneficiary, bytes32 submissionId)
SetDlnSourceAddress(uint256 chainIdFrom, bytes dlnSourceAddress, uint8 chainEngine)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AdminBadRole()
AllowOnlyForBeneficiary(bytes expectedBeneficiary)
CallProxyBadRole()
EthTransferFailed()
GovMonitoringBadRole()
IncorrectOrderStatus()
MismatchGiveChainId()
MismatchNativeTakerAmount()
MismatchTakerAmount()
MismatchedOrderId()
MismatchedTransferAmount()
NativeSenderBadRole(bytes nativeSender, uint256 chainIdFrom)
NotSupportedDstChain()
SignatureInvalidV()
TransferAmountNotCoverFees()
Unauthorized()
UnexpectedBatchSize()
UnknownEngine()
WrongAddressLength()
WrongArgument()
WrongChain()
WrongToken()
ZeroAddress()