CanonicalBridge
Verified contract
Active on
Ethereum with 20,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CanonicalBridge"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273016 | 3 minutes ago | | | 0.1 | 0.00086490261 | |
| 21273003 | 5 minutes ago | | | 0.00572 | 0.0010188793 | |
| 21272998 | 6 minutes ago | | | 0.00264 | 0.0010836359 | |
| 21272993 | 7 minutes ago | | | 0 | 0.0024470382 | |
| 21272986 | 9 minutes ago | | | 0.15234 | 0.00099948751 | |
| 21272982 | 10 minutes ago | | | 0 | 0.0023279569 | |
| 21272978 | 10 minutes ago | | | 0.00289 | 0.00093832570 | |
| 21272974 | 11 minutes ago | | | 0.043 | 0.00095233949 | |
| 21272964 | 13 minutes ago | | | 0.005 | 0.00069743300 | |
| 21272964 | 13 minutes ago | | | 0.00586 | 0.00070773083 |
ABI
ABI objects
Getter at block 21273028
CLAIM_AUTHORITY_ROLE() view returns (bytes32)
0x49d85f38d8d200e3ac71b7ada9a2786ccb6d016b3c28e43e8057f6bbae438adc
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FRAUD_WINDOW_SETTER_ROLE() view returns (bytes32)
0xe68a6574a7e933010135bdcdb85f5b60aed1ee2a05b00c7c3b88734a75706cf0
MIN_DEPOSIT() view returns (uint256)
2000000000000000
PAUSER_ROLE() view returns (bytes32)
0x39935d86204acf3d77da26425d7a46606d2550568c6b1876f3a2e76c804c7626
STARTER_ROLE() view returns (bytes32)
0xac6a94bcd1ac2877eda181de9748e5972fc07f76d4864cecf836b3fca185e53c
TREASURY() view returns (address)
0xd7e4b67e735733ac98a88f13d087d8aac670e644
WITHDRAW_AUTHORITY_ROLE() view returns (bytes32)
0xfe482b7b16acc2ea6eda181934b481a09d50ed8e3579b43c531bc57b84336c53
WITHDRAW_CANCELLER_ROLE() view returns (bytes32)
0xb7a383a5ef6cc414a168844ee7da5cf32b44a10145b4d0cc573e1b7c231d3040
fraudWindowDuration() view returns (uint256)
604800
getVersionComponents() pure returns (struct ISemVerVersion)
(2, 0, 0)
paused() view returns (bool)
false
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
startTime(bytes32 withdrawMessageHash) view returns (uint256 startTime)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawMessageHash(struct ICanonicalBridgeWithdrawMessage message) pure returns (bytes32)
withdrawMessageStatus(struct ICanonicalBridgeWithdrawMessage message) view returns (uint8)
withdrawMessageStatus(bytes32 messageHash) view returns (uint8)
withdrawMsgIdProcessed(uint64 withdrawMessageId) view returns (uint256 blockNumber)
State-modifying
Events authorizeWithdraw(struct ICanonicalBridgeWithdrawMessage message)
authorizeWithdraws(struct ICanonicalBridgeWithdrawMessage[] messages)
claimWithdraw(struct ICanonicalBridgeWithdrawMessage message)
deleteWithdrawMessage(struct ICanonicalBridgeWithdrawMessage message)
deposit(bytes32 recipient, uint256 amountWei) payable
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setFraudWindowDuration(uint256 durationSeconds)
unpause()
Deployed(address indexed deployer, address owner, address treasuryAddress)
Deposited(address indexed sender, bytes32 indexed recipient, uint256 amountWei, uint256 amountLamports)
FraudWindowSet(address indexed sender, uint256 durationSeconds)
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)
WithdrawAuthorized(address indexed sender, struct ICanonicalBridgeWithdrawMessage message, bytes32 indexed messageHash, uint256 startTime)
WithdrawCancelled(address indexed sender, bytes32 indexed messageHash)
WithdrawClaimed(address indexed receiver, bytes32 indexed remoteSender, bytes32 indexed messageHash, struct ICanonicalBridgeWithdrawMessage message)
WithdrawMessageDeleted(address authority, struct ICanonicalBridgeWithdrawMessage message)
WithdrawMessageHashDeleted(address indexed authority, bytes32 indexed messageHash)
constructor(address owner, address treasuryAddress)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
CannotCancel()
CanonicalBridgeTransactionRejected(uint64 withdrawId, string reason)
DurationTooShort()
EmptyBytes32()
EnforcedPause()
ExpectedPause()
ReentrancyGuardReentrantCall()
WithdrawFailed()
WithdrawUnauthorized()