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 "Cyberdoge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13785861 | 3 years ago | | | 0 | 0.0024515949 | |
| 13785831 | 3 years ago | | | 0 | 0.38037023 | |
| 13785473 | 3 years ago | | | 0 | 1.5310837 | |
| 13785467 | 3 years ago | | | 0 | 2.1614394 | |
| 13785461 | 3 years ago | | | 0 | 1.4810371 | |
| 13785447 | 3 years ago | | | 0 | 0.87348768 | |
| 13785405 | 3 years ago | | | 0 | 0.0048446133 |
ABI
ABI objects
Getter at block 21285244
baseUri() view returns (string)
ipfs://QmZyQMPsTpQWuESy2m49jAaQUc6HNzrDZNeEq63esTd6ad/
contractAddress() view returns (address)
0x40a2875827499cf504596c9f4a63208a7e7946fe
maxBatch() view returns (uint256)
5
maxWallet() view returns (uint256)
5
maxWhitelistMint() view returns (uint256)
2
name() view returns (string)
Cyberdoge
owner() view returns (address)
0xb591f24f6aec88b15f4cef2986560e02a8ff79dd
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
CDOGE
total() view returns (uint256)
35
totalCount() view returns (uint256)
5555
totalSupply() view returns (uint256)
35
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)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _times)
mint(uint256 times) payable
mintWhitelist(uint256 times) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _newUri)
setStart(bool _start)
setStartWhitelist(bool _start)
setWhitelist(address[] _user)
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)
Mint(address indexed sender, uint256 startsWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string baseUri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.