MagpieRouterV2

Verified contract

Active on Ethereum with 485 txns
Deployed by via 0x54a36f59 at 19809918
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MagpieRouterV2"

0xbb280a7485d0cc32653cdb971c39225dcc41ace6ac7e8e38358a3f36194606aa
0x6441f23b35ed84477f53947a353666dd8fba5ea9c12dff11502f3291dbe93f64
0x69618c80834c17efb2ab23efaed7b750c86915609bc7415f219faa46e5791396
0x22ccafe1ce23dcc59a9988ec944bd17c38c88e2bf3bc20af7ca5a52a219116e3
0x99e471fadca1d4a5bcbeb3ea58520c43eb4d7337b569df29a0caa97d553f19fd
0x3b670eaa51172863f4b7045a3f5c59b266991d40e4543388f6f7c0af172ea10d
0x9b1eaa323ddc056e892e7430ddd3565653cc51e89b274e413e130c9dada68f3f
0x8ad9c8d2d3f892d0b84d2489815ac6b2e89ccef293b184dfff9ae889c35e54ad
0x1cd2d225ef801775bbf6c67cb44fc5fa5a8e3dc7373cea0031ab933f6cbd4303
0xcdbf2861668ad6e0d1431f22f66d869c521209d771fa06002d00c06e7cb759d8

Functions
Getter at block 20941456
owner(view returns (address)
0xc8d7d0bd61c5ca5a493a229f6754da5560f486ae
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getSelector(uint16 commandTypeview returns (bytes4)
State-modifying
acceptOwnership(
estimateSwapGas(bytespayable returns (uint256 amountOutuint256 gasUsed)
multicall(bytes[] datareturns (bytes[] results)
pause(
renounceOwnership(
silentSwap(bytespayable returns (uint256 amountOut)
swap(bytespayable returns (uint256 amountOut)
transferOwnership(address newOwner
unpause(
updateSelector(uint16 commandTypebytes4 selector
Events
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Swap(address indexed fromAddressaddress indexed toAddressaddress fromAssetAddressaddress toAssetAddressuint256 amountInuint256 amountOut
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
ApprovalFailed(
ExpiredTransaction(
InsufficientAmountOut(
InvalidCall(
InvalidCommand(
InvalidSelector(
InvalidSelectorPosition(
InvalidSequenceType(
InvalidSequencesLength(
InvalidTransferFrom(
InvalidTransferFromCall(
TransferFailed(
TransferFromFailed(
UniswapV3InvalidAmount(