PERC20Vault
Verified contract
Active on
Ethereum with 157 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 "PERC20Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12199506 | 4 years ago | | | 0 | 0.0088977900 | |
| 12199426 | 4 years ago | | | 0 | 0.024252580 | |
| 12198600 | 4 years ago | | | 0 | 0.0045654570 | |
| 12198534 | 4 years ago | | | 0 | 0.0048386040 | |
| 12197907 | 4 years ago | | | 0 | 0.0039411210 | |
| 12190514 | 4 years ago | | | 0 | 0.0052952340 | |
| 12188277 | 4 years ago | | | 0 | 0.0073125780 | |
| 12187458 | 4 years ago | | | 0 | 0.0064384650 | |
| 12183811 | 4 years ago | | | 0 | 0.010884500 | |
| 12173162 | 4 years ago | | | 0 | 0.010355000 |
ABI
ABI objects
Getter at block 21094278
PNETWORK() view returns (address)
0x2eff51ee038841f5c002d28a9db5cfe9c1df49d3
getSupportedTokens() view returns (address[] res)
[0xE4f726Adc8e89C6a6017F01eadA77865dB22dA14]
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)
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.