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 "QueenDACKIE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23792511 | 2 days ago | | | 0 | 0.0000015229275 | |
| 23792489 | 2 days ago | | | 0 | 0.0000029018882 | |
| 23631962 | 6 days ago | | | 0 | 4.2921360e-7 | |
| 23523991 | 8 days ago | | | 0 | 6.6018424e-7 | |
| 23469253 | 9 days ago | | | 0 | 3.4159001e-7 | |
| 23398355 | 11 days ago | | | 0 | 6.6235400e-7 | |
| 23337654 | 12 days ago | | | 0 | 5.1293619e-7 | |
| 23331094 | 13 days ago | | | 0 | 8.7289697e-7 | |
| 23331056 | 13 days ago | | | 0 | 5.3338651e-7 | |
| 23302518 | 13 days ago | | | 0 | 3.5857440e-7 |
ABI
ABI objects
Getter at block 23871410
name() view returns (string)
QueenDACKIE
owner() view returns (address)
0x2636d9f1604b8e3aa4e004085706ad67c81c8d5d
symbol() view returns (string)
QueenDACKIE
totalSupply() view returns (uint256)
1037
upgradeContract() view returns (address)
0xc922db40197ef82c987b2ca3546d8903d12dcf4f
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setUpgradeContract(address _upgradeContract)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(uint256 _tokenId)
Minted(address indexed _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpgradeContract(address _upgradeContract)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.