KekotronRouterV2
Verified contract
Active on
Ethereum with 1,582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KekotronRouterV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167357 | 8 hours ago | | | 0.05 | 0.0081982380 | |
| 21167335 | 8 hours ago | | | 0.03 | 0.0060513656 | |
| 21167332 | 8 hours ago | | | 0.05 | 0.0059747721 | |
| 21167320 | 8 hours ago | | | 0.1 | 0.0069148201 | |
| 21167318 | 8 hours ago | | | 0 | 0.011308055 | |
| 21167314 | 8 hours ago | | | 0.01 | 0.0070135560 | |
| 21164299 | 18 hours ago | | | 0.1 | 0.0030030755 | |
| 21160370 | a day ago | | | 1.294 | 0.0021665973 | |
| 21160296 | a day ago | | | 0 | 0.0025324067 | |
| 21157936 | 2 days ago | | | 1.331 | 0.0044257140 |
ABI
ABI objects
Getter at block 21169783
fee() view returns (uint8)
0
feeReceiver() view returns (address)
0xae010a324281de301d1bfb2611ef8873d8843622
owner() view returns (address)
0xae010a324281de301d1bfb2611ef8873d8843622
Read-only
allowedV2Callbacks(bytes4) view returns (bool)
allowedV3Callbacks(bytes4) view returns (bool)
getProtocolNumber(address factory) view returns (uint8 protocol)
State-modifying
Events transferOwnership(address newOwner)
updateAllowedV2Callbacks(bytes4 selector, bool allowed)
updateFee(uint8 newFee)
updateFeeReceiver(address newFeeReceiver)
updateProtocolData(uint8 protocol, struct ProtocolData data)
updatedAllowedV3Callbacks(bytes4 selector, bool allowed)
withdrawNative()
withdrawToken(address token)
AllowedV2CallbackUpdated(bytes4 selector, bool allowed)
AllowedV3CallbackUpdated(bytes4 selector, bool allowed)
FeeReceiverUpdated(address feeReceiver)
FeeUpdated(uint8 fee)
OwnershipTransferred(address indexed user, address indexed newOwner)
ProtocolDataUpdated(uint8 protocol, struct ProtocolData data)
constructor(address owner_)
fallback()
receive()
InsufficientInputAmount()
InsufficientLiquidity()
InvalidCallbackPool()
InvalidInputAmount()
InvalidVersion()
NativeTransfer()
OnlyOwner()
ProtocolDataAlreadySet()
ProtocolNotFound()
TokenInCannotBeSameAsTokenOut()
TokenMustBeContract()
TokenTransfer()
TokenTransferFrom()
TooLittleReceived()
WrappedNativeCurrencyDeposit()
WrappedNativeCurrencyWithdraw()