Vault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vault"
ABI
ABI objects
Getter at block 21256694
factory() view returns (address)
0x38e043138f3ab137807ee5226f3447e83200f455
owner() view returns (address)
0x38e043138f3ab137807ee5226f3447e83200f455
Read-only
hasImplementation(address account, address implementation) view returns (bool)
hasTrader(address account) view returns (bool)
implementations(address, address) view returns (bool)
isAuthorized(address account, address implementation) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
traders(uint256) view returns (address)
State-modifying
Events disableImplementation(address implementation)
execute(address implementation, bytes args) returns (bytes)
grantImplementation(address account, address implementation)
initOwner(address _owner)
renounceOwnership()
revokeImplementation(address account, address implementation)
sweep(address _token, address _recipient, uint256 _amount)
sweepERC721(address _token, address _recipient, uint256 _tokenId)
sweepERC721ToOwner(address _token, uint256 _tokenId)
sweepTo(address _token, address _recipient)
sweepToOwner(address _token)
transferOwnership(address newOwner)
ImplementationDisabled(address implementation, address caller)
ImplementationGranted(address account, address implementation, address caller)
ImplementationRevoked(address account, address implementation, address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address account, uint256 value)
Swept(address token, address recipient, uint256 amount, address caller)
SweptERC721(address token, address recipient, uint256 tokenId, address caller)
constructor(address _factory)
receive()
This contract contains no error objects.