OriginalTokenVaultV2
Verified contract
Active on
Ethereum with 11,904 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,312,967.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
uniETH | ERC-20 | 3.404951K | $3,532.58 |
$12,028,260.1 | |
WETH | ERC-20 | 1.406881K | $3,288.38 |
$4,626,359.3 | |
OCEAN | ERC-20 | 2.12213M | $0.526292 |
$1,116,860.23 | |
EPL | ERC-20 | 20.112295M | $0.053405 |
$1,074,097.11 | |
MCHC | ERC-20 | 16.658092M | $0.052086 |
$867,653.35 | |
ICHI | ERC-20 | 259.021022K | $1.026 |
$265,755.57 | |
PSTAKE | ERC-20 | 3.961134M | $0.048779 |
$193,221.79 | |
IBEX | ERC-20 | 961.443691K | $0.066076 |
$63,528.35 | |
TRB | ERC-20 | 506.617413 | $65.98 |
$33,426.62 | |
FLOKI | ERC-20 | 91.733851M | $0.000247 |
$22,618.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245863 | 10 minutes ago | | | 0 | 0.0040160721 | |
| 21245844 | 14 minutes ago | | | 0 | 0.0019953859 | |
| 21240474 | 18 hours ago | | | 0 | 0.0010630642 | |
| 21239925 | 20 hours ago | | | 0 | 0.0021668959 | |
| 21238963 | a day ago | | | 0 | 0.0026770914 | |
| 21238386 | a day ago | | | 0 | 0.0047877271 | |
| 21237995 | a day ago | | | 0 | 0.0015866344 | |
| 21237954 | a day ago | | | 0.006 | 0.0019418159 | |
| 21237825 | a day ago | | | 0 | 0.0060702270 | |
| 21237548 | a day ago | | | 0 | 0.0029510383 |
ABI
ABI objects
Getter at block 21245911
delayPeriod() view returns (uint256)
1800
epochLength() view returns (uint256)
1800
nativeWrap() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
paused() view returns (bool)
false
sigsVerifier() view returns (address)
0x5427fefa711eff984124bfbb1ab6fbf5e3da1820
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)
maxDeposit(address) view returns (uint256)
minDeposit(address) view returns (uint256)
pausers(address) view returns (bool)
records(bytes32) view returns (bool)
State-modifying
Events addGovernor(address _account)
addPauser(address account)
deposit(address _token, uint256 _amount, uint64 _mintChainId, address _mintAccount, uint64 _nonce) returns (bytes32)
depositNative(uint256 _amount, uint64 _mintChainId, address _mintAccount, uint64 _nonce) payable returns (bytes32)
executeDelayedTransfer(bytes32 id)
pause()
removeGovernor(address _account)
removePauser(address account)
renounceGovernor()
renouncePauser()
setDelayPeriod(uint256 _period)
setDelayThresholds(address[] _tokens, uint256[] _thresholds)
setEpochLength(uint256 _length)
setEpochVolumeCaps(address[] _tokens, uint256[] _caps)
setMaxDeposit(address[] _tokens, uint256[] _amounts)
setMinDeposit(address[] _tokens, uint256[] _amounts)
setWrap(address _weth)
transferOwnership(address newOwner)
unpause()
withdraw(bytes _request, bytes[] _sigs, address[] _signers, uint256[] _powers) returns (bytes32)
DelayPeriodUpdated(uint256 period)
DelayThresholdUpdated(address token, uint256 threshold)
DelayedTransferAdded(bytes32 id)
DelayedTransferExecuted(bytes32 id, address receiver, address token, uint256 amount)
Deposited(bytes32 depositId, address depositor, address token, uint256 amount, uint64 mintChainId, address mintAccount, uint64 nonce)
EpochLengthUpdated(uint256 length)
EpochVolumeUpdated(address token, uint256 cap)
GovernorAdded(address account)
GovernorRemoved(address account)
MaxDepositUpdated(address token, uint256 amount)
MinDepositUpdated(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address account)
PauserRemoved(address account)
Unpaused(address account)
Withdrawn(bytes32 withdrawId, address receiver, address token, uint256 amount, uint64 refChainId, bytes32 refId, address burnAccount)
constructor(address _sigsVerifier)
receive()
This contract contains no error objects.