Bridge
Verified contract
Active on
Ethereum with 334,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,928,465.42)
Native
Value
$35,175.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10.510897 | $3,346.57 |
$35,175.45 | |
WETH | ERC-20 | 777.514424 | $3,343.37 |
$2,599,518.4 | |
USDT | ERC-20 | 831.877474K | $1.001 |
$832,709.35 | |
USDC | ERC-20 | 504.294207K | $0.999576 |
$504,080.39 | |
USX | ERC-20 | 370.560405K | $1.037 |
$384,271.14 | |
FDUSD | ERC-20 | 108.29328K | $0.997833 |
$108,058.61 | |
XMT | ERC-20 | 6.87325M | $0.01487 |
$102,204.13 | |
DHT | ERC-20 | 597.128581K | $0.142057 |
$84,826.29 | |
GOVI | ERC-20 | 873.983651K | $0.086343 |
$75,462.37 | |
PENDLE | ERC-20 | 9.524069K | $5.15 |
$49,048.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246842 | 13 minutes ago | | | 0 | 0.0024831862 | |
| 21246835 | 14 minutes ago | | | 0 | 0.0024259264 | |
| 21246773 | 27 minutes ago | | | 0 | 0.0024622801 | |
| 21246726 | 36 minutes ago | | | 0 | 0.0011971432 | |
| 21246571 | an hour ago | | | 0 | 0.00092507895 | |
| 21246499 | an hour ago | | | 0 | 0.0010498404 | |
| 21246473 | an hour ago | | | 0 | 0.0024691195 | |
| 21246434 | 2 hours ago | | | 0 | 0.0027531971 | |
| 21246333 | 2 hours ago | | | 0 | 0.0032931027 | |
| 21246300 | 2 hours ago | | | 0 | 0.0031668926 |
ABI
ABI objects
Getter at block 21246904
addseq() view returns (uint64)
5344
delayPeriod() view returns (uint256)
1800
epochLength() view returns (uint256)
1800
minimalMaxSlippage() view returns (uint32)
500
nativeWrap() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
noticePeriod() view returns (uint256)
604800
owner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
paused() view returns (bool)
false
resetTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
ssHash() view returns (bytes32)
0xc4de3f1d170aa551d4597b1e95173f6087e19d8d48f679df730508cfe6454371
triggerTime() view returns (uint256)
1732072759
Read-only
delayThresholds(address) view returns (uint256)
delayedTransfers(bytes32) view returns (address receiver, address token, uint256 amount, uint256 timestamp)
epochVolumeCaps(address) view returns (uint256)
epochVolumes(address) view returns (uint256)
governors(address) view returns (bool)
isGovernor(address _account) view returns (bool)
isPauser(address account) view returns (bool)
lastOpTimestamps(address) view returns (uint256)
maxSend(address) view returns (uint256)
minAdd(address) view returns (uint256)
minSend(address) view returns (uint256)
pausers(address) view returns (bool)
transfers(bytes32) view returns (bool)
verifySigs(bytes _msg, bytes[] _sigs, address[] _signers, uint256[] _powers) view
withdraws(bytes32) view returns (bool)
State-modifying
Events addGovernor(address _account)
addLiquidity(address _token, uint256 _amount)
addNativeLiquidity(uint256 _amount) payable
addPauser(address account)
executeDelayedTransfer(bytes32 id)
increaseNoticePeriod(uint256 period)
notifyResetSigners()
pause()
relay(bytes _relayRequest, bytes[] _sigs, address[] _signers, uint256[] _powers)
removeGovernor(address _account)
removePauser(address account)
renounceGovernor()
renounceOwnership()
renouncePauser()
resetSigners(address[] _signers, uint256[] _powers)
send(address _receiver, address _token, uint256 _amount, uint64 _dstChainId, uint64 _nonce, uint32 _maxSlippage)
sendNative(address _receiver, uint256 _amount, uint64 _dstChainId, uint64 _nonce, uint32 _maxSlippage) payable
setDelayPeriod(uint256 _period)
setDelayThresholds(address[] _tokens, uint256[] _thresholds)
setEpochLength(uint256 _length)
setEpochVolumeCaps(address[] _tokens, uint256[] _caps)
setMaxSend(address[] _tokens, uint256[] _amounts)
setMinAdd(address[] _tokens, uint256[] _amounts)
setMinSend(address[] _tokens, uint256[] _amounts)
setMinimalMaxSlippage(uint32 _minimalMaxSlippage)
setWrap(address _weth)
transferOwnership(address newOwner)
unpause()
updateSigners(uint256 _triggerTime, address[] _newSigners, uint256[] _newPowers, bytes[] _sigs, address[] _curSigners, uint256[] _curPowers)
withdraw(bytes _wdmsg, bytes[] _sigs, address[] _signers, uint256[] _powers)
DelayPeriodUpdated(uint256 period)
DelayThresholdUpdated(address token, uint256 threshold)
DelayedTransferAdded(bytes32 id)
DelayedTransferExecuted(bytes32 id, address receiver, address token, uint256 amount)
EpochLengthUpdated(uint256 length)
EpochVolumeUpdated(address token, uint256 cap)
GovernorAdded(address account)
GovernorRemoved(address account)
LiquidityAdded(uint64 seqnum, address provider, address token, uint256 amount)
MaxSendUpdated(address token, uint256 amount)
MinAddUpdated(address token, uint256 amount)
MinSendUpdated(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address account)
PauserRemoved(address account)
Relay(bytes32 transferId, address sender, address receiver, address token, uint256 amount, uint64 srcChainId, bytes32 srcTransferId)
ResetNotification(uint256 resetTime)
Send(bytes32 transferId, address sender, address receiver, address token, uint256 amount, uint64 dstChainId, uint64 nonce, uint32 maxSlippage)
SignersUpdated(address[] _signers, uint256[] _powers)
Unpaused(address account)
WithdrawDone(bytes32 withdrawId, uint64 seqnum, address receiver, address token, uint256 amount, bytes32 refid)
This contract contains no constructor objects.
receive()
This contract contains no error objects.