OriginalTokenVault
Verified contract
Active on
Ethereum with 50,768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42,797,441.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WXT | ERC-20 | 6.978784B | $0.003266 |
$22,793,198.44 | |
USDC | ERC-20 | 4.834109M | $1.002 |
$4,843,777.62 | |
GHX | ERC-20 | 46.904723M | $0.085047 |
$3,989,106 | |
USDT | ERC-20 | 3.727242M | $1.001 |
$3,730,969.05 | |
WBTC | ERC-20 | 29.753283 | $96,391.00 |
$2,867,948.66 | |
DOMI | ERC-20 | 189.279481M | $0.014672 |
$2,777,100.98 | |
DAI | ERC-20 | 727.604176K | $1.00 |
$727,604.18 | |
MELOS | ERC-20 | 146.23523M | $0.002322 |
$339,520.18 | |
GEL | ERC-20 | 1.167925M | $0.212899 |
$248,650.14 | |
CGG | ERC-20 | 15.435478M | $0.010417 |
$160,798.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259189 | 3 hours ago | | | 0 | 0.0018171553 | |
| 21258959 | 4 hours ago | | | 0 | 0.0020758951 | |
| 21258669 | 5 hours ago | | | 0 | 0.0024325335 | |
| 21257387 | 9 hours ago | | | 0 | 0.00067234617 | |
| 21256878 | 11 hours ago | | | 0 | 0.00063813094 | |
| 21255260 | 16 hours ago | | | 0 | 0.0018622580 | |
| 21255249 | 16 hours ago | | | 0 | 0.00075516775 | |
| 21254898 | 17 hours ago | | | 0 | 0.0019758446 | |
| 21254511 | 18 hours ago | | | 0 | 0.0010258953 | |
| 21254085 | 20 hours ago | | | 0 | 0.00097972559 |
ABI
ABI objects
Getter at block 21260021
delayPeriod() view returns (uint256)
1800
epochLength() view returns (uint256)
1800
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)
executeDelayedTransfer(bytes32 id)
pause()
removeGovernor(address _account)
removePauser(address account)
renounceGovernor()
renounceOwnership()
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)
transferOwnership(address newOwner)
unpause()
withdraw(bytes _request, 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)
Deposited(bytes32 depositId, address depositor, address token, uint256 amount, uint64 mintChainId, address mintAccount)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.