BaseWallet
Verified contract
Implementation
Active on
Ethereum with 3 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 ($1.33)
Native
Value
$1.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000548 | $2,423.51 |
$1.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15354367 | 2 years ago | | | 0 | 0.00068277766 | |
| 14894119 | 2 years ago | | | 0.00054760314 | 0.0012938095 | |
| 7177908 | 6 years ago | | | 0 | 0.0018329800 |
ABI
ABI objects
Getter at block 21118854
implementation() view returns (address)
0x0000000000000000000000000000000000000000
modules() view returns (uint256)
1
owner() view returns (address)
0xa5c603e1c27a96171487aea0649b01c56248d2e8
Read-only
authorised(address) view returns (bool)
enabled(bytes4) view returns (address)
State-modifying
Events authoriseModule(address _module, bool _value)
enableStaticCall(address _module, bytes4 _method)
init(address _owner, address[] _modules)
invoke(address _target, uint256 _value, bytes _data)
setOwner(address _newOwner)
AuthorisedModule(address indexed module, bool value)
EnabledStaticCall(address indexed module, bytes4 indexed method)
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()
This contract contains no error objects.