TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 126 txns
Deployed by via 0xf919d00c at 14672198
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 "TransparentUpgradeableProxy"

0xd77e55af4ae506c0bf9e4f0161dbb6cd3a665d64c7fefb3ead42325a4ad92090
0xb840f38eadd9c17aef8f1b131e3b345b1c9f8cba6ae3f230f2284c8aaee3b99f
0x1a4a5be9c7f77cfa62605851abad8186f01531adb67b2e2ed3230d4d2039bc3a
0x69aa720fc28e9599a866ae69b09e9243dddfa5559d63f01bf2b58571a13fefa2
0x59a7473108dcbb376381c5840d23cde0cb130d2f88680e9f066863d7628bc37e
0x82b6caa423c25bca1abd36678aa47a022d8a5cd8e405653b333616b8401cfd7d
0x4bb465c146dfd7b043de735d209aaa0e63a7733ab019d3ca90a3f47aa9cce780
0x825c3d4e8b9b54da970154d4e42e6c1ca4731facc99f3000c7278c42d7ca0863
0x346c275ddd7d6d54ead146a623ecaaf7b59a8c6d23623eccd38acb98440ddcfe
0xf1c6e5050f110c440e57f22765032a12ff7968e8635e2081841307620ff13d8e

Functions
Getter at block 20902198
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
AmountOutTooLow(uint256 amountuint256 min
BalanceTooLow(
FlashbotsErrorPayingMiner(uint256 value
IncompatibleLengths(
RevertBytes(
WrongAmount(
ZeroAddress(