DBridge
Verified contract
Active on
Ethereum with 22,684 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,488,468.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOW | ERC-20 | 226.777837M | $0.112394 |
$25,488,468.22 | |
vUSD | ERC-20 | 751.195887M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226968 | 15 minutes ago | | | 0.003 | 0.00082417704 | |
| 21226962 | 17 minutes ago | | | 0 | 0.0014049526 | |
| 21225622 | 5 hours ago | | | 0 | 0.0014960348 | |
| 21225333 | 6 hours ago | | | 0.003 | 0.00098891670 | |
| 21225332 | 6 hours ago | | | 0 | 0.0020626327 | |
| 21224142 | 10 hours ago | | | 0 | 0.0032584376 | |
| 21224135 | 10 hours ago | | | 0 | 0.0030712460 | |
| 21224122 | 10 hours ago | | | 0 | 0.0033704576 | |
| 21223771 | 11 hours ago | | | 0 | 0.0037550078 | |
| 21223204 | 13 hours ago | | | 0 | 0.0037902799 |
ABI
ABI objects
Getter at block 21227043
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNOR_ROLE() view returns (bytes32)
0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55
RELAYER_ROLE() view returns (bytes32)
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
domainHash() view returns (bytes32)
0xef2dfa72dd8590c7d331f8c9b73a02f2d71dbb91d4e65207c55804afa24f5152
paused() view returns (bool)
false
Read-only
bridgeTxn(bytes32) view returns (uint256 bridgeIndex, uint8 txnType, address sender, uint256 chainId, address tokenAddress, uint256 amount, bool isWithdrawed, bool isVerifiedByRelayer)
getBridgeTokenAddress(address tokenAddress, uint256 chainId) view returns (address bridgeTokenAddress)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportedTokens(address) view returns (uint256 platformFee, bool isAvailable, bool isMintableBurnable)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addBridge(struct DBridgeVoteData voteData) payable
addSupportedChain(address tokenAddress, uint256 chainId, address bridgeTokenAddress)
addToken(address tokenAddress, uint256 tokenPlatformFee, bool isMintableBurnableToken)
bridge(struct DBridgeWithdrawData withdrawData)
confirmBridge(struct DBridgeVoteData voteData) payable
deposit(uint256 chainId, address tokenAddress, uint256 amount) returns (bytes32 bridgeId)
enableDisableToken(address tokenAddress, bool isEnable)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
unpause()
updateTokenPlatformFee(address tokenAddress, uint256 newPlatformFee)
withdraw(bytes32 bridgeId) payable
Bridge(bytes32 indexed bridgeId, uint256 sourceChainId, address receiver, address tokenAddress, uint256 amount, address[] validators)
Confirmation(bytes32 indexed bridgeId, uint256 sourceChainId, address receiver, address tokenAddress, uint256 amount, address confirmer)
Deposit(bytes32 indexed bridgeId, uint256 indexed bridgeIndex, address sender, uint256 chainId, address tokenAddress, uint256 amount)
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)
Unpaused(address account)
Withdraw(bytes32 indexed bridgeId, address indexed receiver, address bridgeTokenAddress, uint256 amount)
constructor(string name, string version, address exchangePoolAddress, address rewarTokenAddress, uint256 _baseVoteFee, uint256 _rewardFee)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
SafeERC20FailedOperation(address token)