Erc20Vault
Verified contract
Active on
Ethereum with 1,439 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 ($50,744.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZRX | ERC-20 | 24.989361K | $0.54313 |
$13,572.47 | |
BAT | ERC-20 | 44.982042K | $0.280954 |
$12,637.88 | |
LRC | ERC-20 | 46.2357K | $0.215307 |
$9,954.87 | |
DAI | ERC-20 | 5.921189K | $0.999806 |
$5,920.04 | |
ANT | ERC-20 | 1.597286K | $1.23 |
$1,964.66 | |
UOS | ERC-20 | 17.910219K | $0.100194 |
$1,794.5 | |
UNI | ERC-20 | 158.014318 | $11.18 |
$1,766.6 | |
PNK | ERC-20 | 79.961505K | $0.016422 |
$1,313.13 | |
OMG | ERC-20 | 1.597448K | $0.373155 |
$596.1 | |
REPv2 | ERC-20 | 549.89049 | $0.684383 |
$376.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18519660 | a year ago | | | 0 | 0.0021297600 | |
| 18514010 | a year ago | | | 0 | 0.0021139771 | |
| 18499869 | a year ago | | | 0 | 0.0016997437 | |
| 18488542 | a year ago | | | 0 | 0.0016062000 | |
| 18466630 | a year ago | | | 0 | 0.0016062000 | |
| 18416657 | a year ago | | | 0 | 0.0016062000 | |
| 18414119 | a year ago | | | 0 | 0.0022728238 | |
| 18410827 | a year ago | | | 0 | 0.0016058400 | |
| 18390471 | a year ago | | | 0 | 0.0016062000 | |
| 18362508 | a year ago | | | 0 | 0.0016062000 |
ABI
ABI objects
Getter at block 21275991 getSupportedTokens() view returns (address[] res)
PNETWORK() view returns (address)
0xdffe7ac6b538b4a7fd81c98c5fba0415d63fb132
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.