Walts Vault
Verified contract
Proxy
Active on
Ethereum with 5,605 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "Walts Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21069470 | a month ago | | | 0 | 0.00076341340 | |
| 21058574 | a month ago | | | 0 | 0.00052569051 | |
| 21020880 | a month ago | | | 0 | 0.00045459856 | |
| 20997879 | 2 months ago | | | 0 | 0.00045045120 | |
| 20908020 | 2 months ago | | | 0 | 0.00057716040 | |
| 20902503 | 2 months ago | | | 0 | 0.00033273712 | |
| 20893129 | 2 months ago | | | 0 | 0.0013380268 | |
| 20858109 | 2 months ago | | | 0 | 0.00060970334 | |
| 20839984 | 2 months ago | | | 0 | 0.00041323310 | |
| 20681109 | 3 months ago | | | 0 | 0.00054191949 |
ABI
ABI objects
Getter at block 21332930
baseURI() view returns (string)
https://storage.googleapis.com/waltsvault/metadatawv/
isOperatorFilterRegistryRevoked() view returns (bool)
false
maxSupply() view returns (uint256)
6888
name() view returns (string)
Walts Vault
owner() view returns (address)
0x43490b7283ed18cd79e16e2e4360665b8767ebdc
symbol() view returns (string)
WV
totalSupply() view returns (uint256)
6686
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaritySigner(struct RaritySignerrarityInfo _rarityInfo) view returns (address)
getTokensBurntByUser(address user) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isController(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensBurntByUser(address, uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdrop(address[] to, uint256[] amount)
approve(address operator, uint256 tokenId)
burnToken(uint256[] tokenIds)
initialize(string name, string symbol)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxSupply(uint256 _maxSupply)
toggleController(address controller)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyRevoked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()