ConvexPortalIn
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xea49…9cb3
Balances ($3,421.79)
Native
Value
$191.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $3,189.90 |
$191.39 | |
WETH | ERC-20 | 1.003721 | $3,191.34 |
$3,203.21 | |
CRV | ERC-20 | 77.878722 | $0.261829 |
$20.39 | |
UPC | ERC-20 | 1 | $3.77 |
$3.77 | |
DYDX | ERC-20 | 2.603265 | $1.16 |
$3.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17660825 | a year ago | | | 0 | 0.025528380 | |
| 17652624 | a year ago | | | 0 | 0.018745470 | |
| 17450980 | a year ago | | | 0 | 0.035303969 | |
| 17215751 | 2 years ago | | | 0 | 0.088848090 | |
| 16831622 | 2 years ago | | | 0 | 0.015271254 | |
| 16090058 | 2 years ago | | | 0 | 0.019869428 | |
| 15843140 | 2 years ago | | | 19.95 | 0.013059487 | |
| 15843110 | 2 years ago | | | 0.05 | 0.013522015 |
ABI
ABI objects
Getter at block 21176529
exchange() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
fee() view returns (uint256)
30
owner() view returns (address)
0x7cfecfba73d62125f2eef82a0e0454e4000935be
paused() view returns (bool)
false
registry() view returns (address)
0xea49d02c248b357b99670d9e9741f54f72df9cb3
wrappedNetworkToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events collect(address[] tokens)
pause()
portalIn(address sellToken, uint256 sellAmount, address intermediateToken, address buyToken, uint256 minBuyAmount, address target, bytes data, address partner, address rewardPool) payable returns (uint256 buyAmount)
renounceOwnership()
setFee(uint256 _fee)
transferOwnership(address newOwner)
updateRegistry(address _registry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PortalIn(address sellToken, uint256 sellAmount, address buyToken, uint256 buyAmount, uint256 fee, address indexed sender, address indexed partner)
constructor(bytes32 protocolId, uint8 portalType, address registry, address exchange, address wrappedNetworkToken, uint256 fee, address _booster)
receive()
InsufficientBuy(uint256 buyAmount, uint256 minBuyAmount)