AnyCallV6Proxy

Verified contract

Active on Ethereum with 6,730 txns
Deployed by via 0xe969f17d at 14872875
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $5,170.49
0xb1ff0d6f57456ee18b0f840ad90a0c86495ded13cb9d7a02916db46093d611c1
0x08bcb925cb6e6e0a1996ca287c7dab027f2839fdd7edcb34bdc709a211dbf02e
0x21411498de6a2ae88197bb953de22f0ea1b1f963146766b259ce606865ea2118
0xc51c42b8d108c7690adde38a5b2d83dac6eb3f354fc1a8212ed309cec754c5f2
0x2776fcc887b6107aba66ade317ef50678501a41e4aa42293cb9765542dbed9ff
0xd41ed28a4d02d7cc429bdf5e2e794c21a7a507d572614140e71209a9cc5f0461
0xf5f34af12e753620740ec8acd0b5094ce8a5bdaaef11b553d4fa09a2f2451b89
0x9a1fb48e25c869b3704bce90bafc8058d0d19d40fde4d3c3c836aa5b7b3e0e62
0xff3e8dbbe32af39dbfd56d6b8df055c9573ca0590517fd8dc0e9c4e4013abf14
0xcc9c0eb63e8222aa938eb28dffa5b260c43c007e5912fe4c640ddad8d687f835

Functions
Getter at block 21159530
APPMODE_USE_CUSTOM_SRC_FEES(view returns (uint256)
1
FLAG_MERGE_CONFIG_FLAGS(view returns (uint256)
1
FLAG_PAY_FEE_ON_SRC(view returns (uint256)
2
FREE_MODE(view returns (uint256)
2
PERMISSIONLESS_MODE(view returns (uint256)
1
accruedFees(view returns (uint128)
750945470065275914
executor(view returns (address)
0x0c9f0ea6317038c9d7180cf4a0aeeb58478d13a4
getAllAdmins(view returns (address[])
[0xfA9dA51631268A30Ec3DDd1CcBf46c65FAD99251, 0xE2EaA2D2497798C0F9eC76120841De3131fbDe66]
minReserveBudget(view returns (uint256)
0
mode(view returns (uint256)
1
mpc(view returns (address)
0xe2eaa2d2497798c0f9ec76120841de3131fbde66
paused(view returns (bool)
false
pendingMPC(view returns (address)
0x0000000000000000000000000000000000000000
premium(view returns (uint128)
0
Read-only
admins(uint256view returns (address)
appBlacklist(stringview returns (bool)
appConfig(stringview returns (address appaddress appAdminuint256 appFlags)
appCustomModes(stringuint256view returns (uint256)
appDefaultModes(stringview returns (uint256)
appExecWhitelist(stringaddressview returns (bool)
appHistoryWhitelist(stringuint256view returns (address)
appIdentifier(addressview returns (string)
calcSrcFees(address _appuint256 _toChainIDuint256 _dataLengthview returns (uint256)
calcSrcFees(string _appIDuint256 _toChainIDuint256 _dataLengthview returns (uint256)
calcUniqID(bytes32 _txhashaddress _fromuint256 _fromChainIDuint256 _noncepure returns (bytes32)
execCompleted(bytes32view returns (bool)
executionBudget(addressview returns (uint256)
getAllHistoryWhitelist(string _appIDview returns (address[])
getHistoryWhitelistLength(string _appIDview returns (uint256)
isAdmin(addressview returns (bool)
isUseCustomSrcFees(string _appIDuint256 _toChainIDview returns (bool)
retryExecRecords(bytes32view returns (address tobytes data)
srcCustomFees(stringuint256view returns (uint256 baseFeesuint256 feesPerByte)
srcDefaultFees(uint256view returns (uint256 baseFeesuint256 feesPerByte)
State-modifying
addAdmin(address _admin
addWhitelist(address _appaddress[] _whitelist
anyCall(address _tobytes _dataaddress _fallbackuint256 _toChainIDuint256 _flagspayable 
anyExec(address _tobytes _dataaddress _fallbackstring _appIDstruct AnyCallV6ProxyRequestContext _ctx
applyMPC(
changeMPC(address _mpc
deposit(address _accountpayable 
initAppConfig(string _appIDaddress _appaddress _adminuint256 _flagsaddress[] _whitelist
removeAdmin(address _admin
removeWhitelist(address _appaddress[] _whitelist
retryExec(bytes32 _txhashaddress _fromuint256 _fromChainIDuint256 _nonce
setAppModes(address _appuint256 _appDefaultModeuint256[] _toChainIDsuint256[] _appCustomModes
setBlacklist(string _appIDbool _flag
setBlacklists(string[] _appIDsbool _flag
setCustomSrcFees(address _appuint256[] _toChainIDsuint256[] _baseFeesuint256[] _feesPerByte
setDefaultSrcFees(uint256[] _toChainIDsuint256[] _baseFeesuint256[] _feesPerByte
setMinReserveBudget(uint128 _minBudget
setMode(uint256 _mode
setPaused(bool _paused
setPremium(uint128 _premium
tidyHistoryWhitelist(string _appID
updateAppConfig(address _appaddress _adminuint256 _flagsaddress[] _whitelist
upgradeApp(address _oldAppaddress _newApp
withdraw(uint256 _amount
withdrawAccruedFees(
Events
AddAdmin(address admin
ApplyMPC(address indexed oldMPCaddress indexed newMPCuint256 timestamp
ChangeMPC(address indexed oldMPCaddress indexed newMPCuint256 timestamp
Deposit(address indexed accountuint256 amount
DoneRetryExecRecord(bytes32 indexed txhashaddress indexed fromuint256 fromChainIDuint256 nonce
LogAnyCall(address indexed fromaddress indexed tobytes dataaddress _fallbackuint256 indexed toChainIDuint256 flagsstring appIDuint256 nonce
LogAnyExec(bytes32 indexed txhashaddress indexed fromaddress indexed touint256 fromChainIDuint256 noncebool successbytes result
RemoveAdmin(address admin
SetAppConfig(string appIDaddress indexed appaddress indexed appAdminuint256 appFlags
SetBlacklist(string appIDbool flag
SetWhitelist(string appIDaddress indexed whitelistbool flag
StoreRetryExecRecord(bytes32 indexed txhashaddress indexed fromaddress indexed touint256 fromChainIDuint256 noncebytes data
UpdatePremium(uint256 oldPremiumuint256 newPremium
UpgradeApp(string appIDaddress indexed oldAppaddress indexed newApp
Withdraw(address indexed accountuint256 amount
Constructor
constructor(address _adminaddress _mpcuint128 _premiumuint256 _mode
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.