Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($171,880.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 26.725386 | $3,930.97 |
$105,056.69 | |
USDT | ERC-20 | 33.130153K | $1.00 |
$33,130.15 | |
USDC | ERC-20 | 29.356998K | $0.999721 |
$29,348.81 | |
BUSD | ERC-20 | 4.483241K | $0.961407 |
$4,310.22 | |
DODO | ERC-20 | 182.084105 | $0.192422 |
$35.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15066983 | 2 years ago | | | 0 | 0.00092564910 | |
| 15060854 | 2 years ago | | | 0 | 0.0016831368 | |
| 14429859 | 3 years ago | | | 0 | 0.0039202898 | |
| 14422421 | 3 years ago | | | 0 | 0.0022907916 | |
| 14422123 | 3 years ago | | | 0 | 0.0025924127 | |
| 14390441 | 3 years ago | | | 0 | 0.0019465103 | |
| 14390248 | 3 years ago | | | 0 | 0.00081648373 | |
| 14390246 | 3 years ago | | | 0 | 0.00064020009 | |
| 14337923 | 3 years ago | | | 0 | 0.0042039881 | |
| 14178781 | 3 years ago | | | 0 | 0.019751396 |
ABI
ABI objects
Getter at block 21384524
addseq() view returns (uint64)
55
delayPeriod() view returns (uint256)
0
epochLength() view returns (uint256)
1800
minimalMaxSlippage() view returns (uint32)
500
nativeWrap() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
noticePeriod() view returns (uint256)
0
owner() view returns (address)
0x1b9dfc56e38b0f92448659c114e2347bd803911c
paused() view returns (bool)
false
resetTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
ssHash() view returns (bytes32)
0xcb78d9c66163360a35cdccf49a63aec61964ac35ede75440110c327d6d713889
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 addGovener(address _account)
addLiquidity(address _token, uint256 _amount)
addPauser(address account)
executeDelayedTransfer(bytes32 id)
increaseNoticePeriod(uint256 period)
notifyResetSigners()
pause()
relay(bytes _relayRequest, bytes[] _sigs, address[] _signers, uint256[] _powers)
removeGovener(address _account)
removePauser(address account)
renounceGovener()
renounceOwnership()
renouncePauser()
resetSigners(address[] _signers, uint256[] _powers)
send(address _receiver, address _token, uint256 _amount, uint64 _dstChainId, uint64 _nonce, uint32 _maxSlippage)
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(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.