WannabesMusicClub
Verified contract
Active on
Ethereum with 2,356 txns
The storage layout for this contract could not be retrieved.
No balances found for "WannabesMusicClub"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312220 | 20 hours ago | | | 0 | 0.00071869450 | |
| 21258322 | 8 days ago | | | 0 | 0.00039045907 | |
| 21258233 | 8 days ago | | | 0 | 0.00083574522 | |
| 21229650 | 12 days ago | | | 0 | 0.00076542248 | |
| 21146545 | 24 days ago | | | 0 | 0.00027152293 | |
| 20584153 | 3 months ago | | | 0 | 0.000069367411 | |
| 20538673 | 4 months ago | | | 0 | 0.000026561118 | |
| 20319260 | 5 months ago | | | 0 | 0.00022973034 | |
| 19945304 | 6 months ago | | | 0 | 0.000093296388 | |
| 19899690 | 6 months ago | | | 0 | 0.00024056042 |
ABI
ABI objects
Getter at block 21318258
INITIAL_ISSUANCE() view returns (uint256)
1830000000000000000000
MAX_WANNABES() view returns (uint256)
10027
NAME_CHANGE_PRICE() view returns (uint256)
1830000000000000000000
PROVENANCE() view returns (string)
RATE() view returns (uint256)
10000000000000000000
getMax() view returns (uint256)
10
getPrice() view returns (uint256)
70000000000000000
name() view returns (string)
WannabesMusicClub
owner() view returns (address)
0x4a960a8644350c67a855317152840dc70fc7e829
publicSale() view returns (bool)
false
symbol() view returns (string)
WBMC
totalSupply() view returns (uint256)
2340
vibeToken() view returns (address)
0x35c6c2b06c4137bf16ffed04de4346c8cec8ee77
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRewardBalance(address holder) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isNameUsed(string nameString) view returns (bool)
lastUpdate(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
rewards(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenNameByIndex(uint256 index) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
validateName(string str) pure returns (bool)
State-modifying
Events adminOrder(uint256 _wbQty, address _to)
approve(address to, uint256 tokenId)
getReward()
order(uint256 _wbQty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMax(uint256 _newMax)
setName(uint256 tokenId, string name)
setPrice(uint256 _newPrice)
setProvenanceHash(string provenanceHash)
setVIBE(address _newVibeAddress)
switchSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amt)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20RewardPaid(address indexed user, uint256 reward)
Named(uint256 indexed index, string name)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string myBase, address _vibe20address)
This contract contains no fallback and receive objects.
This contract contains no error objects.