StripperVille
Verified contract
Active on
Ethereum with 4,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "StripperVille"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20417358 | 3 months ago | | | 0 | 0.000067638424 | |
| 20415455 | 3 months ago | | | 0 | 0.00014910712 | |
| 20415455 | 3 months ago | | | 0 | 0.00016631717 | |
| 20415455 | 3 months ago | | | 0 | 0.00022762796 | |
| 20409419 | 3 months ago | | | 0 | 0.000057933433 | |
| 20409051 | 3 months ago | | | 0 | 0.000070630367 | |
| 20405251 | 3 months ago | | | 0 | 0.000091581886 | |
| 20296448 | 4 months ago | | | 0 | 0.000034518078 | |
| 20130366 | 5 months ago | | | 0 | 0.00023475099 | |
| 20051373 | 5 months ago | | | 0 | 0.00013306860 |
ABI
ABI objects
Getter at block 21169244
CLUB() view returns (uint8)
1
COIN() view returns (address)
0x0000000000000000000000000000000000000000
STRIPPER() view returns (uint8)
0
baseTokenURI() view returns (string)
https://strippervillebackend.herokuapp.com/
clubsCount() view returns (uint256)
10
name() view returns (string)
StripperVille
namePriceStripper() view returns (uint256)
500000000000000000000
owner() view returns (address)
0x3a7bbb9954b22932740f8672ddcd86b2b1cf35cc
stripperPrice() view returns (uint256)
95000000000000000
stripperSupply() view returns (uint256)
3000
strippersCount() view returns (uint256)
3000
symbol() view returns (string)
SpV
totalSupply() view returns (uint256)
3010
Read-only
assets(uint256) view returns (uint256 id, uint256 tokenType, uint256 earn, uint256 withdraw, uint256 born, string name, bool active)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetByTokenId(uint256 tokenId) view returns (struct AssetsAsset, uint256 idx)
getAssetsByOwner(address owner) view returns (struct AssetsAsset[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminSetAssetName(uint256 tokenId, string name)
approve(address to, uint256 tokenId)
buyStripper(uint256 qty) payable
closeClub(uint256 tokenId)
createClub(string clubName)
giveaway(address to, uint256 qty)
renounceOwnership()
reopenClub(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address admin, bool active)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setCoinAddress(address addr)
setMaxMint(uint256 newMaxMint)
setNamePriceStripper(uint256 newPrice)
setStripperName(uint256 tokenId, string name)
setStripperPrice(uint256 newPrice)
setStripperSupply(uint256 supply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAsset(uint256 tokenId, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CloseClub(address indexed caller, uint256 tokenId)
Giveaway(address indexed from, address indexed to, uint256 qty)
MintClub(address indexed caller, string clubName)
MintStripper(address indexed buyer, uint256 qty)
NewAssetName(address indexed caller, uint256 indexed tokenId, string newName)
NewMaxMint(address indexed caller, uint256 newMaxMint)
NewStripperPrice(address indexed caller, uint256 newPrice)
NewTotalSupply(address indexed caller, uint256 newSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReopenClub(address indexed caller, uint256 tokenId)
SetAdmin(address indexed admin, bool active)
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.