Erc20Vault
Verified contract
Active on
Ethereum with 2,263 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.00)
No balances found for "Erc20Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17248198 | 2 years ago | | | 0 | 0.00092458243 | |
| 17248198 | 2 years ago | | | 0 | 0.00096919847 | |
| 17248198 | 2 years ago | | | 0 | 0.00092716123 | |
| 17247405 | 2 years ago | | | 0 | 0.00095889079 | |
| 17247250 | 2 years ago | | | 0 | 0.0010545504 | |
| 17247250 | 2 years ago | | | 0 | 0.0010107990 | |
| 17229562 | 2 years ago | | | 0 | 0.0037361957 | |
| 17225665 | 2 years ago | | | 0 | 0.0040274848 | |
| 17225644 | 2 years ago | | | 0 | 0.0042094478 | |
| 17221791 | 2 years ago | | | 0 | 0.0026095094 |
ABI
ABI objects
Getter at block 21258679
PNETWORK() view returns (address)
0x14c4d33549d2a9e17d7df6cf180162a575d4cbe9
getSupportedTokens() view returns (address[] res)
[]
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.