ConveyorRouterV1
Verified contract
Active on
Ethereum with 3,631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49.46)
Native
Value
$49.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0147 | $3,364.35 |
$49.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248486 | 4 hours ago | | | 0.0019096561 | 0.0024903303 | |
| 21248288 | 5 hours ago | | | 0.0018656269 | 0.0031190972 | |
| 21248239 | 5 hours ago | | | 0.002136605 | 0.0026493170 | |
| 21248189 | 5 hours ago | | | 0.0019006028 | 0.0023769283 | |
| 21246638 | 11 hours ago | | | 0.0022654568 | 0.0032342103 | |
| 21245770 | 14 hours ago | | | 0.0016769507 | 0.0026878011 | |
| 21245761 | 14 hours ago | | | 0.002277145 | 0.0023725002 | |
| 21245271 | 15 hours ago | | | 0.044401434 | 0.0018935187 | |
| 21244649 | 17 hours ago | | | 0.050368827 | 0.0019144098 | |
| 21244588 | 18 hours ago | | | 0.0012784736 | 0.0022965284 |
ABI
ABI objects
Getter at block 21249830
CONVEYOR_MULTICALL() view returns (address)
0x2c11a5a75048d0d1e1598aec4b67a11f1e851293
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
affiliateNonce() view returns (uint16)
0
referrerNonce() view returns (uint16)
14
Read-only
affiliateIndex(address) view returns (uint16)
affiliates(uint16) view returns (address)
referrerIndex(address) view returns (uint16)
referrers(uint16) view returns (address)
State-modifying
Events confirmTransferOwnership()
initializeAffiliate(address affiliateAddress)
initializeReferrer() payable
quoteSwapExactEthForToken(struct ConveyorRouterV1EthToTokenSwapData swapData, struct ConveyorRouterV1SwapAggregatorMulticall swapAggregatorMulticall) payable returns (uint256 gasConsumed)
quoteSwapExactTokenForEth(struct ConveyorRouterV1TokenToEthSwapData swapData, struct ConveyorRouterV1SwapAggregatorMulticall swapAggregatorMulticall) payable returns (uint256 gasConsumed)
quoteSwapExactTokenForToken(struct ConveyorRouterV1TokenToTokenSwapData swapData, struct ConveyorRouterV1SwapAggregatorMulticall swapAggregatorMulticall) payable returns (uint256 gasConsumed)
swapExactEthForToken(struct ConveyorRouterV1EthToTokenSwapData swapData, struct ConveyorRouterV1SwapAggregatorMulticall swapAggregatorMulticall) payable
swapExactTokenForEth(struct ConveyorRouterV1TokenToEthSwapData swapData, struct ConveyorRouterV1SwapAggregatorMulticall swapAggregatorMulticall) payable
swapExactTokenForToken(struct ConveyorRouterV1TokenToTokenSwapData swapData, struct ConveyorRouterV1SwapAggregatorMulticall genericMulticall) payable
transferOwnership(address newOwner)
upgradeMulticall(bytes bytecode, bytes32 salt) payable returns (address)
withdraw()
Withdraw(address indexed receiver, uint256 amount)
constructor(address _weth)
receive()
AffiliateDoesNotExist()
ETHTransferFailed()
InsufficientMsgValue()
InsufficientOutputAmount(uint256 amountOut, uint256 expectedAmountOut)
InvalidAddress()
MsgSenderIsNotOwner()
ReferrerAlreadyInitialized()
ReferrerDoesNotExist()
UnauthorizedCaller()