BaseWallet
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BaseWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16319239 | 2 years ago | | | 0 | 0.0014593950 |
ABI
ABI objects
Getter at block 21088329
modules() view returns (uint256)
1
owner() view returns (address)
0x412ea369798e1c46bb66e8fa14f1f8fd352aa504
staticCallExecutor() view returns (address)
0x9d58779365b067d5d3fcc6e92d237acd06f1e6a1
Read-only
authorised(address) view returns (bool)
enabled(bytes4 _sig) view returns (address)
State-modifying
Events authoriseModule(address _module, bool _value)
enableStaticCall(address _module, bytes4)
init(address _owner, address[] _modules)
invoke(address _target, uint256 _value, bytes _data) returns (bytes _result)
setOwner(address _newOwner)
AuthorisedModule(address indexed module, bool value)
Invoked(address indexed module, address indexed target, uint256 indexed value, bytes data)
OwnerChanged(address owner)
Received(uint256 indexed value, address indexed sender, bytes data)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.