BridgeAssist
Verified contract
Active on
Ethereum with 1,317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($47,691,550.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CREO | ERC-20 | 976.919923M | $0.048818 |
$47,691,550.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290307 | an hour ago | | | 0 | 0.00064634503 | |
| 21290271 | an hour ago | | | 0 | 0.00068269425 | |
| 21289629 | 3 hours ago | | | 0 | 0.00071289188 | |
| 21288816 | 6 hours ago | | | 0 | 0.00087917903 | |
| 21285627 | 17 hours ago | | | 0 | 0.0029231820 | |
| 21285621 | 17 hours ago | | | 0 | 0.0011729060 | |
| 21285553 | 17 hours ago | | | 0 | 0.0029973988 | |
| 21285488 | 17 hours ago | | | 0 | 0.0027346186 | |
| 21285373 | 18 hours ago | | | 0 | 0.00097920399 | |
| 21285265 | 18 hours ago | | | 0 | 0.00066253300 |
ABI
ABI objects
Getter at block 21290595
CURRENT_CHAIN() view returns (string)
evm.1
CURRENT_CHAIN_B32() view returns (bytes32)
0x65766d2e31000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_DENOMINATOR() view returns (uint256)
10000
FULFILL_TX_TYPEHASH() view returns (bytes32)
0xcb87858191633bd77793d261daabf61ecc1356b8074c6678235852edf88a10dc
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MAX_RELAYERS() view returns (uint256)
100
TOKEN() view returns (address)
0xe636f94a71ec52cc61ef21787ae351ad832347b7
feeFulfill() view returns (uint256)
0
feeSend() view returns (uint256)
50
feeWallet() view returns (address)
0x47ff3169c515a69eb4f53bb5d29c0804e7e038c8
getRelayers() view returns (address[])
[0x1F45B92A6225EadDCC5BacD9ae1F6D43110D7fE7]
limitPerSend() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
nonce() view returns (uint256)
459
paused() view returns (bool)
false
relayerConsensusThreshold() view returns (uint256)
1
relayersLength() view returns (uint256)
1
supportedChainList() view returns (bytes32[])
[0x65766d2e35360000000000000000000000000000000000000000000000000000]
Read-only
exchangeRateFrom(bytes32) view returns (uint256)
fulfilledAt(string, string, uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserTransactions(address user) view returns (struct BridgeAssistTransaction[])
getUserTransactionsAmount(address user) view returns (uint256)
getUserTransactionsSlice(address user_, uint256 offset_, uint256 limit_) view returns (struct BridgeAssistTransaction[] transactions_)
hasRole(bytes32 role, address account) view returns (bool)
isSupportedChain(string chain) view returns (bool)
relayers(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
transactions(address, uint256) view returns (uint256 amount, uint256 timestamp, address fromUser, string toUser, string fromChain, string toChain, uint256 nonce, uint256 block)
State-modifying
Events addChains(string[] chains, uint256[] exchangeRatesFromPow)
fulfill(struct BridgeAssistFulfillTx transaction, bytes[] signatures)
grantRole(bytes32 role, address account)
pause()
removeChains(string[] chains)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
send(uint256 amount, string toUser, string toChain)
setFee(uint256 feeSend_, uint256 feeFulfill_)
setFeeWallet(address feeWallet_)
setLimitPerSend(uint256 limitPerSend_)
setRelayers(address[] relayers_, uint256 relayerConsensusThreshold_)
unpause()
withdraw(address token, address to, uint256 amount)
FulfilledTokens(string indexed fromUser, address indexed toUser, string fromChain, string toChain, uint256 amount, uint256 exchangeRate)
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)
SentTokens(address fromUser, string indexed toUser, string fromChain, string toChain, uint256 amount, uint256 exchangeRate)
Unpaused(address account)
constructor(address token, uint256 limitPerSend_, address feeWallet_, uint256 feeSend_, uint256 feeFulfill_, address owner, address[] relayers_, uint256 relayerConsensusThreshold_)
This contract contains no fallback and receive objects.
This contract contains no error objects.