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 "TheDrag"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15294646 | 2 years ago | | | 0 | 0.000094632576 | |
| 15288407 | 2 years ago | | | 0.009 | 0.00023727300 | |
| 15288407 | 2 years ago | | | 0.009 | 0.00023727300 | |
| 15288399 | 2 years ago | | | 0.009 | 0.00023727300 | |
| 15288394 | 2 years ago | | | 0.003 | 0.00043519717 | |
| 15288341 | 2 years ago | | | 0.009 | 0.00031636400 | |
| 15288341 | 2 years ago | | | 0.009 | 0.00031636400 | |
| 15288341 | 2 years ago | | | 0.009 | 0.00031636400 | |
| 15288341 | 2 years ago | | | 0.009 | 0.00031636400 | |
| 15288267 | 2 years ago | | | 0 | 0.00034937182 |
ABI
ABI objects
Getter at block 21101434
cost() view returns (uint256)
3000000000000000
maxPerTx() view returns (uint32)
3
maxSUPPLY() view returns (uint32)
1066
name() view returns (string)
TheDrag
owner() view returns (address)
0x7207625daa7367c6029f595ed658efbfb3258dc9
symbol() view returns (string)
TD
totalSupply() view returns (uint256)
887
uriPrefix() view returns (string)
ipfs://QmWEP693LWC1tT4jaY2TiakE3scwWmF9ksPGDQ2MxyMNrn/
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 approve(address to, uint256 tokenId)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListSend(uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()