dragontownwtf
Verified contract
Active on
Ethereum with 971 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 "dragontownwtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19427581 | 9 months ago | | | 0 | 0.0016982489 | |
| 19029826 | 10 months ago | | | 0 | 0.00080143457 | |
| 18891040 | a year ago | | | 0 | 0.00082345318 | |
| 18748795 | a year ago | | | 0 | 0.00068681407 | |
| 18252166 | a year ago | | | 0 | 0.00044259266 | |
| 17991600 | a year ago | | | 0 | 0.00089983156 | |
| 17167507 | 2 years ago | | | 0 | 0.0032470344 | |
| 16971477 | 2 years ago | | | 0 | 0.0011710431 | |
| 16839007 | 2 years ago | | | 0 | 0.00082383884 | |
| 16818520 | 2 years ago | | | 0 | 0.0010964324 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 MigrateToProxy()
approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _newSupply)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
setupOS()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()