BaseVault
Verified contract
Implementation
Active on
Ethereum with 0 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 "BaseVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BaseVault"
ABI
ABI objects
Getter at block 21085304
modules() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
staticCallExecutor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
authorised(address) view returns (bool)
enabled(bytes4 _sig) view returns (address)
State-modifying
Events authoriseModule(address _module, bool _value, bytes32 _initData)
enableStaticCall(address _module, bytes4)
init(address _owner, bytes32[] _initData, 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.