BaseWallet
Verified contract
Implementation
Active on
Ethereum with 5 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 ($2.23)
Native
Value
$2.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00089 | $2,509.61 |
$2.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20111179 | 4 months ago | | | 0 | 0.00015220841 | |
| 15092493 | 2 years ago | | | 0 | 0.00086586933 | |
| 15030775 | 2 years ago | | | <0.00000001 | 0.00061082165 | |
| 15000193 | 2 years ago | | | 0.00088959266 | 0.00079838123 | |
| 12373618 | 3 years ago | | | 0 | 0.0034710122 |
ABI
ABI objects
Getter at block 21090186
implementation() view returns (address)
0x0000000000000000000000000000000000000000
modules() view returns (uint256)
1
owner() view returns (address)
0xe3aa99e67989234c458b0274dfd4959a0f0db07c
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) returns (bytes _result)
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.