TheCyberDogeNFT
Verified contract
Active on
Ethereum with 204 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 "TheCyberDogeNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20738004 | 2 months ago | | | 0 | 0.000072252702 | |
| 20732576 | 2 months ago | | | 0 | 0.00021007848 | |
| 20704342 | 2 months ago | | | 0 | 0.000038282222 | |
| 20697664 | 2 months ago | | | 0 | 0.00012646457 | |
| 20694580 | 2 months ago | | | 0 | 0.00011307602 | |
| 19300060 | 9 months ago | | | 0 | 0.00067939120 | |
| 18705230 | a year ago | | | 0 | 0.0011930204 | |
| 17824077 | a year ago | | | 0 | 0.0011795749 | |
| 17469150 | a year ago | | | 0 | 0.00068807612 | |
| 17283810 | 2 years ago | | | 0 | 0.0018802982 |
ABI
ABI objects
Getter at block 21214637
COLLECTION_SIZE() view returns (uint256)
300
isActive() view returns (bool)
true
name() view returns (string)
TheCyberDogeNFT
owner() view returns (address)
0x05c39cfb6168b35a076a17f72251d10a6a820b73
symbol() view returns (string)
DOGE
totalSupply() view returns (uint256)
143
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)
walletClaimable(address _address) view returns (bool)
State-modifying
Events _mint()
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedMintQuantity(address[] addresses, uint256[] _quantity)
seedMintWalletAndTokenId(address[] addresses, uint256[] _tokenId)
setActive(bool _isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.