dragontown

Verified contract

Active on Ethereum with 3,718 txns
Deployed by via 0xe0ebf4da at 14917066
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $60.38
0x351a41f00036fefe161643b9bca52b8c87bad81fb0ca9073530151d12cad2dff
0xa00b5d8d05fc311edc78dcbcf224f7eaf01d731733af58bf4d0ba24887b16316
0x645469f352b31c8902880fdec9edc14a002bb1be1d8a386290d6b823df4c0791
0x04dd47c5bb703431759420ee51a40b60b1dafbbef33ed116e8f4d208201336d2
0xc1fbe43ede1a1167664137296eec1e0a10fac5f0b1c6276c545e66e7f6f59631
0xd8b92cfbe461b7aca59592bc0ef3f6c89e37fecdb1c7b667a23a2e777b62966c
0x991153e7b65111ab00bf0cfabd29d671b5d146235f59f766277103db6eb8a404
0x934729867a401ff33277747f0f22cc4af5586a19fe08f55be6ea38f02cdb4ad6
0x5ef17efa4eefc4a0e1e4b5ac1ff8dfd8dc9c2e28f1b4e66aeca351965deedd8a
0x9ddfe893c28109dbbdfdb9e13a73fc18756e962167e3a288afac2e3d3c3058c7

Functions
Getter at block 20877831
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
dragontown
owner(view returns (address)
0xaf4116f4ea3b7e6e6737d7a57e2cf18b9d8bb4b8
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
DRAGON
totalFree(view returns (uint256)
10000
totalSupply(view returns (uint256)
10000
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)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
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(
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(