Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,020.80)
Native
Value
$21.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005262 | $4,006.47 |
$21.08 | |
USDC | ERC-20 | 1K | $0.999717 |
$999.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19603542 | 8 months ago | | | 0.0007114 | 0.00027552043 | |
| 19175956 | 10 months ago | | | 0.0045504819 | 0.00047489235 | |
| 19170097 | 10 months ago | | | 0 | 0.0032519150 | |
| 18539325 | a year ago | | | 0 | 0.0018751190 | |
| 18539321 | a year ago | | | 0 | 0.0018856363 | |
| 18539318 | a year ago | | | 0 | 0.0018729745 | |
| 14722847 | 3 years ago | | | 0 | 0.0036073200 | |
| 14722300 | 3 years ago | | | 0 | 0.0015926678 | |
| 14722285 | 3 years ago | | | 0 | 0.0014241977 | |
| 14721927 | 3 years ago | | | 0 | 0.0028666342 |
ABI
ABI objects
Getter at block 21423057
addseq() view returns (uint64)
2
delayPeriod() view returns (uint256)
0
epochLength() view returns (uint256)
0
minimalMaxSlippage() view returns (uint32)
0
nativeWrap() view returns (address)
0x0000000000000000000000000000000000000000
noticePeriod() view returns (uint256)
0
owner() view returns (address)
0x58b529f9084d7eaa598eb3477fe36064c5b7bbc1
paused() view returns (bool)
false
resetTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
ssHash() view returns (bytes32)
0x3a286abf3b863b1ce89fbf910003d6df411047d7322aceb26c77fa251af12287
triggerTime() view returns (uint256)
0
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.