KekotronRouterV2

Verified contract

Active on Base with 1,925 txns
Deployed by via 0xe4ba5096 at 9843434
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KekotronRouterV2"

0x95166462e6ab37d7888d02623e10c46e404598d13fbed86f565d94a69fc7b266
0x03f687a273707fffef45b0207fa5f9c30209b828037b19757abd007a7960850a
0x03aab7447f074afa6e537ceb0f34e6be0e2526394f4bf4548b80a56821f961c9
0x1a30d6c7e8562668f625dc109bb2dac1492296f8c409d2c0b7ee51b2387dad20
0x8eb157c8280fb4fee444c45aa1077f041c14bee1a4ed38039306620923b5f843
0x4bcce4e672bd6fd6ae2ff195b9b581715f7f6b679422f30acc3cf89f949c32d2
0xdebf16d167489b399203187fbf22f6f8aa1e262c201ac3bd68a8473dd34ce2f9
0xb45e49b7ced65488ebc4e72ce1fa94d3333594716fd6212221a7858f8234ee87
0xd8565d262c47e6a8468433097029d4c85a4fd2bf8a344941741adc8de6a0a9c9
0xba89ae1eee6d671a9576dbff19cb9bede2ebd5d71796a1645b95853ad9d9d7b7

Functions
Getter at block 22748314
fee(view returns (uint8)
0
feeReceiver(view returns (address)
0xae010a324281de301d1bfb2611ef8873d8843622
owner(view returns (address)
0xae010a324281de301d1bfb2611ef8873d8843622
Read-only
allowedV2Callbacks(bytes4view returns (bool)
allowedV3Callbacks(bytes4view returns (bool)
getProtocolNumber(address factoryview returns (uint8 protocol)
State-modifying
transferOwnership(address newOwner
updateAllowedV2Callbacks(bytes4 selectorbool allowed
updateFee(uint8 newFee
updateFeeReceiver(address newFeeReceiver
updateProtocolData(uint8 protocolstruct ProtocolData data
updatedAllowedV3Callbacks(bytes4 selectorbool allowed
withdrawNative(
withdrawToken(address token
Events
AllowedV2CallbackUpdated(bytes4 selectorbool allowed
AllowedV3CallbackUpdated(bytes4 selectorbool allowed
FeeReceiverUpdated(address feeReceiver
FeeUpdated(uint8 fee
OwnershipTransferred(address indexed useraddress indexed newOwner
ProtocolDataUpdated(uint8 protocolstruct ProtocolData data
Constructor
constructor(address owner_
Fallback and receive
fallback(
receive(
Errors
InsufficientInputAmount(
InsufficientLiquidity(
InvalidCallbackPool(
InvalidInputAmount(
InvalidVersion(
NativeTransfer(
OnlyOwner(
ProtocolDataAlreadySet(
ProtocolNotFound(
TokenInCannotBeSameAsTokenOut(
TokenMustBeContract(
TokenTransfer(
TokenTransferFrom(
TooLittleReceived(
WrappedNativeCurrencyDeposit(
WrappedNativeCurrencyWithdraw(