DeusBridge
Verified contract
Active on
Ethereum with 1,563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DeusBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15869886 | 2 years ago | | | 0 | 0.0043854768 | |
| 15868648 | 2 years ago | | | 0 | 0.0065030705 | |
| 15861826 | 2 years ago | | | 0 | 0.0014293594 | |
| 15860650 | 2 years ago | | | 0 | 0.0020458535 | |
| 15860039 | 2 years ago | | | 0 | 0.00092630024 | |
| 15860013 | 2 years ago | | | 0 | 0.00088487597 | |
| 15859827 | 2 years ago | | | 0 | 0.0021384730 | |
| 15859198 | 2 years ago | | | 0 | 0.00096249795 | |
| 15854412 | 2 years ago | | | 0 | 0.0017339450 | |
| 15851225 | 2 years ago | | | 0 | 0.0025643340 |
ABI
ABI objects
Getter at block 21214212
ETH_APP_ID() view returns (uint8)
7
bridgeReserve() view returns (uint256)
3827496822598562798484169
deiAddress() view returns (address)
0xde12c7959e1a72bbe8a5f7a1dc8f8eef9ab011b3
getExecutingChainID() view returns (uint256)
1
lastTxId() view returns (uint256)
885
minReqSigs() view returns (uint256)
1
mintable() view returns (bool)
true
muonContract() view returns (address)
0xe4f8d9a30936a6f8b17a73dc6feb51a3bbabd51a
network() view returns (uint256)
1
owner() view returns (address)
0xc9c178b945bb136575f794b4d317171822cdb9bf
paused() view returns (bool)
false
scale() view returns (uint256)
1000000
Read-only
claimedTxs(uint256, uint256) view returns (bool)
collatDollarBalance(uint256 collat_usd_price) view returns (uint256)
collectedFee(uint256) view returns (uint256)
fee(uint256) view returns (uint256)
getTransaction(uint256 txId_) view returns (uint256 txId, uint256 tokenId, uint256 amount, uint256 fromChain, uint256 toChain, address user, uint256 txBlockNo, uint256 currentBlockNo)
getUserTxs(address user, uint256 toChain) view returns (uint256[])
pendingTxs(uint256 fromChain, uint256[] ids) view returns (bool[] unclaimedIds)
sideContracts(uint256) view returns (address)
tokens(uint256) view returns (address)
State-modifying
Events claim(address user, uint256 amount, uint256 fromChain, uint256 toChain, uint256 tokenId, uint256 txId, bytes _reqId, struct SchnorrSign[] sigs)
deposit(uint256 amount, uint256 toChain, uint256 tokenId) returns (uint256 txId)
deposit(uint256 amount, uint256 toChain, uint256 tokenId, uint256 referralCode) returns (uint256 txId)
depositFor(address user, uint256 amount, uint256 toChain, uint256 tokenId) returns (uint256 txId)
depositFor(address user, uint256 amount, uint256 toChain, uint256 tokenId, uint256 referralCode) returns (uint256 txId)
emergencyWithdrawERC20Tokens(address tokenAddr, address to, uint256 amount)
emergencyWithdrawETH(address to, uint256 amount)
pause()
renounceOwnership()
setBridgeReserve(uint256 bridgeReserve_)
setDeiAddress(address deiAddress_)
setEthAppId(uint8 ETH_APP_ID_)
setFee(uint256 tokenId, uint256 fee_)
setMinReqSigs(uint256 minReqSigs_)
setMintable(bool mintable_)
setMuonContract(address muonContract_)
setNetworkID(uint256 network_)
setSideContract(uint256 network_, address address_)
setToken(uint256 tokenId, address tokenAddress)
transferOwnership(address newOwner)
unpase()
withdrawFee(uint256 tokenId, address to)
BridgeReserveSet(uint256 bridgeReserve, uint256 _bridgeReserve)
Claim(address indexed user, uint256 tokenId, uint256 amount, uint256 indexed fromChain, uint256 txId)
Deposit(address indexed user, uint256 tokenId, uint256 amount, uint256 indexed toChain, uint256 txId)
DepositWithReferralCode(address indexed user, uint256 tokenId, uint256 amount, uint256 indexed toChain, uint256 txId, uint256 referralCode)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(uint256 minReqSigs_, uint256 bridgeReserve_, uint8 ETH_APP_ID_, address muon_, address deiAddress_, bool mintable_)
This contract contains no fallback and receive objects.
This contract contains no error objects.