This contract is being backfilled. You may encounter incomplete storage history.

AssetVault

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x7e4d859d at 18021260
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "AssetVault"

No transactions found for "AssetVault"


Functions
Getter at block 20795312
MAX_WITHDRAW_ITEMS(view returns (uint256)
25
 
owner(view returns (address ownerAddress)
ownershipToken(view returns (address)
0x02c845ac4bac48a6cd1e1c88a84195b7d5805b82
whitelist(view returns (address)
0x0000000000000000000000000000000000000000
withdrawEnabled(view returns (bool)
true
Read-only
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
call(address tobytes data
callApprove(address tokenaddress spenderuint256 amount
callDecreaseAllowance(address tokenaddress spenderuint256 amount
callDelegateForContract(address tokenaddress targetbool enable
callDelegateForToken(address tokenaddress targetuint256 tokenIdbool enable
callIncreaseAllowance(address tokenaddress spenderuint256 amount
callRevokeAllDelegates(
enableWithdraw(
initialize(address _whitelist
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
withdrawBatch(address[] tokensuint256[] tokenIdsuint8[] tokenTypesaddress to
withdrawERC1155(address tokenuint256 tokenIdaddress to
withdrawERC20(address tokenaddress to
withdrawERC721(address tokenuint256 tokenIdaddress to
withdrawETH(address to
withdrawPunk(address punksuint256 punkIndexaddress to
withdrawSuperRareV1(address superRareV1uint256 tokenIdaddress to
Events
Approve(address indexed operatoraddress indexed tokenaddress indexed spenderuint256 amount
Call(address indexed operatoraddress indexed tobytes data
DecreaseAllowance(address indexed operatoraddress indexed tokenaddress indexed spenderuint256 amount
DelegateContract(address indexed operatoraddress indexed tokenaddress indexed targetbool enabled
DelegateRevoke(address indexed operator
DelegateToken(address indexed operatoraddress indexed tokenaddress indexed targetuint256 tokenIdbool enabled
IncreaseAllowance(address indexed operatoraddress indexed tokenaddress indexed spenderuint256 amount
SetOwnershipToken(address indexed calleraddress indexed ownershipToken
WithdrawERC1155(address indexed operatoraddress indexed tokenaddress recipientuint256 tokenIduint256 amount
WithdrawERC20(address indexed operatoraddress indexed tokenaddress recipientuint256 amount
WithdrawERC721(address indexed operatoraddress indexed tokenaddress recipientuint256 tokenId
WithdrawETH(address indexed operatoraddress indexed recipientuint256 amount
WithdrawEnabled(address operator
WithdrawPunk(address indexed operatoraddress indexed tokenaddress recipientuint256 tokenId
WithdrawSuperRareV1(address indexed operatoraddress indexed tokenaddress recipientuint256 tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
AV_AlreadyInitialized(address ownershipToken
AV_LengthMismatch(string arrayType
AV_MissingAuthorization(address caller
AV_NonWhitelistedApproval(address tokenaddress spender
AV_NonWhitelistedCall(address tobytes4 data
AV_NonWhitelistedDelegation(address token
AV_TooManyItems(uint256 arrayLength
AV_WithdrawsDisabled(
AV_WithdrawsEnabled(
AV_ZeroAddress(string addressType
OERC721_CallerNotOwner(address caller