Sand Vegas Casino Club
Verified contract
Active on
Ethereum with 15,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SVCC | ERC-721 | 1 | -- | -- | |
SVCC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20883511 | 2 months ago | | | 0 | 0.00014015742 | |
| 20842839 | 2 months ago | | | 0 | 0.0017881172 | |
| 20675269 | 3 months ago | | | 0 | 0.000054114040 | |
| 20652049 | 3 months ago | | | 0 | 0.000050997798 | |
| 20537206 | 3 months ago | | | 0 | 0.00024066036 | |
| 20342249 | 4 months ago | | | 0 | 0.00037175005 | |
| 20286203 | 5 months ago | | | 0 | 0.00017408111 | |
| 20210910 | 5 months ago | | | 0 | 0.00034789448 | |
| 20210904 | 5 months ago | | | 0 | 0.00029644411 | |
| 20210898 | 5 months ago | | | 0 | 0.00033877788 |
ABI
ABI objects
Getter at block 21276014
MAX_BY_MINT_IN_TRANSACTION_PRESALE() view returns (uint256)
3
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
15
MAX_BY_MINT_PRESALE() view returns (uint256)
200
MAX_BY_MINT_SALE() view returns (uint256)
10777
MAX_NFT() view returns (uint256)
11111
PRESALE_MINTED() view returns (uint256)
2315
PRESALE_PRICE() view returns (uint256)
77700000000000000
RESERVED_MINTED() view returns (uint256)
334
RESERVED_NFT() view returns (uint256)
334
SALE_MINTED() view returns (uint256)
8462
SALE_NFT() view returns (uint256)
10777
SALE_PRICE() view returns (uint256)
77700000000000000
WHALE_PASS_LIMIT() view returns (uint256)
200
baseTokenURI() view returns (string)
ipfs://QmWk37ch8mNod8p6sSk4BTR7wa413eraus8KQTwnytdDPh/
merkleRoot() view returns (bytes32)
0xa0dc2b4580ac6db106fc1fc2788b1b6d4bbd366f6b27c299297d1861424691cd
name() view returns (string)
Sand Vegas Casino Club
owner() view returns (address)
0x6728961be0ce39fd4f5846912736eb3616608bb6
paused() view returns (bool)
false
presaleEnable() view returns (bool)
true
saleEnable() view returns (bool)
true
symbol() view returns (string)
SVCC
totalSupply() view returns (uint256)
11111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhalePass(address) 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)
users(address) view returns (uint256 presalemint, uint256 salemint)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintGiveawayNFT(uint256 _count)
mintPreSaleNFT(uint256 _count, bytes32[] merkleProof) payable
mintSaleNFT(uint256 _count) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPreSaleStatus(bool _status)
setSaleStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newRoot)
updateMintLimitPerTransectionPreSale(uint256 newLimit)
updateMintLimitPerTransectionSale(uint256 newLimit)
updatePreSaleMintLimit(uint256 newLimit)
updatePreSalePrice(uint256 newPrice)
updateReservedLimit(uint256 newLimit)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
updateSupply(uint256 newSupply)
updateWhaleAddress(address account, bool status)
updateWhalePassLimit(uint256 newLimit)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateSVCC(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.