Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($70,908.23)
Native
Value
$67,853.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 20.54513 | $3,302.68 |
$67,853.99 | |
USDC | ERC-20 | 3.0545K | $0.998934 |
$3,051.24 | |
USDT | ERC-20 | 2.5 | $0.999772 |
$2.5 | |
DAI | ERC-20 | 0.5 | $0.998856 |
$0.5 | |
0xcec9…1e98 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20486781 | 4 months ago | | | 0 | 0.00050280678 | |
| 20412511 | 4 months ago | | | 0 | 0.00044808119 | |
| 20405565 | 4 months ago | | | 0 | 0.00028046367 | |
| 20404418 | 4 months ago | | | 0 | 0.00011339667 | |
| 20404417 | 4 months ago | | | 0 | 0.00019666658 | |
| 19989609 | 6 months ago | | | <0.00000001 | 0.00045061787 | |
| 19945805 | 6 months ago | | | 0.0053 | 0.00094833584 | |
| 19840097 | 7 months ago | | | 0.042 | 0.0012943299 | |
| 19565920 | 8 months ago | | | 0 | 0.0017416153 | |
| 19551171 | 8 months ago | | | 0 | 0.0020335848 |
ABI
ABI objects
Getter at block 21272063
BRIDGE_MANAGER() view returns (bytes32)
0x77eacfcb6207f26b72edc4f15c48e5518843e7e98ccfd7e0d6c16f92ed1fef8d
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
STOP_MANAGER() view returns (bytes32)
0x55ca0725c70a9ecebe86dd2b8b3a414983f6cb638e1a0fa17c64bbdd59b4d4c1
TOKEN_MANAGER() view returns (bytes32)
0x593fb413ec9f9ad9f53f309300b515310ff474591268ca3cbe9752fd88eb76a0
feeCollector() view returns (address)
0x83f53c078bf81f6d8b79e01e2ed36c473a960c5e
feeOracle() view returns (address)
0xba6d8de08f13a3d22fcec54752812dd4dcf2e1f6
unlockSigner() view returns (address)
0x83f53c078bf81f6d8b79e01e2ed36c473a960c5e
validator() view returns (address)
0x3461fbef855092283b614affb8990e1739229644
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenInfos(address) view returns (bytes4 tokenSource, bytes32 tokenSourceAddress, uint8 precision, uint8 tokenType, uint8 tokenStatus)
tokenSourceMap(bytes4, bytes32) view returns (address)
State-modifying
Events addToken(bytes4 tokenSource, bytes32 tokenSourceAddress, address nativeTokenAddress, uint8 tokenType)
grantRole(bytes32 role, address account)
lock(uint128 lockId, address tokenAddress, bytes32 recipient, bytes4 destination, uint256 amount)
lockBase(uint128 lockId, address wrappedBaseTokenAddress, bytes32 recipient, bytes4 destination) payable
removeToken(bytes4 tokenSource, bytes32 tokenSourceAddress, address newAuthority)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeCollector(address _feeCollector)
setFeeOracle(address _feeOracle)
setTokenStatus(address tokenAddress, uint8 status)
setUnlockSigner(address _unlockSigner)
setValidator(address _validator)
startBridge()
stopBridge()
unlock(uint128 lockId, address recipient, uint256 amount, bytes4 lockSource, bytes4 tokenSource, bytes32 tokenSourceAddress, bytes signaturePrimary, bytes signatureSecondary)
Received(address indexed recipient, address token, uint256 amount, uint128 indexed lockId, bytes4 source)
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)
Sent(bytes4 tokenSource, bytes32 tokenSourceAddress, address sender, bytes32 indexed recipient, uint256 amount, uint128 indexed lockId, bytes4 destination)
constructor(address feeCollector_, address admin_, address validator_, address feeOracle_, address unlockSigner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.