KekotronRouterV2

Verified contract

Active on Ethereum with 1,714 txns
Deployed by via 0xca93baa6 at 19114356
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KekotronRouterV2"

0x81a2786361a8f54e2c1b490e3482b2c933948d4e3a7ed0a784cf4536eb39a286
0x4f00737ba4d07a7e18631eacef880b5b6fc970a9b6e8d1d999fe99635f3c2aab
0x139d08a8caed266e37f264b0c684a7a8e82ce318d2747aaafc02efd16a9a0259
0x33a6e5f42c740d0628d7a4e4d8e63b6a2957e0626c1861e50702108d8dfc42fb
0x3d7cbac783a2e850fbc2d5ed3cf78f12983b8b96373e40fbde5ffbcd0f616fbf
0xae250e762b7301e53f3776e72349d190176d41caba298d8cc900ba384ff7cc13
0x17d5fd513ea76fd51d7955a2f1a5994a5ac0639f0d7a3c090575bef582f1d641
0x15cf014b2afb1a78f330c00d53acc0877a37260ebb6c44d6bc911e1fd04d9df0
0x6b7527c93c333bab94a0d324bff0dd86fcf0cd20570d2b986ac34a6c8a3a1be9
0x40ffc9203147be5beaa110defc34cdca09469e8536b0216c321a6e16f9875e42

Functions
Getter at block 21275436
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(