LocalActionProxy
Verified contract
Active on
Ethereum with 461 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7b2e…9354
Balances ($0.00)
No balances found for "LocalActionProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236738 | 2 days ago | | | 0.68002985 | 0.0072279609 | |
| 21165705 | 12 days ago | | | 0.000030436119 | 0.013402584 | |
| 21150705 | 14 days ago | | | 0.000032889626 | 0.0038616266 | |
| 21138160 | 16 days ago | | | 0.000034550812 | 0.011787033 | |
| 21127259 | 17 days ago | | | 1.0000384 | 0.0099669432 | |
| 21127231 | 17 days ago | | | 0.000038378006 | 0.010532699 | |
| 21089961 | 22 days ago | | | 0.10134006 | 0.0010746336 | |
| 21072720 | 25 days ago | | | 0.000037468455 | 0.0088843338 | |
| 21052575 | a month ago | | | 0.43004021 | 0.0012909863 | |
| 21016892 | a month ago | | | 0.10003735 | 0.0013880081 |
ABI
ABI objects
Getter at block 21249846
SYSTEM_VERSION_ID() view returns (uint256)
15685333357143876905381156080256194284585309009741792718237957731407193701748
actionExecutor() view returns (address)
0x7b2e3fc7510d1a51b3bef735f985446589219354
callerGuardMode() view returns (uint8)
0
feeCollector() view returns (address)
0x933579532530d4740baf09fb551d3eb57e8ee511
fullListedCallerGuardContractList() view returns (address[])
[]
fullManagerList() view returns (address[])
[0x0d954A23a3c32aea407dF052C29E14434a4BB9aa]
listedCallerGuardContractCount() view returns (uint256)
0
managerCount() view returns (uint256)
1
owner() view returns (address)
0xda3111e42ba048a9be555f0c08d363f26b2a375a
paused() view returns (bool)
false
Read-only
isListedCallerGuardContract(address _account) view returns (bool)
isManager(address _account) view returns (bool)
isReservedToken(address _tokenAddress) view returns (bool)
listedCallerGuardContractIndexMap(address) view returns (bool isSet, uint256 value)
listedCallerGuardContractList(uint256) view returns (address)
tokenBalance(address _tokenAddress) view returns (uint256)
State-modifying
Events cleanup(address _tokenAddress, uint256 _tokenAmount)
executeLocal(struct IActionDataStructuresLocalAction _localAction, uint256 _processingFee) payable
pause()
renounceManagerRole()
renounceOwnership()
setActionExecutor(address _actionExecutor)
setCallerGuardMode(uint8 _callerGuardMode)
setFeeCollector(address _feeCollector)
setListedCallerGuardContracts(struct AccountToFlag[] _items)
setManager(address _account, bool _value)
transferOwnership(address newOwner)
unpause()
ExtraBalanceRefunded(address indexed to, uint256 extraBalance)
LocalActionExecuted(uint256 indexed actionId, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RenounceManagerRole(address indexed account)
SetActionExecutor(address indexed actionExecutor)
SetCallerGuardMode(uint8 indexed callerGuardMode)
SetFeeCollector(address indexed feeCollector)
SetListedCallerGuardContract(address indexed contractAddress, bool indexed isListed)
SetManager(address indexed account, bool indexed value)
Unpaused(address account)
constructor(address _actionExecutor, address _feeCollector, address _owner, address[] _managers, bool _addOwnerToManagers)
receive()
CallerGuardError(address caller)
ListSizeLimitError()
NativeTokenValueError()
NonContractAddressError(address account)
OnlyManagerError()
ReservedTokenError()
SafeApproveError()
SafeTransferError()
SafeTransferFromError()
SafeTransferNativeError()
ZeroAddressError()