Erc20Vault
Verified contract
Active on
Ethereum with 17,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TKX | ERC-20 | 0.001 | $11.55 |
$0.01 | |
CNV | ERC-20 | 29.58678K | -- | -- | |
LOTTO | ERC-20 | 281.496825 | -- | -- | |
DEFI++ | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149614 | 5 months ago | | | 0 | 0.000046586540 | |
| 16097229 | 2 years ago | | | 0 | 0.0010767750 | |
| 16097001 | 2 years ago | | | 0 | 0.0014030584 | |
| 16096629 | 2 years ago | | | 0 | 0.0038131000 | |
| 16096117 | 2 years ago | | | 0 | 0.0030535500 | |
| 16095765 | 2 years ago | | | 0 | 0.0030535500 | |
| 16094959 | 2 years ago | | | 0 | 0.00065693215 | |
| 16094919 | 2 years ago | | | 0 | 0.00072497172 | |
| 16093888 | 2 years ago | | | 0 | 0.0030529500 | |
| 16093758 | 2 years ago | | | 0 | 0.0030535500 |
ABI
ABI objects
Getter at block 21247705
PNETWORK() view returns (address)
0x2eff51ee038841f5c002d28a9db5cfe9c1df49d3
getSupportedTokens() view returns (address[] res)
[0x7dDEE176F665cD201F93eEDE625770E2fD911990, 0x8D1ce361eb68e9E05573443C407D4A3Bed23B033, 0xb0dFd28d3CF7A5897C694904Ace292539242f858, 0xE4f726Adc8e89C6a6017F01eadA77865dB22dA14, 0xbD525E51384905c6C0936A431BC7EFB6C4903Ea0]
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
IS_TOKEN_SUPPORTED(address _token) view returns (bool)
State-modifying
Events addSupportedToken(address _tokenAddress) returns (bool SUCCESS)
adminWithdraw(address asset)
destroy()
migrate(address _to)
migrateSingle(address _to, address _tokenAddress)
pegIn(uint256 _tokenAmount, address _tokenAddress, string _destinationAddress) returns (bool)
pegIn(uint256 _tokenAmount, address _tokenAddress, string _destinationAddress, bytes _userData) returns (bool)
pegInEth(string _destinationAddress) payable returns (bool)
pegInEth(string _destinationAddress, bytes _userData) payable returns (bool)
pegOut(address _tokenRecipient, address _tokenAddress, uint256 _tokenAmount) returns (bool)
pegOut(address _tokenRecipient, address _tokenAddress, uint256 _tokenAmount, bytes _userData) returns (bool)
removeSupportedToken(address _tokenAddress) returns (bool SUCCESS)
setPNetwork(address _pnetwork)
setWeth(address _weth)
tokensReceived(address, address from, address to, uint256 amount, bytes userData, bytes)
LogWithdrawToken(address indexed _from, address indexed _token, uint256 amount)
PegIn(address _tokenAddress, address _tokenSender, uint256 _tokenAmount, string _destinationAddress, bytes _userData)
constructor(address _weth, address[] _tokensToSupport)
receive()
This contract contains no error objects.