DlnSource
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 "DlnSource"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DlnSource"
ABI
ABI objects
Getter at block 20791544
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
SOLANA_ADDRESS_LENGTH() view returns (uint256)
32
deBridgeGate() view returns (address)
0x0000000000000000000000000000000000000000
getChainId() view returns (uint256 cid)
1
globalFixedNativeFee() view returns (uint88)
0
globalTransferFeeBps() view returns (uint16)
0
paused() view returns (bool)
false
version() pure returns (string)
1.3.0
Read-only
chainEngines(uint256) view returns (uint8)
collectedFee(address) view returns (uint256)
dlnDestinationAddresses(uint256) view returns (bytes)
getOrderId(struct DlnOrderLibOrder _order) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
giveOrders(bytes32) view returns (uint8 status, uint160 giveTokenAddress, uint88 nativeFixFee, uint48 takeChainId, uint208 percentFee, uint256 giveAmount, address affiliateBeneficiary, uint256 affiliateAmount)
givePatches(bytes32) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
masterNonce(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
unclaimedAffiliateETHFees(address) view returns (uint256)
unexpectedOrderStatusForCancel(bytes32) view returns (address)
unexpectedOrderStatusForClaim(bytes32) view returns (address)
validateCreationOrder(struct DlnOrderLibOrderCreation _orderCreation, address _signer) view returns (struct DlnOrderLibOrder order)
validateCreationOrder(struct DlnOrderLibOrderCreation _orderCreation, address _signer, uint64 _salt) view returns (struct DlnOrderLibOrder order)
State-modifying
Events claimBatchCancel(bytes32[] _orderIds, address _beneficiary)
claimBatchUnlock(bytes32[] _orderIds, address _beneficiary)
claimCancel(bytes32 _orderId, address _beneficiary)
claimUnlock(bytes32 _orderId, address _beneficiary)
createOrder(struct DlnOrderLibOrderCreation _orderCreation, bytes _affiliateFee, uint32 _referralCode, bytes _permitEnvelope) payable returns (bytes32)
createSaltedOrder(struct DlnOrderLibOrderCreation _orderCreation, uint64 _salt, bytes _affiliateFee, uint32 _referralCode, bytes _permitEnvelope, bytes _metadata) payable returns (bytes32)
grantRole(bytes32 role, address account)
initialize(address _deBridgeGate, uint88 _globalFixedNativeFee, uint16 _globalTransferFeeBps)
patchOrderGive(struct DlnOrderLibOrder _order, uint256 _addGiveAmount, bytes _permitEnvelope) payable
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDlnDestinationAddress(uint256 _chainIdTo, bytes _dlnDestinationAddress, uint8 _chainEngine)
unpause()
updateGlobalFee(uint88 _globalFixedNativeFee, uint16 _globalTransferFeeBps)
withdrawFee(address[] _tokens, address _beneficiary)
AffiliateFeePaid(bytes32 _orderId, address beneficiary, uint256 affiliateFee, address giveTokenAddress)
ClaimedOrderCancel(bytes32 orderId, address beneficiary, uint256 paidAmount, address giveTokenAddress)
ClaimedUnlock(bytes32 orderId, address beneficiary, uint256 giveAmount, address giveTokenAddress)
CreatedOrder(struct DlnOrderLibOrder order, bytes32 orderId, bytes affiliateFee, uint256 nativeFixFee, uint256 percentFee, uint32 referralCode, bytes metadata)
CriticalMismatchChainId(bytes32 orderId, address beneficiary, uint256 takeChainId, uint256 submissionChainIdFrom)
GlobalFixedNativeFeeUpdated(uint88 oldGlobalFixedNativeFee, uint88 newGlobalFixedNativeFee)
GlobalTransferFeeBpsUpdated(uint16 oldGlobalTransferFeeBps, uint16 newGlobalTransferFeeBps)
IncreasedGiveAmount(bytes32 orderId, uint256 orderGiveFinalAmount, uint256 finalPercentFee)
Initialized(uint8 version)
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)
SetDlnDestinationAddress(uint256 chainIdTo, bytes dlnDestinationAddress, uint8 chainEngine)
UnexpectedOrderStatusForCancel(bytes32 orderId, uint8 status, address beneficiary)
UnexpectedOrderStatusForClaim(bytes32 orderId, uint8 status, address beneficiary)
Unpaused(address account)
WithdrawnFee(address tokenAddress, uint256 amount, address beneficiary)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AdminBadRole()
CallProxyBadRole()
CriticalMismatchTakeChainId(bytes32 orderId, uint48 takeChainId, uint256 submissionsChainIdFrom)
EthTransferFailed()
GovMonitoringBadRole()
IncorrectOrderStatus()
MismatchNativeGiveAmount()
MismatchedOrderId()
MismatchedTransferAmount()
NativeSenderBadRole(bytes nativeSender, uint256 chainIdFrom)
NotSupportedDstChain()
SignatureInvalidV()
Unauthorized()
UnknownEngine()
WrongAddressLength()
WrongAffiliateFeeLength()
WrongArgument()
WrongChain()
WrongFixedFee(uint256 received, uint256 actual)
ZeroAddress()