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
0x7283…86bf
Balances ($0.00)
No balances found for "BaseWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11481394 | 4 years ago | | | 0 | 0.011611242 |
ABI
ABI objects
Getter at block 21212368
controller() view returns (address)
0x728348a947b808483365bf24f5f7886f0a9786bf
owner() view returns (address)
0xfbbdec9bd33324b960195d9ff951377d41a35980
Read-only
boundMethodModule(bytes4 _method) view returns (address)
hasModule(address _module) view returns (bool)
State-modifying
Events addModule(address _module)
bindMethod(bytes4 _method, address _module)
removeModule(address _module)
setOwner(address newOwner)
setup(address _controller, address initialOwner, address bootstrapModule)
transact(uint8 mode, address to, uint256 value, bytes data) returns (bytes returnData)
MethodBound(bytes4 indexed method, address indexed module)
ModuleAdded(address indexed module)
ModuleRemoved(address indexed module)
OwnerChanged(address indexed newOwner)
Transacted(address indexed module, address indexed to, uint256 value, bytes data)
WalletSetup(address indexed owner)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.