Cyberdoge
Verified contract
Active on
Ethereum with 1,004 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 "Cyberdoge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269932 | 6 days ago | | | 0 | 0.00036742415 | |
| 21038586 | a month ago | | | 0 | 0.00035000484 | |
| 21038212 | a month ago | | | 0 | 0.00072757575 | |
| 20442727 | 4 months ago | | | 0 | 0.00010679910 | |
| 20421542 | 4 months ago | | | 0 | 0.00039176395 | |
| 18939517 | a year ago | | | 0 | 0.00039227496 | |
| 17167389 | 2 years ago | | | 0 | 0.0036060478 | |
| 17070929 | 2 years ago | | | 0 | 0.0026391142 | |
| 17014374 | 2 years ago | | | 0 | 0.00090828698 | |
| 16857161 | 2 years ago | | | 0 | 0.00067152665 |
ABI
ABI objects
Getter at block 21311322
baseURI() view returns (string)
ipfs://Qmbb29Qv69sdiEtZ3z7gYMTHkHKo4y3wAuGExDuQ6wNJKK/
contractAddress() view returns (address)
0xe8d4a560429a2b29cd12aacad099624bb9bfef11
maxBatch() view returns (uint256)
5
maxWallet() view returns (uint256)
5
maxWhitelistMint() view returns (uint256)
2
name() view returns (string)
Cyberdoge
owner() view returns (address)
0xfe4f74b089dd64d7bc26c7be78cf66b8989480ac
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
CDOGE
total() view returns (uint256)
1021
totalCount() view returns (uint256)
5555
totalSupply() view returns (uint256)
1021
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.