dragontownwtf

Verified contract

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

No balances found for "dragontownwtf"

0xad384b86a85e2d814472f07de9695d25e425c940d9f8d50ae96f8526fba65344
0x7624dc0297f62653eb551e40e611c60ab7ec1b2adfc64167f2474d1a48a592e2
0xbedce711adcf2030f358eaf16c202f3a2d83ab3fb465efe6f6964dffd0047110
0x80ee093cbd2d6f029362846e4a1ec1de68072e11991cbe002147d1f0269af7b7
0x5121e3ef1f066a0967629a99d71c5b6411da1582ef9d4f07812542a720cabde5
0xcebfa442eed95c1883dfaa8109f4996bb32f9a87926e218a8d633200b6ac8133
0x5c96c71a97a1eb8e5002646312750b9dd9cd00c239095dae972772b9b60afa0c
0xfd5a8d49b49bfa83e74e90532c0ae684c5fbd015cadbec22babe209acc5dae22
0xa726303591edd4d6dd056e512a594036a41d65b766a756c7d226a483aef96e86
0xaf9b95d52a14eb2ef69aee79a7694df1c5c4bcd6e5b36562eea1285ed3732f16
From

Functions
Getter at block 21286526
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
5000
currentPrice(view returns (uint256)
0
devAddress(view returns (address)
0xed818bc1b25b1c94e4688f7c292781ecda7b009a
freeMints(view returns (uint256)
2000
maxFreeMints(view returns (uint256)
2
maxMintAmount(view returns (uint256)
20
name(view returns (string)
dragontownwtf
owner(view returns (address)
0x64a0d0865a29104447804981ffddce678264bfd1
paused(view returns (bool)
false
price(view returns (uint256)
2500000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
DRAGON
teamAddress(view returns (address)
0x49d70a5bbc8e216575fdf65acf893eb44be7a176
totalSupply(view returns (uint256)
1408
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
MigrateToProxy(
approve(address touint256 tokenId
changePrice(uint256 _newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxSupply(uint256 _newSupply
setNotRevealedURI(string _notRevealedURI
setPrice(uint256 _newCost
setmaxMintAmount(uint256 _newmaxMintAmount
setupOS(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURIstring _initNotRevealedUri
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(