Console NFT Vaults
Verified contract
Active on
Ethereum with 1,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
No balances found for "Console NFT Vaults"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19222536 | 9 months ago | | | 0 | 0.00066809167 | |
| 19188666 | 10 months ago | | | 0 | 0.0011165731 | |
| 19050804 | 10 months ago | | | 0 | 0.00043523074 | |
| 18972546 | a year ago | | | 0 | 0.00084564377 | |
| 18908750 | a year ago | | | 0 | 0.00054412898 | |
| 18900885 | a year ago | | | 0 | 0.00070774153 | |
| 18889109 | a year ago | | | 0 | 0.0015037322 | |
| 18872452 | a year ago | | | 0 | 0.00095448714 | |
| 18098802 | a year ago | | | 0 | 0.00041847691 | |
| 17956317 | a year ago | | | 0 | 0.00070481596 |
ABI
ABI objects
Getter at block 21292067 getRandomResult() view returns (uint256)
maxTokens() view returns (uint256)
500
name() view returns (string)
Console NFT Vaults
owner() view returns (address)
0x3228cb0c5eb9e5e96c9fe6b54cfa3e47404569db
symbol() view returns (string)
Cnsl-NFT-V
total() view returns (uint256)
500
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCreditsAmount(uint256 tokenId) view returns (string)
getCreditsMultiplier(uint256 tokenId) view returns (string)
getFirstItemClass(uint256 tokenId) view returns (string)
getFirstItemRarity(uint256 tokenId) view returns (string)
getNumberOfItemsInside(uint256 tokenId) view returns (string)
getRarity(uint256 tokenId) view returns (string)
getSecondItemRarity(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
code200Claim()
error404Claim()
getRandomNumber() returns (bytes32 requestId)
giveawaysClaim()
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setBaseTokenURI_extension(string _ext)
setCode200Address(address _setAddress)
setError404Address(address _setAddress)
setGiveawaysAddress(address _setAddress)
setRootHash(bytes32 rootHash)
setSourceData(address _dataContract)
setWhitelistState()
sysAdminClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistClaim(bytes32[] proof) payable
withdrawEther()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.