Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe34e…62dd
0xed53…fdc9
0x43d0…0629
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENQ | ERC-20 | 81 | -- | -- | |
OCEAN | ERC-20 | 54.290352 | -- | -- | |
APE | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15068328 | 2 years ago | | | 0 | 0.00020738869 | |
| 12333459 | 4 years ago | | | 0 | 0.0011821915 | |
| 12333321 | 4 years ago | | | 0 | 0.0086184000 | |
| 12333312 | 4 years ago | | | 0 | 0.0099767000 | |
| 12333305 | 4 years ago | | | 0 | 0.0073377000 | |
| 12333299 | 4 years ago | | | 0 | 0.012571955 | |
| 12333290 | 4 years ago | | | 0 | 0.012675300 | |
| 12333284 | 4 years ago | | | 0 | 0.023159180 | |
| 12333273 | 4 years ago | | | 0 | 0.054513415 | |
| 12333203 | 4 years ago | | | 0 | 0.031359680 |
ABI
ABI objects
Getter at block 21242823
ETH_TOKEN() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0x037ac7fffc1c52cf6351e33a77edbdd14ce35040
expire() view returns (uint256)
1695655193
incognito() view returns (address)
0xe34ebff7af293dcddf0443818442bb5d558662dd
newVault() view returns (address)
0x43d037a562099a4c2c95b1e2120cc43054450629
notEntered() view returns (bool)
true
paused() view returns (bool)
true
prevVault() view returns (address)
0xed5309daac912a52d985c317576a1b3f5020fdc9
successor() view returns (address)
0x037ac7fffc1c52cf6351e33a77edbdd14ce35040
Read-only
balanceOf(address token) view returns (uint256)
getDecimals(address token) view returns (uint8)
getDepositedBalance(address token, address owner) view returns (uint256)
isSigDataUsed(bytes32 hash) view returns (bool)
isWithdrawed(bytes32 hash) view returns (bool)
migration(address, address) view returns (bool)
parseBurnInst(bytes inst) pure returns (struct VaultBurnInstData)
sigDataUsed(bytes32) view returns (bool)
sigToAddress(bytes signData, bytes32 hash) pure returns (address)
totalDepositedToSCAmount(address) view returns (uint256)
withdrawRequests(address, address) view returns (uint256)
withdrawed(bytes32) view returns (bool)
State-modifying
Events claim()
deposit(string incognitoAddress) payable
depositERC20(address token, uint256 amount, string incognitoAddress) payable
execute(address token, uint256 amount, address recipientToken, address exchangeAddress, bytes callData, bytes timestamp, bytes signData) payable
extend(uint256 n)
migrate(address _newVault)
moveAssets(address[] assets)
pause()
requestWithdraw(string incognitoAddress, address token, uint256 amount, bytes signData, bytes timestamp)
retire(address _successor)
submitBurnProof(bytes inst, uint256 heights, bytes32[] instPaths, bool[] instPathIsLefts, bytes32 instRoots, bytes32 blkData, uint256[] sigIdxs, uint8[] sigVs, bytes32[] sigRs, bytes32[] sigSs)
unpause()
updateAssets(address[] assets, uint256[] amounts) returns (bool)
updateIncognitoProxy(address newIncognitoProxy)
withdraw(bytes inst, uint256 heights, bytes32[] instPaths, bool[] instPathIsLefts, bytes32 instRoots, bytes32 blkData, uint256[] sigIdxs, uint8[] sigVs, bytes32[] sigRs, bytes32[] sigSs)
Claim(address claimer)
Deposit(address token, string incognitoAddress, uint256 amount)
Extend(uint256 ndays)
Migrate(address newVault)
MoveAssets(address[] assets)
Paused(address pauser)
Unpaused(address pauser)
UpdateIncognitoProxy(address newIncognitoProxy)
UpdateTokenTotal(address[] assets, uint256[] amounts)
Withdraw(address token, address to, uint256 amount)
constructor(address admin, address incognitoProxyAddress, address _prevVault)
receive()
This contract contains no error objects.