KekotronRouterV2

Verified contract

Active on Ethereum with 1,582 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"

0x34efa6a7a572f313d298dd966d130a09621b908954828726b8a4fffc5c943873
0x6b8119d759b91e37970f54933b6ec8541da12a7a3bb512379e1f7656a495390a
0xf22e1ce71ae0608a5e01ba9e1d4f2bb994505f7df55793d94e85cff668bf5140
0x0e5e1ee5a5aa9ab630eae231787bcc7cd1e3e44296adcee4a7aa33b38b645779
0x69141ea2586b598081489e39586e487bac1de6c6148d2c0d3b9a5d2d31d6be34
0xf98553d692d30c062493d95eeac123e662d0d130acafd901167027aebea38c47
0x1a2969dc0644bc6e2d33ca496ab733b5f5bb95483a14dcef3018f86b98a5b44b
0xfcf914f5d6e4ce0318b8acfd72250bd6300602422ec6c169fb17ea005290612b
0xed58ae2fda5355cad76be370dd4ab28013a99b980f0bf35f344ef6963d0e6a03
0x864752dd8d7965a22f535ddf664d08bd03d401439780f12bd5e9bb6c55fefc37

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