AnycallV7Config
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.45)
Native
Value
$0.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000127 | $3,570.59 |
$0.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16896261 | 2 years ago | | | 0 | 0.0011361050 | |
| 16880938 | 2 years ago | | | 0 | 0.0012210426 | |
| 16745827 | 2 years ago | | | 0 | 0.0013158120 | |
| 16646246 | 2 years ago | | | 0 | 0.0016616586 | |
| 16640508 | 2 years ago | | | 0 | 0.0018739534 | |
| 16596993 | 2 years ago | | | 0 | 0.0054207269 | |
| 16424840 | 2 years ago | | | 0 | 0.00071762841 |
ABI
ABI objects
Getter at block 21291053
APPMODE_USE_CUSTOM_SRC_FEES() view returns (uint256)
1
FREE_MODE() view returns (uint256)
2
PERMISSIONLESS_MODE() view returns (uint256)
1
accruedFees() view returns (uint128)
0
anycallContract() view returns (address)
0x8efd012977dd5c97e959b9e48c04ee5fcd604374
getAllAdmins() view returns (address[])
[0x408f9410C9daBfF032B1C2aCDfcAAA977e0f93dF, 0x240630342a15CF382c81B5d914C7B90Ded4499A0]
minReserveBudget() view returns (uint256)
0
mode() view returns (uint256)
1
mpc() view returns (address)
0x240630342a15cf382c81b5d914c7b90ded4499a0
pendingMPC() view returns (address)
0x0000000000000000000000000000000000000000
premium() view returns (uint128)
0
Read-only
admins(uint256) view returns (address)
appBlacklist(string) view returns (bool)
appConfig(string) view returns (address app, address appAdmin, uint256 appFlags)
appCustomModes(string, uint256) view returns (uint256)
appDefaultModes(string) view returns (uint256)
appExecWhitelist(string, address) view returns (bool)
appIdentifier(address) view returns (string)
calcSrcFees(address _app, uint256 _toChainID, uint256 _dataLength) view returns (uint256)
calcSrcFees(string _appID, uint256 _toChainID, uint256 _dataLength) view returns (uint256)
checkCall(address _sender, bytes _data, uint256 _toChainID, uint256 _flags) view returns (string _appID, uint256 _srcFees)
checkExec(string _appID, address _from, address _to) view
executionBudget(address) view returns (uint256)
isAdmin(address) view returns (bool)
isUseCustomSrcFees(string _appID, uint256 _toChainID) view returns (bool)
srcCustomFees(string, uint256) view returns (uint256 baseFees, uint256 feesPerByte)
srcDefaultFees(uint256) view returns (uint256 baseFees, uint256 feesPerByte)
State-modifying
Events addAdmin(address _admin)
applyMPC()
changeMPC(address _mpc)
chargeFeeOnDestChain(address _from, uint256 _prevGasLeft)
deposit(address _account) payable
initAnycallContract(address _anycallContract)
initAppConfig(string _appID, address _app, address _admin, uint256 _flags, address[] _whitelist)
removeAdmin(address _admin)
setAppModes(address _app, uint256 _appDefaultMode, uint256[] _toChainIDs, uint256[] _appCustomModes)
setBlacklists(string[] _appIDs, bool _flag)
setCustomSrcFees(address _app, uint256[] _toChainIDs, uint256[] _baseFees, uint256[] _feesPerByte)
setDefaultSrcFees(uint256[] _toChainIDs, uint256[] _baseFees, uint256[] _feesPerByte)
setMinReserveBudget(uint128 _minBudget)
setMode(uint256 _mode)
setPremium(uint128 _premium)
setWhitelists(address _app, address[] _whitelist, bool _flag)
updateAppConfig(address _app, address _admin, uint256 _flags)
upgradeApp(address _oldApp, address _newApp)
withdraw(uint256 _amount)
withdrawAccruedFees()
AddAdmin(address admin)
ApplyMPC(address indexed oldMPC, address indexed newMPC, uint256 timestamp)
ChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 timestamp)
Deposit(address indexed account, uint256 amount)
InitAnycallContract(address arg0)
RemoveAdmin(address admin)
SetAppConfig(string appID, address app, address appAdmin, uint256 appFlags)
SetBlacklists(string[] appID, bool flag)
SetWhitelists(string appID, address[] whitelist, bool flag)
UpdatePremium(uint256 oldPremium, uint256 newPremium)
UpgradeApp(string appID, address oldApp, address newApp)
Withdraw(address indexed account, uint256 amount)
constructor(address _admin, address _mpc, uint128 _premium, uint256 _mode)
This contract contains no fallback and receive objects.
This contract contains no error objects.