Erc20Vault
Verified contract
Active on
Ethereum with 257 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) |
---|---|---|---|---|---|---|---|
| 15632451 | 2 years ago | | | 0 | 0.0037555000 | |
| 15571445 | 2 years ago | | | 0 | 0.00064645023 | |
| 15568334 | 2 years ago | | | 0 | 0.0030660000 | |
| 15568334 | 2 years ago | | | 0 | 0.0039210000 | |
| 15565794 | 2 years ago | | | 0 | 0.00041697090 | |
| 15460748 | 2 years ago | | | 0 | 0.0030660000 | |
| 15426771 | 2 years ago | | | 0 | 0.0039210000 | |
| 15419803 | 2 years ago | | | 0 | 0.00058534026 | |
| 15401783 | 2 years ago | | | 0 | 0.0039210000 | |
| 15393150 | 2 years ago | | | 0 | 0.0039210000 |
ABI
ABI objects
Getter at block 21212360
PNETWORK() view returns (address)
0xe45534d50021076bfbb95bb6b2aac75535754ae9
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.