KingDackieNFT
Verified contract
Active on
Base with 3,971 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22895738 | 21 hours ago | | | 0 | 0.000000408562751760 | |
| 22895727 | 21 hours ago | | | 0 | 4.4334327e-7 | |
| 22895721 | 21 hours ago | | | 0 | 4.1045881e-7 | |
| 22865199 | 2 days ago | | | 0 | 6.6441600e-7 | |
| 22801834 | 3 days ago | | | 0 | 9.5534640e-7 | |
| 22708224 | 5 days ago | | | 0 | 7.4247518e-7 | |
| 22708214 | 5 days ago | | | 0 | 7.4247518e-7 | |
| 22647648 | 7 days ago | | | 0 | 5.4420705e-7 | |
| 22615251 | 7 days ago | | | 0 | 0.0000014121270 | |
| 22592683 | 8 days ago | | | 0 | 0.0000014228737 |
ABI
ABI objects
Getter at block 22932774
name() view returns (string)
King Dackie
owner() view returns (address)
0x2636d9f1604b8e3aa4e004085706ad67c81c8d5d
symbol() view returns (string)
KingDACKIE
totalSupply() view returns (uint256)
2421
upgradeContract() view returns (address)
0xc0b2e49dfac1b85369f29a30ee074f2194b7cb52
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.