WMCDACKTPA
Verified contract
Active on
Ethereum with 810 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 "WMCDACKTPA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16674451 | 2 years ago | | | 0 | 0.00075574298 | |
| 16192453 | 2 years ago | | | 0 | 0.0014727595 | |
| 16192440 | 2 years ago | | | 0 | 0.0016910364 | |
| 16017889 | 2 years ago | | | 0 | 0.00051597369 | |
| 15895323 | 2 years ago | | | 0 | 0.00074302648 | |
| 15818115 | 2 years ago | | | 0 | 0.00072308711 | |
| 15381690 | 2 years ago | | | 0 | 0.00013721271 | |
| 15325967 | 2 years ago | | | 0 | 0.00064238859 | |
| 15301045 | 2 years ago | | | 0 | 0.00027726600 | |
| 15300990 | 2 years ago | | | 0 | 0.00027726600 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
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 approve(address to, uint256 tokenId)
buy(uint256 _count) payable
changeBaseURI(string baseURI_)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _totalSupply, uint256 _mintPrice, uint256 _freeTokensAmount, uint256 limitPerTransaction_, address wallet_, string baseURIAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()