KeeperMulticall

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x5fde8600 at 14672197
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "KeeperMulticall"

No transactions found for "KeeperMulticall"


Functions
Getter at block 20903578
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER_ROLE(view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
Read-only
finalBalanceCheck(address[] tokensuint256[] minBalancesview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address tokenaddress spenderuint256 amount
executeActions(struct KeeperMulticallAction[] actionsuint256 percentageToMinerpayable returns (bytes[])
grantRole(bytes32 roleaddress account
initialize(address keeper
payFlashbots(uint256 valuepayable returns (bytes)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
swapToken(uint256 minAmountOutbytes payload
withdrawStuckFunds(address tokenaddress receiveruint256 amount
Events
LogAction(address indexed targetbytes data
Recovered(address indexed tokenAddressaddress indexed touint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SentToMiner(uint256 indexed value
Constructor
constructor(
Fallback and receive
receive(
Errors
AmountOutTooLow(uint256 amountuint256 min
BalanceTooLow(
FlashbotsErrorPayingMiner(uint256 value
IncompatibleLengths(
RevertBytes(
WrongAmount(
ZeroAddress(