Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 1.000365B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19519895 | 8 months ago | | | 0 | 0.0028910565 | |
| 19519883 | 8 months ago | | | 0 | 0.0047429925 | |
| 19519691 | 8 months ago | | | 0 | 0.0051994747 | |
| 19519657 | 8 months ago | | | 0 | 0.0016582135 | |
| 19499775 | 8 months ago | | | 0 | 0.00087273149 | |
| 19497614 | 8 months ago | | | 0 | 0.0017108255 | |
| 19494236 | 8 months ago | | | 0 | 0.0011067692 | |
| 19493384 | 8 months ago | | | 0 | 0.0012581907 | |
| 19493334 | 8 months ago | | | 0 | 0.0015780309 | |
| 19492667 | 8 months ago | | | 0 | 0.0020149557 |
ABI
ABI objects
Getter at block 21230071
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
blacklistManagerRole() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
isPaused() view returns (bool)
true
managerRole() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
outRequestId() view returns (uint256)
136
pauseManagerRole() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
paused() view returns (bool)
true
tokenManagerRole() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
Read-only
ethBlacklisted(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
inRequestProcessed(uint256) view returns (bool)
isBlacklistedEth(address account) view returns (bool)
isBlacklistedSub(bytes32 account) view returns (bool)
isTokenActive(address token) view returns (bool)
isTokenPaused(address token) view returns (bool)
isTokenSupported(address token) view returns (bool)
subBlacklisted(bytes32) view returns (bool)
supportedTokens(address) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenStatus(address token) view returns (uint8)
State-modifying
Events addToken(address token, bool paused, bool force)
batchUnlock(struct IBridgeUnlockData[] data)
grantRole(bytes32 role, address account)
lock(bytes32 to, address token, uint256 amount)
removeToken(address token)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBlacklistEth(address account, bool blacklisted)
setBlacklistSub(bytes32 account, bool blacklisted)
setFullPause(bool pause)
setTokenPause(address token, bool pause)
unlock(uint256 id, address to, address token, uint256 amount)
BlacklistedEth(address account)
BlacklistedSub(bytes32 account)
Lock(uint256 id, bytes32 to, address token, uint256 amount)
Paused(address account)
RemovedFromBlacklistEth(address account)
RemovedFromBlacklistSub(bytes32 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)
TokenAdded(address token)
TokenPaused(address token)
TokenRemoved(address token)
TokenUnpaused(address token)
Unlock(uint256 id, address to, address token, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AddressDoesNotSupportIERC20(address token)
AlreadyBlacklistedEth(address account)
AlreadyBlacklistedSub(bytes32 account)
BlacklistedAccountEth(address account)
BlacklistedAccountSub(bytes32 account)
NotInBlacklistEth(address account)
NotInBlacklistSub(bytes32 account)
RequestAlreadyProcessed(uint256 id)
TokenAlreadySupported(address token)
TokenNotActive(address token)
TokenNotPaused(address token)
TokenNotSupported(address token)