The Vampire Game
Verified contract
Active on
Ethereum with 1,323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x07a8…ce71
6 additional
variables
Balances ($317.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 22.488 | $14.13 |
$317.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20229073 | 4 months ago | | | 0 | 0.00012136292 | |
| 19752219 | 7 months ago | | | 0 | 0.00014089138 | |
| 19088110 | 10 months ago | | | 0 | 0.00044213279 | |
| 18749288 | a year ago | | | 0 | 0.0021085606 | |
| 17049056 | 2 years ago | | | 0 | 0.00061105282 | |
| 16972816 | 2 years ago | | | 0 | 0.0017641081 | |
| 16972808 | 2 years ago | | | 0 | 0.0020613675 | |
| 16972742 | 2 years ago | | | 0 | 0.0024545421 | |
| 16972742 | 2 years ago | | | 0 | 0.0020802003 | |
| 16972723 | 2 years ago | | | 0 | 0.0017278654 |
ABI
ABI objects
Getter at block 21204636
KEY_HASH() view returns (bytes32)
0xaa77729d3466ca35ae8d28b3bbac7cc36a5031efdc430821c02bc31a238af445
LINK_TOKEN() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
LINK_VRF_PRICE() view returns (uint256)
2000000000000000000
MAX_PER_ADDRESS() view returns (uint256)
10
MAX_PER_ADDRESS_PRESALE() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
50000
MINT_PRICE() view returns (uint256)
76660000000000000
PAID_TOKENS() view returns (uint256)
10000
SEED_BATCH_SIZE() view returns (uint256)
1000
getGenZeroSupply() view returns (uint256)
10000
getMaxSupply() view returns (uint256)
50000
mintFromControllerPaused() view returns (bool)
true
mintWithEthPaused() view returns (bool)
true
mintWithEthPresalePaused() view returns (bool)
true
name() view returns (string)
The Vampire Game
owner() view returns (address)
0x1cce53bb9562407a4a816d732584ebea4dabf71d
revealPaused() view returns (bool)
true
symbol() view returns (string)
VGAME
totalSupply() view returns (uint256)
1822
traits() view returns (address)
0x07a8854c08194c3eb6ea9707b46d486768b0ce71
Read-only
ALIASES(uint256, uint256) view returns (uint8)
RARITIES(uint256, uint256) view returns (uint8)
amountMintedByAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
existingCombinations(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenTraits(uint256 tokenId) view returns (struct TokenTraits)
isAddressInAllowList(address _address, bytes32[] proof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenRevealed(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
seedTokenBoundaries(uint256) view returns (uint256)
seeds(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenTraits(uint256) view returns (bool exists, bool isVampire, uint8 skin, uint8 face, uint8 clothes, uint8 pants, uint8 boots, uint8 accessory, uint8 hair, uint8 cape, uint8 predatorIndex)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addController(address _controller)
approve(address to, uint256 tokenId)
cleanSeeds()
controllerRevealTokens(uint256[] tokenIds, uint256[] _seeds)
mintFromController(address receiver, uint256 amount)
mintWithETH(uint8 amount) payable
mintWithETHPresale(uint8 amount, bytes32[] proof) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
removeController(address _controller)
renounceOwnership()
requestRevealSeed()
reserve(address to, uint256 amount)
revealGenZeroTokens(uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleTreeRoot(bytes32 newMerkleTreeRoot)
setMintFromControllerPaused(bool paused)
setMintWithEthPaused(bool paused)
setMintWithEthPresalePaused(bool paused)
setPaidTokens(uint256 _PAID_TOKENS)
setRevealPaused(bool paused)
setTraits(address _traits)
setVRFPrice(uint256 _LINK_VRF_PRICE)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawERC20(address erc20TokenAddress, address recipient, uint256 amount)
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(bytes32 _LINK_KEY_HASH, address _LINK_ADDRESS, address _LINK_VRF_COORDINATOR_ADDRESS, uint256 _LINK_VRF_PRICE, uint256 _MINT_PRICE, uint256 _MAX_SUPPLY, uint256 _MAX_PER_ADDRESS, uint256 _MAX_PER_ADDRESS_PRESALE, uint256 _SEED_BATCH_SIZE, uint256 _PAID_TOKENS, address _splitter)
This contract contains no fallback and receive objects.
This contract contains no error objects.