WMCDACKTPA

Verified contract

Active on Ethereum with 810 txns
Deployed by via 0xb6406b1f at 14322078
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "WMCDACKTPA"

0xf9a3057689078850cb8aa8b8fd9777ff18f97732fdfa5c28beffa965893be3f5
0xf09459551cfb70735913a2c5a162ac7226458be216696c6766886c2a7a1143ec
0x55ea91cf5f89a3912f1165a55f47eb93e4764800e25a62d9809c29607078cce1
0x64b283dcf9df43da72691582b36ddeac08b2547ad67cc3883cb5736de5f19dd3
0xe8cdd25ef92c67aee7b8f87d918160b1c46cc9e700317023fbbd2522214e9510
0xae9d09c1aec14c137c6a9a10abb0a0b95a4c7bbda943f1b637b30bd44758a7f8
0x17ba3706f4fe458c61986b1724869f4e0a7bdba2d4d5f74f209168d0c24392c4
0x6cf87452062ca9f9e767ef8bc16af61a3e6b5f718061859e7adb514e64704f95
0xf849aa920d8c3e9680868436fa6ed2842e026a088c85cdb0f5b0582e2e160e00
0x88d1858e7791473f893264082fb1c5f86d85725417670a760f8093b3d5f5595f

Functions
Getter at block 21088397
canMintFreeToken(view returns (bool)
false
freeTokensAmount(view returns (uint256)
500
getFreeTokensAmount(view returns (uint256)
500
mintPrice(view returns (uint256)
15000000000000000
name(view returns (string)
WMCDACKTPA
owner(view returns (address)
0xb4769198dfa396b3e1a31703e67dd56bee859af6
paused(view returns (bool)
false
symbol(view returns (string)
WMCDACKTPA
totalNFTSupply(view returns (uint256)
7000
totalSupply(view returns (uint256)
698
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPrice(uint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
buy(uint256 _countpayable 
changeBaseURI(string baseURI_
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string _namestring _symboluint256 _totalSupplyuint256 _mintPriceuint256 _freeTokensAmountuint256 limitPerTransaction_address wallet_string baseURIAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(